From d1d656ebfa0ba63bb3ba6cadf3dbc23f27a0f9de Mon Sep 17 00:00:00 2001 From: Raphael Grodofzig Date: Mon, 30 Sep 2024 16:47:49 +0200 Subject: [PATCH] NAMPD processor --- processing_modules/CAPMoN_processor.py | 38 +- processing_modules/EANET_processor.py | 125 +- processing_modules/GHOST_standards.py | 38 +- processing_modules/MEXICO_CDMX_processor.py | 2 +- processing_modules/NAPMD_processor.py | 337 ++ processing_modules/NZ_ECAN_processor.py | 1 + processing_modules/WMO_WDCPC_processor.py | 6 +- .../CAPMoN_processor.cpython-39.pyc | Bin 15048 -> 15497 bytes .../EANET_processor.cpython-39.pyc | Bin 0 -> 12582 bytes .../GHOST_standards.cpython-39.pyc | Bin 321786 -> 322868 bytes .../MEXICO_CDMX_processor.cpython-39.pyc | Bin 0 -> 10360 bytes .../NAPMD_processor.cpython-39.pyc | Bin 0 -> 9320 bytes .../NZ_ECAN_processor.cpython-39.pyc | Bin 9637 -> 9752 bytes .../WMO_WDCPC_processor.cpython-39.pyc | Bin 10325 -> 10359 bytes ...etwork_processing_functions.cpython-39.pyc | Bin 81346 -> 83228 bytes .../__pycache__/data_product.cpython-39.pyc | Bin 13232 -> 13232 bytes .../globally_gridded_metadata.cpython-39.pyc | Bin 47962 -> 49228 bytes .../network_file_standardise.cpython-39.pyc | Bin 13456 -> 13433 bytes .../network_parsers.cpython-39.pyc | Bin 84508 -> 89644 bytes .../process_GHOST_stage.cpython-39.pyc | Bin 8571 -> 8571 bytes ...rdisation_mapping_functions.cpython-39.pyc | Bin 497324 -> 499950 bytes .../__pycache__/submit_greasy.cpython-39.pyc | Bin 14216 -> 14355 bytes .../crossnetwork_processing_functions.py | 109 +- processing_modules/data_product.py | 2 +- .../globally_gridded_metadata.py | 111 + .../network_file_standardise.py | 1 - processing_modules/network_parsers.py | 600 ++- .../standardisation_mapping_functions.py | 103 +- processing_modules/start_GHOST.py | 27 +- processing_modules/submit_greasy.py | 12 + processing_modules/test.py | 17 +- run/GHOST_configuration.py | 14 +- .../GHOST_configuration.cpython-39.pyc | Bin 1004 -> 998 bytes run/stage_logs/NAPMD_BENZENE/S1/0_2019.out | 4 + run/stage_logs/NAPMD_BENZENE/S1/0_2020.out | 4 + run/stage_logs/NAPMD_BENZENE/S2/0_110_UNK.out | 4 + run/stage_logs/NAPMD_BENZENE/S2/0_96_UNK.out | 4 + run/stage_logs/NAPMD_BENZENE/S3/0_110_UNK.out | 23 + run/stage_logs/NAPMD_BENZENE/S3/0_96_UNK.out | 23 + .../NAPMD_BENZENE/T1/0_110_UNK_D_GLOBAL.out | 3 + .../NAPMD_BENZENE/T1/0_110_UNK_H_GLOBAL.out | 3 + .../NAPMD_BENZENE/T1/0_110_UNK_M_GLOBAL.out | 3 + .../NAPMD_BENZENE/T1/0_96_UNK_D_GLOBAL.out | 3 + .../NAPMD_BENZENE/T1/0_96_UNK_H_GLOBAL.out | 3 + .../NAPMD_BENZENE/T1/0_96_UNK_M_GLOBAL.out | 3 + .../NAPMD_BENZENE/T2/0_201812_D_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201812_H_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201812_M_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201901_D_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201901_H_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201901_M_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201902_D_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201902_H_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201902_M_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201903_D_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201903_H_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201903_M_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201904_D_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201904_H_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201904_M_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201905_D_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201905_H_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201905_M_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201906_D_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201906_H_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201906_M_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201907_D_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201907_H_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201907_M_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201908_D_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201908_H_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201908_M_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201909_D_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201909_H_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201909_M_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201910_D_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201910_H_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201910_M_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201911_D_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201911_H_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201911_M_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201912_D_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201912_H_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_201912_M_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_202001_D_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_202001_H_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_202001_M_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_202002_D_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_202002_H_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_202002_M_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_202003_D_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_202003_H_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_202003_M_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_202004_D_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_202004_H_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_202004_M_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_202005_D_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_202005_H_GLOBAL.out | 2 + .../NAPMD_BENZENE/T2/0_202005_M_GLOBAL.out | 2 + run/stage_logs/NAPMD_CH4/S1/0_2019.out | 2 + run/stage_logs/NAPMD_CO/S1/0_1979.out | 3 + run/stage_logs/NAPMD_CO/S1/0_1980.out | 3 + run/stage_logs/NAPMD_CO/S1/0_1981.out | 4 + run/stage_logs/NAPMD_CO/S1/0_1982.out | 5 + run/stage_logs/NAPMD_CO/S1/0_1983.out | 6 + run/stage_logs/NAPMD_CO/S1/0_1984.out | 7 + run/stage_logs/NAPMD_CO/S1/0_1985.out | 5 + run/stage_logs/NAPMD_CO/S1/0_1986.out | 4 + run/stage_logs/NAPMD_CO/S1/0_1987.out | 3 + run/stage_logs/NAPMD_CO/S1/0_1988.out | 4 + run/stage_logs/NAPMD_CO/S1/0_1989.out | 4 + run/stage_logs/NAPMD_CO/S1/0_1990.out | 4 + run/stage_logs/NAPMD_CO/S1/0_1991.out | 4 + run/stage_logs/NAPMD_CO/S1/0_1992.out | 4 + run/stage_logs/NAPMD_CO/S1/0_1993.out | 4 + run/stage_logs/NAPMD_CO/S1/0_1994.out | 10 + run/stage_logs/NAPMD_CO/S1/0_1995.out | 11 + run/stage_logs/NAPMD_CO/S1/0_1996.out | 10 + run/stage_logs/NAPMD_CO/S1/0_1997.out | 10 + run/stage_logs/NAPMD_CO/S1/0_1998.out | 10 + run/stage_logs/NAPMD_CO/S1/0_1999.out | 10 + run/stage_logs/NAPMD_CO/S1/0_2000.out | 11 + run/stage_logs/NAPMD_CO/S1/0_2001.out | 11 + run/stage_logs/NAPMD_CO/S1/0_2002.out | 19 + run/stage_logs/NAPMD_CO/S1/0_2003.out | 18 + run/stage_logs/NAPMD_CO/S1/0_2004.out | 19 + run/stage_logs/NAPMD_CO/S1/0_2005.out | 18 + run/stage_logs/NAPMD_CO/S1/0_2006.out | 18 + run/stage_logs/NAPMD_CO/S1/0_2007.out | 18 + run/stage_logs/NAPMD_CO/S1/0_2008.out | 18 + run/stage_logs/NAPMD_CO/S1/0_2009.out | 18 + run/stage_logs/NAPMD_CO/S1/0_2010.out | 23 + run/stage_logs/NAPMD_CO/S1/0_2011.out | 24 + run/stage_logs/NAPMD_CO/S1/0_2012.out | 30 + run/stage_logs/NAPMD_CO/S1/0_2013.out | 28 + run/stage_logs/NAPMD_CO/S1/0_2014.out | 32 + run/stage_logs/NAPMD_CO/S1/0_2015.out | 37 + run/stage_logs/NAPMD_CO/S1/0_2016.out | 2 + run/stage_logs/NAPMD_CO/S1/0_2017.out | 2 + run/stage_logs/NAPMD_CO/S1/0_2018.out | 2 + run/stage_logs/NAPMD_CO/S1/0_2019.out | 2 + run/stage_logs/NAPMD_CO/S1/0_2020.out | 49 + run/stage_logs/NAPMD_CO/S1/0_2021.out | 6 + run/stage_logs/NAPMD_CO/S2/0_105_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_108_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_118_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_14_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_18_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_1_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_20_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_22_FTIR.out | 21 + run/stage_logs/NAPMD_CO/S2/0_271_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_273_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_279_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_28_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_2_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_30_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_31_FTIR.out | 17 + run/stage_logs/NAPMD_CO/S2/0_324_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_325_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_326_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_32_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_330_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_331_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_332_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_335_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_336_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_337_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_339_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_340_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_342_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_343_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_347_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_352_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_354_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_356_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_357_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_35_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_360_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_362_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_363_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_368_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_369_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_370_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_372_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_373_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_374_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_375_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_3_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_40_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_42_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_43_FTIR.out | 18 + run/stage_logs/NAPMD_CO/S2/0_46_FTIR.out | 31 + run/stage_logs/NAPMD_CO/S2/0_4_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_534_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_540_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_5_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_61_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_62_FTIR.out | 31 + run/stage_logs/NAPMD_CO/S2/0_64_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_68_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_6_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/0_80_FTIR.out | 4 + run/stage_logs/NAPMD_CO/S2/1_547_FTIR.out | 3 + run/stage_logs/NAPMD_CO/S2/1_89_FTIR.out | 3 + run/stage_logs/NAPMD_CO/S2/1_98_FTIR.out | 3 + run/stage_logs/NAPMD_CO/S3/0_105_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_108_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_118_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_14_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_18_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_1_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_20_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_22_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_271_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_273_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_279_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_28_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_2_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_30_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_31_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_324_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_325_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_326_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_32_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_330_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_331_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_332_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_335_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_336_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_337_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_339_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_340_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_342_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_343_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_347_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_352_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_354_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_356_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_357_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_35_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_360_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_362_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_363_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_368_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_369_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_370_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_372_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_373_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_374_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_375_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_3_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_40_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_42_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_43_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_46_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_4_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_534_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_540_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_5_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_61_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_62_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_64_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_68_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_6_FTIR.out | 23 + run/stage_logs/NAPMD_CO/S3/0_80_FTIR.out | 23 + .../NAPMD_CO/T1/0_105_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_105_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_105_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_108_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_108_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_108_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_118_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_118_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_118_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_14_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_14_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_14_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_18_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_18_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_18_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_1_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_1_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_1_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_20_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_20_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_20_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_22_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_22_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_22_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_271_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_271_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_271_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_273_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_273_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_273_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_279_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_279_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_279_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_28_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_28_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_28_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_2_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_2_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_2_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_30_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_30_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_30_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_31_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_31_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_31_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_324_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_324_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_324_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_325_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_325_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_325_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_326_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_326_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_326_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_32_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_32_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_32_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_330_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_330_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_330_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_331_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_331_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_331_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_332_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_332_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_332_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_335_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_335_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_335_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_336_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_336_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_336_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_337_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_337_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_337_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_339_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_339_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_339_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_340_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_340_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_340_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_342_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_342_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_342_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_343_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_343_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_343_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_347_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_347_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_347_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_352_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_352_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_352_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_354_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_354_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_354_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_356_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_356_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_356_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_357_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_357_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_357_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_35_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_35_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_35_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_360_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_360_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_360_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_362_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_362_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_362_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_363_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_363_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_363_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_368_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_368_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_368_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_369_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_369_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_369_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_370_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_370_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_370_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_372_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_372_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_372_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_373_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_373_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_373_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_374_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_374_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_374_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_375_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_375_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_375_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_3_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_3_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_3_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_40_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_40_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_40_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_42_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_42_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_42_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_43_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_43_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_43_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_46_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_46_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_46_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_4_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_4_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_4_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_534_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_534_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_534_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_540_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_540_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_540_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_5_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_5_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_5_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_61_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_61_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_61_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_62_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_62_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_62_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_64_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_64_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_64_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_68_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_68_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_68_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_6_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_6_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_6_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_80_FTIR_D_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_80_FTIR_H_GLOBAL.out | 3 + .../NAPMD_CO/T1/0_80_FTIR_M_GLOBAL.out | 3 + .../NAPMD_CO/T2/0_197901_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_197901_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_197901_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_197903_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_197903_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_197903_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_197904_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_197904_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_197904_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_197905_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_197905_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_197905_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_197906_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_197906_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_197906_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_197907_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_197907_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_197907_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_197908_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_197908_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_197908_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_197909_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_197909_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_197909_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_197910_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_197910_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_197910_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_197911_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_197911_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_197911_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_197912_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_197912_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_197912_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198001_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198001_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198001_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198002_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198002_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198002_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198003_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198003_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198003_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198004_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198004_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198004_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198005_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198005_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198005_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198006_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198006_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198006_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198007_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198007_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198007_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198008_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198008_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198008_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198009_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198009_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198009_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198010_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198010_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198010_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198012_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198012_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198012_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198101_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198101_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198101_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198102_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198102_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198102_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198103_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198103_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198103_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198106_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198106_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198106_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198107_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198107_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198107_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198108_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198108_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198108_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198109_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198109_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198109_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198110_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198110_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198110_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198111_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198111_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198111_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198112_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198112_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198112_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198201_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198201_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198201_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198202_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198202_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198202_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198203_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198203_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198203_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198204_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198204_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198204_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198205_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198205_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198205_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198206_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198206_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198206_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198207_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198207_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198207_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198208_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198208_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198208_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198209_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198209_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198209_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198210_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198210_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198210_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198211_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198211_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198211_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198212_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198212_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198212_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198301_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198301_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198301_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198302_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198302_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198302_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198303_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198303_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198303_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198304_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198304_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198304_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198305_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198305_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198305_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198306_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198306_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198306_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198307_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198307_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198307_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198308_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198308_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198308_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198309_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198309_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198309_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198310_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198310_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198310_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198311_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198311_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198311_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198312_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198312_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198312_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198401_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198401_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198401_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198402_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198402_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198402_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198403_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198403_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198403_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198404_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198404_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198404_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198405_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198405_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198405_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198406_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198406_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198406_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198407_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198407_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198407_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198408_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198408_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198408_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198409_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198409_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198409_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198410_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198410_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198410_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198411_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198411_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198411_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198412_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198412_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198412_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198501_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198501_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198501_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198502_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198502_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198502_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198503_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198503_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198503_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198504_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198504_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198504_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198505_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198505_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198505_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198506_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198506_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198506_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198507_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198507_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198507_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198508_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198508_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198508_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198509_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198509_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198509_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198510_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198510_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198510_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198511_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198511_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198511_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198512_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198512_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198512_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198601_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198601_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198601_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198602_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198602_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198602_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198603_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198603_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198603_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198604_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198604_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198604_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198605_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198605_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198605_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198606_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198606_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198606_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198607_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198607_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198607_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198608_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198608_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198608_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198609_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198609_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198609_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198610_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198610_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198610_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198611_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198611_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198611_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198612_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198612_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198612_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198701_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198701_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198701_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198702_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198702_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198702_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198703_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198703_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198703_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198704_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198704_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198704_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198705_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198705_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198705_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198804_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198804_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198804_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198810_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198810_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198810_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198811_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198811_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198811_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198812_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198812_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198812_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198901_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198901_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198901_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198902_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198902_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198902_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198903_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198903_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198903_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198904_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198904_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198904_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198905_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198905_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198905_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198906_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198906_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198906_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198907_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198907_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198907_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198908_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198908_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198908_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198909_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198909_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198909_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198910_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198910_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198910_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198911_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198911_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198911_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198912_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198912_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_198912_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199001_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199001_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199001_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199002_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199002_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199002_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199003_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199003_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199003_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199004_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199004_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199004_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199005_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199005_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199005_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199006_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199006_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199006_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199007_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199007_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199007_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199008_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199008_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199008_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199009_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199009_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199009_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199010_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199010_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199010_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199011_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199011_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199011_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199012_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199012_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199012_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199101_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199101_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199101_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199102_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199102_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199102_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199103_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199103_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199103_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199104_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199104_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199104_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199105_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199105_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199105_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199106_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199106_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199106_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199107_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199107_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199107_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199108_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199108_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199108_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199109_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199109_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199109_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199110_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199110_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199110_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199111_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199111_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199111_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199112_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199112_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199112_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199201_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199201_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199201_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199202_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199202_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199202_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199203_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199203_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199203_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199204_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199204_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199204_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199207_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199207_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199207_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199208_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199208_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199208_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199209_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199209_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199209_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199210_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199210_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199210_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199211_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199211_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199211_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199212_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199212_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199212_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199301_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199301_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199301_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199302_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199302_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199302_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199303_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199303_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199303_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199304_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199304_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199304_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199305_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199305_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199305_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199306_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199306_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199306_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199307_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199307_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199307_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199308_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199308_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199308_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199309_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199309_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199309_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199310_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199310_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199310_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199311_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199311_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199311_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199312_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199312_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199312_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199401_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199401_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199401_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199402_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199402_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199402_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199403_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199403_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199403_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199404_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199404_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199404_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199405_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199405_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199405_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199406_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199406_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199406_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199407_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199407_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199407_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199408_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199408_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199408_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199409_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199409_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199409_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199410_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199410_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199410_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199411_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199411_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199411_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199412_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199412_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199412_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199501_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199501_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199501_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199502_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199502_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199502_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199503_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199503_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199503_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199504_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199504_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199504_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199505_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199505_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199505_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199506_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199506_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199506_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199507_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199507_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199507_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199508_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199508_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199508_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199509_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199509_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199509_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199510_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199510_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199510_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199511_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199511_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199511_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199512_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199512_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199512_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199601_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199601_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199601_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199602_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199602_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199602_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199603_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199603_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199603_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199604_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199604_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199604_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199605_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199605_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199605_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199606_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199606_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199606_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199607_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199607_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199607_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199608_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199608_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199608_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199609_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199609_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199609_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199610_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199610_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199610_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199611_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199611_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199611_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199612_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199612_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199612_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199701_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199701_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199701_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199702_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199702_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199702_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199703_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199703_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199703_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199704_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199704_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199704_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199705_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199705_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199705_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199706_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199706_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199706_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199707_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199707_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199707_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199708_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199708_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199708_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199709_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199709_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199709_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199710_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199710_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199710_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199711_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199711_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199711_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199712_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199712_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199712_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199801_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199801_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199801_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199802_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199802_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199802_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199803_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199803_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199803_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199804_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199804_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199804_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199805_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199805_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199805_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199806_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199806_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199806_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199807_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199807_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199807_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199808_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199808_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199808_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199809_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199809_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199809_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199810_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199810_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199810_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199811_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199811_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199811_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199812_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199812_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199812_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199901_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199901_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199901_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199902_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199902_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199902_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199903_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199903_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199903_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199904_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199904_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199904_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199905_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199905_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199905_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199906_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199906_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199906_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199907_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199907_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199907_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199908_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199908_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199908_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199909_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199909_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199909_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199910_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199910_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199910_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199911_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199911_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199911_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199912_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199912_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_199912_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200001_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200001_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200001_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200002_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200002_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200002_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200003_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200003_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200003_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200004_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200004_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200004_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200005_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200005_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200005_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200006_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200006_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200006_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200007_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200007_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200007_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200008_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200008_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200008_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200009_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200009_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200009_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200010_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200010_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200010_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200011_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200011_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200011_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200012_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200012_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200012_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200101_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200101_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200101_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200102_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200102_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200102_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200103_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200103_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200103_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200104_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200104_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200104_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200105_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200105_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200105_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200106_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200106_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200106_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200107_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200107_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200107_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200108_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200108_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200108_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200109_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200109_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200109_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200110_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200110_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200110_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200111_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200111_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200111_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200112_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200112_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200112_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200201_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200201_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200201_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200202_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200202_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200202_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200203_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200203_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200203_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200204_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200204_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200204_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200205_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200205_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200205_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200206_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200206_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200206_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200207_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200207_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200207_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200208_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200208_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200208_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200209_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200209_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200209_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200210_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200210_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200210_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200211_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200211_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200211_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200212_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200212_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200212_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200301_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200301_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200301_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200302_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200302_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200302_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200303_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200303_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200303_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200304_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200304_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200304_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200305_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200305_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200305_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200306_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200306_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200306_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200307_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200307_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200307_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200308_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200308_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200308_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200309_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200309_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200309_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200310_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200310_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200310_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200311_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200311_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200311_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200312_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200312_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200312_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200401_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200401_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200401_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200402_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200402_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200402_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200403_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200403_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200403_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200404_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200404_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200404_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200405_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200405_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200405_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200406_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200406_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200406_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200407_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200407_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200407_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200408_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200408_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200408_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200409_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200409_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200409_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200410_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200410_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200410_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200411_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200411_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200411_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200412_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200412_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200412_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200501_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200501_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200501_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200502_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200502_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200502_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200503_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200503_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200503_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200504_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200504_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200504_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200505_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200505_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200505_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200506_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200506_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200506_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200507_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200507_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200507_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200508_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200508_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200508_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200509_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200509_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200509_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200510_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200510_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200510_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200511_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200511_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200511_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200512_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200512_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200512_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200601_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200601_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200601_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200602_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200602_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200602_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200603_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200603_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200603_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200604_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200604_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200604_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200605_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200605_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200605_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200606_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200606_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200606_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200607_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200607_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200607_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200608_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200608_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200608_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200609_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200609_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200609_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200610_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200610_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200610_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200611_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200611_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200611_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200612_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200612_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200612_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200701_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200701_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200701_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200702_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200702_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200702_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200703_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200703_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200703_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200704_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200704_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200704_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200705_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200705_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200705_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200706_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200706_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200706_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200707_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200707_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200707_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200708_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200708_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200708_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200709_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200709_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200709_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200710_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200710_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200710_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200711_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200711_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200711_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200712_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200712_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200712_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200801_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200801_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200801_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200802_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200802_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200802_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200803_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200803_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200803_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200804_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200804_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200804_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200805_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200805_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200805_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200806_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200806_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200806_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200807_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200807_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200807_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200808_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200808_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200808_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200809_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200809_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200809_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200810_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200810_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200810_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200811_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200811_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200811_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200812_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200812_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200812_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200901_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200901_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200901_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200902_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200902_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200902_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200903_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200903_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200903_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200904_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200904_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200904_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200905_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200905_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200905_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200906_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200906_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200906_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200907_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200907_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200907_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200908_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200908_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200908_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200909_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200909_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200909_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200910_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200910_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200910_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200911_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200911_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200911_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200912_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200912_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_200912_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201001_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201001_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201001_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201002_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201002_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201002_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201003_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201003_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201003_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201004_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201004_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201004_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201005_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201005_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201005_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201006_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201006_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201006_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201007_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201007_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201007_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201008_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201008_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201008_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201009_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201009_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201009_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201010_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201010_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201010_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201011_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201011_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201011_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201012_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201012_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201012_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201101_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201101_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201101_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201102_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201102_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201102_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201103_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201103_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201103_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201104_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201104_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201104_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201105_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201105_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201105_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201106_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201106_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201106_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201107_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201107_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201107_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201108_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201108_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201108_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201109_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201109_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201109_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201110_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201110_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201110_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201111_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201111_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201111_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201112_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201112_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201112_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201201_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201201_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201201_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201202_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201202_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201202_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201203_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201203_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201203_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201204_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201204_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201204_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201205_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201205_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201205_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201206_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201206_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201206_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201207_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201207_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201207_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201208_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201208_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201208_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201209_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201209_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201209_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201210_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201210_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201210_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201211_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201211_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201211_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201212_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201212_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201212_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201301_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201301_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201301_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201302_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201302_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201302_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201303_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201303_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201303_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201304_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201304_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201304_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201305_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201305_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201305_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201306_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201306_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201306_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201307_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201307_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201307_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201308_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201308_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201308_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201309_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201309_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201309_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201310_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201310_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201310_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201311_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201311_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201311_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201312_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201312_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201312_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201401_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201401_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201401_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201402_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201402_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201402_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201403_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201403_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201403_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201404_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201404_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201404_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201405_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201405_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201405_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201406_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201406_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201406_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201407_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201407_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201407_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201408_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201408_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201408_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201409_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201409_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201409_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201410_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201410_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201410_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201411_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201411_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201411_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201412_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201412_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201412_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201501_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201501_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201501_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201502_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201502_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201502_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201503_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201503_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201503_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201504_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201504_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201504_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201505_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201505_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201505_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201506_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201506_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201506_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201507_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201507_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201507_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201508_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201508_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201508_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201509_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201509_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201509_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201510_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201510_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201510_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201511_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201511_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201511_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201512_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201512_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201512_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201912_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201912_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_201912_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202001_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202001_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202001_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202002_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202002_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202002_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202003_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202003_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202003_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202004_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202004_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202004_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202005_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202005_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202005_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202006_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202006_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202006_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202007_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202007_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202007_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202008_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202008_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202008_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202009_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202009_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202009_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202010_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202010_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202010_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202011_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202011_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202011_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202012_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202012_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202012_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202101_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202101_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202101_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202102_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202102_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202102_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202103_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202103_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202103_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202104_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202104_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202104_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202105_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202105_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202105_M_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202106_D_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202106_H_GLOBAL.out | 2 + .../NAPMD_CO/T2/0_202106_M_GLOBAL.out | 2 + run/stage_logs/NAPMD_NH3/S1/0_2018.out | 3 + run/stage_logs/NAPMD_NH3/S1/0_2019.out | 3 + run/stage_logs/NAPMD_NH3/S1/0_2020.out | 3 + run/stage_logs/NAPMD_NH3/S2/0_52_CL(EMC).out | 4 + run/stage_logs/NAPMD_NH3/S3/0_52_CL(EMC).out | 23 + .../NAPMD_NH3/T1/0_52_CL(EMC)_D_GLOBAL.out | 3 + .../NAPMD_NH3/T1/0_52_CL(EMC)_H_GLOBAL.out | 3 + .../NAPMD_NH3/T1/0_52_CL(EMC)_M_GLOBAL.out | 3 + .../NAPMD_NH3/T2/0_201712_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201712_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201712_M_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201801_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201801_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201801_M_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201802_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201802_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201802_M_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201803_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201803_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201803_M_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201804_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201804_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201804_M_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201805_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201805_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201805_M_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201806_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201806_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201806_M_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201807_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201807_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201807_M_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201808_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201808_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201808_M_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201809_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201809_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201809_M_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201810_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201810_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201810_M_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201811_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201811_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201811_M_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201812_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201812_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201812_M_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201901_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201901_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201901_M_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201902_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201902_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201902_M_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201903_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201903_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201903_M_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201904_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201904_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201904_M_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201905_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201905_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201905_M_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201906_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201906_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201906_M_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201907_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201907_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201907_M_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201908_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201908_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201908_M_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201909_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201909_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201909_M_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201910_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201910_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201910_M_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201911_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201911_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201911_M_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201912_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201912_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_201912_M_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_202001_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_202001_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_202001_M_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_202002_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_202002_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_202002_M_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_202003_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_202003_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_202003_M_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_202004_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_202004_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_202004_M_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_202005_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_202005_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_202005_M_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_202006_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_202006_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_202006_M_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_202007_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_202007_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_202007_M_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_202008_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_202008_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_202008_M_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_202009_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_202009_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_202009_M_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_202010_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_202010_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_202010_M_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_202011_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_202011_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_202011_M_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_202012_D_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_202012_H_GLOBAL.out | 2 + .../NAPMD_NH3/T2/0_202012_M_GLOBAL.out | 2 + run/stage_logs/NAPMD_NO/S1/0_1979.out | 3 + run/stage_logs/NAPMD_NO/S1/0_1980.out | 4 + run/stage_logs/NAPMD_NO/S1/0_1981.out | 5 + run/stage_logs/NAPMD_NO/S1/0_1982.out | 6 + run/stage_logs/NAPMD_NO/S1/0_1983.out | 8 + run/stage_logs/NAPMD_NO/S1/0_1984.out | 9 + run/stage_logs/NAPMD_NO/S1/0_1985.out | 8 + run/stage_logs/NAPMD_NO/S1/0_1986.out | 8 + run/stage_logs/NAPMD_NO/S1/0_1987.out | 7 + run/stage_logs/NAPMD_NO/S1/0_1988.out | 8 + run/stage_logs/NAPMD_NO/S1/0_1989.out | 8 + run/stage_logs/NAPMD_NO/S1/0_1994.out | 22 + run/stage_logs/NAPMD_NO/S1/0_1995.out | 22 + run/stage_logs/NAPMD_NO/S1/0_1996.out | 31 + run/stage_logs/NAPMD_NO/S1/0_1997.out | 32 + run/stage_logs/NAPMD_NO/S1/0_1998.out | 33 + run/stage_logs/NAPMD_NO/S1/0_1999.out | 33 + run/stage_logs/NAPMD_NO/S1/0_2000.out | 35 + run/stage_logs/NAPMD_NO/S1/0_2001.out | 35 + run/stage_logs/NAPMD_NO/S1/0_2002.out | 35 + run/stage_logs/NAPMD_NO/S1/0_2003.out | 34 + run/stage_logs/NAPMD_NO/S1/0_2004.out | 35 + run/stage_logs/NAPMD_NO/S1/0_2005.out | 32 + run/stage_logs/NAPMD_NO/S1/0_2006.out | 30 + run/stage_logs/NAPMD_NO/S1/0_2007.out | 31 + run/stage_logs/NAPMD_NO/S1/0_2008.out | 31 + run/stage_logs/NAPMD_NO/S1/0_2009.out | 31 + run/stage_logs/NAPMD_NO/S1/0_2010.out | 50 + run/stage_logs/NAPMD_NO/S1/0_2011.out | 52 + run/stage_logs/NAPMD_NO/S1/0_2012.out | 57 + run/stage_logs/NAPMD_NO/S1/0_2013.out | 51 + run/stage_logs/NAPMD_NO/S1/0_2014.out | 55 + run/stage_logs/NAPMD_NO/S1/0_2015.out | 62 + run/stage_logs/NAPMD_NO/S1/0_2016.out | 62 + run/stage_logs/NAPMD_NO/S1/0_2017.out | 64 + run/stage_logs/NAPMD_NO/S1/0_2018.out | 2 + run/stage_logs/NAPMD_NO/S1/0_2019.out | 2 + run/stage_logs/NAPMD_NO/S1/0_2020.out | 60 + run/stage_logs/NAPMD_NO/S1/0_2021.out | 10 + run/stage_logs/NAPMD_NO/S2/0_100_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_101_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_102_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_104_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_105_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_107_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_108_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_109_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_110_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_113_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_118_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_119_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_11_CL(IMC).out | 31 + run/stage_logs/NAPMD_NO/S2/0_13_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_14_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_15_CL(IMC).out | 33 + run/stage_logs/NAPMD_NO/S2/0_18_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_19_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_1_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_20_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_21_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_22_CL(IMC).out | 24 + run/stage_logs/NAPMD_NO/S2/0_23_CL(IMC).out | 33 + run/stage_logs/NAPMD_NO/S2/0_24_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_26_CL(IMC).out | 33 + run/stage_logs/NAPMD_NO/S2/0_270_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_271_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_272_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_274_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_275_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_278_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_279_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_27_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_28_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_29_CL(IMC).out | 31 + run/stage_logs/NAPMD_NO/S2/0_30_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_31_CL(IMC).out | 18 + run/stage_logs/NAPMD_NO/S2/0_325_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_326_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_327_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_32_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_330_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_331_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_338_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_347_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_34_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_352_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_354_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_357_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_358_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_359_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_35_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_360_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_361_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_363_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_366_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_368_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_369_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_370_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_372_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_373_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_374_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_375_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_37_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_3_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_40_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_41_CL(IMC).out | 31 + run/stage_logs/NAPMD_NO/S2/0_42_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_43_CL(IMC).out | 20 + run/stage_logs/NAPMD_NO/S2/0_44_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_45_CL(IMC).out | 33 + run/stage_logs/NAPMD_NO/S2/0_46_CL(IMC).out | 33 + run/stage_logs/NAPMD_NO/S2/0_48_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_4_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_51_CL(IMC).out | 33 + run/stage_logs/NAPMD_NO/S2/0_529_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_52_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_534_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_540_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_54_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_57_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_59_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_5_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_60_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_61_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_62_CL(IMC).out | 33 + run/stage_logs/NAPMD_NO/S2/0_63_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_64_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_65_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_68_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_6_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_76_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_79_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_80_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_84_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_86_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_87_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_8_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO/S2/0_9_CL(IMC).out | 22 + run/stage_logs/NAPMD_NO/S2/1_103_CL(IMC).out | 5 + run/stage_logs/NAPMD_NO/S2/1_362_CL(IMC).out | 5 + run/stage_logs/NAPMD_NO/S3/0_100_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_101_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_102_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_104_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_105_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_107_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_108_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_109_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_110_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_113_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_118_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_119_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_11_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_13_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_14_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_15_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_18_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_19_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_1_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_20_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_21_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_22_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_23_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_24_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_26_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_270_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_271_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_272_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_274_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_275_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_278_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_279_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_27_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_28_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_29_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_30_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_31_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_325_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_326_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_327_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_32_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_330_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_331_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_338_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_347_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_34_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_352_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_354_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_357_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_358_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_359_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_35_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_360_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_361_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_363_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_366_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_368_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_369_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_370_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_372_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_373_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_374_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_375_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_37_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_3_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_40_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_41_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_42_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_43_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_44_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_45_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_46_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_48_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_4_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_51_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_529_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_52_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_534_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_540_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_54_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_57_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_59_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_5_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_60_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_61_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_62_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_63_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_64_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_65_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_68_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_6_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_76_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_79_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_80_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_84_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_86_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_87_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_8_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO/S3/0_9_CL(IMC).out | 23 + .../NAPMD_NO/T1/0_100_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_100_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_100_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_101_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_101_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_101_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_102_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_102_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_102_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_104_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_104_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_104_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_105_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_105_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_105_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_107_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_107_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_107_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_108_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_108_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_108_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_109_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_109_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_109_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_110_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_110_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_110_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_113_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_113_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_113_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_118_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_118_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_118_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_119_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_119_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_119_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_11_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_11_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_11_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_13_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_13_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_13_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_14_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_14_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_14_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_15_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_15_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_15_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_18_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_18_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_18_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_19_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_19_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_19_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_1_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_1_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_1_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_20_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_20_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_20_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_21_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_21_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_21_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_22_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_22_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_22_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_23_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_23_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_23_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_24_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_24_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_24_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_26_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_26_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_26_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_270_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_270_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_270_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_271_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_271_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_271_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_272_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_272_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_272_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_274_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_274_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_274_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_275_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_275_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_275_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_278_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_278_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_278_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_279_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_279_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_279_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_27_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_27_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_27_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_28_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_28_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_28_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_29_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_29_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_29_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_30_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_30_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_30_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_31_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_31_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_31_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_325_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_325_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_325_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_326_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_326_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_326_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_327_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_327_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_327_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_32_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_32_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_32_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_330_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_330_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_330_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_331_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_331_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_331_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_338_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_338_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_338_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_347_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_347_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_347_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_34_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_34_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_34_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_352_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_352_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_352_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_354_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_354_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_354_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_357_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_357_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_357_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_358_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_358_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_358_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_359_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_359_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_359_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_35_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_35_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_35_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_360_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_360_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_360_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_361_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_361_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_361_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_363_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_363_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_363_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_366_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_366_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_366_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_368_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_368_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_368_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_369_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_369_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_369_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_370_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_370_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_370_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_372_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_372_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_372_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_373_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_373_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_373_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_374_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_374_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_374_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_375_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_375_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_375_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_37_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_37_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_37_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_3_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_3_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_3_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_40_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_40_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_40_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_41_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_41_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_41_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_42_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_42_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_42_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_43_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_43_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_43_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_44_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_44_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_44_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_45_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_45_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_45_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_46_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_46_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_46_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_48_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_48_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_48_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_4_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_4_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_4_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_51_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_51_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_51_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_529_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_529_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_529_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_52_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_52_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_52_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_534_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_534_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_534_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_540_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_540_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_540_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_54_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_54_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_54_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_57_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_57_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_57_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_59_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_59_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_59_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_5_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_5_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_5_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_60_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_60_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_60_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_61_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_61_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_61_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_62_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_62_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_62_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_63_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_63_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_63_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_64_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_64_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_64_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_65_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_65_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_65_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_68_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_68_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_68_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_6_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_6_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_6_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_76_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_76_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_76_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_79_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_79_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_79_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_80_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_80_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_80_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_84_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_84_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_84_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_86_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_86_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_86_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_87_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_87_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_87_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_8_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_8_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_8_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_9_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_9_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO/T1/0_9_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO/T2/0_197812_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197812_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197812_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197901_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197901_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197901_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197902_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197902_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197902_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197903_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197903_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197903_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197904_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197904_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197904_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197905_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197905_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197905_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197906_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197906_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197906_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197907_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197907_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197907_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197908_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197908_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197908_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197909_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197909_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197909_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197910_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197910_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197910_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197911_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197911_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197911_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197912_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197912_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_197912_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198001_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198001_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198001_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198002_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198002_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198002_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198003_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198003_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198003_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198004_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198004_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198004_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198005_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198005_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198005_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198006_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198006_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198006_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198007_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198007_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198007_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198008_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198008_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198008_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198009_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198009_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198009_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198010_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198010_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198010_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198011_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198011_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198011_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198012_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198012_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198012_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198101_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198101_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198101_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198102_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198102_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198102_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198103_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198103_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198103_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198104_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198104_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198104_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198105_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198105_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198105_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198106_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198106_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198106_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198107_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198107_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198107_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198108_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198108_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198108_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198109_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198109_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198109_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198110_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198110_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198110_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198111_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198111_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198111_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198112_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198112_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198112_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198201_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198201_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198201_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198202_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198202_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198202_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198203_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198203_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198203_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198204_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198204_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198204_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198205_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198205_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198205_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198206_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198206_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198206_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198207_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198207_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198207_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198208_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198208_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198208_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198209_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198209_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198209_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198210_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198210_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198210_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198211_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198211_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198211_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198212_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198212_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198212_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198301_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198301_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198301_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198302_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198302_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198302_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198303_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198303_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198303_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198304_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198304_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198304_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198305_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198305_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198305_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198306_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198306_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198306_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198307_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198307_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198307_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198308_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198308_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198308_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198309_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198309_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198309_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198310_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198310_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198310_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198311_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198311_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198311_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198312_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198312_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198312_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198401_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198401_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198401_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198402_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198402_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198402_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198403_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198403_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198403_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198404_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198404_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198404_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198405_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198405_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198405_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198406_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198406_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198406_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198407_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198407_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198407_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198408_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198408_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198408_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198409_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198409_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198409_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198410_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198410_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198410_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198411_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198411_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198411_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198412_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198412_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198412_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198501_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198501_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198501_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198502_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198502_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198502_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198503_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198503_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198503_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198504_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198504_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198504_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198505_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198505_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198505_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198506_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198506_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198506_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198507_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198507_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198507_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198508_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198508_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198508_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198509_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198509_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198509_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198510_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198510_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198510_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198511_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198511_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198511_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198512_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198512_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198512_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198601_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198601_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198601_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198602_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198602_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198602_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198603_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198603_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198603_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198604_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198604_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198604_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198605_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198605_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198605_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198606_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198606_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198606_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198607_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198607_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198607_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198608_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198608_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198608_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198609_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198609_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198609_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198610_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198610_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198610_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198611_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198611_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198611_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198612_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198612_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198612_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198701_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198701_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198701_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198702_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198702_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198702_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198703_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198703_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198703_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198704_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198704_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198704_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198705_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198705_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198705_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198706_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198706_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198706_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198707_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198707_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198707_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198708_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198708_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198708_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198709_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198709_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198709_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198710_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198710_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198710_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198711_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198711_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198711_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198712_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198712_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198712_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198801_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198801_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198801_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198802_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198802_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198802_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198803_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198803_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198803_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198804_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198804_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198804_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198805_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198805_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198805_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198806_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198806_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198806_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198807_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198807_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198807_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198808_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198808_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198808_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198809_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198809_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198809_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198810_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198810_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198810_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198811_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198811_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198811_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198812_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198812_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198812_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198901_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198901_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198901_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198902_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198902_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198902_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198903_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198903_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198903_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198904_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198904_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198904_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198905_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198905_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198905_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198906_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198906_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198906_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198907_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198907_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198907_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198908_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198908_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198908_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198909_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198909_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198909_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198910_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198910_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198910_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198911_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198911_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198911_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198912_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198912_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_198912_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199312_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199312_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199312_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199401_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199401_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199401_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199402_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199402_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199402_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199403_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199403_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199403_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199404_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199404_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199404_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199405_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199405_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199405_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199406_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199406_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199406_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199407_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199407_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199407_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199408_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199408_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199408_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199409_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199409_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199409_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199410_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199410_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199410_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199411_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199411_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199411_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199412_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199412_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199412_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199501_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199501_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199501_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199502_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199502_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199502_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199503_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199503_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199503_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199504_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199504_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199504_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199505_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199505_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199505_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199506_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199506_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199506_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199507_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199507_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199507_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199508_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199508_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199508_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199509_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199509_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199509_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199510_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199510_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199510_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199511_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199511_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199511_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199512_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199512_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199512_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199601_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199601_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199601_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199602_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199602_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199602_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199603_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199603_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199603_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199604_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199604_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199604_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199605_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199605_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199605_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199606_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199606_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199606_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199607_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199607_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199607_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199608_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199608_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199608_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199609_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199609_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199609_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199610_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199610_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199610_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199611_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199611_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199611_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199612_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199612_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199612_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199701_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199701_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199701_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199702_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199702_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199702_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199703_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199703_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199703_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199704_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199704_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199704_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199705_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199705_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199705_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199706_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199706_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199706_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199707_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199707_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199707_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199708_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199708_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199708_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199709_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199709_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199709_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199710_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199710_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199710_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199711_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199711_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199711_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199712_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199712_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199712_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199801_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199801_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199801_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199802_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199802_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199802_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199803_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199803_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199803_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199804_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199804_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199804_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199805_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199805_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199805_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199806_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199806_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199806_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199807_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199807_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199807_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199808_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199808_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199808_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199809_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199809_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199809_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199810_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199810_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199810_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199811_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199811_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199811_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199812_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199812_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199812_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199901_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199901_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199901_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199902_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199902_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199902_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199903_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199903_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199903_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199904_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199904_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199904_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199905_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199905_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199905_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199906_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199906_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199906_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199907_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199907_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199907_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199908_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199908_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199908_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199909_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199909_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199909_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199910_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199910_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199910_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199911_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199911_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199911_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199912_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199912_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_199912_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200001_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200001_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200001_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200002_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200002_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200002_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200003_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200003_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200003_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200004_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200004_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200004_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200005_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200005_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200005_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200006_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200006_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200006_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200007_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200007_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200007_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200008_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200008_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200008_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200009_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200009_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200009_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200010_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200010_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200010_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200011_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200011_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200011_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200012_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200012_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200012_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200101_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200101_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200101_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200102_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200102_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200102_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200103_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200103_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200103_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200104_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200104_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200104_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200105_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200105_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200105_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200106_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200106_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200106_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200107_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200107_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200107_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200108_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200108_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200108_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200109_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200109_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200109_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200110_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200110_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200110_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200111_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200111_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200111_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200112_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200112_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200112_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200201_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200201_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200201_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200202_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200202_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200202_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200203_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200203_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200203_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200204_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200204_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200204_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200205_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200205_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200205_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200206_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200206_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200206_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200207_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200207_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200207_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200208_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200208_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200208_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200209_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200209_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200209_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200210_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200210_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200210_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200211_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200211_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200211_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200212_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200212_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200212_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200301_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200301_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200301_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200302_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200302_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200302_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200303_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200303_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200303_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200304_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200304_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200304_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200305_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200305_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200305_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200306_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200306_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200306_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200307_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200307_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200307_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200308_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200308_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200308_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200309_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200309_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200309_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200310_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200310_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200310_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200311_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200311_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200311_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200312_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200312_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200312_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200401_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200401_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200401_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200402_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200402_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200402_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200403_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200403_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200403_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200404_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200404_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200404_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200405_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200405_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200405_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200406_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200406_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200406_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200407_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200407_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200407_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200408_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200408_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200408_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200409_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200409_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200409_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200410_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200410_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200410_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200411_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200411_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200411_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200412_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200412_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200412_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200501_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200501_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200501_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200502_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200502_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200502_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200503_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200503_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200503_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200504_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200504_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200504_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200505_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200505_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200505_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200506_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200506_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200506_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200507_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200507_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200507_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200508_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200508_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200508_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200509_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200509_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200509_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200510_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200510_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200510_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200511_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200511_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200511_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200512_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200512_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200512_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200601_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200601_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200601_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200602_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200602_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200602_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200603_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200603_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200603_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200604_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200604_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200604_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200605_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200605_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200605_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200606_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200606_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200606_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200607_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200607_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200607_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200608_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200608_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200608_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200609_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200609_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200609_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200610_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200610_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200610_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200611_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200611_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200611_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200612_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200612_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200612_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200701_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200701_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200701_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200702_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200702_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200702_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200703_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200703_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200703_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200704_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200704_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200704_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200705_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200705_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200705_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200706_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200706_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200706_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200707_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200707_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200707_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200708_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200708_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200708_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200709_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200709_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200709_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200710_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200710_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200710_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200711_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200711_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200711_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200712_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200712_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200712_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200801_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200801_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200801_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200802_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200802_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200802_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200803_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200803_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200803_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200804_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200804_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200804_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200805_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200805_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200805_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200806_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200806_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200806_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200807_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200807_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200807_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200808_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200808_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200808_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200809_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200809_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200809_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200810_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200810_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200810_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200811_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200811_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200811_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200812_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200812_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200812_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200901_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200901_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200901_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200902_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200902_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200902_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200903_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200903_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200903_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200904_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200904_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200904_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200905_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200905_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200905_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200906_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200906_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200906_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200907_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200907_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200907_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200908_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200908_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200908_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200909_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200909_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200909_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200910_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200910_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200910_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200911_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200911_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200911_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200912_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200912_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_200912_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201001_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201001_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201001_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201002_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201002_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201002_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201003_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201003_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201003_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201004_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201004_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201004_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201005_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201005_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201005_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201006_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201006_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201006_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201007_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201007_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201007_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201008_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201008_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201008_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201009_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201009_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201009_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201010_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201010_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201010_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201011_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201011_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201011_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201012_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201012_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201012_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201101_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201101_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201101_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201102_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201102_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201102_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201103_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201103_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201103_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201104_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201104_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201104_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201105_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201105_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201105_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201106_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201106_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201106_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201107_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201107_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201107_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201108_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201108_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201108_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201109_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201109_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201109_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201110_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201110_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201110_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201111_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201111_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201111_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201112_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201112_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201112_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201201_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201201_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201201_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201202_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201202_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201202_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201203_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201203_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201203_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201204_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201204_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201204_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201205_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201205_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201205_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201206_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201206_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201206_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201207_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201207_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201207_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201208_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201208_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201208_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201209_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201209_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201209_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201210_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201210_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201210_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201211_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201211_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201211_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201212_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201212_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201212_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201301_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201301_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201301_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201302_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201302_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201302_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201303_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201303_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201303_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201304_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201304_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201304_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201305_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201305_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201305_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201306_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201306_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201306_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201307_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201307_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201307_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201308_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201308_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201308_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201309_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201309_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201309_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201310_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201310_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201310_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201311_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201311_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201311_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201312_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201312_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201312_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201401_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201401_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201401_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201402_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201402_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201402_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201403_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201403_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201403_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201404_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201404_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201404_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201405_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201405_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201405_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201406_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201406_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201406_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201407_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201407_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201407_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201408_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201408_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201408_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201409_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201409_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201409_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201410_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201410_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201410_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201411_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201411_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201411_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201412_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201412_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201412_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201501_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201501_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201501_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201502_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201502_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201502_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201503_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201503_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201503_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201504_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201504_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201504_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201505_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201505_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201505_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201506_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201506_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201506_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201507_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201507_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201507_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201508_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201508_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201508_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201509_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201509_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201509_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201510_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201510_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201510_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201511_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201511_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201511_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201512_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201512_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201512_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201601_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201601_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201601_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201602_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201602_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201602_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201603_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201603_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201603_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201604_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201604_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201604_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201605_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201605_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201605_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201606_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201606_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201606_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201607_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201607_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201607_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201608_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201608_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201608_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201609_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201609_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201609_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201610_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201610_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201610_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201611_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201611_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201611_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201612_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201612_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201612_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201701_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201701_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201701_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201702_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201702_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201702_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201703_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201703_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201703_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201704_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201704_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201704_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201705_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201705_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201705_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201706_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201706_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201706_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201707_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201707_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201707_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201708_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201708_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201708_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201709_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201709_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201709_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201710_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201710_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201710_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201711_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201711_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201711_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201712_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201712_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201712_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201912_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201912_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_201912_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202001_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202001_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202001_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202002_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202002_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202002_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202003_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202003_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202003_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202004_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202004_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202004_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202005_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202005_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202005_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202006_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202006_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202006_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202007_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202007_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202007_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202008_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202008_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202008_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202009_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202009_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202009_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202010_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202010_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202010_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202011_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202011_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202011_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202012_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202012_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202012_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202101_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202101_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202101_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202102_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202102_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202102_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202103_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202103_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202103_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202104_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202104_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202104_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202105_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202105_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202105_M_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202106_D_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202106_H_GLOBAL.out | 2 + .../NAPMD_NO/T2/0_202106_M_GLOBAL.out | 2 + run/stage_logs/NAPMD_NO2/S1/0_1979.out | 5 + run/stage_logs/NAPMD_NO2/S1/0_1980.out | 7 + run/stage_logs/NAPMD_NO2/S1/0_1981.out | 8 + run/stage_logs/NAPMD_NO2/S1/0_1982.out | 11 + run/stage_logs/NAPMD_NO2/S1/0_1983.out | 15 + run/stage_logs/NAPMD_NO2/S1/0_1984.out | 17 + run/stage_logs/NAPMD_NO2/S1/0_1985.out | 15 + run/stage_logs/NAPMD_NO2/S1/0_1986.out | 15 + run/stage_logs/NAPMD_NO2/S1/0_1987.out | 13 + run/stage_logs/NAPMD_NO2/S1/0_1988.out | 15 + run/stage_logs/NAPMD_NO2/S1/0_1989.out | 15 + run/stage_logs/NAPMD_NO2/S1/0_1990.out | 9 + run/stage_logs/NAPMD_NO2/S1/0_1991.out | 9 + run/stage_logs/NAPMD_NO2/S1/0_1992.out | 9 + run/stage_logs/NAPMD_NO2/S1/0_1993.out | 9 + run/stage_logs/NAPMD_NO2/S1/0_1994.out | 51 + run/stage_logs/NAPMD_NO2/S1/0_1995.out | 52 + run/stage_logs/NAPMD_NO2/S1/0_1996.out | 61 + run/stage_logs/NAPMD_NO2/S1/0_1997.out | 63 + run/stage_logs/NAPMD_NO2/S1/0_1998.out | 65 + run/stage_logs/NAPMD_NO2/S1/0_1999.out | 65 + run/stage_logs/NAPMD_NO2/S1/0_2000.out | 69 + run/stage_logs/NAPMD_NO2/S1/0_2001.out | 69 + run/stage_logs/NAPMD_NO2/S1/0_2002.out | 86 + run/stage_logs/NAPMD_NO2/S1/0_2003.out | 83 + run/stage_logs/NAPMD_NO2/S1/0_2004.out | 85 + run/stage_logs/NAPMD_NO2/S1/0_2005.out | 79 + run/stage_logs/NAPMD_NO2/S1/0_2006.out | 76 + run/stage_logs/NAPMD_NO2/S1/0_2007.out | 77 + run/stage_logs/NAPMD_NO2/S1/0_2008.out | 77 + run/stage_logs/NAPMD_NO2/S1/0_2009.out | 77 + run/stage_logs/NAPMD_NO2/S1/0_2010.out | 117 + run/stage_logs/NAPMD_NO2/S1/0_2011.out | 121 + run/stage_logs/NAPMD_NO2/S1/0_2012.out | 132 + run/stage_logs/NAPMD_NO2/S1/0_2013.out | 122 + run/stage_logs/NAPMD_NO2/S1/0_2014.out | 132 + run/stage_logs/NAPMD_NO2/S1/0_2015.out | 140 + run/stage_logs/NAPMD_NO2/S1/0_2016.out | 63 + run/stage_logs/NAPMD_NO2/S1/0_2017.out | 65 + run/stage_logs/NAPMD_NO2/S1/0_2018.out | 3 + run/stage_logs/NAPMD_NO2/S1/0_2019.out | 3 + run/stage_logs/NAPMD_NO2/S1/0_2020.out | 150 + run/stage_logs/NAPMD_NO2/S1/0_2021.out | 19 + run/stage_logs/NAPMD_NO2/S2/0_100_CL(IMC).out | 26 + run/stage_logs/NAPMD_NO2/S2/0_101_CL(IMC).out | 26 + run/stage_logs/NAPMD_NO2/S2/0_102_CL(IMC).out | 26 + run/stage_logs/NAPMD_NO2/S2/0_103_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO2/S2/0_104_CL(IMC).out | 24 + run/stage_logs/NAPMD_NO2/S2/0_105_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S2/0_107_CL(IMC).out | 25 + run/stage_logs/NAPMD_NO2/S2/0_108_CL(IMC).out | 26 + run/stage_logs/NAPMD_NO2/S2/0_109_CL(IMC).out | 26 + run/stage_logs/NAPMD_NO2/S2/0_110_CL(IMC).out | 2632 +++++++++++++ run/stage_logs/NAPMD_NO2/S2/0_113_CL(IMC).out | 26 + run/stage_logs/NAPMD_NO2/S2/0_118_CL(IMC).out | 25 + run/stage_logs/NAPMD_NO2/S2/0_119_CL(IMC).out | 26 + run/stage_logs/NAPMD_NO2/S2/0_11_CL(IMC).out | 77 + run/stage_logs/NAPMD_NO2/S2/0_13_CL(IMC).out | 76 + run/stage_logs/NAPMD_NO2/S2/0_14_CL(IMC).out | 42 + run/stage_logs/NAPMD_NO2/S2/0_15_CL(IMC).out | 87 + run/stage_logs/NAPMD_NO2/S2/0_18_CL(IMC).out | 22 + run/stage_logs/NAPMD_NO2/S2/0_19_CL(IMC).out | 92 + run/stage_logs/NAPMD_NO2/S2/0_1_CL(IMC).out | 67 + run/stage_logs/NAPMD_NO2/S2/0_20_CL(IMC).out | 22 + run/stage_logs/NAPMD_NO2/S2/0_21_CL(IMC).out | 16 + run/stage_logs/NAPMD_NO2/S2/0_22_CL(IMC).out | 52 + run/stage_logs/NAPMD_NO2/S2/0_23_CL(IMC).out | 83 + run/stage_logs/NAPMD_NO2/S2/0_24_CL(IMC).out | 8 + run/stage_logs/NAPMD_NO2/S2/0_26_CL(IMC).out | 83 + run/stage_logs/NAPMD_NO2/S2/0_270_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S2/0_271_CL(IMC).out | 27 + run/stage_logs/NAPMD_NO2/S2/0_272_CL(IMC).out | 27 + run/stage_logs/NAPMD_NO2/S2/0_274_CL(IMC).out | 27 + run/stage_logs/NAPMD_NO2/S2/0_275_CL(IMC).out | 27 + run/stage_logs/NAPMD_NO2/S2/0_278_CL(IMC).out | 13 + run/stage_logs/NAPMD_NO2/S2/0_279_CL(IMC).out | 13 + run/stage_logs/NAPMD_NO2/S2/0_27_CL(IMC).out | 17 + run/stage_logs/NAPMD_NO2/S2/0_28_CL(IMC).out | 55 + run/stage_logs/NAPMD_NO2/S2/0_29_CL(IMC).out | 73 + run/stage_logs/NAPMD_NO2/S2/0_2_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO2/S2/0_30_CL(IMC).out | 93 + run/stage_logs/NAPMD_NO2/S2/0_31_CL(IMC).out | 38 + run/stage_logs/NAPMD_NO2/S2/0_324_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO2/S2/0_325_CL(IMC).out | 3289 +++++++++++++++++ run/stage_logs/NAPMD_NO2/S2/0_326_CL(IMC).out | 144 + run/stage_logs/NAPMD_NO2/S2/0_327_CL(IMC).out | 136 + run/stage_logs/NAPMD_NO2/S2/0_32_CL(IMC).out | 9 + run/stage_logs/NAPMD_NO2/S2/0_330_CL(IMC).out | 548 +++ run/stage_logs/NAPMD_NO2/S2/0_331_CL(IMC).out | 518 +++ run/stage_logs/NAPMD_NO2/S2/0_332_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO2/S2/0_335_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO2/S2/0_336_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO2/S2/0_337_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO2/S2/0_338_CL(IMC).out | 142 + run/stage_logs/NAPMD_NO2/S2/0_339_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO2/S2/0_340_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO2/S2/0_342_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO2/S2/0_343_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO2/S2/0_347_CL(IMC).out | 1243 +++++++ run/stage_logs/NAPMD_NO2/S2/0_34_CL(IMC).out | 16 + run/stage_logs/NAPMD_NO2/S2/0_352_CL(IMC).out | 421 +++ run/stage_logs/NAPMD_NO2/S2/0_354_CL(IMC).out | 121 + run/stage_logs/NAPMD_NO2/S2/0_357_CL(IMC).out | 15 + run/stage_logs/NAPMD_NO2/S2/0_358_CL(IMC).out | 173 + run/stage_logs/NAPMD_NO2/S2/0_359_CL(IMC).out | 170 + run/stage_logs/NAPMD_NO2/S2/0_35_CL(IMC).out | 8 + run/stage_logs/NAPMD_NO2/S2/0_360_CL(IMC).out | 93 + run/stage_logs/NAPMD_NO2/S2/0_361_CL(IMC).out | 117 + run/stage_logs/NAPMD_NO2/S2/0_363_CL(IMC).out | 133 + run/stage_logs/NAPMD_NO2/S2/0_366_CL(IMC).out | 8 + run/stage_logs/NAPMD_NO2/S2/0_368_CL(IMC).out | 8 + run/stage_logs/NAPMD_NO2/S2/0_369_CL(IMC).out | 8 + run/stage_logs/NAPMD_NO2/S2/0_370_CL(IMC).out | 8 + run/stage_logs/NAPMD_NO2/S2/0_372_CL(IMC).out | 8 + run/stage_logs/NAPMD_NO2/S2/0_373_CL(IMC).out | 8 + run/stage_logs/NAPMD_NO2/S2/0_374_CL(IMC).out | 8 + run/stage_logs/NAPMD_NO2/S2/0_375_CL(IMC).out | 8 + run/stage_logs/NAPMD_NO2/S2/0_37_CL(IMC).out | 25 + run/stage_logs/NAPMD_NO2/S2/0_3_CL(IMC).out | 85 + run/stage_logs/NAPMD_NO2/S2/0_40_CL(IMC).out | 92 + run/stage_logs/NAPMD_NO2/S2/0_41_CL(IMC).out | 89 + run/stage_logs/NAPMD_NO2/S2/0_42_CL(IMC).out | 13 + run/stage_logs/NAPMD_NO2/S2/0_43_CL(IMC).out | 40 + run/stage_logs/NAPMD_NO2/S2/0_44_CL(IMC).out | 100 + run/stage_logs/NAPMD_NO2/S2/0_45_CL(IMC).out | 87 + run/stage_logs/NAPMD_NO2/S2/0_46_CL(IMC).out | 83 + run/stage_logs/NAPMD_NO2/S2/0_48_CL(IMC).out | 25 + run/stage_logs/NAPMD_NO2/S2/0_4_CL(IMC).out | 241 ++ run/stage_logs/NAPMD_NO2/S2/0_51_CL(IMC).out | 79 + run/stage_logs/NAPMD_NO2/S2/0_529_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO2/S2/0_52_CL(IMC).out | 16 + run/stage_logs/NAPMD_NO2/S2/0_530_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO2/S2/0_534_CL(IMC).out | 8 + run/stage_logs/NAPMD_NO2/S2/0_540_CL(IMC).out | 8 + run/stage_logs/NAPMD_NO2/S2/0_54_CL(IMC).out | 80 + run/stage_logs/NAPMD_NO2/S2/0_551_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO2/S2/0_57_CL(IMC).out | 84 + run/stage_logs/NAPMD_NO2/S2/0_59_CL(IMC).out | 44 + run/stage_logs/NAPMD_NO2/S2/0_5_CL(IMC).out | 1423 +++++++ run/stage_logs/NAPMD_NO2/S2/0_60_CL(IMC).out | 11 + run/stage_logs/NAPMD_NO2/S2/0_61_CL(IMC).out | 61 + run/stage_logs/NAPMD_NO2/S2/0_62_CL(IMC).out | 87 + run/stage_logs/NAPMD_NO2/S2/0_63_CL(IMC).out | 46 + run/stage_logs/NAPMD_NO2/S2/0_64_CL(IMC).out | 22 + run/stage_logs/NAPMD_NO2/S2/0_65_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO2/S2/0_68_CL(IMC).out | 8 + run/stage_logs/NAPMD_NO2/S2/0_6_CL(IMC).out | 1497 ++++++++ run/stage_logs/NAPMD_NO2/S2/0_73_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO2/S2/0_76_CL(IMC).out | 14 + run/stage_logs/NAPMD_NO2/S2/0_77_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO2/S2/0_79_CL(IMC).out | 26 + run/stage_logs/NAPMD_NO2/S2/0_80_CL(IMC).out | 26 + run/stage_logs/NAPMD_NO2/S2/0_84_CL(IMC).out | 26 + run/stage_logs/NAPMD_NO2/S2/0_86_CL(IMC).out | 26 + run/stage_logs/NAPMD_NO2/S2/0_87_CL(IMC).out | 26 + run/stage_logs/NAPMD_NO2/S2/0_8_CL(IMC).out | 32 + run/stage_logs/NAPMD_NO2/S2/0_96_CL(IMC).out | 4 + run/stage_logs/NAPMD_NO2/S2/0_9_CL(IMC).out | 50 + run/stage_logs/NAPMD_NO2/S2/1_362_CL(IMC).out | 9 + run/stage_logs/NAPMD_NO2/S2/1_547_CL(IMC).out | 3 + run/stage_logs/NAPMD_NO2/S2/1_89_CL(IMC).out | 3 + run/stage_logs/NAPMD_NO2/S2/1_98_CL(IMC).out | 3 + run/stage_logs/NAPMD_NO2/S3/0_100_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_101_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_102_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_103_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_104_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_105_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_107_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_108_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_109_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_110_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_113_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_118_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_119_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_11_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_13_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_14_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_15_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_18_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_19_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_1_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_20_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_21_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_22_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_23_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_24_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_26_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_270_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_271_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_272_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_274_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_275_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_278_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_279_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_27_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_28_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_29_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_2_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_30_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_31_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_324_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_325_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_326_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_327_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_32_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_330_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_331_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_332_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_335_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_336_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_337_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_338_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_339_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_340_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_342_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_343_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_347_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_34_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_352_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_354_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_357_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_358_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_359_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_35_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_360_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_361_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_363_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_366_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_368_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_369_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_370_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_372_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_373_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_374_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_375_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_37_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_3_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_40_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_41_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_42_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_43_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_44_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_45_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_46_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_48_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_4_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_51_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_529_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_52_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_530_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_534_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_540_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_54_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_551_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_57_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_59_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_5_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_60_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_61_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_62_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_63_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_64_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_65_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_68_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_6_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_73_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_76_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_77_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_79_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_80_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_84_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_86_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_87_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_8_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_96_CL(IMC).out | 23 + run/stage_logs/NAPMD_NO2/S3/0_9_CL(IMC).out | 23 + .../NAPMD_NO2/T1/0_100_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_100_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_100_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_101_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_101_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_101_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_102_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_102_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_102_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_103_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_103_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_103_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_104_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_104_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_104_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_105_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_105_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_105_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_107_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_107_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_107_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_108_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_108_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_108_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_109_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_109_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_109_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_110_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_110_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_110_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_113_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_113_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_113_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_118_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_118_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_118_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_119_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_119_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_119_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_11_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_11_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_11_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_13_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_13_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_13_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_14_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_14_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_14_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_15_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_15_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_15_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_18_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_18_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_18_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_19_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_19_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_19_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_1_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_1_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_1_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_20_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_20_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_20_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_21_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_21_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_21_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_22_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_22_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_22_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_23_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_23_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_23_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_24_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_24_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_24_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_26_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_26_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_26_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_270_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_270_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_270_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_271_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_271_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_271_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_272_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_272_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_272_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_274_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_274_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_274_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_275_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_275_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_275_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_278_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_278_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_278_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_279_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_279_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_279_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_27_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_27_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_27_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_28_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_28_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_28_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_29_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_29_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_29_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_2_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_2_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_2_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_30_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_30_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_30_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_31_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_31_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_31_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_324_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_324_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_324_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_325_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_325_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_325_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_326_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_326_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_326_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_327_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_327_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_327_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_32_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_32_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_32_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_330_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_330_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_330_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_331_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_331_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_331_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_332_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_332_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_332_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_335_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_335_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_335_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_336_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_336_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_336_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_337_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_337_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_337_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_338_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_338_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_338_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_339_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_339_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_339_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_340_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_340_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_340_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_342_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_342_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_342_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_343_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_343_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_343_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_347_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_347_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_347_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_34_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_34_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_34_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_352_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_352_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_352_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_354_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_354_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_354_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_357_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_357_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_357_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_358_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_358_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_358_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_359_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_359_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_359_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_35_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_35_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_35_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_360_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_360_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_360_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_361_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_361_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_361_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_363_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_363_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_363_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_366_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_366_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_366_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_368_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_368_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_368_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_369_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_369_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_369_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_370_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_370_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_370_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_372_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_372_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_372_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_373_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_373_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_373_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_374_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_374_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_374_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_375_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_375_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_375_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_37_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_37_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_37_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_3_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_3_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_3_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_40_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_40_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_40_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_41_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_41_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_41_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_42_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_42_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_42_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_43_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_43_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_43_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_44_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_44_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_44_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_45_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_45_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_45_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_46_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_46_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_46_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_48_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_48_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_48_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_4_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_4_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_4_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_51_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_51_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_51_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_529_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_529_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_529_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_52_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_52_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_52_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_530_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_530_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_530_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_534_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_534_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_534_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_540_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_540_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_540_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_54_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_54_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_54_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_551_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_551_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_551_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_57_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_57_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_57_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_59_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_59_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_59_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_5_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_5_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_5_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_60_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_60_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_60_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_61_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_61_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_61_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_62_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_62_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_62_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_63_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_63_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_63_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_64_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_64_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_64_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_65_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_65_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_65_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_68_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_68_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_68_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_6_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_6_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_6_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_73_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_73_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_73_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_76_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_76_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_76_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_77_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_77_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_77_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_79_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_79_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_79_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_80_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_80_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_80_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_84_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_84_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_84_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_86_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_86_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_86_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_87_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_87_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_87_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_8_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_8_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_8_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_96_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_96_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_96_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_9_CL(IMC)_D_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_9_CL(IMC)_H_GLOBAL.out | 3 + .../NAPMD_NO2/T1/0_9_CL(IMC)_M_GLOBAL.out | 3 + .../NAPMD_NO2/T2/0_197812_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197812_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197812_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197901_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197901_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197901_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197902_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197902_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197902_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197903_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197903_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197903_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197904_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197904_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197904_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197905_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197905_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197905_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197906_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197906_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197906_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197907_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197907_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197907_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197908_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197908_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197908_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197909_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197909_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197909_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197910_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197910_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197910_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197911_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197911_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197911_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197912_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197912_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_197912_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198001_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198001_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198001_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198002_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198002_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198002_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198003_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198003_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198003_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198004_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198004_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198004_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198005_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198005_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198005_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198006_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198006_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198006_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198007_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198007_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198007_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198008_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198008_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198008_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198009_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198009_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198009_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198010_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198010_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198010_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198011_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198011_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198011_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198012_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198012_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198012_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198101_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198101_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198101_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198102_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198102_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198102_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198103_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198103_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198103_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198104_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198104_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198104_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198105_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198105_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198105_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198106_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198106_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198106_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198107_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198107_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198107_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198108_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198108_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198108_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198109_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198109_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198109_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198110_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198110_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198110_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198111_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198111_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198111_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198112_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198112_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198112_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198201_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198201_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198201_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198202_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198202_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198202_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198203_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198203_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198203_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198204_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198204_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198204_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198205_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198205_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198205_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198206_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198206_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198206_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198207_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198207_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198207_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198208_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198208_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198208_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198209_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198209_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198209_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198210_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198210_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198210_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198211_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198211_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198211_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198212_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198212_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198212_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198301_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198301_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198301_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198302_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198302_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198302_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198303_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198303_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198303_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198304_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198304_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198304_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198305_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198305_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198305_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198306_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198306_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198306_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198307_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198307_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198307_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198308_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198308_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198308_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198309_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198309_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198309_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198310_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198310_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198310_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198311_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198311_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198311_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198312_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198312_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198312_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198401_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198401_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198401_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198402_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198402_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198402_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198403_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198403_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198403_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198404_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198404_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198404_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198405_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198405_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198405_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198406_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198406_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198406_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198407_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198407_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198407_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198408_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198408_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198408_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198409_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198409_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198409_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198410_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198410_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198410_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198411_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198411_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198411_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198412_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198412_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198412_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198501_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198501_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198501_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198502_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198502_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198502_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198503_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198503_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198503_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198504_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198504_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198504_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198505_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198505_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198505_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198506_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198506_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198506_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198507_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198507_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198507_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198508_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198508_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198508_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198509_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198509_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198509_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198510_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198510_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198510_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198511_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198511_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198511_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198512_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198512_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198512_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198601_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198601_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198601_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198602_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198602_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198602_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198603_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198603_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198603_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198604_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198604_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198604_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198605_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198605_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198605_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198606_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198606_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198606_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198607_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198607_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198607_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198608_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198608_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198608_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198609_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198609_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198609_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198610_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198610_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198610_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198611_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198611_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198611_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198612_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198612_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198612_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198701_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198701_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198701_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198702_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198702_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198702_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198703_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198703_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198703_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198704_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198704_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198704_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198705_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198705_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198705_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198706_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198706_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198706_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198707_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198707_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198707_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198708_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198708_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198708_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198709_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198709_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198709_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198710_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198710_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198710_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198711_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198711_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198711_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198712_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198712_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198712_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198801_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198801_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198801_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198802_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198802_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198802_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198803_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198803_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198803_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198804_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198804_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198804_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198805_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198805_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198805_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198806_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198806_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198806_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198807_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198807_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198807_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198808_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198808_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198808_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198809_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198809_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198809_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198810_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198810_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198810_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198811_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198811_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198811_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198812_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198812_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198812_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198901_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198901_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198901_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198902_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198902_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198902_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198903_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198903_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198903_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198904_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198904_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198904_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198905_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198905_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198905_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198906_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198906_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198906_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198907_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198907_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198907_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198908_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198908_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198908_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198909_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198909_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198909_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198910_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198910_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198910_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198911_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198911_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198911_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198912_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198912_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_198912_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199001_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199001_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199001_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199002_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199002_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199002_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199003_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199003_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199003_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199004_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199004_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199004_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199005_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199005_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199005_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199006_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199006_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199006_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199007_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199007_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199007_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199008_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199008_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199008_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199009_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199009_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199009_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199010_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199010_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199010_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199011_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199011_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199011_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199012_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199012_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199012_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199101_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199101_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199101_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199102_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199102_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199102_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199103_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199103_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199103_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199104_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199104_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199104_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199105_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199105_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199105_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199106_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199106_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199106_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199107_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199107_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199107_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199108_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199108_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199108_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199109_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199109_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199109_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199110_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199110_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199110_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199111_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199111_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199111_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199112_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199112_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199112_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199201_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199201_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199201_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199202_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199202_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199202_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199203_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199203_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199203_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199204_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199204_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199204_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199205_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199205_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199205_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199206_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199206_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199206_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199207_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199207_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199207_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199208_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199208_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199208_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199209_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199209_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199209_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199210_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199210_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199210_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199211_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199211_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199211_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199212_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199212_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199212_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199301_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199301_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199301_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199302_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199302_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199302_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199303_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199303_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199303_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199304_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199304_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199304_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199305_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199305_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199305_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199306_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199306_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199306_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199307_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199307_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199307_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199308_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199308_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199308_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199309_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199309_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199309_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199310_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199310_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199310_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199311_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199311_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199311_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199312_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199312_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199312_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199401_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199401_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199401_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199402_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199402_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199402_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199403_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199403_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199403_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199404_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199404_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199404_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199405_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199405_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199405_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199406_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199406_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199406_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199407_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199407_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199407_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199408_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199408_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199408_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199409_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199409_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199409_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199410_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199410_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199410_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199411_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199411_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199411_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199412_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199412_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199412_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199501_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199501_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199501_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199502_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199502_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199502_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199503_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199503_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199503_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199504_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199504_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199504_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199505_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199505_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199505_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199506_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199506_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199506_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199507_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199507_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199507_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199508_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199508_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199508_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199509_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199509_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199509_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199510_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199510_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199510_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199511_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199511_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199511_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199512_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199512_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199512_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199601_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199601_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199601_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199602_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199602_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199602_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199603_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199603_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199603_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199604_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199604_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199604_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199605_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199605_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199605_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199606_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199606_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199606_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199607_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199607_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199607_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199608_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199608_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199608_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199609_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199609_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199609_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199610_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199610_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199610_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199611_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199611_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199611_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199612_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199612_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199612_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199701_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199701_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199701_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199702_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199702_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199702_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199703_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199703_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199703_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199704_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199704_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199704_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199705_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199705_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199705_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199706_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199706_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199706_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199707_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199707_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199707_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199708_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199708_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199708_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199709_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199709_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199709_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199710_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199710_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199710_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199711_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199711_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199711_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199712_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199712_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199712_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199801_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199801_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199801_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199802_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199802_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199802_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199803_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199803_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199803_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199804_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199804_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199804_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199805_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199805_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199805_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199806_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199806_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199806_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199807_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199807_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199807_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199808_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199808_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199808_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199809_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199809_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199809_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199810_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199810_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199810_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199811_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199811_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199811_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199812_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199812_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199812_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199901_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199901_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199901_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199902_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199902_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199902_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199903_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199903_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199903_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199904_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199904_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199904_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199905_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199905_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199905_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199906_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199906_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199906_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199907_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199907_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199907_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199908_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199908_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199908_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199909_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199909_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199909_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199910_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199910_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199910_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199911_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199911_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199911_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199912_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199912_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_199912_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200001_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200001_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200001_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200002_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200002_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200002_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200003_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200003_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200003_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200004_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200004_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200004_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200005_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200005_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200005_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200006_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200006_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200006_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200007_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200007_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200007_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200008_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200008_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200008_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200009_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200009_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200009_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200010_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200010_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200010_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200011_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200011_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200011_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200012_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200012_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200012_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200101_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200101_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200101_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200102_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200102_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200102_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200103_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200103_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200103_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200104_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200104_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200104_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200105_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200105_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200105_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200106_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200106_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200106_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200107_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200107_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200107_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200108_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200108_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200108_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200109_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200109_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200109_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200110_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200110_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200110_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200111_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200111_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200111_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200112_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200112_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200112_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200201_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200201_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200201_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200202_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200202_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200202_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200203_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200203_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200203_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200204_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200204_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200204_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200205_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200205_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200205_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200206_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200206_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200206_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200207_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200207_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200207_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200208_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200208_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200208_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200209_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200209_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200209_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200210_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200210_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200210_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200211_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200211_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200211_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200212_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200212_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200212_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200301_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200301_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200301_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200302_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200302_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200302_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200303_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200303_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200303_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200304_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200304_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200304_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200305_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200305_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200305_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200306_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200306_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200306_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200307_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200307_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200307_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200308_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200308_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200308_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200309_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200309_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200309_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200310_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200310_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200310_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200311_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200311_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200311_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200312_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200312_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200312_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200401_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200401_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200401_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200402_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200402_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200402_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200403_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200403_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200403_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200404_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200404_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200404_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200405_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200405_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200405_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200406_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200406_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200406_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200407_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200407_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200407_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200408_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200408_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200408_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200409_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200409_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200409_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200410_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200410_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200410_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200411_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200411_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200411_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200412_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200412_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200412_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200501_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200501_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200501_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200502_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200502_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200502_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200503_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200503_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200503_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200504_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200504_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200504_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200505_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200505_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200505_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200506_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200506_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200506_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200507_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200507_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200507_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200508_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200508_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200508_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200509_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200509_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200509_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200510_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200510_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200510_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200511_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200511_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200511_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200512_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200512_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200512_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200601_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200601_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200601_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200602_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200602_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200602_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200603_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200603_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200603_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200604_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200604_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200604_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200605_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200605_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200605_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200606_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200606_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200606_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200607_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200607_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200607_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200608_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200608_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200608_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200609_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200609_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200609_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200610_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200610_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200610_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200611_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200611_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200611_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200612_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200612_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200612_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200701_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200701_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200701_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200702_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200702_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200702_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200703_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200703_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200703_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200704_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200704_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200704_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200705_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200705_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200705_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200706_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200706_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200706_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200707_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200707_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200707_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200708_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200708_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200708_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200709_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200709_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200709_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200710_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200710_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200710_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200711_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200711_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200711_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200712_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200712_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200712_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200801_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200801_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200801_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200802_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200802_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200802_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200803_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200803_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200803_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200804_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200804_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200804_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200805_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200805_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200805_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200806_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200806_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200806_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200807_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200807_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200807_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200808_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200808_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200808_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200809_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200809_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200809_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200810_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200810_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200810_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200811_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200811_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200811_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200812_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200812_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200812_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200901_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200901_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200901_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200902_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200902_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200902_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200903_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200903_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200903_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200904_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200904_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200904_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200905_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200905_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200905_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200906_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200906_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200906_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200907_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200907_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200907_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200908_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200908_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200908_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200909_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200909_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200909_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200910_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200910_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200910_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200911_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200911_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200911_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200912_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200912_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_200912_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201001_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201001_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201001_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201002_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201002_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201002_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201003_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201003_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201003_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201004_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201004_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201004_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201005_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201005_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201005_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201006_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201006_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201006_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201007_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201007_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201007_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201008_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201008_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201008_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201009_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201009_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201009_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201010_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201010_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201010_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201011_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201011_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201011_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201012_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201012_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201012_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201101_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201101_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201101_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201102_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201102_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201102_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201103_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201103_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201103_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201104_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201104_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201104_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201105_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201105_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201105_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201106_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201106_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201106_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201107_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201107_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201107_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201108_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201108_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201108_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201109_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201109_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201109_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201110_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201110_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201110_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201111_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201111_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201111_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201112_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201112_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201112_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201201_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201201_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201201_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201202_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201202_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201202_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201203_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201203_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201203_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201204_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201204_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201204_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201205_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201205_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201205_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201206_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201206_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201206_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201207_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201207_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201207_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201208_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201208_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201208_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201209_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201209_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201209_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201210_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201210_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201210_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201211_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201211_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201211_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201212_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201212_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201212_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201301_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201301_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201301_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201302_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201302_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201302_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201303_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201303_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201303_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201304_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201304_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201304_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201305_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201305_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201305_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201306_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201306_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201306_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201307_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201307_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201307_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201308_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201308_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201308_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201309_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201309_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201309_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201310_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201310_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201310_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201311_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201311_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201311_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201312_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201312_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201312_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201401_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201401_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201401_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201402_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201402_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201402_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201403_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201403_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201403_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201404_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201404_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201404_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201405_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201405_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201405_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201406_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201406_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201406_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201407_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201407_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201407_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201408_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201408_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201408_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201409_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201409_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201409_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201410_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201410_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201410_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201411_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201411_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201411_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201412_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201412_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201412_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201501_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201501_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201501_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201502_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201502_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201502_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201503_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201503_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201503_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201504_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201504_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201504_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201505_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201505_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201505_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201506_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201506_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201506_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201507_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201507_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201507_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201508_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201508_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201508_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201509_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201509_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201509_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201510_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201510_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201510_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201511_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201511_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201511_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201512_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201512_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201512_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201601_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201601_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201601_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201602_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201602_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201602_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201603_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201603_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201603_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201604_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201604_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201604_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201605_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201605_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201605_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201606_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201606_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201606_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201607_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201607_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201607_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201608_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201608_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201608_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201609_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201609_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201609_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201610_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201610_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201610_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201611_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201611_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201611_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201612_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201612_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201612_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201701_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201701_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201701_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201702_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201702_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201702_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201703_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201703_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201703_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201704_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201704_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201704_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201705_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201705_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201705_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201706_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201706_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201706_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201707_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201707_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201707_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201708_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201708_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201708_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201709_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201709_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201709_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201710_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201710_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201710_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201711_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201711_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201711_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201712_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201712_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201712_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201912_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201912_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_201912_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202001_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202001_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202001_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202002_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202002_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202002_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202003_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202003_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202003_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202004_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202004_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202004_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202005_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202005_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202005_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202006_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202006_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202006_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202007_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202007_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202007_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202008_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202008_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202008_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202009_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202009_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202009_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202010_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202010_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202010_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202011_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202011_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202011_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202012_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202012_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202012_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202101_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202101_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202101_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202102_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202102_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202102_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202103_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202103_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202103_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202104_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202104_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202104_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202105_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202105_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202105_M_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202106_D_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202106_H_GLOBAL.out | 2 + .../NAPMD_NO2/T2/0_202106_M_GLOBAL.out | 2 + run/stage_logs/NAPMD_O3/S1/0_1979.out | 3 + run/stage_logs/NAPMD_O3/S1/0_1980.out | 4 + run/stage_logs/NAPMD_O3/S1/0_1981.out | 5 + run/stage_logs/NAPMD_O3/S1/0_1982.out | 6 + run/stage_logs/NAPMD_O3/S1/0_1983.out | 8 + run/stage_logs/NAPMD_O3/S1/0_1984.out | 9 + run/stage_logs/NAPMD_O3/S1/0_1985.out | 8 + run/stage_logs/NAPMD_O3/S1/0_1986.out | 8 + run/stage_logs/NAPMD_O3/S1/0_1987.out | 8 + run/stage_logs/NAPMD_O3/S1/0_1988.out | 8 + run/stage_logs/NAPMD_O3/S1/0_1989.out | 9 + run/stage_logs/NAPMD_O3/S1/0_1990.out | 9 + run/stage_logs/NAPMD_O3/S1/0_1991.out | 9 + run/stage_logs/NAPMD_O3/S1/0_1992.out | 9 + run/stage_logs/NAPMD_O3/S1/0_1993.out | 9 + run/stage_logs/NAPMD_O3/S1/0_1994.out | 30 + run/stage_logs/NAPMD_O3/S1/0_1995.out | 31 + run/stage_logs/NAPMD_O3/S1/0_1996.out | 29 + run/stage_logs/NAPMD_O3/S1/0_1997.out | 30 + run/stage_logs/NAPMD_O3/S1/0_1998.out | 32 + run/stage_logs/NAPMD_O3/S1/0_1999.out | 32 + run/stage_logs/NAPMD_O3/S1/0_2000.out | 34 + run/stage_logs/NAPMD_O3/S1/0_2001.out | 34 + run/stage_logs/NAPMD_O3/S1/0_2002.out | 51 + run/stage_logs/NAPMD_O3/S1/0_2003.out | 49 + run/stage_logs/NAPMD_O3/S1/0_2004.out | 49 + run/stage_logs/NAPMD_O3/S1/0_2005.out | 47 + run/stage_logs/NAPMD_O3/S1/0_2006.out | 47 + run/stage_logs/NAPMD_O3/S1/0_2007.out | 47 + run/stage_logs/NAPMD_O3/S1/0_2008.out | 46 + run/stage_logs/NAPMD_O3/S1/0_2009.out | 46 + run/stage_logs/NAPMD_O3/S1/0_2010.out | 59 + run/stage_logs/NAPMD_O3/S1/0_2011.out | 60 + run/stage_logs/NAPMD_O3/S1/0_2012.out | 64 + run/stage_logs/NAPMD_O3/S1/0_2013.out | 60 + run/stage_logs/NAPMD_O3/S1/0_2014.out | 63 + run/stage_logs/NAPMD_O3/S1/0_2015.out | 65 + run/stage_logs/NAPMD_O3/S1/0_2016.out | 2 + run/stage_logs/NAPMD_O3/S1/0_2017.out | 2 + run/stage_logs/NAPMD_O3/S1/0_2018.out | 2 + run/stage_logs/NAPMD_O3/S1/0_2019.out | 2 + run/stage_logs/NAPMD_O3/S1/0_2020.out | 82 + run/stage_logs/NAPMD_O3/S1/0_2021.out | 9 + run/stage_logs/NAPMD_O3/S2/0_100_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_101_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_102_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_104_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_105_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_107_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_10_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_110_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_11_UVP.out | 29 + run/stage_logs/NAPMD_O3/S2/0_12_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_13_UVP.out | 31 + run/stage_logs/NAPMD_O3/S2/0_14_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_15_UVP.out | 31 + run/stage_logs/NAPMD_O3/S2/0_18_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_19_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_1_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_20_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_22_UVP.out | 22 + run/stage_logs/NAPMD_O3/S2/0_23_UVP.out | 31 + run/stage_logs/NAPMD_O3/S2/0_24_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_26_UVP.out | 31 + run/stage_logs/NAPMD_O3/S2/0_270_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_271_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_272_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_274_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_275_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_278_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_27_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_28_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_29_UVP.out | 29 + run/stage_logs/NAPMD_O3/S2/0_2_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_30_UVP.out | 31 + run/stage_logs/NAPMD_O3/S2/0_31_UVP.out | 18 + run/stage_logs/NAPMD_O3/S2/0_324_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_325_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_326_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_327_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_32_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_330_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_331_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_332_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_333_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_335_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_337_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_338_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_340_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_342_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_343_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_344_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_347_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_348_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_352_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_354_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_357_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_358_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_359_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_35_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_360_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_361_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_363_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_365_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_366_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_368_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_369_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_370_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_372_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_373_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_374_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_375_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_3_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_40_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_41_UVP.out | 29 + run/stage_logs/NAPMD_O3/S2/0_42_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_43_UVP.out | 18 + run/stage_logs/NAPMD_O3/S2/0_44_UVP.out | 31 + run/stage_logs/NAPMD_O3/S2/0_45_UVP.out | 31 + run/stage_logs/NAPMD_O3/S2/0_46_UVP.out | 29 + run/stage_logs/NAPMD_O3/S2/0_4_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_51_UVP.out | 31 + run/stage_logs/NAPMD_O3/S2/0_530_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_534_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_53_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_540_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_54_UVP.out | 30 + run/stage_logs/NAPMD_O3/S2/0_56_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_57_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_59_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_5_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_60_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_61_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_62_UVP.out | 31 + run/stage_logs/NAPMD_O3/S2/0_63_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_64_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_68_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_6_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_73_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_76_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_77_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_83_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_86_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_87_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_8_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_96_UVP.out | 4 + run/stage_logs/NAPMD_O3/S2/0_9_UVP.out | 20 + run/stage_logs/NAPMD_O3/S2/1_336_UVP.out | 5 + run/stage_logs/NAPMD_O3/S2/1_547_UVP.out | 3 + run/stage_logs/NAPMD_O3/S2/1_89_UVP.out | 3 + run/stage_logs/NAPMD_O3/S2/1_98_UVP.out | 3 + run/stage_logs/NAPMD_O3/S3/0_100_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_101_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_102_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_104_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_105_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_107_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_10_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_110_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_11_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_12_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_13_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_14_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_15_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_18_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_19_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_1_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_20_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_22_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_23_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_24_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_26_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_270_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_271_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_272_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_274_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_275_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_278_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_27_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_28_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_29_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_2_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_30_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_31_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_324_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_325_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_326_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_327_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_32_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_330_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_331_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_332_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_333_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_335_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_337_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_338_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_340_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_342_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_343_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_344_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_347_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_348_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_352_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_354_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_357_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_358_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_359_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_35_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_360_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_361_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_363_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_365_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_366_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_368_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_369_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_370_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_372_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_373_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_374_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_375_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_3_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_40_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_41_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_42_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_43_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_44_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_45_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_46_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_4_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_51_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_530_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_534_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_53_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_540_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_54_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_56_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_57_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_59_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_5_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_60_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_61_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_62_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_63_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_64_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_68_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_6_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_73_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_76_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_77_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_83_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_86_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_87_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_8_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_96_UVP.out | 23 + run/stage_logs/NAPMD_O3/S3/0_9_UVP.out | 23 + .../NAPMD_O3/T1/0_100_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_100_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_100_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_101_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_101_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_101_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_102_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_102_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_102_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_104_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_104_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_104_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_105_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_105_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_105_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_107_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_107_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_107_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_10_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_10_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_10_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_110_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_110_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_110_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_11_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_11_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_11_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_12_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_12_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_12_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_13_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_13_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_13_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_14_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_14_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_14_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_15_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_15_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_15_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_18_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_18_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_18_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_19_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_19_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_19_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_1_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_1_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_1_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_20_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_20_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_20_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_22_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_22_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_22_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_23_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_23_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_23_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_24_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_24_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_24_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_26_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_26_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_26_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_270_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_270_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_270_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_271_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_271_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_271_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_272_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_272_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_272_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_274_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_274_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_274_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_275_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_275_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_275_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_278_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_278_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_278_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_27_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_27_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_27_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_28_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_28_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_28_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_29_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_29_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_29_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_2_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_2_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_2_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_30_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_30_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_30_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_31_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_31_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_31_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_324_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_324_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_324_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_325_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_325_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_325_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_326_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_326_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_326_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_327_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_327_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_327_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_32_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_32_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_32_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_330_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_330_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_330_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_331_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_331_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_331_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_332_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_332_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_332_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_333_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_333_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_333_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_335_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_335_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_335_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_337_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_337_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_337_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_338_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_338_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_338_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_340_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_340_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_340_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_342_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_342_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_342_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_343_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_343_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_343_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_344_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_344_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_344_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_347_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_347_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_347_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_348_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_348_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_348_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_352_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_352_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_352_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_354_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_354_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_354_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_357_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_357_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_357_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_358_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_358_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_358_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_359_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_359_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_359_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_35_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_35_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_35_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_360_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_360_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_360_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_361_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_361_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_361_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_363_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_363_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_363_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_365_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_365_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_365_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_366_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_366_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_366_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_368_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_368_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_368_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_369_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_369_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_369_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_370_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_370_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_370_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_372_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_372_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_372_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_373_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_373_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_373_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_374_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_374_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_374_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_375_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_375_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_375_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_3_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_3_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_3_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_40_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_40_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_40_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_41_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_41_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_41_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_42_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_42_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_42_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_43_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_43_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_43_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_44_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_44_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_44_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_45_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_45_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_45_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_46_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_46_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_46_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_4_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_4_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_4_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_51_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_51_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_51_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_530_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_530_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_530_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_534_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_534_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_534_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_53_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_53_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_53_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_540_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_540_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_540_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_54_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_54_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_54_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_56_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_56_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_56_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_57_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_57_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_57_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_59_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_59_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_59_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_5_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_5_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_5_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_60_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_60_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_60_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_61_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_61_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_61_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_62_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_62_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_62_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_63_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_63_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_63_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_64_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_64_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_64_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_68_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_68_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_68_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_6_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_6_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_6_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_73_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_73_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_73_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_76_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_76_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_76_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_77_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_77_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_77_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_83_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_83_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_83_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_86_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_86_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_86_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_87_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_87_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_87_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_8_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_8_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_8_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_96_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_96_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_96_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_9_UVP_D_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_9_UVP_H_GLOBAL.out | 3 + .../NAPMD_O3/T1/0_9_UVP_M_GLOBAL.out | 3 + .../NAPMD_O3/T2/0_197812_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197812_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197812_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197901_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197901_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197901_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197902_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197902_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197902_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197903_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197903_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197903_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197904_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197904_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197904_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197905_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197905_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197905_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197906_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197906_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197906_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197907_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197907_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197907_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197908_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197908_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197908_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197909_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197909_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197909_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197910_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197910_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197910_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197911_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197911_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197911_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197912_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197912_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_197912_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198001_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198001_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198001_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198002_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198002_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198002_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198003_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198003_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198003_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198004_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198004_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198004_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198005_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198005_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198005_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198006_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198006_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198006_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198007_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198007_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198007_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198008_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198008_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198008_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198009_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198009_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198009_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198010_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198010_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198010_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198011_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198011_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198011_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198012_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198012_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198012_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198101_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198101_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198101_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198102_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198102_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198102_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198103_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198103_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198103_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198104_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198104_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198104_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198105_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198105_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198105_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198106_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198106_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198106_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198107_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198107_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198107_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198108_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198108_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198108_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198109_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198109_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198109_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198110_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198110_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198110_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198111_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198111_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198111_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198112_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198112_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198112_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198201_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198201_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198201_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198202_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198202_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198202_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198203_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198203_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198203_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198204_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198204_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198204_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198205_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198205_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198205_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198206_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198206_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198206_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198207_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198207_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198207_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198208_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198208_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198208_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198209_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198209_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198209_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198210_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198210_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198210_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198211_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198211_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198211_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198212_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198212_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198212_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198301_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198301_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198301_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198302_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198302_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198302_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198303_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198303_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198303_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198304_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198304_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198304_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198305_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198305_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198305_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198306_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198306_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198306_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198307_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198307_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198307_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198308_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198308_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198308_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198309_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198309_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198309_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198310_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198310_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198310_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198311_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198311_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198311_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198312_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198312_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198312_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198401_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198401_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198401_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198402_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198402_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198402_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198403_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198403_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198403_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198404_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198404_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198404_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198405_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198405_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198405_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198406_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198406_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198406_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198407_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198407_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198407_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198408_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198408_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198408_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198409_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198409_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198409_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198410_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198410_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198410_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198411_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198411_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198411_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198412_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198412_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198412_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198501_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198501_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198501_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198502_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198502_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198502_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198503_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198503_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198503_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198504_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198504_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198504_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198505_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198505_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198505_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198506_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198506_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198506_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198507_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198507_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198507_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198508_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198508_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198508_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198509_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198509_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198509_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198510_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198510_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198510_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198511_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198511_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198511_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198512_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198512_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198512_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198601_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198601_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198601_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198602_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198602_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198602_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198603_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198603_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198603_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198604_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198604_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198604_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198605_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198605_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198605_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198606_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198606_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198606_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198607_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198607_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198607_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198608_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198608_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198608_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198609_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198609_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198609_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198610_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198610_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198610_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198611_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198611_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198611_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198612_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198612_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198612_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198701_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198701_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198701_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198702_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198702_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198702_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198703_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198703_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198703_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198704_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198704_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198704_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198705_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198705_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198705_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198706_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198706_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198706_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198707_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198707_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198707_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198708_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198708_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198708_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198709_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198709_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198709_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198710_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198710_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198710_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198711_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198711_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198711_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198712_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198712_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198712_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198801_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198801_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198801_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198802_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198802_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198802_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198803_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198803_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198803_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198804_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198804_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198804_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198805_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198805_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198805_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198806_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198806_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198806_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198807_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198807_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198807_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198808_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198808_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198808_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198809_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198809_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198809_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198810_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198810_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198810_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198811_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198811_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198811_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198812_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198812_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198812_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198901_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198901_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198901_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198902_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198902_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198902_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198903_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198903_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198903_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198904_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198904_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198904_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198905_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198905_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198905_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198906_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198906_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198906_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198907_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198907_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198907_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198908_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198908_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198908_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198909_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198909_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198909_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198910_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198910_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198910_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198911_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198911_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198911_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198912_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198912_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_198912_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199001_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199001_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199001_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199002_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199002_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199002_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199003_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199003_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199003_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199004_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199004_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199004_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199005_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199005_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199005_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199006_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199006_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199006_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199007_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199007_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199007_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199008_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199008_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199008_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199009_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199009_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199009_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199010_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199010_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199010_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199011_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199011_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199011_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199012_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199012_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199012_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199101_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199101_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199101_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199102_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199102_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199102_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199103_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199103_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199103_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199104_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199104_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199104_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199105_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199105_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199105_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199106_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199106_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199106_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199107_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199107_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199107_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199108_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199108_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199108_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199109_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199109_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199109_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199110_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199110_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199110_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199111_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199111_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199111_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199112_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199112_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199112_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199201_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199201_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199201_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199202_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199202_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199202_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199203_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199203_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199203_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199204_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199204_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199204_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199205_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199205_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199205_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199206_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199206_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199206_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199207_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199207_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199207_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199208_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199208_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199208_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199209_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199209_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199209_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199210_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199210_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199210_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199211_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199211_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199211_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199212_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199212_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199212_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199301_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199301_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199301_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199302_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199302_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199302_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199303_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199303_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199303_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199304_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199304_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199304_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199305_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199305_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199305_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199306_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199306_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199306_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199307_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199307_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199307_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199308_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199308_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199308_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199309_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199309_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199309_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199310_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199310_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199310_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199311_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199311_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199311_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199312_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199312_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199312_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199401_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199401_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199401_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199402_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199402_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199402_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199403_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199403_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199403_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199404_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199404_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199404_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199405_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199405_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199405_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199406_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199406_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199406_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199407_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199407_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199407_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199408_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199408_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199408_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199409_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199409_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199409_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199410_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199410_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199410_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199411_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199411_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199411_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199412_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199412_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199412_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199501_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199501_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199501_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199502_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199502_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199502_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199503_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199503_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199503_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199504_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199504_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199504_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199505_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199505_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199505_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199506_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199506_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199506_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199507_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199507_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199507_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199508_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199508_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199508_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199509_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199509_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199509_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199510_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199510_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199510_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199511_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199511_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199511_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199512_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199512_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199512_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199601_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199601_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199601_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199602_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199602_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199602_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199603_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199603_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199603_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199604_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199604_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199604_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199605_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199605_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199605_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199606_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199606_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199606_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199607_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199607_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199607_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199608_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199608_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199608_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199609_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199609_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199609_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199610_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199610_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199610_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199611_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199611_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199611_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199612_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199612_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199612_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199701_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199701_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199701_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199702_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199702_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199702_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199703_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199703_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199703_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199704_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199704_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199704_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199705_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199705_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199705_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199706_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199706_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199706_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199707_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199707_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199707_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199708_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199708_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199708_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199709_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199709_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199709_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199710_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199710_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199710_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199711_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199711_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199711_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199712_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199712_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199712_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199801_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199801_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199801_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199802_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199802_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199802_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199803_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199803_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199803_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199804_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199804_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199804_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199805_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199805_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199805_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199806_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199806_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199806_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199807_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199807_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199807_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199808_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199808_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199808_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199809_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199809_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199809_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199810_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199810_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199810_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199811_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199811_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199811_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199812_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199812_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199812_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199901_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199901_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199901_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199902_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199902_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199902_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199903_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199903_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199903_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199904_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199904_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199904_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199905_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199905_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199905_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199906_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199906_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199906_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199907_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199907_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199907_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199908_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199908_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199908_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199909_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199909_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199909_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199910_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199910_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199910_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199911_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199911_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199911_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199912_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199912_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_199912_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200001_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200001_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200001_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200002_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200002_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200002_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200003_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200003_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200003_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200004_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200004_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200004_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200005_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200005_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200005_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200006_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200006_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200006_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200007_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200007_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200007_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200008_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200008_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200008_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200009_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200009_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200009_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200010_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200010_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200010_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200011_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200011_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200011_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200012_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200012_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200012_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200101_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200101_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200101_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200102_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200102_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200102_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200103_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200103_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200103_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200104_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200104_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200104_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200105_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200105_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200105_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200106_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200106_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200106_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200107_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200107_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200107_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200108_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200108_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200108_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200109_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200109_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200109_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200110_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200110_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200110_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200111_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200111_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200111_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200112_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200112_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200112_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200201_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200201_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200201_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200202_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200202_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200202_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200203_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200203_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200203_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200204_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200204_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200204_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200205_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200205_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200205_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200206_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200206_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200206_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200207_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200207_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200207_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200208_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200208_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200208_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200209_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200209_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200209_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200210_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200210_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200210_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200211_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200211_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200211_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200212_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200212_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200212_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200301_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200301_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200301_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200302_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200302_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200302_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200303_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200303_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200303_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200304_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200304_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200304_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200305_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200305_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200305_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200306_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200306_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200306_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200307_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200307_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200307_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200308_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200308_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200308_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200309_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200309_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200309_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200310_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200310_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200310_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200311_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200311_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200311_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200312_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200312_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200312_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200401_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200401_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200401_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200402_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200402_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200402_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200403_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200403_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200403_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200404_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200404_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200404_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200405_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200405_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200405_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200406_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200406_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200406_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200407_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200407_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200407_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200408_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200408_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200408_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200409_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200409_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200409_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200410_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200410_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200410_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200411_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200411_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200411_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200412_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200412_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200412_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200501_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200501_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200501_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200502_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200502_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200502_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200503_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200503_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200503_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200504_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200504_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200504_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200505_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200505_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200505_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200506_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200506_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200506_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200507_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200507_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200507_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200508_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200508_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200508_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200509_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200509_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200509_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200510_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200510_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200510_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200511_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200511_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200511_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200512_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200512_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200512_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200601_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200601_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200601_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200602_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200602_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200602_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200603_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200603_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200603_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200604_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200604_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200604_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200605_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200605_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200605_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200606_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200606_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200606_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200607_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200607_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200607_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200608_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200608_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200608_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200609_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200609_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200609_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200610_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200610_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200610_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200611_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200611_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200611_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200612_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200612_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200612_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200701_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200701_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200701_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200702_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200702_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200702_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200703_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200703_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200703_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200704_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200704_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200704_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200705_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200705_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200705_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200706_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200706_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200706_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200707_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200707_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200707_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200708_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200708_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200708_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200709_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200709_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200709_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200710_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200710_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200710_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200711_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200711_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200711_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200712_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200712_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200712_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200801_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200801_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200801_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200802_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200802_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200802_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200803_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200803_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200803_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200804_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200804_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200804_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200805_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200805_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200805_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200806_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200806_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200806_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200807_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200807_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200807_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200808_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200808_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200808_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200809_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200809_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200809_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200810_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200810_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200810_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200811_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200811_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200811_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200812_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200812_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200812_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200901_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200901_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200901_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200902_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200902_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200902_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200903_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200903_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200903_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200904_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200904_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200904_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200905_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200905_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200905_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200906_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200906_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200906_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200907_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200907_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200907_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200908_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200908_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200908_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200909_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200909_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200909_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200910_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200910_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200910_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200911_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200911_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200911_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200912_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200912_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_200912_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201001_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201001_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201001_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201002_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201002_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201002_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201003_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201003_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201003_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201004_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201004_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201004_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201005_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201005_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201005_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201006_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201006_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201006_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201007_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201007_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201007_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201008_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201008_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201008_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201009_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201009_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201009_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201010_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201010_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201010_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201011_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201011_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201011_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201012_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201012_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201012_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201101_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201101_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201101_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201102_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201102_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201102_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201103_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201103_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201103_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201104_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201104_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201104_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201105_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201105_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201105_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201106_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201106_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201106_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201107_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201107_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201107_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201108_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201108_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201108_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201109_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201109_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201109_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201110_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201110_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201110_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201111_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201111_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201111_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201112_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201112_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201112_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201201_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201201_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201201_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201202_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201202_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201202_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201203_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201203_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201203_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201204_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201204_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201204_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201205_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201205_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201205_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201206_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201206_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201206_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201207_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201207_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201207_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201208_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201208_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201208_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201209_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201209_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201209_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201210_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201210_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201210_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201211_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201211_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201211_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201212_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201212_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201212_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201301_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201301_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201301_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201302_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201302_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201302_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201303_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201303_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201303_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201304_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201304_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201304_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201305_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201305_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201305_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201306_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201306_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201306_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201307_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201307_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201307_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201308_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201308_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201308_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201309_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201309_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201309_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201310_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201310_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201310_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201311_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201311_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201311_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201312_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201312_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201312_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201401_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201401_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201401_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201402_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201402_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201402_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201403_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201403_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201403_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201404_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201404_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201404_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201405_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201405_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201405_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201406_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201406_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201406_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201407_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201407_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201407_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201408_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201408_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201408_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201409_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201409_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201409_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201410_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201410_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201410_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201411_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201411_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201411_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201412_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201412_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201412_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201501_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201501_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201501_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201502_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201502_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201502_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201503_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201503_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201503_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201504_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201504_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201504_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201505_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201505_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201505_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201506_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201506_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201506_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201507_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201507_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201507_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201508_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201508_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201508_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201509_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201509_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201509_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201510_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201510_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201510_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201511_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201511_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201511_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201512_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201512_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201512_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201912_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201912_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_201912_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202001_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202001_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202001_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202002_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202002_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202002_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202003_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202003_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202003_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202004_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202004_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202004_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202005_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202005_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202005_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202006_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202006_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202006_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202007_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202007_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202007_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202008_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202008_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202008_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202009_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202009_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202009_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202010_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202010_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202010_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202011_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202011_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202011_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202012_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202012_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202012_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202101_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202101_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202101_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202102_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202102_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202102_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202103_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202103_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202103_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202104_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202104_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202104_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202105_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202105_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202105_M_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202106_D_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202106_H_GLOBAL.out | 2 + .../NAPMD_O3/T2/0_202106_M_GLOBAL.out | 2 + run/stage_logs/NAPMD_P-XYLENE/S1/0_2019.out | 4 + run/stage_logs/NAPMD_P-XYLENE/S1/0_2020.out | 4 + .../NAPMD_P-XYLENE/S2/0_110_UNK.out | 4 + run/stage_logs/NAPMD_P-XYLENE/S2/0_96_UNK.out | 4 + .../NAPMD_P-XYLENE/S3/0_110_UNK.out | 23 + run/stage_logs/NAPMD_P-XYLENE/S3/0_96_UNK.out | 23 + .../NAPMD_P-XYLENE/T1/0_110_UNK_D_GLOBAL.out | 3 + .../NAPMD_P-XYLENE/T1/0_110_UNK_H_GLOBAL.out | 3 + .../NAPMD_P-XYLENE/T1/0_110_UNK_M_GLOBAL.out | 3 + .../NAPMD_P-XYLENE/T1/0_96_UNK_D_GLOBAL.out | 3 + .../NAPMD_P-XYLENE/T1/0_96_UNK_H_GLOBAL.out | 3 + .../NAPMD_P-XYLENE/T1/0_96_UNK_M_GLOBAL.out | 3 + .../NAPMD_P-XYLENE/T2/0_201812_D_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201812_H_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201812_M_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201901_D_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201901_H_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201901_M_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201902_D_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201902_H_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201902_M_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201903_D_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201903_H_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201903_M_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201904_D_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201904_H_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201904_M_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201905_D_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201905_H_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201905_M_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201906_D_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201906_H_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201906_M_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201907_D_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201907_H_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201907_M_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201908_D_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201908_H_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201908_M_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201909_D_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201909_H_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201909_M_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201910_D_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201910_H_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201910_M_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201911_D_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201911_H_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201911_M_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201912_D_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201912_H_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_201912_M_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_202001_D_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_202001_H_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_202001_M_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_202002_D_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_202002_H_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_202002_M_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_202003_D_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_202003_H_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_202003_M_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_202004_D_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_202004_H_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_202004_M_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_202005_D_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_202005_H_GLOBAL.out | 2 + .../NAPMD_P-XYLENE/T2/0_202005_M_GLOBAL.out | 2 + run/stage_logs/NAPMD_PM10/S1/0_1994.out | 19 + run/stage_logs/NAPMD_PM10/S1/0_1995.out | 19 + run/stage_logs/NAPMD_PM10/S1/0_1996.out | 20 + run/stage_logs/NAPMD_PM10/S1/0_1997.out | 21 + run/stage_logs/NAPMD_PM10/S1/0_1998.out | 22 + run/stage_logs/NAPMD_PM10/S1/0_1999.out | 23 + run/stage_logs/NAPMD_PM10/S1/0_2000.out | 25 + run/stage_logs/NAPMD_PM10/S1/0_2001.out | 27 + run/stage_logs/NAPMD_PM10/S1/0_2002.out | 38 + run/stage_logs/NAPMD_PM10/S1/0_2003.out | 38 + run/stage_logs/NAPMD_PM10/S1/0_2004.out | 43 + run/stage_logs/NAPMD_PM10/S1/0_2005.out | 39 + run/stage_logs/NAPMD_PM10/S1/0_2006.out | 41 + run/stage_logs/NAPMD_PM10/S1/0_2007.out | 42 + run/stage_logs/NAPMD_PM10/S1/0_2008.out | 41 + run/stage_logs/NAPMD_PM10/S1/0_2009.out | 44 + run/stage_logs/NAPMD_PM10/S1/0_2010.out | 69 + run/stage_logs/NAPMD_PM10/S1/0_2011.out | 83 + run/stage_logs/NAPMD_PM10/S1/0_2012.out | 89 + run/stage_logs/NAPMD_PM10/S1/0_2013.out | 85 + run/stage_logs/NAPMD_PM10/S1/0_2014.out | 93 + run/stage_logs/NAPMD_PM10/S1/0_2015.out | 106 + run/stage_logs/NAPMD_PM10/S1/0_2016.out | 106 + run/stage_logs/NAPMD_PM10/S1/0_2017.out | 136 + run/stage_logs/NAPMD_PM10/S1/0_2018.out | 115 + run/stage_logs/NAPMD_PM10/S1/0_2019.out | 2 + run/stage_logs/NAPMD_PM10/S1/0_2020.out | 166 + run/stage_logs/NAPMD_PM10/S1/0_2021.out | 12 + .../NAPMD_PM10/S2/0_100_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_103_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_104_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_105_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_107_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_108_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_109_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_10_TEOM-GR.out | 27 + .../NAPMD_PM10/S2/0_110_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_113_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_114_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_115_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_116_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_117_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_118_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_119_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_11_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_120_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_12_TEOM-GR.out | 28 + run/stage_logs/NAPMD_PM10/S2/0_13_TEOM-GR.out | 34 + run/stage_logs/NAPMD_PM10/S2/0_14_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_15_TEOM-GR.out | 34 + run/stage_logs/NAPMD_PM10/S2/0_16_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_17_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_18_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_19_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_1_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_20_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_218_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_21_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_22_TEOM-GR.out | 25 + run/stage_logs/NAPMD_PM10/S2/0_23_TEOM-GR.out | 34 + run/stage_logs/NAPMD_PM10/S2/0_24_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_25_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_26_TEOM-GR.out | 24 + .../NAPMD_PM10/S2/0_270_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_271_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_272_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_273_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_274_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_276_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_277_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_278_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_279_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_281_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_285_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_286_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_288_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_28_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_29_TEOM-GR.out | 32 + run/stage_logs/NAPMD_PM10/S2/0_2_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_30_TEOM-GR.out | 34 + run/stage_logs/NAPMD_PM10/S2/0_31_TEOM-GR.out | 18 + .../NAPMD_PM10/S2/0_324_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_325_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_327_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_328_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_32_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_330_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_331_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_332_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_335_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_336_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_339_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_33_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_340_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_342_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_343_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_344_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_345_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_346_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_349_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_34_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_350_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_351_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_352_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_353_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_354_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_355_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_356_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_357_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_358_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_35_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_360_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_363_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_364_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_365_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_366_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_368_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_369_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_36_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_370_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_371_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_372_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_373_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_374_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_375_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_37_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_38_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_39_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_3_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_40_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_41_TEOM-GR.out | 24 + run/stage_logs/NAPMD_PM10/S2/0_42_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_43_TEOM-GR.out | 21 + run/stage_logs/NAPMD_PM10/S2/0_44_TEOM-GR.out | 34 + .../NAPMD_PM10/S2/0_453_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_454_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_455_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_456_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_457_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_458_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_459_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_45_TEOM-GR.out | 34 + .../NAPMD_PM10/S2/0_460_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_461_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_462_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_463_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_464_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_465_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_466_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_467_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_468_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_469_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_46_TEOM-GR.out | 25 + .../NAPMD_PM10/S2/0_471_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_473_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_474_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_475_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_476_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_477_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_478_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_479_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_47_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_480_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_481_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_482_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_483_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_485_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_486_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_487_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_488_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_489_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_48_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_490_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_49_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_4_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_50_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_51_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_529_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_52_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_530_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_531_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_534_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_53_TEOM-GR.out | 28 + .../NAPMD_PM10/S2/0_540_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_543_TEOM-GR.out | 4 + .../NAPMD_PM10/S2/0_546_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_54_TEOM-GR.out | 29 + run/stage_logs/NAPMD_PM10/S2/0_55_TEOM-GR.out | 19 + run/stage_logs/NAPMD_PM10/S2/0_56_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_57_TEOM-GR.out | 34 + run/stage_logs/NAPMD_PM10/S2/0_58_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_59_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_5_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_60_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_61_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_62_TEOM-GR.out | 34 + run/stage_logs/NAPMD_PM10/S2/0_63_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_64_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_65_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_68_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_69_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_6_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_70_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_71_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_72_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_73_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_76_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_77_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_78_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_79_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_7_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_80_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_81_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_83_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_84_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_85_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_87_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_8_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_90_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_93_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_94_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_95_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_99_TEOM-GR.out | 4 + run/stage_logs/NAPMD_PM10/S2/0_9_TEOM-GR.out | 23 + .../NAPMD_PM10/S2/1_472_TEOM-GR.out | 5 + .../NAPMD_PM10/S2/1_484_TEOM-GR.out | 5 + .../NAPMD_PM10/S2/1_544_TEOM-GR.out | 3 + .../NAPMD_PM10/S2/1_547_TEOM-GR.out | 3 + run/stage_logs/NAPMD_PM10/S2/1_89_TEOM-GR.out | 3 + run/stage_logs/NAPMD_PM10/S2/1_98_TEOM-GR.out | 3 + .../NAPMD_PM10/S3/0_100_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_103_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_104_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_105_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_107_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_108_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_109_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_10_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_110_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_113_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_114_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_115_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_116_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_117_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_118_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_119_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_11_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_120_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_12_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_13_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_14_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_15_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_16_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_17_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_18_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_19_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_1_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_20_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_218_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_21_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_22_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_23_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_24_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_25_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_26_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_270_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_271_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_272_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_273_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_274_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_276_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_277_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_278_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_279_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_281_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_285_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_286_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_288_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_28_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_29_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_2_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_30_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_31_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_324_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_325_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_327_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_328_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_32_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_330_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_331_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_332_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_335_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_336_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_339_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_33_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_340_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_342_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_343_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_344_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_345_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_346_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_349_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_34_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_350_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_351_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_352_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_353_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_354_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_355_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_356_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_357_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_358_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_35_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_360_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_363_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_364_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_365_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_366_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_368_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_369_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_36_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_370_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_371_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_372_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_373_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_374_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_375_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_37_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_38_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_39_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_3_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_40_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_41_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_42_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_43_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_44_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_453_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_454_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_455_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_456_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_457_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_458_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_459_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_45_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_460_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_461_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_462_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_463_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_464_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_465_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_466_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_467_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_468_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_469_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_46_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_471_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_473_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_474_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_475_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_476_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_477_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_478_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_479_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_47_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_480_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_481_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_482_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_483_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_485_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_486_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_487_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_488_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_489_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_48_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_490_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_49_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_4_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_50_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_51_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_529_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_52_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_530_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_531_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_534_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_53_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_540_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_543_TEOM-GR.out | 23 + .../NAPMD_PM10/S3/0_546_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_54_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_55_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_56_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_57_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_58_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_59_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_5_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_60_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_61_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_62_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_63_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_64_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_65_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_68_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_69_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_6_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_70_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_71_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_72_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_73_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_76_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_77_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_78_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_79_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_7_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_80_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_81_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_83_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_84_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_85_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_87_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_8_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_90_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_93_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_94_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_95_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_99_TEOM-GR.out | 23 + run/stage_logs/NAPMD_PM10/S3/0_9_TEOM-GR.out | 23 + .../NAPMD_PM10/T1/0_100_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_100_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_100_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_103_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_103_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_103_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_104_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_104_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_104_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_105_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_105_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_105_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_107_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_107_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_107_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_108_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_108_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_108_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_109_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_109_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_109_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_10_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_10_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_10_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_110_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_110_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_110_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_113_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_113_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_113_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_114_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_114_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_114_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_115_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_115_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_115_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_116_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_116_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_116_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_117_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_117_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_117_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_118_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_118_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_118_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_119_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_119_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_119_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_11_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_11_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_11_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_120_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_120_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_120_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_12_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_12_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_12_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_13_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_13_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_13_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_14_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_14_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_14_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_15_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_15_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_15_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_16_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_16_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_16_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_17_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_17_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_17_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_18_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_18_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_18_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_19_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_19_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_19_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_1_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_1_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_1_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_20_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_20_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_20_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_218_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_218_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_218_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_21_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_21_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_21_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_22_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_22_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_22_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_23_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_23_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_23_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_24_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_24_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_24_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_25_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_25_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_25_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_26_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_26_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_26_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_270_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_270_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_270_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_271_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_271_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_271_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_272_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_272_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_272_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_273_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_273_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_273_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_274_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_274_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_274_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_276_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_276_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_276_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_277_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_277_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_277_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_278_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_278_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_278_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_279_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_279_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_279_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_281_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_281_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_281_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_285_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_285_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_285_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_286_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_286_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_286_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_288_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_288_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_288_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_28_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_28_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_28_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_29_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_29_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_29_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_2_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_2_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_2_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_30_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_30_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_30_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_31_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_31_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_31_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_324_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_324_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_324_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_325_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_325_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_325_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_327_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_327_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_327_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_328_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_328_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_328_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_32_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_32_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_32_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_330_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_330_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_330_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_331_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_331_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_331_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_332_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_332_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_332_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_335_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_335_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_335_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_336_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_336_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_336_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_339_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_339_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_339_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_33_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_33_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_33_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_340_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_340_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_340_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_342_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_342_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_342_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_343_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_343_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_343_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_344_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_344_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_344_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_345_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_345_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_345_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_346_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_346_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_346_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_349_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_349_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_349_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_34_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_34_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_34_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_350_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_350_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_350_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_351_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_351_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_351_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_352_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_352_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_352_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_353_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_353_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_353_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_354_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_354_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_354_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_355_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_355_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_355_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_356_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_356_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_356_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_357_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_357_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_357_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_358_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_358_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_358_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_35_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_35_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_35_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_360_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_360_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_360_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_363_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_363_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_363_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_364_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_364_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_364_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_365_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_365_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_365_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_366_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_366_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_366_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_368_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_368_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_368_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_369_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_369_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_369_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_36_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_36_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_36_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_370_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_370_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_370_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_371_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_371_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_371_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_372_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_372_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_372_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_373_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_373_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_373_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_374_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_374_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_374_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_375_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_375_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_375_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_37_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_37_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_37_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_38_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_38_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_38_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_39_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_39_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_39_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_3_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_3_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_3_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_40_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_40_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_40_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_41_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_41_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_41_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_42_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_42_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_42_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_43_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_43_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_43_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_44_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_44_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_44_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_453_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_453_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_453_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_454_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_454_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_454_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_455_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_455_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_455_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_456_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_456_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_456_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_457_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_457_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_457_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_458_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_458_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_458_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_459_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_459_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_459_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_45_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_45_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_45_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_460_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_460_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_460_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_461_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_461_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_461_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_462_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_462_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_462_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_463_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_463_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_463_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_464_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_464_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_464_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_465_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_465_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_465_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_466_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_466_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_466_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_467_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_467_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_467_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_468_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_468_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_468_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_469_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_469_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_469_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_46_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_46_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_46_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_471_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_471_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_471_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_473_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_473_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_473_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_474_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_474_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_474_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_475_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_475_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_475_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_476_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_476_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_476_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_477_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_477_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_477_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_478_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_478_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_478_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_479_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_479_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_479_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_47_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_47_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_47_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_480_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_480_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_480_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_481_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_481_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_481_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_482_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_482_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_482_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_483_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_483_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_483_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_485_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_485_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_485_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_486_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_486_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_486_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_487_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_487_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_487_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_488_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_488_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_488_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_489_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_489_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_489_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_48_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_48_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_48_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_490_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_490_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_490_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_49_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_49_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_49_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_4_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_4_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_4_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_50_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_50_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_50_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_51_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_51_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_51_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_529_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_529_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_529_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_52_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_52_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_52_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_530_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_530_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_530_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_531_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_531_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_531_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_534_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_534_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_534_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_53_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_53_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_53_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_540_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_540_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_540_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_543_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_543_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_543_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_546_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_546_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_546_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_54_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_54_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_54_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_55_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_55_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_55_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_56_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_56_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_56_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_57_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_57_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_57_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_58_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_58_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_58_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_59_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_59_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_59_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_5_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_5_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_5_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_60_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_60_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_60_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_61_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_61_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_61_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_62_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_62_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_62_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_63_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_63_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_63_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_64_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_64_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_64_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_65_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_65_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_65_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_68_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_68_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_68_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_69_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_69_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_69_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_6_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_6_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_6_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_70_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_70_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_70_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_71_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_71_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_71_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_72_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_72_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_72_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_73_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_73_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_73_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_76_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_76_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_76_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_77_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_77_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_77_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_78_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_78_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_78_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_79_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_79_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_79_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_7_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_7_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_7_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_80_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_80_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_80_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_81_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_81_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_81_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_83_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_83_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_83_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_84_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_84_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_84_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_85_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_85_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_85_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_87_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_87_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_87_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_8_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_8_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_8_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_90_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_90_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_90_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_93_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_93_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_93_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_94_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_94_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_94_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_95_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_95_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_95_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_99_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_99_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_99_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_9_TEOM-GR_D_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_9_TEOM-GR_H_GLOBAL.out | 3 + .../NAPMD_PM10/T1/0_9_TEOM-GR_M_GLOBAL.out | 3 + .../NAPMD_PM10/T2/0_199312_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199312_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199312_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199401_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199401_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199401_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199402_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199402_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199402_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199403_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199403_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199403_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199404_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199404_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199404_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199405_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199405_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199405_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199406_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199406_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199406_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199407_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199407_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199407_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199408_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199408_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199408_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199409_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199409_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199409_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199410_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199410_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199410_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199411_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199411_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199411_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199412_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199412_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199412_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199501_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199501_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199501_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199502_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199502_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199502_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199503_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199503_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199503_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199504_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199504_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199504_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199505_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199505_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199505_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199506_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199506_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199506_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199507_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199507_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199507_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199508_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199508_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199508_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199509_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199509_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199509_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199510_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199510_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199510_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199511_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199511_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199511_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199512_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199512_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199512_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199601_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199601_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199601_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199602_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199602_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199602_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199603_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199603_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199603_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199604_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199604_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199604_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199605_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199605_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199605_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199606_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199606_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199606_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199607_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199607_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199607_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199608_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199608_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199608_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199609_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199609_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199609_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199610_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199610_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199610_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199611_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199611_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199611_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199612_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199612_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199612_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199701_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199701_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199701_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199702_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199702_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199702_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199703_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199703_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199703_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199704_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199704_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199704_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199705_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199705_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199705_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199706_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199706_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199706_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199707_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199707_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199707_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199708_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199708_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199708_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199709_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199709_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199709_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199710_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199710_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199710_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199711_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199711_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199711_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199712_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199712_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199712_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199801_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199801_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199801_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199802_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199802_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199802_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199803_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199803_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199803_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199804_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199804_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199804_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199805_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199805_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199805_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199806_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199806_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199806_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199807_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199807_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199807_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199808_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199808_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199808_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199809_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199809_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199809_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199810_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199810_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199810_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199811_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199811_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199811_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199812_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199812_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199812_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199901_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199901_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199901_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199902_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199902_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199902_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199903_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199903_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199903_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199904_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199904_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199904_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199905_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199905_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199905_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199906_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199906_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199906_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199907_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199907_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199907_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199908_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199908_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199908_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199909_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199909_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199909_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199910_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199910_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199910_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199911_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199911_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199911_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199912_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199912_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_199912_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200001_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200001_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200001_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200002_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200002_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200002_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200003_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200003_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200003_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200004_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200004_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200004_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200005_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200005_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200005_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200006_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200006_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200006_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200007_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200007_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200007_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200008_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200008_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200008_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200009_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200009_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200009_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200010_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200010_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200010_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200011_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200011_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200011_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200012_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200012_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200012_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200101_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200101_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200101_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200102_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200102_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200102_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200103_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200103_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200103_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200104_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200104_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200104_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200105_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200105_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200105_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200106_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200106_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200106_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200107_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200107_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200107_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200108_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200108_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200108_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200109_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200109_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200109_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200110_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200110_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200110_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200111_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200111_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200111_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200112_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200112_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200112_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200201_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200201_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200201_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200202_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200202_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200202_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200203_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200203_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200203_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200204_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200204_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200204_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200205_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200205_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200205_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200206_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200206_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200206_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200207_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200207_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200207_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200208_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200208_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200208_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200209_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200209_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200209_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200210_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200210_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200210_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200211_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200211_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200211_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200212_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200212_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200212_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200301_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200301_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200301_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200302_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200302_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200302_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200303_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200303_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200303_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200304_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200304_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200304_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200305_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200305_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200305_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200306_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200306_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200306_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200307_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200307_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200307_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200308_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200308_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200308_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200309_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200309_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200309_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200310_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200310_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200310_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200311_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200311_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200311_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200312_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200312_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200312_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200401_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200401_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200401_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200402_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200402_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200402_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200403_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200403_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200403_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200404_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200404_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200404_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200405_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200405_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200405_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200406_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200406_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200406_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200407_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200407_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200407_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200408_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200408_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200408_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200409_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200409_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200409_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200410_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200410_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200410_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200411_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200411_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200411_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200412_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200412_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200412_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200501_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200501_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200501_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200502_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200502_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200502_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200503_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200503_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200503_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200504_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200504_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200504_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200505_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200505_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200505_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200506_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200506_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200506_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200507_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200507_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200507_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200508_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200508_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200508_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200509_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200509_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200509_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200510_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200510_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200510_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200511_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200511_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200511_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200512_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200512_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200512_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200601_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200601_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200601_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200602_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200602_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200602_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200603_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200603_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200603_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200604_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200604_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200604_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200605_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200605_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200605_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200606_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200606_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200606_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200607_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200607_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200607_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200608_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200608_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200608_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200609_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200609_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200609_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200610_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200610_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200610_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200611_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200611_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200611_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200612_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200612_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200612_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200701_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200701_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200701_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200702_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200702_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200702_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200703_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200703_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200703_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200704_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200704_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200704_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200705_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200705_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200705_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200706_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200706_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200706_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200707_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200707_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200707_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200708_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200708_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200708_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200709_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200709_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200709_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200710_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200710_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200710_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200711_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200711_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200711_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200712_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200712_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200712_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200801_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200801_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200801_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200802_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200802_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200802_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200803_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200803_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200803_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200804_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200804_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200804_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200805_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200805_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200805_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200806_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200806_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200806_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200807_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200807_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200807_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200808_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200808_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200808_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200809_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200809_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200809_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200810_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200810_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200810_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200811_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200811_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200811_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200812_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200812_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200812_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200901_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200901_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200901_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200902_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200902_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200902_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200903_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200903_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200903_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200904_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200904_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200904_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200905_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200905_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200905_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200906_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200906_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200906_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200907_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200907_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200907_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200908_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200908_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200908_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200909_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200909_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200909_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200910_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200910_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200910_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200911_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200911_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200911_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200912_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200912_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_200912_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201001_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201001_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201001_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201002_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201002_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201002_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201003_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201003_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201003_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201004_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201004_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201004_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201005_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201005_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201005_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201006_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201006_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201006_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201007_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201007_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201007_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201008_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201008_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201008_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201009_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201009_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201009_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201010_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201010_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201010_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201011_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201011_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201011_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201012_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201012_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201012_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201101_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201101_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201101_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201102_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201102_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201102_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201103_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201103_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201103_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201104_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201104_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201104_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201105_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201105_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201105_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201106_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201106_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201106_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201107_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201107_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201107_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201108_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201108_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201108_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201109_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201109_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201109_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201110_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201110_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201110_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201111_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201111_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201111_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201112_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201112_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201112_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201201_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201201_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201201_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201202_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201202_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201202_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201203_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201203_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201203_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201204_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201204_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201204_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201205_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201205_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201205_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201206_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201206_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201206_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201207_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201207_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201207_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201208_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201208_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201208_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201209_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201209_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201209_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201210_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201210_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201210_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201211_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201211_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201211_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201212_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201212_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201212_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201301_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201301_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201301_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201302_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201302_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201302_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201303_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201303_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201303_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201304_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201304_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201304_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201305_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201305_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201305_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201306_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201306_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201306_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201307_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201307_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201307_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201308_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201308_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201308_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201309_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201309_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201309_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201310_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201310_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201310_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201311_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201311_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201311_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201312_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201312_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201312_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201401_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201401_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201401_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201402_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201402_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201402_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201403_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201403_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201403_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201404_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201404_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201404_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201405_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201405_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201405_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201406_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201406_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201406_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201407_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201407_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201407_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201408_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201408_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201408_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201409_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201409_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201409_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201410_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201410_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201410_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201411_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201411_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201411_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201412_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201412_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201412_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201501_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201501_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201501_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201502_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201502_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201502_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201503_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201503_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201503_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201504_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201504_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201504_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201505_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201505_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201505_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201506_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201506_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201506_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201507_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201507_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201507_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201508_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201508_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201508_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201509_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201509_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201509_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201510_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201510_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201510_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201511_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201511_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201511_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201512_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201512_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201512_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201601_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201601_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201601_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201602_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201602_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201602_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201603_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201603_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201603_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201604_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201604_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201604_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201605_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201605_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201605_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201606_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201606_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201606_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201607_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201607_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201607_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201608_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201608_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201608_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201609_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201609_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201609_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201610_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201610_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201610_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201611_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201611_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201611_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201612_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201612_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201612_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201701_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201701_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201701_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201702_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201702_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201702_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201703_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201703_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201703_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201704_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201704_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201704_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201705_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201705_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201705_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201706_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201706_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201706_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201707_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201707_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201707_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201708_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201708_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201708_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201709_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201709_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201709_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201710_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201710_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201710_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201711_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201711_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201711_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201712_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201712_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201712_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201801_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201801_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201801_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201802_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201802_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201802_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201803_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201803_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201803_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201804_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201804_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201804_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201805_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201805_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201805_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201806_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201806_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201806_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201807_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201807_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201807_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201808_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201808_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201808_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201809_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201809_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201809_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201810_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201810_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201810_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201811_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201811_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201811_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201812_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201812_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201812_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201912_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201912_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_201912_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202001_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202001_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202001_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202002_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202002_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202002_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202003_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202003_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202003_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202004_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202004_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202004_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202005_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202005_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202005_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202006_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202006_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202006_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202007_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202007_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202007_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202008_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202008_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202008_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202009_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202009_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202009_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202010_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202010_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202010_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202011_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202011_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202011_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202012_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202012_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202012_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202101_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202101_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202101_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202102_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202102_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202102_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202103_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202103_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202103_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202104_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202104_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202104_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202105_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202105_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202105_M_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202106_D_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202106_H_GLOBAL.out | 2 + .../NAPMD_PM10/T2/0_202106_M_GLOBAL.out | 2 + run/stage_logs/NAPMD_PM2.5/S1/0_1996.out | 10 + run/stage_logs/NAPMD_PM2.5/S1/0_1997.out | 12 + run/stage_logs/NAPMD_PM2.5/S1/0_1998.out | 15 + run/stage_logs/NAPMD_PM2.5/S1/0_1999.out | 15 + run/stage_logs/NAPMD_PM2.5/S1/0_2000.out | 20 + run/stage_logs/NAPMD_PM2.5/S1/0_2001.out | 20 + run/stage_logs/NAPMD_PM2.5/S1/0_2002.out | 22 + run/stage_logs/NAPMD_PM2.5/S1/0_2003.out | 23 + run/stage_logs/NAPMD_PM2.5/S1/0_2004.out | 20 + run/stage_logs/NAPMD_PM2.5/S1/0_2005.out | 17 + run/stage_logs/NAPMD_PM2.5/S1/0_2006.out | 21 + run/stage_logs/NAPMD_PM2.5/S1/0_2007.out | 20 + run/stage_logs/NAPMD_PM2.5/S1/0_2008.out | 20 + run/stage_logs/NAPMD_PM2.5/S1/0_2009.out | 20 + run/stage_logs/NAPMD_PM2.5/S1/0_2010.out | 50 + run/stage_logs/NAPMD_PM2.5/S1/0_2011.out | 55 + run/stage_logs/NAPMD_PM2.5/S1/0_2012.out | 58 + run/stage_logs/NAPMD_PM2.5/S1/0_2013.out | 67 + run/stage_logs/NAPMD_PM2.5/S1/0_2014.out | 83 + run/stage_logs/NAPMD_PM2.5/S1/0_2015.out | 94 + run/stage_logs/NAPMD_PM2.5/S1/0_2016.out | 106 + run/stage_logs/NAPMD_PM2.5/S1/0_2017.out | 145 + run/stage_logs/NAPMD_PM2.5/S1/0_2018.out | 124 + run/stage_logs/NAPMD_PM2.5/S1/0_2019.out | 38 + run/stage_logs/NAPMD_PM2.5/S1/0_2020.out | 184 + run/stage_logs/NAPMD_PM2.5/S1/0_2021.out | 12 + run/stage_logs/NAPMD_PM2.5/S2/0_103_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_107_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_108_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_109_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_10_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_110_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_113_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_117_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_118_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_119_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_11_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_120_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_12_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_13_BA.out | 30 + run/stage_logs/NAPMD_PM2.5/S2/0_15_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_17_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_18_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_1_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_20_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_21_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_22_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_23_BA.out | 32 + run/stage_logs/NAPMD_PM2.5/S2/0_24_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_26_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_271_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_273_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_274_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_278_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_279_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_285_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_286_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_288_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_289_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_28_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_290_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_291_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_292_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_293_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_294_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_295_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_296_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_297_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_298_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_299_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_2_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_300_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_301_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_302_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_303_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_304_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_305_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_306_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_307_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_308_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_309_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_30_BA.out | 31 + run/stage_logs/NAPMD_PM2.5/S2/0_310_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_311_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_312_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_313_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_314_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_315_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_316_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_317_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_318_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_319_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_320_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_321_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_322_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_323_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_325_BA.out | 462 +++ run/stage_logs/NAPMD_PM2.5/S2/0_327_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_328_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_329_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_32_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_331_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_332_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_334_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_335_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_336_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_337_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_339_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_340_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_341_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_346_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_34_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_350_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_351_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_352_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_354_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_355_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_356_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_357_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_358_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_35_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_360_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_363_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_364_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_365_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_366_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_368_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_369_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_370_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_371_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_372_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_373_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_374_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_375_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_37_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_39_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_3_BA.out | 99 + run/stage_logs/NAPMD_PM2.5/S2/0_40_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_41_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_42_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_43_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_44_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_453_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_454_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_455_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_456_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_457_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_458_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_459_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_45_BA.out | 32 + run/stage_logs/NAPMD_PM2.5/S2/0_460_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_461_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_462_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_463_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_464_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_465_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_466_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_467_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_468_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_469_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_46_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_471_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_473_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_474_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_475_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_476_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_477_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_478_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_479_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_480_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_481_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_482_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_483_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_485_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_486_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_487_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_488_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_489_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_48_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_490_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_4_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_51_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_529_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_52_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_530_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_531_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_534_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_53_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_540_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_543_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_546_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_549_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_550_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_553_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_554_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_56_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_57_BA.out | 32 + run/stage_logs/NAPMD_PM2.5/S2/0_59_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_5_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_61_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_62_BA.out | 31 + run/stage_logs/NAPMD_PM2.5/S2/0_63_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_64_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_65_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_6_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_70_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_73_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_76_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_79_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_80_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_81_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_83_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_84_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_85_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_90_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_93_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_94_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_95_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_99_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/0_9_BA.out | 4 + run/stage_logs/NAPMD_PM2.5/S2/1_472_BA.out | 5 + run/stage_logs/NAPMD_PM2.5/S2/1_484_BA.out | 5 + run/stage_logs/NAPMD_PM2.5/S2/1_544_BA.out | 3 + run/stage_logs/NAPMD_PM2.5/S2/1_547_BA.out | 3 + run/stage_logs/NAPMD_PM2.5/S2/1_89_BA.out | 3 + run/stage_logs/NAPMD_PM2.5/S2/1_98_BA.out | 3 + run/stage_logs/NAPMD_PM2.5/S3/0_103_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_107_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_108_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_109_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_10_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_110_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_113_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_117_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_118_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_119_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_11_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_120_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_12_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_13_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_15_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_17_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_18_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_1_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_20_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_21_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_22_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_23_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_24_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_26_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_271_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_273_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_274_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_278_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_279_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_285_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_286_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_288_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_289_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_28_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_290_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_291_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_292_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_293_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_294_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_295_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_296_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_297_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_298_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_299_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_2_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_300_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_301_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_302_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_303_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_304_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_305_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_306_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_307_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_308_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_309_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_30_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_310_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_311_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_312_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_313_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_314_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_315_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_316_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_317_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_318_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_319_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_320_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_321_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_322_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_323_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_325_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_327_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_328_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_329_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_32_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_331_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_332_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_334_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_335_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_336_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_337_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_339_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_340_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_341_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_346_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_34_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_350_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_351_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_352_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_354_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_355_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_356_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_357_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_358_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_35_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_360_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_363_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_364_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_365_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_366_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_368_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_369_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_370_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_371_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_372_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_373_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_374_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_375_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_37_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_39_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_3_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_40_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_41_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_42_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_43_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_44_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_453_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_454_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_455_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_456_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_457_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_458_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_459_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_45_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_460_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_461_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_462_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_463_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_464_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_465_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_466_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_467_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_468_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_469_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_46_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_471_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_473_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_474_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_475_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_476_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_477_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_478_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_479_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_480_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_481_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_482_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_483_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_485_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_486_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_487_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_488_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_489_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_48_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_490_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_4_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_51_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_529_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_52_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_530_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_531_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_534_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_53_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_540_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_543_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_546_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_549_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_550_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_553_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_554_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_56_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_57_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_59_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_5_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_61_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_62_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_63_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_64_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_65_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_6_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_70_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_73_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_76_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_79_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_80_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_81_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_83_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_84_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_85_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_90_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_93_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_94_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_95_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_99_BA.out | 23 + run/stage_logs/NAPMD_PM2.5/S3/0_9_BA.out | 23 + .../NAPMD_PM2.5/T1/0_103_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_103_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_103_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_107_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_107_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_107_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_108_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_108_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_108_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_109_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_109_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_109_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_10_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_10_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_10_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_110_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_110_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_110_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_113_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_113_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_113_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_117_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_117_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_117_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_118_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_118_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_118_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_119_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_119_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_119_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_11_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_11_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_11_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_120_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_120_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_120_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_12_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_12_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_12_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_13_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_13_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_13_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_15_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_15_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_15_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_17_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_17_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_17_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_18_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_18_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_18_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_1_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_1_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_1_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_20_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_20_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_20_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_21_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_21_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_21_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_22_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_22_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_22_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_23_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_23_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_23_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_24_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_24_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_24_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_26_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_26_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_26_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_271_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_271_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_271_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_273_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_273_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_273_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_274_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_274_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_274_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_278_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_278_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_278_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_279_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_279_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_279_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_285_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_285_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_285_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_286_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_286_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_286_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_288_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_288_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_288_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_289_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_289_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_28_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_28_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_28_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_290_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_290_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_291_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_291_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_292_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_292_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_293_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_293_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_294_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_294_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_295_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_295_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_296_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_296_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_297_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_297_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_298_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_298_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_299_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_299_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_2_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_2_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_2_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_300_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_300_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_301_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_301_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_302_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_302_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_303_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_303_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_304_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_304_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_305_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_305_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_306_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_306_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_307_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_307_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_308_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_308_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_309_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_309_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_30_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_30_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_30_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_310_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_310_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_311_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_311_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_312_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_312_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_313_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_313_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_314_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_314_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_315_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_315_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_316_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_316_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_317_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_317_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_318_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_318_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_319_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_319_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_320_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_320_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_321_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_321_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_322_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_322_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_323_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_323_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_325_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_325_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_325_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_327_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_327_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_328_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_328_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_329_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_329_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_329_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_32_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_32_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_32_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_331_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_331_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_331_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_332_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_332_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_332_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_334_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_334_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_334_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_335_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_335_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_336_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_336_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_336_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_337_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_337_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_337_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_339_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_339_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_340_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_340_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_340_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_341_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_341_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_341_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_346_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_346_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_34_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_34_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_34_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_350_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_350_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_350_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_351_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_351_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_351_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_352_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_352_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_352_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_354_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_354_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_354_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_355_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_355_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_355_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_356_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_356_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_356_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_357_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_357_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_357_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_358_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_358_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_358_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_35_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_35_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_35_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_360_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_360_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_360_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_363_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_363_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_363_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_364_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_364_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_364_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_365_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_365_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_365_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_366_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_366_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_366_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_368_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_368_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_368_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_369_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_369_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_369_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_370_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_370_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_370_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_371_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_371_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_371_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_372_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_372_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_372_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_373_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_373_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_373_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_374_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_374_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_374_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_375_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_375_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_375_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_37_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_37_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_37_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_39_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_39_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_39_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_3_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_3_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_3_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_40_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_40_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_40_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_41_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_41_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_41_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_42_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_42_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_42_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_43_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_43_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_43_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_44_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_44_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_44_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_453_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_453_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_453_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_454_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_454_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_454_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_455_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_455_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_455_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_456_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_456_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_456_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_457_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_457_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_457_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_458_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_458_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_458_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_459_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_459_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_459_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_45_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_45_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_45_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_460_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_460_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_460_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_461_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_461_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_461_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_462_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_462_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_462_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_463_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_463_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_463_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_464_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_464_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_464_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_465_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_465_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_465_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_466_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_466_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_466_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_467_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_467_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_467_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_468_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_468_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_468_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_469_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_469_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_469_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_46_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_46_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_46_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_471_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_471_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_471_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_473_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_473_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_473_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_474_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_474_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_474_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_475_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_475_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_475_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_476_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_476_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_476_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_477_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_477_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_477_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_478_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_478_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_478_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_479_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_479_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_479_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_480_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_480_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_480_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_481_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_481_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_481_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_482_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_482_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_482_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_483_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_483_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_483_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_485_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_485_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_485_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_486_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_486_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_486_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_487_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_487_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_487_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_488_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_488_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_488_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_489_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_489_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_489_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_48_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_48_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_48_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_490_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_490_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_490_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_4_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_4_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_4_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_51_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_51_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_51_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_529_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_529_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_529_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_52_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_52_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_52_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_530_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_530_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_530_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_531_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_531_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_531_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_534_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_534_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_534_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_53_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_53_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_53_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_540_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_540_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_540_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_543_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_543_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_543_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_546_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_546_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_546_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_549_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_549_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_549_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_550_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_550_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_550_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_553_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_553_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_553_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_554_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_554_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_554_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_56_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_56_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_56_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_57_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_57_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_57_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_59_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_59_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_59_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_5_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_5_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_5_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_61_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_61_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_61_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_62_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_62_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_62_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_63_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_63_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_63_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_64_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_64_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_64_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_65_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_65_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_65_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_6_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_6_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_6_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_70_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_70_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_70_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_73_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_73_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_73_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_76_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_76_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_76_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_79_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_79_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_79_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_80_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_80_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_80_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_81_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_81_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_81_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_83_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_83_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_83_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_84_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_84_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_84_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_85_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_85_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_85_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_90_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_90_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_90_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_93_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_93_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_93_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_94_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_94_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_94_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_95_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_95_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_95_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_99_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_99_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_99_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_9_BA_D_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_9_BA_H_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/0_9_BA_M_GLOBAL.out | 3 + .../NAPMD_PM2.5/T1/1_289_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_290_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_291_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_292_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_293_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_294_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_295_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_296_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_297_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_298_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_299_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_300_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_301_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_302_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_303_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_304_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_305_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_306_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_307_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_308_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_309_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_310_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_311_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_312_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_313_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_314_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_315_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_316_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_317_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_318_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_319_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_320_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_321_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_322_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_323_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_327_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_328_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_335_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_339_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T1/1_346_BA_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199512_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199512_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199512_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199601_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199601_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199601_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199602_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199602_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199602_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199603_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199603_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199603_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199604_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199604_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199604_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199605_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199605_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199605_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199606_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199606_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199606_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199607_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199607_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199607_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199608_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199608_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199608_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199609_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199609_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199609_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199610_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199610_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199610_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199611_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199611_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199611_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199612_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199612_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199612_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199701_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199701_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199701_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199702_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199702_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199702_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199703_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199703_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199703_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199704_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199704_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199704_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199705_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199705_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199705_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199706_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199706_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199706_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199707_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199707_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199707_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199708_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199708_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199708_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199709_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199709_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199709_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199710_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199710_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199710_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199711_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199711_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199711_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199712_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199712_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199712_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199801_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199801_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199801_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199802_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199802_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199802_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199803_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199803_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199803_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199804_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199804_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199804_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199805_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199805_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199805_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199806_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199806_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199806_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199807_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199807_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199807_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199808_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199808_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199808_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199809_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199809_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199809_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199810_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199810_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199810_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199811_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199811_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199811_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199812_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199812_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199812_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199901_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199901_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199901_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199902_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199902_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199902_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199903_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199903_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199903_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199904_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199904_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199904_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199905_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199905_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199905_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199906_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199906_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199906_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199907_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199907_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199907_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199908_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199908_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199908_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199909_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199909_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199909_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199910_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199910_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199910_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199911_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199911_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199911_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199912_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199912_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_199912_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200001_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200001_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200001_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200002_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200002_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200002_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200003_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200003_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200003_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200004_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200004_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200004_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200005_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200005_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200005_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200006_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200006_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200006_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200007_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200007_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200007_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200008_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200008_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200008_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200009_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200009_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200009_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200010_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200010_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200010_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200011_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200011_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200011_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200012_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200012_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200012_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200101_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200101_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200101_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200102_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200102_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200102_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200103_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200103_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200103_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200104_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200104_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200104_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200105_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200105_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200105_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200106_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200106_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200106_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200107_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200107_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200107_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200108_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200108_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200108_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200109_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200109_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200109_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200110_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200110_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200110_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200111_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200111_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200111_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200112_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200112_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200112_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200201_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200201_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200201_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200202_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200202_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200202_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200203_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200203_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200203_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200204_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200204_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200204_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200205_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200205_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200205_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200206_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200206_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200206_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200207_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200207_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200207_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200208_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200208_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200208_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200209_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200209_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200209_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200210_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200210_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200210_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200211_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200211_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200211_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200212_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200212_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200212_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200301_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200301_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200301_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200302_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200302_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200302_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200303_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200303_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200303_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200304_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200304_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200304_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200305_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200305_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200305_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200306_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200306_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200306_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200307_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200307_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200307_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200308_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200308_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200308_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200309_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200309_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200309_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200310_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200310_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200310_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200311_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200311_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200311_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200312_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200312_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200312_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200401_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200401_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200401_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200402_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200402_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200402_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200403_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200403_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200403_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200404_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200404_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200404_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200405_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200405_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200405_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200406_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200406_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200406_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200407_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200407_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200407_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200408_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200408_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200408_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200409_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200409_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200409_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200410_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200410_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200410_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200411_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200411_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200411_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200412_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200412_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200412_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200501_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200501_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200501_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200502_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200502_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200502_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200503_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200503_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200503_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200504_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200504_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200504_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200505_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200505_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200505_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200506_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200506_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200506_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200507_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200507_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200507_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200508_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200508_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200508_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200509_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200509_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200509_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200510_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200510_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200510_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200511_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200511_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200511_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200512_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200512_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200512_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200601_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200601_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200601_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200602_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200602_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200602_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200603_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200603_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200603_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200604_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200604_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200604_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200605_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200605_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200605_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200606_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200606_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200606_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200607_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200607_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200607_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200608_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200608_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200608_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200609_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200609_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200609_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200610_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200610_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200610_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200611_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200611_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200611_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200612_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200612_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200612_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200701_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200701_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200701_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200702_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200702_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200702_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200703_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200703_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200703_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200704_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200704_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200704_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200705_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200705_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200705_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200706_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200706_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200706_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200707_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200707_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200707_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200708_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200708_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200708_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200709_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200709_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200709_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200710_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200710_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200710_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200711_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200711_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200711_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200712_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200712_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200712_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200801_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200801_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200801_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200802_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200802_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200802_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200803_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200803_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200803_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200804_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200804_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200804_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200805_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200805_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200805_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200806_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200806_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200806_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200807_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200807_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200807_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200808_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200808_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200808_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200809_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200809_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200809_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200810_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200810_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200810_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200811_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200811_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200811_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200812_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200812_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200812_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200901_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200901_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200901_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200902_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200902_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200902_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200903_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200903_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200903_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200904_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200904_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200904_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200905_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200905_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200905_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200906_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200906_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200906_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200907_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200907_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200907_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200908_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200908_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200908_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200909_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200909_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200909_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200910_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200910_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200910_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200911_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200911_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200911_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200912_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200912_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_200912_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201001_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201001_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201001_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201002_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201002_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201002_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201003_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201003_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201003_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201004_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201004_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201004_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201005_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201005_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201005_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201006_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201006_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201006_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201007_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201007_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201007_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201008_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201008_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201008_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201009_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201009_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201009_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201010_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201010_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201010_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201011_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201011_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201011_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201012_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201012_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201012_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201101_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201101_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201101_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201102_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201102_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201102_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201103_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201103_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201103_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201104_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201104_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201104_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201105_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201105_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201105_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201106_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201106_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201106_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201107_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201107_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201107_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201108_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201108_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201108_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201109_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201109_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201109_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201110_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201110_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201110_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201111_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201111_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201111_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201112_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201112_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201112_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201201_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201201_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201201_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201202_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201202_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201202_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201203_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201203_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201203_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201204_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201204_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201204_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201205_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201205_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201205_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201206_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201206_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201206_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201207_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201207_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201207_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201208_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201208_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201208_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201209_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201209_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201209_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201210_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201210_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201210_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201211_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201211_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201211_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201212_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201212_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201212_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201301_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201301_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201301_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201302_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201302_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201302_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201303_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201303_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201303_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201304_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201304_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201304_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201305_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201305_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201305_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201306_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201306_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201306_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201307_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201307_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201307_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201308_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201308_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201308_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201309_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201309_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201309_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201310_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201310_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201310_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201311_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201311_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201311_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201312_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201312_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201312_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201401_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201401_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201401_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201402_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201402_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201402_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201403_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201403_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201403_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201404_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201404_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201404_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201405_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201405_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201405_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201406_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201406_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201406_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201407_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201407_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201407_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201408_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201408_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201408_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201409_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201409_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201409_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201410_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201410_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201410_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201411_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201411_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201411_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201412_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201412_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201412_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201501_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201501_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201501_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201502_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201502_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201502_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201503_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201503_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201503_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201504_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201504_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201504_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201505_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201505_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201505_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201506_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201506_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201506_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201507_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201507_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201507_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201508_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201508_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201508_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201509_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201509_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201509_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201510_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201510_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201510_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201511_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201511_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201511_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201512_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201512_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201512_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201601_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201601_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201601_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201602_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201602_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201602_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201603_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201603_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201603_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201604_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201604_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201604_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201605_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201605_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201605_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201606_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201606_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201606_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201607_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201607_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201607_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201608_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201608_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201608_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201609_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201609_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201609_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201610_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201610_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201610_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201611_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201611_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201611_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201612_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201612_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201612_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201701_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201701_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201701_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201702_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201702_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201702_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201703_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201703_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201703_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201704_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201704_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201704_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201705_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201705_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201705_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201706_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201706_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201706_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201707_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201707_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201707_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201708_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201708_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201708_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201709_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201709_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201709_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201710_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201710_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201710_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201711_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201711_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201711_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201712_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201712_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201712_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201801_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201801_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201801_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201802_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201802_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201802_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201803_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201803_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201803_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201804_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201804_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201804_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201805_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201805_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201805_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201806_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201806_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201806_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201807_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201807_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201807_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201808_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201808_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201808_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201809_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201809_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201809_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201810_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201810_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201810_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201811_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201811_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201811_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201812_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201812_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201812_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201901_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201901_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201902_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201902_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201903_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201903_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201904_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201904_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201905_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201905_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201906_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201906_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201907_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201907_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201908_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201908_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201909_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201909_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201910_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201910_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201911_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201911_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201912_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201912_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_201912_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202001_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202001_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202001_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202002_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202002_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202002_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202003_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202003_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202003_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202004_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202004_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202004_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202005_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202005_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202005_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202006_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202006_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202006_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202007_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202007_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202007_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202008_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202008_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202008_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202009_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202009_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202009_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202010_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202010_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202010_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202011_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202011_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202011_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202012_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202012_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202012_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202101_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202101_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202101_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202102_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202102_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202102_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202103_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202103_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202103_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202104_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202104_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202104_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202105_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202105_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202105_M_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202106_D_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202106_H_GLOBAL.out | 2 + .../NAPMD_PM2.5/T2/0_202106_M_GLOBAL.out | 2 + run/stage_logs/NAPMD_Pb/S1/0_1990.out | 5 + run/stage_logs/NAPMD_Pb/S1/0_1991.out | 5 + run/stage_logs/NAPMD_Pb/S1/0_1992.out | 5 + run/stage_logs/NAPMD_Pb/S1/0_1993.out | 4 + run/stage_logs/NAPMD_Pb/S1/0_1994.out | 4 + run/stage_logs/NAPMD_Pb/S1/0_1995.out | 3 + run/stage_logs/NAPMD_Pb/S2/0_325_ICP-AES.out | 4 + run/stage_logs/NAPMD_Pb/S2/0_326_ICP-AES.out | 4 + run/stage_logs/NAPMD_Pb/S2/0_339_ICP-AES.out | 4 + run/stage_logs/NAPMD_Pb/S3/0_325_ICP-AES.out | 23 + run/stage_logs/NAPMD_Pb/S3/0_326_ICP-AES.out | 23 + run/stage_logs/NAPMD_Pb/S3/0_339_ICP-AES.out | 23 + .../NAPMD_Pb/T1/0_325_ICP-AES_D_GLOBAL.out | 3 + .../NAPMD_Pb/T1/0_325_ICP-AES_M_GLOBAL.out | 3 + .../NAPMD_Pb/T1/0_326_ICP-AES_D_GLOBAL.out | 3 + .../NAPMD_Pb/T1/0_326_ICP-AES_M_GLOBAL.out | 3 + .../NAPMD_Pb/T1/0_339_ICP-AES_D_GLOBAL.out | 3 + .../NAPMD_Pb/T1/0_339_ICP-AES_M_GLOBAL.out | 3 + .../NAPMD_Pb/T1/1_325_ICP-AES_H_GLOBAL.out | 2 + .../NAPMD_Pb/T1/1_326_ICP-AES_H_GLOBAL.out | 2 + .../NAPMD_Pb/T1/1_339_ICP-AES_H_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199001_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199001_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199002_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199002_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199003_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199003_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199004_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199004_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199005_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199005_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199006_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199006_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199007_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199007_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199008_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199008_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199009_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199009_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199010_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199010_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199011_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199011_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199012_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199012_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199101_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199101_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199102_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199102_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199103_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199103_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199104_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199104_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199105_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199105_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199106_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199106_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199107_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199107_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199108_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199108_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199109_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199109_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199110_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199110_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199111_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199111_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199112_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199112_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199201_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199201_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199202_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199202_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199203_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199203_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199204_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199204_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199205_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199205_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199206_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199206_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199207_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199207_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199208_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199208_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199209_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199209_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199210_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199210_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199211_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199211_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199212_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199212_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199301_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199301_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199302_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199302_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199303_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199303_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199304_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199304_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199305_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199305_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199306_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199306_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199307_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199307_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199308_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199308_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199309_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199309_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199310_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199310_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199311_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199311_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199312_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199312_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199401_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199401_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199402_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199402_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199403_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199403_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199404_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199404_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199405_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199405_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199406_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199406_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199407_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199407_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199408_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199408_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199409_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199409_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199410_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199410_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199411_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199411_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199412_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199412_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199501_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199501_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199502_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199502_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199503_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199503_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199504_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199504_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199505_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199505_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199506_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199506_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199507_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199507_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199508_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199508_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199509_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199509_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199510_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199510_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199511_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199511_M_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199512_D_GLOBAL.out | 2 + .../NAPMD_Pb/T2/0_199512_M_GLOBAL.out | 2 + run/stage_logs/NAPMD_SO2/S1/0_1990.out | 6 + run/stage_logs/NAPMD_SO2/S1/0_1991.out | 6 + run/stage_logs/NAPMD_SO2/S1/0_1992.out | 6 + run/stage_logs/NAPMD_SO2/S1/0_1993.out | 6 + run/stage_logs/NAPMD_SO2/S1/0_1994.out | 15 + run/stage_logs/NAPMD_SO2/S1/0_1995.out | 13 + run/stage_logs/NAPMD_SO2/S1/0_1996.out | 15 + run/stage_logs/NAPMD_SO2/S1/0_1997.out | 16 + run/stage_logs/NAPMD_SO2/S1/0_1998.out | 17 + run/stage_logs/NAPMD_SO2/S1/0_1999.out | 17 + run/stage_logs/NAPMD_SO2/S1/0_2000.out | 19 + run/stage_logs/NAPMD_SO2/S1/0_2001.out | 19 + run/stage_logs/NAPMD_SO2/S1/0_2002.out | 28 + run/stage_logs/NAPMD_SO2/S1/0_2003.out | 27 + run/stage_logs/NAPMD_SO2/S1/0_2004.out | 26 + run/stage_logs/NAPMD_SO2/S1/0_2005.out | 28 + run/stage_logs/NAPMD_SO2/S1/0_2006.out | 26 + run/stage_logs/NAPMD_SO2/S1/0_2007.out | 26 + run/stage_logs/NAPMD_SO2/S1/0_2008.out | 26 + run/stage_logs/NAPMD_SO2/S1/0_2009.out | 26 + run/stage_logs/NAPMD_SO2/S1/0_2010.out | 41 + run/stage_logs/NAPMD_SO2/S1/0_2011.out | 45 + run/stage_logs/NAPMD_SO2/S1/0_2012.out | 50 + run/stage_logs/NAPMD_SO2/S1/0_2013.out | 46 + run/stage_logs/NAPMD_SO2/S1/0_2014.out | 51 + run/stage_logs/NAPMD_SO2/S1/0_2015.out | 54 + run/stage_logs/NAPMD_SO2/S1/0_2016.out | 54 + run/stage_logs/NAPMD_SO2/S1/0_2017.out | 56 + run/stage_logs/NAPMD_SO2/S1/0_2018.out | 60 + run/stage_logs/NAPMD_SO2/S1/0_2019.out | 2 + run/stage_logs/NAPMD_SO2/S1/0_2020.out | 66 + run/stage_logs/NAPMD_SO2/S1/0_2021.out | 5 + run/stage_logs/NAPMD_SO2/S2/0_103_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_104_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_105_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_109_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_110_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_111_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_113_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_114_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_119_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_11_UVF.out | 32 + run/stage_logs/NAPMD_SO2/S2/0_120_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_13_UVF.out | 34 + run/stage_logs/NAPMD_SO2/S2/0_14_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_15_UVF.out | 32 + run/stage_logs/NAPMD_SO2/S2/0_20_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_21_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_22_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_275_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_276_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_278_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_27_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_28_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_29_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_30_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_31_UVF.out | 16 + run/stage_logs/NAPMD_SO2/S2/0_324_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_325_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_326_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_32_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_331_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_332_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_336_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_337_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_340_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_342_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_343_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_34_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_352_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_356_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_35_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_360_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_362_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_363_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_368_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_369_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_370_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_372_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_373_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_375_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_37_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_40_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_42_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_43_UVF.out | 21 + run/stage_logs/NAPMD_SO2/S2/0_44_UVF.out | 32 + run/stage_logs/NAPMD_SO2/S2/0_45_UVF.out | 33 + run/stage_logs/NAPMD_SO2/S2/0_46_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_48_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_4_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_52_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_534_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_540_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_54_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_551_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_57_UVF.out | 34 + run/stage_logs/NAPMD_SO2/S2/0_59_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_5_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_61_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_62_UVF.out | 34 + run/stage_logs/NAPMD_SO2/S2/0_63_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_64_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_65_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_6_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_77_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_79_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_80_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_84_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_87_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_8_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_95_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_96_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_97_UVF.out | 4 + run/stage_logs/NAPMD_SO2/S2/0_9_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S2/1_24_UVF.out | 5 + run/stage_logs/NAPMD_SO2/S2/1_358_UVF.out | 5 + run/stage_logs/NAPMD_SO2/S3/0_103_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_104_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_105_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_109_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_110_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_111_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_113_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_114_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_119_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_11_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_120_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_13_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_14_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_15_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_20_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_21_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_22_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_275_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_276_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_278_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_27_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_28_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_29_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_30_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_31_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_324_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_325_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_326_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_32_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_331_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_332_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_336_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_337_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_340_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_342_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_343_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_34_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_352_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_356_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_35_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_360_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_362_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_363_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_368_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_369_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_370_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_372_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_373_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_375_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_37_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_40_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_42_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_43_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_44_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_45_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_46_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_48_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_4_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_52_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_534_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_540_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_54_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_551_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_57_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_59_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_5_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_61_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_62_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_63_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_64_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_65_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_6_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_77_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_79_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_80_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_84_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_87_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_8_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_95_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_96_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_97_UVF.out | 23 + run/stage_logs/NAPMD_SO2/S3/0_9_UVF.out | 23 + .../NAPMD_SO2/T1/0_103_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_103_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_103_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_104_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_104_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_104_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_105_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_105_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_105_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_109_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_109_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_109_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_110_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_110_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_110_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_111_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_111_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_111_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_113_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_113_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_113_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_114_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_114_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_114_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_119_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_119_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_119_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_11_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_11_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_11_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_120_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_120_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_120_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_13_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_13_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_13_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_14_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_14_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_14_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_15_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_15_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_15_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_20_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_20_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_20_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_21_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_21_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_21_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_22_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_22_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_22_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_275_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_275_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_275_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_276_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_276_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_276_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_278_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_278_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_278_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_27_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_27_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_27_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_28_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_28_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_28_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_29_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_29_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_29_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_30_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_30_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_30_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_31_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_31_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_31_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_324_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_324_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_324_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_325_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_325_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_325_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_326_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_326_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_326_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_32_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_32_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_32_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_331_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_331_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_331_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_332_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_332_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_332_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_336_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_336_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_336_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_337_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_337_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_337_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_340_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_340_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_340_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_342_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_342_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_342_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_343_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_343_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_343_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_34_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_34_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_34_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_352_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_352_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_352_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_356_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_356_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_356_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_35_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_35_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_35_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_360_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_360_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_360_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_362_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_362_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_362_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_363_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_363_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_363_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_368_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_368_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_368_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_369_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_369_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_369_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_370_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_370_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_370_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_372_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_372_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_372_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_373_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_373_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_373_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_375_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_375_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_375_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_37_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_37_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_37_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_40_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_40_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_40_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_42_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_42_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_42_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_43_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_43_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_43_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_44_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_44_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_44_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_45_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_45_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_45_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_46_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_46_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_46_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_48_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_48_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_48_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_4_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_4_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_4_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_52_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_52_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_52_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_534_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_534_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_534_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_540_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_540_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_540_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_54_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_54_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_54_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_551_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_551_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_551_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_57_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_57_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_57_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_59_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_59_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_59_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_5_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_5_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_5_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_61_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_61_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_61_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_62_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_62_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_62_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_63_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_63_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_63_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_64_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_64_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_64_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_65_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_65_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_65_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_6_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_6_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_6_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_77_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_77_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_77_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_79_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_79_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_79_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_80_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_80_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_80_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_84_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_84_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_84_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_87_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_87_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_87_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_8_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_8_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_8_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_95_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_95_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_95_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_96_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_96_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_96_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_97_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_97_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_97_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_9_UVF_D_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_9_UVF_H_GLOBAL.out | 3 + .../NAPMD_SO2/T1/0_9_UVF_M_GLOBAL.out | 3 + .../NAPMD_SO2/T2/0_198912_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_198912_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_198912_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199001_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199001_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199001_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199002_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199002_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199002_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199003_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199003_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199003_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199004_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199004_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199004_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199005_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199005_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199005_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199006_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199006_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199006_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199007_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199007_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199007_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199008_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199008_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199008_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199009_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199009_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199009_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199010_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199010_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199010_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199011_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199011_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199011_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199012_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199012_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199012_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199101_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199101_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199101_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199102_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199102_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199102_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199103_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199103_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199103_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199104_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199104_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199104_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199105_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199105_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199105_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199106_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199106_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199106_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199107_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199107_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199107_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199108_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199108_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199108_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199109_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199109_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199109_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199110_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199110_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199110_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199111_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199111_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199111_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199112_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199112_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199112_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199201_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199201_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199201_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199202_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199202_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199202_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199203_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199203_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199203_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199204_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199204_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199204_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199205_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199205_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199205_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199206_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199206_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199206_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199207_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199207_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199207_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199208_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199208_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199208_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199209_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199209_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199209_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199210_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199210_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199210_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199211_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199211_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199211_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199212_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199212_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199212_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199301_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199301_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199301_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199302_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199302_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199302_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199303_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199303_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199303_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199304_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199304_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199304_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199305_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199305_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199305_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199306_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199306_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199306_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199307_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199307_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199307_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199308_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199308_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199308_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199309_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199309_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199309_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199310_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199310_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199310_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199311_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199311_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199311_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199312_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199312_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199312_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199401_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199401_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199401_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199402_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199402_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199402_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199403_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199403_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199403_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199404_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199404_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199404_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199405_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199405_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199405_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199406_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199406_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199406_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199407_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199407_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199407_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199408_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199408_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199408_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199409_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199409_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199409_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199410_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199410_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199410_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199411_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199411_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199411_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199412_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199412_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199412_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199501_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199501_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199501_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199502_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199502_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199502_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199503_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199503_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199503_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199504_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199504_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199504_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199505_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199505_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199505_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199506_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199506_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199506_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199507_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199507_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199507_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199508_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199508_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199508_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199509_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199509_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199509_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199510_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199510_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199510_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199511_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199511_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199511_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199512_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199512_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199512_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199601_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199601_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199601_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199602_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199602_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199602_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199603_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199603_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199603_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199604_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199604_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199604_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199605_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199605_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199605_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199606_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199606_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199606_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199607_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199607_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199607_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199608_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199608_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199608_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199609_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199609_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199609_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199610_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199610_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199610_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199611_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199611_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199611_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199612_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199612_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199612_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199701_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199701_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199701_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199702_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199702_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199702_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199703_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199703_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199703_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199704_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199704_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199704_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199705_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199705_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199705_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199706_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199706_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199706_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199707_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199707_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199707_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199708_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199708_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199708_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199709_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199709_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199709_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199710_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199710_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199710_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199711_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199711_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199711_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199712_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199712_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199712_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199801_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199801_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199801_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199802_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199802_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199802_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199803_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199803_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199803_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199804_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199804_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199804_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199805_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199805_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199805_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199806_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199806_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199806_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199807_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199807_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199807_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199808_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199808_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199808_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199809_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199809_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199809_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199810_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199810_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199810_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199811_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199811_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199811_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199812_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199812_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199812_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199901_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199901_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199901_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199902_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199902_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199902_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199903_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199903_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199903_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199904_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199904_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199904_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199905_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199905_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199905_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199906_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199906_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199906_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199907_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199907_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199907_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199908_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199908_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199908_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199909_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199909_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199909_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199910_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199910_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199910_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199911_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199911_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199911_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199912_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199912_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_199912_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200001_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200001_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200001_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200002_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200002_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200002_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200003_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200003_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200003_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200004_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200004_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200004_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200005_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200005_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200005_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200006_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200006_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200006_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200007_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200007_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200007_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200008_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200008_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200008_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200009_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200009_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200009_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200010_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200010_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200010_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200011_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200011_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200011_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200012_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200012_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200012_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200101_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200101_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200101_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200102_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200102_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200102_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200103_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200103_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200103_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200104_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200104_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200104_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200105_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200105_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200105_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200106_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200106_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200106_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200107_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200107_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200107_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200108_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200108_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200108_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200109_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200109_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200109_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200110_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200110_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200110_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200111_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200111_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200111_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200112_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200112_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200112_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200201_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200201_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200201_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200202_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200202_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200202_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200203_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200203_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200203_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200204_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200204_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200204_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200205_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200205_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200205_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200206_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200206_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200206_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200207_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200207_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200207_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200208_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200208_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200208_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200209_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200209_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200209_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200210_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200210_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200210_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200211_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200211_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200211_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200212_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200212_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200212_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200301_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200301_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200301_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200302_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200302_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200302_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200303_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200303_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200303_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200304_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200304_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200304_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200305_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200305_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200305_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200306_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200306_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200306_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200307_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200307_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200307_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200308_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200308_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200308_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200309_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200309_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200309_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200310_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200310_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200310_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200311_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200311_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200311_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200312_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200312_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200312_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200401_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200401_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200401_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200402_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200402_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200402_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200403_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200403_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200403_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200404_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200404_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200404_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200405_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200405_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200405_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200406_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200406_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200406_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200407_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200407_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200407_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200408_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200408_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200408_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200409_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200409_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200409_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200410_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200410_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200410_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200411_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200411_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200411_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200412_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200412_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200412_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200501_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200501_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200501_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200502_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200502_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200502_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200503_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200503_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200503_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200504_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200504_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200504_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200505_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200505_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200505_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200506_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200506_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200506_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200507_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200507_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200507_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200508_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200508_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200508_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200509_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200509_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200509_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200510_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200510_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200510_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200511_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200511_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200511_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200512_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200512_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200512_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200601_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200601_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200601_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200602_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200602_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200602_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200603_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200603_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200603_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200604_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200604_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200604_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200605_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200605_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200605_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200606_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200606_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200606_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200607_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200607_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200607_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200608_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200608_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200608_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200609_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200609_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200609_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200610_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200610_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200610_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200611_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200611_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200611_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200612_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200612_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200612_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200701_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200701_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200701_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200702_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200702_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200702_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200703_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200703_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200703_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200704_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200704_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200704_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200705_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200705_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200705_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200706_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200706_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200706_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200707_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200707_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200707_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200708_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200708_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200708_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200709_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200709_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200709_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200710_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200710_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200710_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200711_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200711_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200711_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200712_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200712_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200712_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200801_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200801_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200801_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200802_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200802_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200802_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200803_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200803_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200803_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200804_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200804_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200804_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200805_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200805_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200805_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200806_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200806_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200806_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200807_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200807_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200807_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200808_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200808_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200808_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200809_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200809_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200809_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200810_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200810_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200810_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200811_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200811_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200811_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200812_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200812_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200812_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200901_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200901_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200901_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200902_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200902_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200902_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200903_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200903_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200903_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200904_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200904_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200904_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200905_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200905_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200905_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200906_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200906_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200906_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200907_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200907_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200907_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200908_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200908_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200908_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200909_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200909_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200909_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200910_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200910_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200910_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200911_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200911_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200911_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200912_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200912_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_200912_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201001_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201001_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201001_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201002_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201002_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201002_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201003_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201003_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201003_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201004_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201004_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201004_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201005_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201005_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201005_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201006_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201006_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201006_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201007_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201007_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201007_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201008_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201008_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201008_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201009_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201009_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201009_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201010_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201010_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201010_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201011_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201011_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201011_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201012_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201012_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201012_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201101_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201101_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201101_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201102_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201102_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201102_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201103_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201103_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201103_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201104_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201104_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201104_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201105_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201105_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201105_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201106_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201106_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201106_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201107_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201107_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201107_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201108_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201108_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201108_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201109_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201109_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201109_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201110_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201110_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201110_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201111_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201111_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201111_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201112_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201112_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201112_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201201_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201201_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201201_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201202_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201202_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201202_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201203_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201203_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201203_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201204_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201204_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201204_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201205_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201205_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201205_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201206_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201206_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201206_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201207_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201207_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201207_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201208_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201208_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201208_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201209_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201209_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201209_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201210_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201210_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201210_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201211_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201211_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201211_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201212_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201212_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201212_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201301_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201301_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201301_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201302_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201302_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201302_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201303_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201303_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201303_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201304_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201304_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201304_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201305_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201305_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201305_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201306_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201306_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201306_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201307_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201307_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201307_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201308_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201308_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201308_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201309_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201309_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201309_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201310_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201310_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201310_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201311_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201311_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201311_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201312_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201312_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201312_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201401_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201401_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201401_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201402_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201402_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201402_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201403_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201403_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201403_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201404_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201404_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201404_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201405_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201405_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201405_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201406_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201406_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201406_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201407_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201407_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201407_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201408_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201408_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201408_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201409_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201409_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201409_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201410_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201410_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201410_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201411_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201411_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201411_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201412_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201412_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201412_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201501_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201501_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201501_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201502_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201502_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201502_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201503_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201503_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201503_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201504_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201504_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201504_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201505_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201505_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201505_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201506_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201506_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201506_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201507_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201507_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201507_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201508_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201508_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201508_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201509_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201509_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201509_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201510_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201510_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201510_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201511_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201511_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201511_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201512_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201512_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201512_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201601_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201601_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201601_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201602_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201602_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201602_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201603_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201603_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201603_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201604_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201604_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201604_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201605_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201605_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201605_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201606_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201606_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201606_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201607_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201607_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201607_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201608_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201608_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201608_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201609_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201609_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201609_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201610_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201610_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201610_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201611_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201611_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201611_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201612_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201612_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201612_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201701_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201701_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201701_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201702_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201702_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201702_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201703_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201703_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201703_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201704_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201704_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201704_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201705_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201705_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201705_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201706_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201706_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201706_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201707_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201707_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201707_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201708_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201708_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201708_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201709_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201709_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201709_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201710_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201710_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201710_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201711_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201711_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201711_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201712_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201712_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201712_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201801_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201801_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201801_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201802_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201802_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201802_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201803_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201803_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201803_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201804_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201804_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201804_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201805_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201805_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201805_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201806_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201806_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201806_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201807_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201807_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201807_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201808_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201808_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201808_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201809_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201809_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201809_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201810_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201810_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201810_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201811_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201811_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201811_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201812_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201812_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201812_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201912_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201912_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_201912_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202001_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202001_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202001_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202002_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202002_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202002_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202003_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202003_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202003_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202004_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202004_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202004_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202005_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202005_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202005_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202006_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202006_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202006_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202007_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202007_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202007_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202008_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202008_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202008_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202009_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202009_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202009_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202010_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202010_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202010_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202011_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202011_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202011_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202012_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202012_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202012_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202101_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202101_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202101_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202102_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202102_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202102_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202103_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202103_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202103_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202104_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202104_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202104_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202105_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202105_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202105_M_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202106_D_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202106_H_GLOBAL.out | 2 + .../NAPMD_SO2/T2/0_202106_M_GLOBAL.out | 2 + run/stage_logs/NAPMD_TOLUENE/S1/0_2019.out | 4 + run/stage_logs/NAPMD_TOLUENE/S1/0_2020.out | 4 + run/stage_logs/NAPMD_TOLUENE/S2/0_110_UNK.out | 4 + run/stage_logs/NAPMD_TOLUENE/S2/0_96_UNK.out | 4 + run/stage_logs/NAPMD_TOLUENE/S3/0_110_UNK.out | 23 + run/stage_logs/NAPMD_TOLUENE/S3/0_96_UNK.out | 23 + .../NAPMD_TOLUENE/T1/0_110_UNK_D_GLOBAL.out | 3 + .../NAPMD_TOLUENE/T1/0_110_UNK_H_GLOBAL.out | 3 + .../NAPMD_TOLUENE/T1/0_110_UNK_M_GLOBAL.out | 3 + .../NAPMD_TOLUENE/T1/0_96_UNK_D_GLOBAL.out | 3 + .../NAPMD_TOLUENE/T1/0_96_UNK_H_GLOBAL.out | 3 + .../NAPMD_TOLUENE/T1/0_96_UNK_M_GLOBAL.out | 3 + .../NAPMD_TOLUENE/T2/0_201812_D_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201812_H_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201812_M_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201901_D_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201901_H_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201901_M_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201902_D_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201902_H_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201902_M_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201903_D_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201903_H_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201903_M_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201904_D_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201904_H_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201904_M_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201905_D_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201905_H_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201905_M_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201906_D_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201906_H_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201906_M_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201907_D_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201907_H_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201907_M_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201908_D_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201908_H_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201908_M_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201909_D_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201909_H_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201909_M_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201910_D_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201910_H_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201910_M_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201911_D_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201911_H_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201911_M_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201912_D_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201912_H_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_201912_M_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_202001_D_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_202001_H_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_202001_M_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_202002_D_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_202002_H_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_202002_M_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_202003_D_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_202003_H_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_202003_M_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_202004_D_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_202004_H_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_202004_M_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_202005_D_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_202005_H_GLOBAL.out | 2 + .../NAPMD_TOLUENE/T2/0_202005_M_GLOBAL.out | 2 + run/stage_logs/NAPMD_XYLENE/S1/0_2019.out | 4 + run/stage_logs/NAPMD_XYLENE/S1/0_2020.out | 4 + run/stage_logs/NAPMD_XYLENE/S2/0_110_UNK.out | 4 + run/stage_logs/NAPMD_XYLENE/S2/0_96_UNK.out | 4 + run/stage_logs/NAPMD_XYLENE/S3/0_110_UNK.out | 23 + run/stage_logs/NAPMD_XYLENE/S3/0_96_UNK.out | 23 + .../NAPMD_XYLENE/T1/0_110_UNK_D_GLOBAL.out | 3 + .../NAPMD_XYLENE/T1/0_110_UNK_H_GLOBAL.out | 3 + .../NAPMD_XYLENE/T1/0_110_UNK_M_GLOBAL.out | 3 + .../NAPMD_XYLENE/T1/0_96_UNK_D_GLOBAL.out | 3 + .../NAPMD_XYLENE/T1/0_96_UNK_H_GLOBAL.out | 3 + .../NAPMD_XYLENE/T1/0_96_UNK_M_GLOBAL.out | 3 + .../NAPMD_XYLENE/T2/0_201812_D_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201812_H_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201812_M_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201901_D_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201901_H_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201901_M_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201902_D_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201902_H_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201902_M_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201903_D_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201903_H_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201903_M_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201904_D_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201904_H_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201904_M_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201905_D_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201905_H_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201905_M_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201906_D_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201906_H_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201906_M_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201907_D_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201907_H_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201907_M_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201908_D_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201908_H_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201908_M_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201909_D_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201909_H_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201909_M_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201910_D_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201910_H_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201910_M_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201911_D_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201911_H_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201911_M_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201912_D_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201912_H_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_201912_M_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_202001_D_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_202001_H_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_202001_M_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_202002_D_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_202002_H_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_202002_M_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_202003_D_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_202003_H_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_202003_M_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_202004_D_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_202004_H_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_202004_M_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_202005_D_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_202005_H_GLOBAL.out | 2 + .../NAPMD_XYLENE/T2/0_202005_M_GLOBAL.out | 2 + run/start_GHOST_submit.sh | 2 +- 13593 files changed, 77289 insertions(+), 258 deletions(-) create mode 100755 processing_modules/NAPMD_processor.py create mode 100644 processing_modules/__pycache__/EANET_processor.cpython-39.pyc create mode 100644 processing_modules/__pycache__/MEXICO_CDMX_processor.cpython-39.pyc create mode 100644 processing_modules/__pycache__/NAPMD_processor.cpython-39.pyc create mode 100644 run/stage_logs/NAPMD_BENZENE/S1/0_2019.out create mode 100644 run/stage_logs/NAPMD_BENZENE/S1/0_2020.out create mode 100644 run/stage_logs/NAPMD_BENZENE/S2/0_110_UNK.out create mode 100644 run/stage_logs/NAPMD_BENZENE/S2/0_96_UNK.out create mode 100644 run/stage_logs/NAPMD_BENZENE/S3/0_110_UNK.out create mode 100644 run/stage_logs/NAPMD_BENZENE/S3/0_96_UNK.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T1/0_110_UNK_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T1/0_110_UNK_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T1/0_110_UNK_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T1/0_96_UNK_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T1/0_96_UNK_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T1/0_96_UNK_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201812_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201812_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201812_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201901_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201901_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201901_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201902_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201902_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201902_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201903_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201903_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201903_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201904_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201904_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201904_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201905_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201905_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201905_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201906_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201906_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201906_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201907_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201907_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201907_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201908_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201908_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201908_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201909_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201909_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201909_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201910_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201910_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201910_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201911_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201911_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201911_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201912_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201912_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_201912_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_202001_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_202001_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_202001_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_202002_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_202002_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_202002_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_202003_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_202003_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_202003_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_202004_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_202004_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_202004_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_202005_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_202005_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_BENZENE/T2/0_202005_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CH4/S1/0_2019.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_1979.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_1980.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_1981.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_1982.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_1983.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_1984.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_1985.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_1986.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_1987.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_1988.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_1989.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_1990.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_1991.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_1992.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_1993.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_1994.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_1995.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_1996.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_1997.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_1998.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_1999.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_2000.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_2001.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_2002.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_2003.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_2004.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_2005.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_2006.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_2007.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_2008.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_2009.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_2010.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_2011.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_2012.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_2013.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_2014.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_2015.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_2016.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_2017.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_2018.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_2019.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_2020.out create mode 100644 run/stage_logs/NAPMD_CO/S1/0_2021.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_105_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_108_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_118_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_14_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_18_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_1_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_20_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_22_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_271_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_273_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_279_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_28_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_2_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_30_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_31_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_324_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_325_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_326_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_32_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_330_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_331_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_332_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_335_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_336_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_337_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_339_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_340_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_342_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_343_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_347_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_352_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_354_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_356_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_357_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_35_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_360_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_362_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_363_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_368_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_369_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_370_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_372_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_373_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_374_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_375_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_3_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_40_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_42_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_43_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_46_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_4_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_534_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_540_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_5_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_61_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_62_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_64_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_68_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_6_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/0_80_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/1_547_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/1_89_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S2/1_98_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_105_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_108_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_118_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_14_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_18_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_1_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_20_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_22_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_271_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_273_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_279_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_28_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_2_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_30_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_31_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_324_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_325_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_326_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_32_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_330_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_331_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_332_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_335_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_336_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_337_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_339_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_340_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_342_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_343_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_347_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_352_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_354_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_356_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_357_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_35_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_360_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_362_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_363_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_368_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_369_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_370_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_372_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_373_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_374_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_375_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_3_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_40_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_42_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_43_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_46_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_4_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_534_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_540_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_5_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_61_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_62_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_64_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_68_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_6_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/S3/0_80_FTIR.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_105_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_105_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_105_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_108_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_108_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_108_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_118_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_118_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_118_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_14_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_14_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_14_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_18_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_18_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_18_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_1_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_1_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_1_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_20_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_20_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_20_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_22_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_22_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_22_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_271_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_271_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_271_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_273_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_273_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_273_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_279_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_279_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_279_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_28_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_28_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_28_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_2_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_2_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_2_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_30_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_30_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_30_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_31_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_31_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_31_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_324_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_324_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_324_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_325_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_325_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_325_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_326_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_326_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_326_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_32_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_32_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_32_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_330_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_330_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_330_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_331_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_331_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_331_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_332_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_332_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_332_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_335_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_335_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_335_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_336_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_336_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_336_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_337_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_337_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_337_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_339_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_339_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_339_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_340_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_340_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_340_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_342_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_342_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_342_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_343_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_343_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_343_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_347_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_347_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_347_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_352_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_352_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_352_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_354_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_354_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_354_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_356_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_356_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_356_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_357_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_357_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_357_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_35_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_35_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_35_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_360_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_360_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_360_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_362_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_362_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_362_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_363_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_363_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_363_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_368_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_368_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_368_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_369_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_369_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_369_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_370_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_370_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_370_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_372_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_372_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_372_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_373_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_373_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_373_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_374_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_374_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_374_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_375_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_375_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_375_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_3_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_3_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_3_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_40_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_40_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_40_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_42_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_42_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_42_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_43_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_43_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_43_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_46_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_46_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_46_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_4_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_4_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_4_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_534_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_534_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_534_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_540_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_540_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_540_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_5_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_5_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_5_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_61_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_61_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_61_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_62_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_62_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_62_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_64_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_64_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_64_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_68_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_68_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_68_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_6_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_6_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_6_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_80_FTIR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_80_FTIR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T1/0_80_FTIR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_197901_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_197901_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_197901_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_197903_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_197903_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_197903_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_197904_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_197904_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_197904_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_197905_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_197905_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_197905_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_197906_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_197906_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_197906_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_197907_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_197907_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_197907_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_197908_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_197908_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_197908_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_197909_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_197909_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_197909_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_197910_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_197910_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_197910_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_197911_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_197911_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_197911_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_197912_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_197912_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_197912_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198001_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198001_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198001_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198002_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198002_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198002_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198003_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198003_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198003_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198004_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198004_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198004_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198005_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198005_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198005_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198006_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198006_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198006_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198007_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198007_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198007_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198008_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198008_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198008_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198009_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198009_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198009_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198010_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198010_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198010_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198012_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198012_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198012_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198101_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198101_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198101_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198102_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198102_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198102_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198103_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198103_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198103_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198106_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198106_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198106_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198107_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198107_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198107_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198108_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198108_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198108_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198109_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198109_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198109_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198110_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198110_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198110_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198111_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198111_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198111_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198112_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198112_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198112_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198201_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198201_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198201_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198202_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198202_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198202_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198203_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198203_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198203_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198204_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198204_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198204_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198205_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198205_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198205_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198206_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198206_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198206_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198207_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198207_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198207_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198208_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198208_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198208_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198209_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198209_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198209_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198210_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198210_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198210_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198211_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198211_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198211_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198212_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198212_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198212_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198301_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198301_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198301_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198302_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198302_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198302_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198303_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198303_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198303_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198304_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198304_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198304_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198305_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198305_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198305_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198306_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198306_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198306_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198307_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198307_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198307_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198308_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198308_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198308_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198309_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198309_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198309_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198310_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198310_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198310_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198311_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198311_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198311_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198312_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198312_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198312_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198401_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198401_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198401_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198402_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198402_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198402_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198403_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198403_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198403_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198404_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198404_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198404_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198405_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198405_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198405_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198406_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198406_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198406_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198407_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198407_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198407_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198408_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198408_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198408_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198409_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198409_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198409_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198410_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198410_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198410_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198411_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198411_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198411_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198412_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198412_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198412_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198501_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198501_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198501_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198502_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198502_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198502_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198503_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198503_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198503_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198504_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198504_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198504_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198505_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198505_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198505_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198506_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198506_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198506_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198507_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198507_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198507_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198508_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198508_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198508_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198509_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198509_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198509_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198510_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198510_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198510_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198511_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198511_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198511_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198512_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198512_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198512_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198601_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198601_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198601_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198602_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198602_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198602_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198603_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198603_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198603_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198604_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198604_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198604_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198605_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198605_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198605_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198606_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198606_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198606_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198607_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198607_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198607_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198608_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198608_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198608_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198609_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198609_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198609_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198610_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198610_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198610_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198611_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198611_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198611_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198612_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198612_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198612_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198701_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198701_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198701_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198702_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198702_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198702_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198703_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198703_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198703_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198704_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198704_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198704_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198705_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198705_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198705_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198804_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198804_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198804_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198810_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198810_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198810_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198811_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198811_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198811_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198812_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198812_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198812_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198901_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198901_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198901_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198902_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198902_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198902_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198903_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198903_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198903_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198904_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198904_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198904_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198905_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198905_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198905_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198906_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198906_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198906_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198907_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198907_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198907_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198908_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198908_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198908_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198909_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198909_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198909_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198910_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198910_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198910_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198911_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198911_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198911_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198912_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198912_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_198912_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199001_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199001_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199001_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199002_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199002_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199002_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199003_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199003_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199003_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199004_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199004_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199004_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199005_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199005_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199005_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199006_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199006_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199006_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199007_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199007_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199007_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199008_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199008_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199008_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199009_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199009_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199009_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199010_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199010_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199010_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199011_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199011_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199011_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199012_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199012_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199012_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199101_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199101_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199101_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199102_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199102_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199102_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199103_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199103_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199103_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199104_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199104_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199104_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199105_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199105_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199105_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199106_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199106_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199106_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199107_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199107_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199107_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199108_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199108_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199108_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199109_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199109_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199109_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199110_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199110_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199110_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199111_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199111_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199111_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199112_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199112_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199112_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199201_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199201_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199201_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199202_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199202_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199202_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199203_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199203_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199203_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199204_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199204_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199204_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199207_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199207_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199207_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199208_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199208_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199208_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199209_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199209_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199209_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199210_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199210_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199210_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199211_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199211_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199211_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199212_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199212_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199212_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199301_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199301_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199301_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199302_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199302_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199302_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199303_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199303_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199303_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199304_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199304_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199304_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199305_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199305_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199305_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199306_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199306_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199306_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199307_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199307_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199307_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199308_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199308_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199308_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199309_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199309_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199309_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199310_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199310_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199310_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199311_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199311_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199311_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199312_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199312_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199312_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199401_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199401_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199401_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199402_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199402_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199402_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199403_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199403_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199403_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199404_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199404_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199404_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199405_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199405_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199405_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199406_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199406_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199406_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199407_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199407_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199407_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199408_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199408_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199408_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199409_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199409_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199409_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199410_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199410_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199410_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199411_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199411_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199411_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199412_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199412_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199412_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199501_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199501_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199501_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199502_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199502_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199502_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199503_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199503_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199503_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199504_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199504_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199504_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199505_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199505_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199505_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199506_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199506_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199506_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199507_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199507_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199507_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199508_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199508_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199508_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199509_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199509_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199509_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199510_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199510_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199510_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199511_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199511_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199511_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199512_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199512_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199512_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199601_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199601_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199601_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199602_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199602_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199602_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199603_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199603_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199603_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199604_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199604_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199604_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199605_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199605_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199605_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199606_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199606_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199606_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199607_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199607_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199607_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199608_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199608_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199608_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199609_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199609_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199609_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199610_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199610_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199610_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199611_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199611_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199611_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199612_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199612_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199612_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199701_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199701_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199701_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199702_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199702_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199702_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199703_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199703_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199703_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199704_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199704_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199704_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199705_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199705_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199705_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199706_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199706_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199706_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199707_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199707_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199707_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199708_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199708_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199708_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199709_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199709_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199709_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199710_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199710_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199710_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199711_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199711_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199711_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199712_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199712_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199712_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199801_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199801_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199801_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199802_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199802_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199802_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199803_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199803_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199803_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199804_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199804_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199804_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199805_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199805_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199805_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199806_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199806_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199806_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199807_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199807_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199807_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199808_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199808_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199808_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199809_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199809_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199809_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199810_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199810_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199810_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199811_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199811_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199811_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199812_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199812_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199812_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199901_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199901_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199901_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199902_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199902_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199902_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199903_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199903_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199903_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199904_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199904_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199904_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199905_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199905_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199905_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199906_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199906_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199906_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199907_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199907_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199907_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199908_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199908_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199908_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199909_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199909_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199909_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199910_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199910_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199910_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199911_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199911_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199911_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199912_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199912_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_199912_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200001_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200001_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200001_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200002_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200002_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200002_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200003_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200003_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200003_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200004_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200004_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200004_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200005_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200005_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200005_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200006_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200006_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200006_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200007_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200007_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200007_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200008_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200008_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200008_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200009_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200009_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200009_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200010_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200010_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200010_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200011_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200011_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200011_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200012_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200012_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200012_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200101_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200101_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200101_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200102_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200102_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200102_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200103_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200103_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200103_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200104_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200104_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200104_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200105_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200105_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200105_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200106_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200106_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200106_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200107_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200107_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200107_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200108_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200108_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200108_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200109_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200109_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200109_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200110_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200110_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200110_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200111_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200111_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200111_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200112_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200112_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200112_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200201_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200201_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200201_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200202_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200202_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200202_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200203_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200203_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200203_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200204_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200204_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200204_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200205_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200205_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200205_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200206_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200206_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200206_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200207_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200207_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200207_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200208_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200208_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200208_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200209_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200209_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200209_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200210_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200210_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200210_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200211_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200211_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200211_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200212_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200212_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200212_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200301_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200301_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200301_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200302_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200302_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200302_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200303_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200303_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200303_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200304_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200304_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200304_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200305_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200305_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200305_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200306_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200306_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200306_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200307_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200307_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200307_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200308_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200308_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200308_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200309_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200309_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200309_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200310_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200310_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200310_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200311_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200311_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200311_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200312_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200312_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200312_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200401_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200401_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200401_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200402_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200402_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200402_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200403_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200403_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200403_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200404_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200404_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200404_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200405_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200405_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200405_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200406_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200406_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200406_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200407_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200407_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200407_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200408_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200408_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200408_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200409_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200409_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200409_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200410_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200410_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200410_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200411_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200411_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200411_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200412_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200412_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200412_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200501_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200501_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200501_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200502_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200502_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200502_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200503_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200503_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200503_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200504_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200504_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200504_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200505_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200505_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200505_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200506_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200506_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200506_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200507_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200507_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200507_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200508_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200508_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200508_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200509_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200509_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200509_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200510_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200510_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200510_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200511_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200511_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200511_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200512_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200512_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200512_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200601_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200601_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200601_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200602_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200602_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200602_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200603_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200603_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200603_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200604_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200604_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200604_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200605_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200605_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200605_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200606_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200606_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200606_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200607_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200607_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200607_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200608_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200608_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200608_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200609_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200609_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200609_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200610_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200610_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200610_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200611_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200611_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200611_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200612_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200612_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200612_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200701_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200701_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200701_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200702_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200702_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200702_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200703_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200703_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200703_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200704_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200704_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200704_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200705_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200705_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200705_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200706_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200706_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200706_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200707_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200707_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200707_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200708_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200708_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200708_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200709_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200709_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200709_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200710_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200710_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200710_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200711_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200711_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200711_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200712_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200712_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200712_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200801_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200801_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200801_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200802_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200802_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200802_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200803_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200803_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200803_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200804_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200804_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200804_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200805_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200805_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200805_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200806_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200806_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200806_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200807_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200807_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200807_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200808_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200808_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200808_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200809_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200809_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200809_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200810_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200810_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200810_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200811_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200811_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200811_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200812_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200812_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200812_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200901_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200901_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200901_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200902_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200902_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200902_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200903_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200903_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200903_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200904_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200904_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200904_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200905_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200905_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200905_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200906_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200906_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200906_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200907_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200907_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200907_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200908_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200908_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200908_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200909_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200909_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200909_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200910_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200910_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200910_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200911_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200911_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200911_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200912_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200912_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_200912_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201001_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201001_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201001_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201002_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201002_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201002_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201003_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201003_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201003_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201004_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201004_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201004_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201005_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201005_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201005_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201006_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201006_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201006_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201007_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201007_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201007_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201008_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201008_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201008_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201009_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201009_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201009_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201010_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201010_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201010_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201011_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201011_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201011_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201012_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201012_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201012_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201101_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201101_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201101_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201102_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201102_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201102_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201103_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201103_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201103_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201104_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201104_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201104_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201105_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201105_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201105_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201106_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201106_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201106_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201107_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201107_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201107_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201108_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201108_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201108_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201109_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201109_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201109_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201110_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201110_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201110_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201111_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201111_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201111_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201112_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201112_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201112_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201201_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201201_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201201_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201202_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201202_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201202_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201203_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201203_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201203_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201204_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201204_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201204_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201205_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201205_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201205_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201206_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201206_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201206_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201207_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201207_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201207_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201208_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201208_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201208_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201209_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201209_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201209_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201210_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201210_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201210_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201211_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201211_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201211_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201212_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201212_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201212_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201301_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201301_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201301_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201302_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201302_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201302_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201303_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201303_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201303_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201304_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201304_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201304_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201305_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201305_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201305_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201306_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201306_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201306_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201307_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201307_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201307_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201308_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201308_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201308_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201309_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201309_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201309_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201310_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201310_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201310_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201311_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201311_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201311_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201312_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201312_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201312_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201401_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201401_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201401_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201402_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201402_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201402_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201403_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201403_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201403_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201404_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201404_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201404_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201405_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201405_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201405_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201406_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201406_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201406_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201407_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201407_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201407_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201408_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201408_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201408_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201409_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201409_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201409_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201410_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201410_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201410_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201411_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201411_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201411_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201412_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201412_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201412_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201501_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201501_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201501_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201502_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201502_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201502_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201503_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201503_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201503_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201504_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201504_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201504_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201505_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201505_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201505_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201506_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201506_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201506_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201507_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201507_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201507_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201508_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201508_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201508_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201509_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201509_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201509_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201510_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201510_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201510_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201511_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201511_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201511_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201512_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201512_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201512_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201912_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201912_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_201912_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202001_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202001_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202001_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202002_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202002_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202002_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202003_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202003_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202003_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202004_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202004_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202004_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202005_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202005_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202005_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202006_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202006_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202006_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202007_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202007_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202007_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202008_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202008_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202008_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202009_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202009_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202009_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202010_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202010_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202010_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202011_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202011_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202011_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202012_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202012_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202012_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202101_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202101_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202101_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202102_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202102_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202102_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202103_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202103_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202103_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202104_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202104_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202104_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202105_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202105_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202105_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202106_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202106_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_CO/T2/0_202106_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/S1/0_2018.out create mode 100644 run/stage_logs/NAPMD_NH3/S1/0_2019.out create mode 100644 run/stage_logs/NAPMD_NH3/S1/0_2020.out create mode 100644 run/stage_logs/NAPMD_NH3/S2/0_52_CL(EMC).out create mode 100644 run/stage_logs/NAPMD_NH3/S3/0_52_CL(EMC).out create mode 100644 run/stage_logs/NAPMD_NH3/T1/0_52_CL(EMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T1/0_52_CL(EMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T1/0_52_CL(EMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201712_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201712_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201712_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201801_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201801_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201801_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201802_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201802_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201802_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201803_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201803_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201803_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201804_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201804_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201804_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201805_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201805_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201805_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201806_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201806_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201806_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201807_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201807_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201807_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201808_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201808_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201808_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201809_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201809_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201809_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201810_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201810_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201810_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201811_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201811_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201811_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201812_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201812_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201812_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201901_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201901_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201901_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201902_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201902_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201902_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201903_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201903_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201903_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201904_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201904_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201904_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201905_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201905_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201905_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201906_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201906_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201906_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201907_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201907_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201907_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201908_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201908_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201908_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201909_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201909_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201909_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201910_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201910_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201910_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201911_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201911_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201911_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201912_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201912_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_201912_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_202001_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_202001_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_202001_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_202002_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_202002_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_202002_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_202003_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_202003_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_202003_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_202004_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_202004_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_202004_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_202005_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_202005_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_202005_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_202006_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_202006_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_202006_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_202007_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_202007_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_202007_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_202008_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_202008_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_202008_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_202009_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_202009_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_202009_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_202010_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_202010_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_202010_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_202011_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_202011_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_202011_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_202012_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_202012_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NH3/T2/0_202012_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_1979.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_1980.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_1981.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_1982.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_1983.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_1984.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_1985.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_1986.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_1987.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_1988.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_1989.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_1994.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_1995.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_1996.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_1997.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_1998.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_1999.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_2000.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_2001.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_2002.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_2003.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_2004.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_2005.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_2006.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_2007.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_2008.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_2009.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_2010.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_2011.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_2012.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_2013.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_2014.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_2015.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_2016.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_2017.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_2018.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_2019.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_2020.out create mode 100644 run/stage_logs/NAPMD_NO/S1/0_2021.out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_100_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_101_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_102_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_104_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_105_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_107_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_108_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_109_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_110_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_113_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_118_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_119_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_11_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_13_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_14_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_15_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_18_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_19_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_1_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_20_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_21_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_22_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_23_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_24_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_26_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_270_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_271_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_272_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_274_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_275_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_278_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_279_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_27_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_28_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_29_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_30_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_31_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_325_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_326_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_327_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_32_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_330_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_331_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_338_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_347_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_34_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_352_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_354_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_357_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_358_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_359_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_35_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_360_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_361_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_363_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_366_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_368_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_369_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_370_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_372_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_373_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_374_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_375_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_37_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_3_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_40_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_41_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_42_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_43_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_44_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_45_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_46_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_48_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_4_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_51_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_529_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_52_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_534_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_540_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_54_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_57_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_59_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_5_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_60_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_61_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_62_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_63_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_64_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_65_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_68_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_6_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_76_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_79_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_80_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_84_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_86_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_87_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_8_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/0_9_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/1_103_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S2/1_362_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_100_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_101_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_102_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_104_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_105_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_107_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_108_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_109_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_110_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_113_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_118_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_119_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_11_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_13_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_14_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_15_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_18_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_19_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_1_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_20_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_21_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_22_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_23_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_24_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_26_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_270_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_271_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_272_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_274_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_275_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_278_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_279_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_27_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_28_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_29_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_30_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_31_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_325_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_326_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_327_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_32_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_330_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_331_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_338_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_347_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_34_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_352_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_354_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_357_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_358_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_359_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_35_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_360_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_361_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_363_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_366_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_368_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_369_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_370_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_372_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_373_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_374_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_375_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_37_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_3_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_40_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_41_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_42_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_43_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_44_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_45_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_46_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_48_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_4_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_51_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_529_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_52_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_534_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_540_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_54_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_57_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_59_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_5_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_60_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_61_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_62_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_63_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_64_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_65_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_68_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_6_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_76_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_79_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_80_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_84_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_86_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_87_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_8_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/S3/0_9_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_100_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_100_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_100_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_101_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_101_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_101_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_102_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_102_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_102_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_104_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_104_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_104_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_105_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_105_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_105_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_107_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_107_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_107_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_108_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_108_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_108_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_109_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_109_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_109_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_110_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_110_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_110_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_113_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_113_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_113_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_118_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_118_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_118_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_119_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_119_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_119_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_11_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_11_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_11_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_13_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_13_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_13_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_14_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_14_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_14_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_15_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_15_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_15_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_18_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_18_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_18_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_19_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_19_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_19_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_1_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_1_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_1_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_20_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_20_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_20_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_21_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_21_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_21_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_22_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_22_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_22_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_23_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_23_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_23_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_24_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_24_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_24_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_26_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_26_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_26_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_270_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_270_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_270_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_271_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_271_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_271_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_272_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_272_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_272_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_274_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_274_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_274_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_275_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_275_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_275_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_278_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_278_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_278_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_279_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_279_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_279_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_27_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_27_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_27_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_28_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_28_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_28_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_29_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_29_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_29_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_30_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_30_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_30_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_31_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_31_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_31_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_325_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_325_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_325_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_326_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_326_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_326_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_327_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_327_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_327_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_32_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_32_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_32_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_330_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_330_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_330_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_331_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_331_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_331_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_338_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_338_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_338_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_347_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_347_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_347_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_34_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_34_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_34_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_352_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_352_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_352_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_354_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_354_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_354_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_357_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_357_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_357_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_358_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_358_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_358_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_359_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_359_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_359_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_35_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_35_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_35_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_360_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_360_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_360_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_361_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_361_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_361_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_363_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_363_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_363_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_366_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_366_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_366_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_368_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_368_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_368_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_369_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_369_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_369_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_370_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_370_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_370_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_372_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_372_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_372_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_373_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_373_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_373_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_374_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_374_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_374_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_375_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_375_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_375_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_37_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_37_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_37_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_3_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_3_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_3_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_40_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_40_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_40_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_41_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_41_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_41_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_42_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_42_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_42_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_43_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_43_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_43_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_44_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_44_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_44_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_45_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_45_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_45_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_46_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_46_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_46_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_48_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_48_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_48_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_4_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_4_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_4_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_51_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_51_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_51_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_529_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_529_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_529_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_52_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_52_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_52_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_534_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_534_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_534_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_540_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_540_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_540_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_54_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_54_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_54_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_57_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_57_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_57_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_59_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_59_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_59_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_5_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_5_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_5_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_60_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_60_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_60_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_61_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_61_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_61_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_62_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_62_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_62_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_63_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_63_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_63_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_64_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_64_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_64_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_65_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_65_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_65_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_68_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_68_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_68_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_6_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_6_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_6_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_76_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_76_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_76_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_79_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_79_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_79_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_80_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_80_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_80_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_84_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_84_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_84_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_86_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_86_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_86_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_87_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_87_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_87_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_8_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_8_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_8_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_9_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_9_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T1/0_9_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197812_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197812_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197812_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197901_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197901_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197901_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197902_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197902_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197902_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197903_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197903_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197903_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197904_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197904_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197904_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197905_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197905_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197905_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197906_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197906_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197906_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197907_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197907_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197907_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197908_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197908_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197908_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197909_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197909_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197909_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197910_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197910_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197910_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197911_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197911_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197911_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197912_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197912_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_197912_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198001_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198001_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198001_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198002_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198002_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198002_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198003_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198003_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198003_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198004_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198004_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198004_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198005_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198005_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198005_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198006_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198006_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198006_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198007_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198007_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198007_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198008_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198008_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198008_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198009_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198009_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198009_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198010_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198010_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198010_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198011_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198011_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198011_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198012_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198012_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198012_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198101_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198101_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198101_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198102_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198102_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198102_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198103_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198103_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198103_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198104_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198104_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198104_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198105_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198105_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198105_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198106_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198106_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198106_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198107_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198107_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198107_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198108_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198108_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198108_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198109_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198109_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198109_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198110_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198110_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198110_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198111_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198111_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198111_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198112_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198112_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198112_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198201_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198201_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198201_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198202_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198202_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198202_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198203_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198203_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198203_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198204_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198204_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198204_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198205_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198205_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198205_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198206_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198206_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198206_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198207_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198207_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198207_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198208_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198208_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198208_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198209_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198209_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198209_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198210_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198210_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198210_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198211_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198211_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198211_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198212_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198212_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198212_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198301_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198301_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198301_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198302_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198302_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198302_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198303_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198303_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198303_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198304_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198304_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198304_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198305_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198305_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198305_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198306_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198306_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198306_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198307_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198307_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198307_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198308_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198308_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198308_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198309_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198309_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198309_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198310_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198310_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198310_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198311_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198311_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198311_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198312_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198312_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198312_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198401_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198401_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198401_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198402_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198402_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198402_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198403_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198403_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198403_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198404_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198404_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198404_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198405_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198405_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198405_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198406_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198406_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198406_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198407_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198407_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198407_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198408_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198408_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198408_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198409_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198409_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198409_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198410_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198410_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198410_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198411_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198411_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198411_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198412_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198412_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198412_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198501_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198501_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198501_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198502_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198502_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198502_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198503_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198503_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198503_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198504_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198504_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198504_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198505_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198505_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198505_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198506_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198506_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198506_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198507_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198507_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198507_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198508_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198508_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198508_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198509_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198509_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198509_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198510_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198510_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198510_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198511_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198511_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198511_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198512_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198512_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198512_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198601_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198601_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198601_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198602_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198602_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198602_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198603_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198603_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198603_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198604_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198604_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198604_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198605_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198605_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198605_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198606_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198606_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198606_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198607_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198607_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198607_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198608_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198608_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198608_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198609_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198609_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198609_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198610_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198610_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198610_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198611_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198611_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198611_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198612_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198612_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198612_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198701_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198701_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198701_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198702_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198702_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198702_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198703_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198703_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198703_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198704_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198704_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198704_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198705_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198705_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198705_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198706_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198706_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198706_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198707_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198707_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198707_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198708_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198708_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198708_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198709_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198709_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198709_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198710_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198710_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198710_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198711_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198711_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198711_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198712_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198712_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198712_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198801_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198801_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198801_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198802_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198802_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198802_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198803_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198803_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198803_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198804_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198804_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198804_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198805_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198805_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198805_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198806_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198806_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198806_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198807_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198807_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198807_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198808_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198808_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198808_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198809_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198809_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198809_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198810_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198810_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198810_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198811_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198811_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198811_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198812_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198812_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198812_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198901_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198901_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198901_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198902_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198902_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198902_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198903_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198903_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198903_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198904_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198904_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198904_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198905_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198905_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198905_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198906_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198906_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198906_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198907_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198907_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198907_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198908_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198908_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198908_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198909_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198909_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198909_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198910_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198910_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198910_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198911_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198911_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198911_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198912_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198912_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_198912_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199312_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199312_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199312_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199401_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199401_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199401_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199402_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199402_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199402_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199403_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199403_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199403_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199404_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199404_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199404_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199405_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199405_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199405_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199406_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199406_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199406_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199407_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199407_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199407_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199408_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199408_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199408_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199409_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199409_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199409_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199410_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199410_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199410_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199411_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199411_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199411_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199412_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199412_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199412_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199501_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199501_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199501_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199502_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199502_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199502_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199503_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199503_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199503_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199504_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199504_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199504_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199505_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199505_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199505_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199506_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199506_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199506_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199507_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199507_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199507_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199508_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199508_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199508_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199509_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199509_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199509_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199510_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199510_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199510_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199511_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199511_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199511_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199512_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199512_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199512_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199601_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199601_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199601_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199602_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199602_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199602_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199603_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199603_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199603_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199604_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199604_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199604_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199605_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199605_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199605_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199606_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199606_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199606_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199607_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199607_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199607_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199608_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199608_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199608_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199609_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199609_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199609_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199610_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199610_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199610_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199611_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199611_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199611_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199612_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199612_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199612_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199701_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199701_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199701_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199702_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199702_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199702_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199703_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199703_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199703_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199704_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199704_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199704_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199705_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199705_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199705_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199706_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199706_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199706_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199707_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199707_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199707_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199708_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199708_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199708_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199709_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199709_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199709_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199710_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199710_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199710_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199711_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199711_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199711_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199712_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199712_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199712_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199801_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199801_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199801_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199802_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199802_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199802_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199803_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199803_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199803_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199804_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199804_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199804_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199805_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199805_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199805_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199806_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199806_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199806_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199807_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199807_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199807_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199808_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199808_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199808_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199809_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199809_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199809_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199810_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199810_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199810_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199811_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199811_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199811_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199812_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199812_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199812_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199901_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199901_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199901_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199902_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199902_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199902_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199903_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199903_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199903_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199904_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199904_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199904_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199905_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199905_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199905_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199906_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199906_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199906_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199907_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199907_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199907_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199908_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199908_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199908_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199909_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199909_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199909_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199910_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199910_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199910_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199911_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199911_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199911_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199912_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199912_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_199912_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200001_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200001_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200001_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200002_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200002_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200002_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200003_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200003_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200003_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200004_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200004_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200004_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200005_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200005_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200005_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200006_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200006_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200006_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200007_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200007_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200007_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200008_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200008_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200008_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200009_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200009_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200009_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200010_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200010_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200010_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200011_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200011_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200011_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200012_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200012_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200012_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200101_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200101_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200101_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200102_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200102_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200102_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200103_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200103_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200103_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200104_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200104_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200104_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200105_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200105_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200105_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200106_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200106_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200106_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200107_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200107_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200107_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200108_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200108_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200108_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200109_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200109_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200109_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200110_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200110_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200110_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200111_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200111_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200111_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200112_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200112_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200112_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200201_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200201_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200201_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200202_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200202_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200202_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200203_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200203_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200203_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200204_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200204_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200204_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200205_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200205_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200205_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200206_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200206_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200206_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200207_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200207_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200207_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200208_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200208_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200208_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200209_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200209_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200209_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200210_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200210_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200210_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200211_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200211_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200211_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200212_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200212_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200212_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200301_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200301_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200301_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200302_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200302_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200302_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200303_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200303_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200303_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200304_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200304_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200304_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200305_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200305_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200305_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200306_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200306_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200306_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200307_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200307_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200307_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200308_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200308_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200308_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200309_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200309_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200309_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200310_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200310_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200310_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200311_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200311_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200311_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200312_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200312_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200312_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200401_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200401_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200401_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200402_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200402_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200402_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200403_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200403_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200403_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200404_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200404_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200404_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200405_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200405_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200405_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200406_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200406_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200406_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200407_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200407_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200407_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200408_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200408_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200408_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200409_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200409_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200409_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200410_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200410_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200410_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200411_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200411_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200411_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200412_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200412_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200412_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200501_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200501_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200501_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200502_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200502_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200502_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200503_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200503_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200503_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200504_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200504_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200504_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200505_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200505_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200505_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200506_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200506_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200506_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200507_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200507_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200507_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200508_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200508_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200508_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200509_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200509_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200509_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200510_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200510_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200510_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200511_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200511_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200511_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200512_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200512_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200512_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200601_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200601_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200601_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200602_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200602_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200602_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200603_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200603_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200603_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200604_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200604_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200604_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200605_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200605_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200605_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200606_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200606_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200606_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200607_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200607_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200607_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200608_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200608_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200608_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200609_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200609_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200609_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200610_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200610_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200610_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200611_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200611_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200611_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200612_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200612_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200612_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200701_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200701_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200701_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200702_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200702_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200702_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200703_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200703_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200703_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200704_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200704_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200704_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200705_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200705_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200705_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200706_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200706_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200706_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200707_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200707_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200707_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200708_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200708_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200708_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200709_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200709_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200709_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200710_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200710_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200710_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200711_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200711_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200711_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200712_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200712_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200712_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200801_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200801_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200801_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200802_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200802_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200802_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200803_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200803_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200803_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200804_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200804_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200804_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200805_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200805_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200805_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200806_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200806_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200806_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200807_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200807_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200807_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200808_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200808_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200808_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200809_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200809_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200809_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200810_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200810_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200810_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200811_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200811_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200811_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200812_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200812_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200812_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200901_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200901_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200901_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200902_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200902_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200902_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200903_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200903_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200903_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200904_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200904_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200904_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200905_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200905_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200905_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200906_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200906_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200906_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200907_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200907_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200907_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200908_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200908_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200908_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200909_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200909_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200909_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200910_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200910_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200910_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200911_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200911_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200911_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200912_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200912_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_200912_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201001_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201001_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201001_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201002_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201002_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201002_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201003_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201003_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201003_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201004_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201004_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201004_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201005_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201005_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201005_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201006_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201006_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201006_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201007_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201007_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201007_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201008_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201008_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201008_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201009_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201009_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201009_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201010_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201010_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201010_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201011_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201011_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201011_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201012_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201012_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201012_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201101_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201101_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201101_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201102_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201102_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201102_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201103_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201103_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201103_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201104_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201104_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201104_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201105_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201105_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201105_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201106_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201106_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201106_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201107_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201107_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201107_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201108_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201108_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201108_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201109_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201109_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201109_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201110_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201110_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201110_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201111_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201111_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201111_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201112_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201112_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201112_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201201_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201201_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201201_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201202_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201202_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201202_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201203_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201203_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201203_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201204_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201204_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201204_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201205_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201205_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201205_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201206_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201206_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201206_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201207_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201207_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201207_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201208_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201208_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201208_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201209_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201209_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201209_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201210_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201210_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201210_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201211_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201211_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201211_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201212_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201212_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201212_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201301_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201301_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201301_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201302_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201302_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201302_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201303_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201303_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201303_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201304_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201304_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201304_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201305_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201305_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201305_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201306_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201306_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201306_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201307_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201307_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201307_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201308_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201308_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201308_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201309_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201309_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201309_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201310_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201310_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201310_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201311_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201311_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201311_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201312_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201312_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201312_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201401_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201401_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201401_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201402_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201402_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201402_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201403_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201403_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201403_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201404_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201404_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201404_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201405_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201405_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201405_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201406_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201406_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201406_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201407_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201407_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201407_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201408_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201408_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201408_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201409_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201409_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201409_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201410_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201410_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201410_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201411_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201411_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201411_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201412_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201412_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201412_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201501_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201501_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201501_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201502_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201502_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201502_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201503_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201503_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201503_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201504_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201504_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201504_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201505_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201505_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201505_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201506_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201506_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201506_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201507_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201507_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201507_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201508_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201508_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201508_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201509_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201509_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201509_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201510_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201510_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201510_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201511_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201511_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201511_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201512_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201512_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201512_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201601_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201601_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201601_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201602_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201602_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201602_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201603_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201603_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201603_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201604_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201604_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201604_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201605_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201605_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201605_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201606_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201606_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201606_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201607_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201607_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201607_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201608_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201608_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201608_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201609_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201609_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201609_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201610_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201610_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201610_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201611_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201611_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201611_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201612_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201612_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201612_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201701_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201701_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201701_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201702_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201702_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201702_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201703_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201703_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201703_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201704_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201704_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201704_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201705_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201705_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201705_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201706_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201706_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201706_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201707_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201707_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201707_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201708_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201708_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201708_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201709_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201709_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201709_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201710_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201710_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201710_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201711_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201711_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201711_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201712_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201712_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201712_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201912_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201912_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_201912_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202001_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202001_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202001_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202002_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202002_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202002_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202003_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202003_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202003_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202004_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202004_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202004_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202005_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202005_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202005_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202006_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202006_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202006_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202007_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202007_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202007_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202008_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202008_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202008_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202009_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202009_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202009_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202010_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202010_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202010_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202011_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202011_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202011_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202012_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202012_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202012_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202101_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202101_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202101_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202102_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202102_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202102_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202103_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202103_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202103_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202104_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202104_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202104_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202105_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202105_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202105_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202106_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202106_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO/T2/0_202106_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_1979.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_1980.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_1981.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_1982.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_1983.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_1984.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_1985.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_1986.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_1987.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_1988.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_1989.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_1990.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_1991.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_1992.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_1993.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_1994.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_1995.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_1996.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_1997.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_1998.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_1999.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_2000.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_2001.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_2002.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_2003.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_2004.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_2005.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_2006.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_2007.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_2008.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_2009.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_2010.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_2011.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_2012.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_2013.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_2014.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_2015.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_2016.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_2017.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_2018.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_2019.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_2020.out create mode 100644 run/stage_logs/NAPMD_NO2/S1/0_2021.out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_100_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_101_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_102_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_103_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_104_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_105_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_107_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_108_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_109_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_110_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_113_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_118_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_119_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_11_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_13_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_14_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_15_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_18_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_19_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_1_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_20_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_21_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_22_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_23_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_24_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_26_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_270_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_271_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_272_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_274_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_275_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_278_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_279_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_27_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_28_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_29_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_2_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_30_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_31_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_324_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_325_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_326_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_327_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_32_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_330_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_331_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_332_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_335_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_336_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_337_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_338_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_339_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_340_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_342_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_343_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_347_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_34_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_352_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_354_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_357_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_358_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_359_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_35_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_360_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_361_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_363_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_366_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_368_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_369_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_370_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_372_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_373_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_374_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_375_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_37_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_3_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_40_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_41_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_42_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_43_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_44_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_45_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_46_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_48_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_4_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_51_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_529_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_52_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_530_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_534_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_540_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_54_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_551_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_57_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_59_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_5_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_60_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_61_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_62_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_63_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_64_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_65_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_68_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_6_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_73_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_76_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_77_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_79_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_80_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_84_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_86_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_87_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_8_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_96_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/0_9_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/1_362_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/1_547_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/1_89_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S2/1_98_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_100_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_101_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_102_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_103_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_104_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_105_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_107_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_108_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_109_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_110_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_113_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_118_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_119_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_11_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_13_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_14_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_15_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_18_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_19_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_1_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_20_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_21_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_22_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_23_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_24_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_26_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_270_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_271_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_272_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_274_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_275_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_278_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_279_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_27_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_28_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_29_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_2_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_30_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_31_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_324_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_325_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_326_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_327_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_32_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_330_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_331_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_332_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_335_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_336_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_337_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_338_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_339_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_340_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_342_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_343_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_347_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_34_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_352_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_354_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_357_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_358_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_359_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_35_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_360_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_361_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_363_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_366_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_368_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_369_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_370_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_372_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_373_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_374_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_375_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_37_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_3_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_40_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_41_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_42_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_43_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_44_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_45_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_46_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_48_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_4_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_51_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_529_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_52_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_530_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_534_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_540_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_54_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_551_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_57_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_59_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_5_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_60_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_61_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_62_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_63_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_64_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_65_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_68_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_6_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_73_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_76_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_77_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_79_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_80_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_84_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_86_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_87_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_8_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_96_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/S3/0_9_CL(IMC).out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_100_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_100_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_100_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_101_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_101_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_101_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_102_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_102_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_102_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_103_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_103_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_103_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_104_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_104_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_104_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_105_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_105_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_105_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_107_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_107_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_107_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_108_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_108_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_108_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_109_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_109_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_109_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_110_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_110_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_110_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_113_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_113_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_113_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_118_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_118_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_118_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_119_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_119_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_119_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_11_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_11_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_11_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_13_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_13_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_13_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_14_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_14_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_14_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_15_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_15_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_15_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_18_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_18_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_18_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_19_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_19_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_19_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_1_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_1_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_1_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_20_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_20_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_20_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_21_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_21_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_21_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_22_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_22_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_22_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_23_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_23_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_23_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_24_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_24_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_24_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_26_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_26_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_26_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_270_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_270_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_270_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_271_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_271_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_271_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_272_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_272_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_272_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_274_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_274_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_274_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_275_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_275_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_275_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_278_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_278_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_278_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_279_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_279_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_279_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_27_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_27_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_27_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_28_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_28_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_28_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_29_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_29_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_29_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_2_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_2_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_2_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_30_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_30_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_30_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_31_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_31_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_31_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_324_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_324_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_324_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_325_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_325_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_325_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_326_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_326_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_326_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_327_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_327_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_327_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_32_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_32_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_32_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_330_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_330_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_330_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_331_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_331_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_331_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_332_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_332_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_332_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_335_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_335_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_335_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_336_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_336_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_336_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_337_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_337_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_337_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_338_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_338_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_338_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_339_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_339_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_339_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_340_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_340_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_340_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_342_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_342_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_342_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_343_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_343_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_343_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_347_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_347_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_347_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_34_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_34_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_34_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_352_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_352_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_352_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_354_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_354_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_354_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_357_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_357_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_357_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_358_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_358_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_358_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_359_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_359_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_359_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_35_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_35_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_35_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_360_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_360_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_360_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_361_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_361_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_361_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_363_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_363_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_363_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_366_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_366_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_366_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_368_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_368_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_368_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_369_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_369_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_369_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_370_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_370_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_370_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_372_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_372_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_372_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_373_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_373_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_373_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_374_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_374_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_374_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_375_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_375_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_375_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_37_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_37_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_37_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_3_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_3_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_3_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_40_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_40_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_40_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_41_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_41_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_41_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_42_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_42_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_42_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_43_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_43_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_43_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_44_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_44_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_44_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_45_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_45_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_45_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_46_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_46_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_46_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_48_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_48_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_48_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_4_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_4_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_4_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_51_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_51_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_51_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_529_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_529_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_529_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_52_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_52_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_52_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_530_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_530_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_530_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_534_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_534_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_534_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_540_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_540_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_540_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_54_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_54_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_54_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_551_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_551_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_551_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_57_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_57_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_57_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_59_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_59_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_59_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_5_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_5_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_5_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_60_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_60_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_60_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_61_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_61_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_61_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_62_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_62_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_62_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_63_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_63_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_63_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_64_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_64_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_64_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_65_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_65_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_65_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_68_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_68_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_68_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_6_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_6_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_6_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_73_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_73_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_73_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_76_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_76_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_76_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_77_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_77_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_77_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_79_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_79_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_79_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_80_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_80_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_80_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_84_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_84_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_84_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_86_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_86_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_86_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_87_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_87_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_87_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_8_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_8_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_8_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_96_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_96_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_96_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_9_CL(IMC)_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_9_CL(IMC)_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T1/0_9_CL(IMC)_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197812_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197812_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197812_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197901_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197901_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197901_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197902_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197902_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197902_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197903_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197903_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197903_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197904_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197904_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197904_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197905_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197905_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197905_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197906_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197906_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197906_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197907_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197907_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197907_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197908_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197908_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197908_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197909_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197909_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197909_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197910_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197910_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197910_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197911_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197911_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197911_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197912_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197912_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_197912_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198001_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198001_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198001_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198002_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198002_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198002_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198003_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198003_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198003_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198004_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198004_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198004_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198005_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198005_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198005_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198006_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198006_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198006_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198007_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198007_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198007_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198008_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198008_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198008_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198009_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198009_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198009_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198010_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198010_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198010_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198011_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198011_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198011_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198012_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198012_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198012_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198101_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198101_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198101_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198102_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198102_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198102_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198103_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198103_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198103_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198104_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198104_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198104_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198105_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198105_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198105_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198106_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198106_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198106_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198107_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198107_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198107_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198108_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198108_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198108_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198109_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198109_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198109_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198110_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198110_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198110_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198111_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198111_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198111_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198112_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198112_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198112_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198201_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198201_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198201_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198202_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198202_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198202_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198203_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198203_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198203_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198204_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198204_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198204_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198205_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198205_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198205_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198206_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198206_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198206_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198207_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198207_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198207_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198208_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198208_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198208_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198209_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198209_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198209_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198210_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198210_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198210_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198211_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198211_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198211_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198212_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198212_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198212_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198301_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198301_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198301_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198302_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198302_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198302_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198303_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198303_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198303_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198304_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198304_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198304_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198305_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198305_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198305_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198306_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198306_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198306_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198307_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198307_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198307_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198308_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198308_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198308_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198309_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198309_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198309_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198310_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198310_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198310_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198311_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198311_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198311_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198312_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198312_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198312_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198401_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198401_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198401_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198402_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198402_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198402_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198403_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198403_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198403_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198404_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198404_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198404_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198405_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198405_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198405_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198406_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198406_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198406_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198407_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198407_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198407_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198408_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198408_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198408_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198409_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198409_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198409_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198410_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198410_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198410_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198411_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198411_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198411_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198412_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198412_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198412_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198501_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198501_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198501_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198502_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198502_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198502_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198503_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198503_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198503_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198504_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198504_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198504_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198505_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198505_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198505_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198506_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198506_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198506_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198507_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198507_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198507_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198508_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198508_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198508_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198509_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198509_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198509_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198510_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198510_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198510_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198511_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198511_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198511_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198512_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198512_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198512_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198601_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198601_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198601_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198602_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198602_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198602_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198603_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198603_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198603_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198604_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198604_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198604_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198605_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198605_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198605_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198606_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198606_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198606_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198607_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198607_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198607_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198608_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198608_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198608_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198609_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198609_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198609_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198610_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198610_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198610_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198611_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198611_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198611_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198612_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198612_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198612_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198701_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198701_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198701_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198702_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198702_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198702_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198703_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198703_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198703_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198704_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198704_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198704_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198705_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198705_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198705_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198706_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198706_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198706_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198707_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198707_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198707_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198708_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198708_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198708_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198709_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198709_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198709_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198710_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198710_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198710_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198711_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198711_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198711_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198712_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198712_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198712_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198801_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198801_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198801_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198802_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198802_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198802_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198803_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198803_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198803_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198804_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198804_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198804_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198805_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198805_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198805_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198806_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198806_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198806_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198807_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198807_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198807_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198808_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198808_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198808_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198809_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198809_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198809_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198810_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198810_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198810_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198811_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198811_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198811_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198812_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198812_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198812_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198901_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198901_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198901_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198902_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198902_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198902_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198903_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198903_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198903_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198904_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198904_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198904_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198905_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198905_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198905_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198906_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198906_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198906_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198907_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198907_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198907_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198908_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198908_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198908_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198909_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198909_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198909_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198910_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198910_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198910_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198911_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198911_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198911_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198912_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198912_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_198912_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199001_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199001_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199001_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199002_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199002_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199002_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199003_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199003_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199003_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199004_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199004_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199004_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199005_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199005_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199005_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199006_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199006_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199006_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199007_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199007_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199007_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199008_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199008_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199008_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199009_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199009_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199009_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199010_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199010_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199010_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199011_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199011_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199011_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199012_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199012_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199012_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199101_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199101_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199101_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199102_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199102_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199102_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199103_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199103_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199103_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199104_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199104_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199104_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199105_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199105_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199105_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199106_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199106_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199106_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199107_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199107_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199107_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199108_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199108_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199108_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199109_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199109_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199109_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199110_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199110_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199110_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199111_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199111_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199111_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199112_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199112_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199112_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199201_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199201_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199201_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199202_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199202_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199202_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199203_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199203_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199203_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199204_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199204_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199204_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199205_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199205_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199205_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199206_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199206_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199206_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199207_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199207_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199207_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199208_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199208_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199208_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199209_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199209_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199209_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199210_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199210_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199210_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199211_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199211_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199211_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199212_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199212_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199212_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199301_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199301_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199301_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199302_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199302_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199302_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199303_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199303_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199303_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199304_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199304_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199304_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199305_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199305_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199305_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199306_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199306_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199306_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199307_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199307_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199307_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199308_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199308_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199308_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199309_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199309_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199309_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199310_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199310_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199310_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199311_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199311_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199311_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199312_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199312_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199312_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199401_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199401_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199401_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199402_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199402_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199402_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199403_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199403_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199403_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199404_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199404_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199404_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199405_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199405_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199405_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199406_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199406_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199406_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199407_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199407_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199407_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199408_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199408_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199408_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199409_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199409_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199409_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199410_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199410_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199410_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199411_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199411_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199411_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199412_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199412_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199412_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199501_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199501_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199501_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199502_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199502_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199502_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199503_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199503_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199503_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199504_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199504_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199504_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199505_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199505_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199505_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199506_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199506_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199506_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199507_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199507_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199507_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199508_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199508_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199508_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199509_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199509_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199509_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199510_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199510_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199510_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199511_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199511_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199511_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199512_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199512_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199512_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199601_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199601_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199601_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199602_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199602_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199602_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199603_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199603_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199603_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199604_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199604_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199604_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199605_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199605_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199605_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199606_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199606_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199606_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199607_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199607_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199607_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199608_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199608_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199608_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199609_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199609_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199609_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199610_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199610_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199610_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199611_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199611_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199611_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199612_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199612_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199612_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199701_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199701_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199701_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199702_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199702_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199702_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199703_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199703_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199703_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199704_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199704_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199704_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199705_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199705_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199705_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199706_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199706_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199706_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199707_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199707_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199707_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199708_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199708_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199708_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199709_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199709_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199709_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199710_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199710_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199710_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199711_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199711_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199711_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199712_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199712_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199712_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199801_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199801_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199801_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199802_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199802_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199802_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199803_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199803_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199803_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199804_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199804_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199804_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199805_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199805_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199805_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199806_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199806_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199806_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199807_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199807_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199807_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199808_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199808_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199808_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199809_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199809_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199809_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199810_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199810_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199810_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199811_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199811_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199811_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199812_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199812_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199812_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199901_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199901_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199901_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199902_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199902_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199902_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199903_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199903_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199903_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199904_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199904_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199904_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199905_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199905_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199905_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199906_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199906_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199906_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199907_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199907_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199907_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199908_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199908_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199908_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199909_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199909_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199909_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199910_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199910_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199910_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199911_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199911_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199911_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199912_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199912_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_199912_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200001_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200001_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200001_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200002_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200002_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200002_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200003_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200003_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200003_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200004_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200004_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200004_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200005_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200005_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200005_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200006_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200006_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200006_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200007_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200007_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200007_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200008_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200008_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200008_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200009_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200009_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200009_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200010_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200010_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200010_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200011_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200011_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200011_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200012_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200012_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200012_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200101_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200101_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200101_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200102_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200102_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200102_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200103_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200103_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200103_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200104_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200104_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200104_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200105_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200105_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200105_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200106_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200106_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200106_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200107_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200107_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200107_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200108_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200108_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200108_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200109_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200109_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200109_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200110_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200110_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200110_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200111_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200111_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200111_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200112_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200112_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200112_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200201_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200201_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200201_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200202_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200202_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200202_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200203_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200203_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200203_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200204_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200204_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200204_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200205_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200205_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200205_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200206_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200206_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200206_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200207_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200207_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200207_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200208_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200208_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200208_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200209_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200209_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200209_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200210_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200210_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200210_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200211_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200211_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200211_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200212_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200212_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200212_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200301_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200301_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200301_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200302_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200302_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200302_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200303_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200303_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200303_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200304_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200304_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200304_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200305_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200305_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200305_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200306_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200306_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200306_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200307_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200307_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200307_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200308_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200308_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200308_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200309_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200309_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200309_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200310_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200310_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200310_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200311_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200311_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200311_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200312_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200312_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200312_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200401_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200401_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200401_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200402_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200402_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200402_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200403_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200403_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200403_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200404_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200404_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200404_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200405_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200405_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200405_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200406_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200406_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200406_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200407_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200407_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200407_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200408_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200408_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200408_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200409_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200409_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200409_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200410_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200410_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200410_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200411_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200411_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200411_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200412_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200412_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200412_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200501_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200501_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200501_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200502_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200502_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200502_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200503_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200503_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200503_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200504_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200504_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200504_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200505_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200505_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200505_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200506_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200506_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200506_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200507_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200507_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200507_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200508_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200508_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200508_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200509_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200509_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200509_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200510_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200510_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200510_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200511_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200511_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200511_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200512_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200512_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200512_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200601_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200601_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200601_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200602_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200602_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200602_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200603_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200603_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200603_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200604_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200604_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200604_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200605_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200605_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200605_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200606_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200606_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200606_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200607_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200607_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200607_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200608_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200608_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200608_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200609_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200609_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200609_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200610_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200610_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200610_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200611_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200611_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200611_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200612_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200612_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200612_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200701_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200701_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200701_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200702_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200702_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200702_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200703_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200703_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200703_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200704_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200704_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200704_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200705_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200705_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200705_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200706_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200706_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200706_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200707_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200707_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200707_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200708_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200708_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200708_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200709_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200709_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200709_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200710_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200710_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200710_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200711_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200711_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200711_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200712_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200712_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200712_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200801_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200801_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200801_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200802_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200802_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200802_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200803_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200803_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200803_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200804_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200804_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200804_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200805_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200805_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200805_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200806_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200806_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200806_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200807_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200807_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200807_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200808_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200808_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200808_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200809_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200809_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200809_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200810_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200810_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200810_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200811_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200811_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200811_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200812_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200812_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200812_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200901_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200901_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200901_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200902_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200902_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200902_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200903_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200903_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200903_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200904_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200904_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200904_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200905_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200905_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200905_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200906_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200906_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200906_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200907_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200907_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200907_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200908_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200908_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200908_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200909_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200909_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200909_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200910_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200910_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200910_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200911_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200911_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200911_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200912_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200912_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_200912_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201001_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201001_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201001_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201002_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201002_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201002_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201003_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201003_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201003_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201004_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201004_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201004_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201005_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201005_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201005_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201006_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201006_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201006_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201007_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201007_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201007_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201008_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201008_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201008_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201009_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201009_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201009_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201010_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201010_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201010_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201011_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201011_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201011_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201012_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201012_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201012_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201101_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201101_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201101_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201102_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201102_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201102_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201103_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201103_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201103_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201104_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201104_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201104_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201105_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201105_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201105_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201106_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201106_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201106_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201107_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201107_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201107_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201108_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201108_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201108_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201109_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201109_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201109_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201110_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201110_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201110_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201111_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201111_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201111_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201112_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201112_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201112_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201201_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201201_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201201_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201202_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201202_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201202_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201203_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201203_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201203_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201204_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201204_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201204_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201205_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201205_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201205_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201206_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201206_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201206_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201207_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201207_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201207_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201208_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201208_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201208_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201209_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201209_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201209_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201210_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201210_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201210_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201211_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201211_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201211_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201212_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201212_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201212_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201301_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201301_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201301_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201302_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201302_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201302_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201303_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201303_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201303_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201304_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201304_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201304_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201305_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201305_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201305_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201306_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201306_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201306_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201307_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201307_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201307_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201308_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201308_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201308_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201309_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201309_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201309_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201310_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201310_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201310_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201311_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201311_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201311_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201312_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201312_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201312_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201401_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201401_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201401_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201402_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201402_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201402_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201403_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201403_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201403_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201404_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201404_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201404_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201405_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201405_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201405_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201406_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201406_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201406_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201407_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201407_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201407_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201408_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201408_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201408_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201409_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201409_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201409_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201410_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201410_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201410_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201411_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201411_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201411_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201412_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201412_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201412_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201501_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201501_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201501_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201502_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201502_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201502_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201503_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201503_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201503_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201504_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201504_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201504_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201505_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201505_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201505_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201506_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201506_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201506_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201507_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201507_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201507_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201508_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201508_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201508_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201509_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201509_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201509_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201510_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201510_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201510_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201511_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201511_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201511_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201512_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201512_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201512_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201601_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201601_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201601_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201602_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201602_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201602_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201603_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201603_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201603_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201604_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201604_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201604_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201605_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201605_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201605_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201606_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201606_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201606_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201607_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201607_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201607_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201608_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201608_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201608_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201609_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201609_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201609_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201610_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201610_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201610_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201611_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201611_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201611_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201612_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201612_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201612_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201701_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201701_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201701_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201702_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201702_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201702_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201703_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201703_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201703_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201704_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201704_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201704_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201705_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201705_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201705_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201706_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201706_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201706_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201707_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201707_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201707_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201708_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201708_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201708_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201709_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201709_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201709_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201710_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201710_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201710_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201711_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201711_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201711_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201712_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201712_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201712_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201912_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201912_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_201912_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202001_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202001_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202001_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202002_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202002_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202002_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202003_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202003_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202003_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202004_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202004_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202004_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202005_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202005_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202005_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202006_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202006_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202006_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202007_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202007_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202007_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202008_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202008_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202008_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202009_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202009_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202009_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202010_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202010_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202010_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202011_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202011_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202011_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202012_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202012_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202012_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202101_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202101_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202101_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202102_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202102_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202102_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202103_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202103_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202103_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202104_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202104_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202104_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202105_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202105_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202105_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202106_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202106_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_NO2/T2/0_202106_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_1979.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_1980.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_1981.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_1982.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_1983.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_1984.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_1985.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_1986.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_1987.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_1988.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_1989.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_1990.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_1991.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_1992.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_1993.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_1994.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_1995.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_1996.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_1997.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_1998.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_1999.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_2000.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_2001.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_2002.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_2003.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_2004.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_2005.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_2006.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_2007.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_2008.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_2009.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_2010.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_2011.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_2012.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_2013.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_2014.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_2015.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_2016.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_2017.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_2018.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_2019.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_2020.out create mode 100644 run/stage_logs/NAPMD_O3/S1/0_2021.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_100_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_101_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_102_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_104_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_105_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_107_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_10_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_110_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_11_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_12_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_13_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_14_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_15_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_18_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_19_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_1_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_20_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_22_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_23_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_24_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_26_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_270_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_271_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_272_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_274_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_275_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_278_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_27_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_28_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_29_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_2_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_30_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_31_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_324_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_325_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_326_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_327_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_32_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_330_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_331_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_332_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_333_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_335_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_337_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_338_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_340_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_342_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_343_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_344_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_347_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_348_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_352_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_354_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_357_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_358_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_359_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_35_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_360_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_361_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_363_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_365_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_366_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_368_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_369_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_370_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_372_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_373_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_374_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_375_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_3_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_40_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_41_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_42_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_43_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_44_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_45_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_46_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_4_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_51_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_530_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_534_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_53_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_540_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_54_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_56_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_57_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_59_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_5_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_60_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_61_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_62_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_63_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_64_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_68_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_6_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_73_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_76_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_77_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_83_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_86_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_87_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_8_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_96_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/0_9_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/1_336_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/1_547_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/1_89_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S2/1_98_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_100_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_101_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_102_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_104_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_105_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_107_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_10_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_110_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_11_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_12_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_13_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_14_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_15_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_18_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_19_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_1_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_20_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_22_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_23_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_24_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_26_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_270_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_271_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_272_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_274_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_275_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_278_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_27_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_28_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_29_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_2_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_30_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_31_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_324_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_325_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_326_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_327_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_32_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_330_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_331_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_332_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_333_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_335_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_337_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_338_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_340_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_342_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_343_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_344_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_347_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_348_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_352_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_354_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_357_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_358_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_359_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_35_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_360_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_361_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_363_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_365_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_366_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_368_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_369_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_370_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_372_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_373_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_374_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_375_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_3_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_40_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_41_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_42_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_43_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_44_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_45_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_46_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_4_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_51_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_530_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_534_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_53_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_540_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_54_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_56_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_57_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_59_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_5_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_60_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_61_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_62_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_63_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_64_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_68_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_6_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_73_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_76_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_77_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_83_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_86_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_87_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_8_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_96_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/S3/0_9_UVP.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_100_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_100_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_100_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_101_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_101_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_101_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_102_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_102_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_102_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_104_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_104_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_104_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_105_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_105_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_105_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_107_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_107_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_107_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_10_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_10_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_10_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_110_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_110_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_110_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_11_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_11_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_11_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_12_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_12_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_12_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_13_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_13_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_13_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_14_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_14_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_14_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_15_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_15_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_15_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_18_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_18_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_18_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_19_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_19_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_19_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_1_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_1_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_1_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_20_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_20_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_20_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_22_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_22_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_22_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_23_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_23_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_23_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_24_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_24_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_24_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_26_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_26_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_26_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_270_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_270_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_270_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_271_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_271_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_271_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_272_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_272_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_272_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_274_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_274_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_274_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_275_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_275_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_275_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_278_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_278_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_278_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_27_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_27_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_27_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_28_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_28_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_28_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_29_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_29_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_29_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_2_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_2_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_2_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_30_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_30_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_30_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_31_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_31_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_31_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_324_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_324_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_324_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_325_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_325_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_325_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_326_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_326_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_326_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_327_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_327_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_327_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_32_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_32_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_32_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_330_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_330_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_330_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_331_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_331_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_331_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_332_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_332_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_332_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_333_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_333_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_333_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_335_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_335_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_335_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_337_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_337_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_337_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_338_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_338_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_338_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_340_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_340_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_340_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_342_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_342_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_342_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_343_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_343_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_343_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_344_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_344_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_344_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_347_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_347_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_347_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_348_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_348_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_348_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_352_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_352_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_352_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_354_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_354_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_354_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_357_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_357_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_357_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_358_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_358_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_358_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_359_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_359_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_359_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_35_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_35_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_35_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_360_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_360_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_360_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_361_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_361_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_361_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_363_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_363_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_363_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_365_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_365_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_365_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_366_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_366_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_366_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_368_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_368_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_368_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_369_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_369_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_369_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_370_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_370_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_370_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_372_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_372_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_372_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_373_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_373_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_373_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_374_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_374_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_374_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_375_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_375_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_375_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_3_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_3_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_3_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_40_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_40_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_40_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_41_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_41_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_41_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_42_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_42_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_42_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_43_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_43_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_43_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_44_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_44_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_44_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_45_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_45_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_45_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_46_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_46_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_46_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_4_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_4_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_4_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_51_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_51_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_51_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_530_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_530_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_530_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_534_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_534_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_534_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_53_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_53_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_53_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_540_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_540_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_540_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_54_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_54_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_54_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_56_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_56_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_56_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_57_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_57_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_57_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_59_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_59_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_59_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_5_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_5_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_5_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_60_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_60_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_60_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_61_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_61_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_61_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_62_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_62_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_62_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_63_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_63_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_63_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_64_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_64_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_64_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_68_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_68_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_68_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_6_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_6_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_6_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_73_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_73_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_73_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_76_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_76_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_76_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_77_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_77_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_77_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_83_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_83_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_83_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_86_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_86_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_86_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_87_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_87_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_87_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_8_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_8_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_8_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_96_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_96_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_96_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_9_UVP_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_9_UVP_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T1/0_9_UVP_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197812_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197812_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197812_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197901_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197901_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197901_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197902_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197902_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197902_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197903_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197903_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197903_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197904_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197904_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197904_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197905_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197905_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197905_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197906_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197906_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197906_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197907_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197907_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197907_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197908_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197908_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197908_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197909_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197909_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197909_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197910_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197910_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197910_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197911_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197911_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197911_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197912_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197912_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_197912_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198001_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198001_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198001_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198002_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198002_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198002_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198003_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198003_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198003_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198004_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198004_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198004_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198005_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198005_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198005_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198006_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198006_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198006_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198007_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198007_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198007_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198008_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198008_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198008_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198009_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198009_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198009_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198010_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198010_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198010_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198011_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198011_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198011_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198012_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198012_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198012_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198101_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198101_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198101_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198102_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198102_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198102_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198103_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198103_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198103_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198104_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198104_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198104_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198105_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198105_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198105_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198106_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198106_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198106_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198107_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198107_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198107_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198108_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198108_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198108_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198109_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198109_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198109_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198110_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198110_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198110_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198111_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198111_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198111_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198112_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198112_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198112_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198201_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198201_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198201_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198202_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198202_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198202_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198203_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198203_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198203_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198204_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198204_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198204_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198205_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198205_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198205_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198206_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198206_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198206_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198207_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198207_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198207_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198208_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198208_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198208_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198209_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198209_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198209_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198210_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198210_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198210_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198211_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198211_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198211_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198212_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198212_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198212_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198301_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198301_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198301_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198302_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198302_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198302_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198303_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198303_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198303_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198304_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198304_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198304_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198305_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198305_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198305_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198306_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198306_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198306_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198307_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198307_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198307_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198308_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198308_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198308_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198309_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198309_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198309_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198310_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198310_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198310_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198311_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198311_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198311_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198312_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198312_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198312_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198401_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198401_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198401_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198402_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198402_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198402_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198403_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198403_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198403_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198404_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198404_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198404_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198405_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198405_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198405_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198406_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198406_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198406_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198407_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198407_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198407_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198408_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198408_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198408_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198409_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198409_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198409_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198410_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198410_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198410_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198411_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198411_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198411_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198412_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198412_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198412_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198501_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198501_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198501_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198502_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198502_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198502_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198503_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198503_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198503_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198504_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198504_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198504_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198505_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198505_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198505_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198506_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198506_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198506_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198507_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198507_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198507_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198508_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198508_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198508_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198509_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198509_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198509_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198510_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198510_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198510_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198511_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198511_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198511_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198512_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198512_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198512_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198601_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198601_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198601_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198602_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198602_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198602_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198603_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198603_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198603_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198604_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198604_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198604_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198605_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198605_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198605_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198606_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198606_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198606_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198607_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198607_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198607_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198608_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198608_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198608_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198609_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198609_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198609_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198610_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198610_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198610_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198611_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198611_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198611_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198612_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198612_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198612_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198701_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198701_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198701_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198702_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198702_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198702_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198703_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198703_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198703_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198704_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198704_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198704_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198705_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198705_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198705_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198706_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198706_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198706_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198707_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198707_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198707_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198708_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198708_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198708_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198709_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198709_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198709_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198710_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198710_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198710_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198711_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198711_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198711_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198712_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198712_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198712_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198801_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198801_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198801_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198802_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198802_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198802_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198803_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198803_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198803_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198804_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198804_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198804_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198805_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198805_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198805_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198806_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198806_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198806_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198807_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198807_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198807_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198808_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198808_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198808_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198809_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198809_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198809_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198810_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198810_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198810_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198811_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198811_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198811_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198812_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198812_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198812_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198901_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198901_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198901_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198902_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198902_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198902_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198903_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198903_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198903_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198904_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198904_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198904_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198905_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198905_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198905_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198906_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198906_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198906_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198907_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198907_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198907_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198908_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198908_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198908_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198909_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198909_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198909_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198910_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198910_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198910_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198911_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198911_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198911_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198912_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198912_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_198912_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199001_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199001_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199001_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199002_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199002_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199002_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199003_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199003_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199003_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199004_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199004_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199004_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199005_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199005_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199005_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199006_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199006_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199006_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199007_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199007_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199007_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199008_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199008_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199008_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199009_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199009_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199009_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199010_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199010_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199010_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199011_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199011_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199011_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199012_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199012_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199012_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199101_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199101_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199101_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199102_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199102_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199102_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199103_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199103_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199103_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199104_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199104_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199104_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199105_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199105_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199105_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199106_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199106_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199106_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199107_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199107_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199107_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199108_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199108_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199108_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199109_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199109_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199109_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199110_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199110_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199110_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199111_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199111_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199111_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199112_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199112_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199112_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199201_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199201_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199201_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199202_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199202_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199202_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199203_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199203_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199203_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199204_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199204_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199204_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199205_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199205_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199205_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199206_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199206_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199206_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199207_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199207_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199207_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199208_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199208_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199208_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199209_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199209_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199209_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199210_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199210_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199210_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199211_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199211_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199211_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199212_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199212_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199212_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199301_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199301_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199301_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199302_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199302_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199302_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199303_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199303_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199303_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199304_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199304_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199304_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199305_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199305_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199305_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199306_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199306_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199306_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199307_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199307_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199307_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199308_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199308_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199308_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199309_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199309_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199309_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199310_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199310_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199310_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199311_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199311_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199311_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199312_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199312_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199312_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199401_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199401_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199401_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199402_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199402_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199402_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199403_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199403_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199403_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199404_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199404_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199404_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199405_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199405_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199405_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199406_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199406_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199406_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199407_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199407_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199407_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199408_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199408_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199408_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199409_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199409_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199409_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199410_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199410_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199410_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199411_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199411_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199411_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199412_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199412_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199412_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199501_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199501_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199501_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199502_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199502_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199502_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199503_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199503_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199503_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199504_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199504_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199504_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199505_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199505_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199505_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199506_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199506_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199506_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199507_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199507_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199507_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199508_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199508_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199508_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199509_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199509_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199509_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199510_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199510_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199510_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199511_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199511_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199511_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199512_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199512_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199512_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199601_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199601_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199601_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199602_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199602_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199602_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199603_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199603_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199603_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199604_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199604_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199604_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199605_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199605_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199605_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199606_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199606_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199606_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199607_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199607_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199607_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199608_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199608_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199608_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199609_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199609_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199609_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199610_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199610_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199610_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199611_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199611_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199611_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199612_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199612_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199612_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199701_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199701_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199701_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199702_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199702_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199702_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199703_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199703_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199703_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199704_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199704_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199704_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199705_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199705_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199705_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199706_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199706_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199706_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199707_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199707_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199707_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199708_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199708_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199708_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199709_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199709_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199709_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199710_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199710_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199710_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199711_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199711_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199711_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199712_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199712_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199712_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199801_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199801_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199801_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199802_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199802_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199802_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199803_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199803_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199803_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199804_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199804_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199804_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199805_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199805_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199805_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199806_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199806_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199806_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199807_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199807_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199807_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199808_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199808_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199808_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199809_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199809_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199809_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199810_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199810_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199810_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199811_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199811_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199811_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199812_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199812_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199812_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199901_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199901_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199901_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199902_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199902_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199902_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199903_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199903_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199903_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199904_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199904_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199904_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199905_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199905_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199905_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199906_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199906_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199906_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199907_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199907_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199907_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199908_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199908_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199908_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199909_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199909_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199909_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199910_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199910_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199910_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199911_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199911_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199911_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199912_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199912_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_199912_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200001_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200001_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200001_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200002_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200002_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200002_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200003_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200003_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200003_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200004_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200004_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200004_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200005_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200005_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200005_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200006_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200006_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200006_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200007_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200007_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200007_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200008_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200008_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200008_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200009_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200009_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200009_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200010_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200010_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200010_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200011_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200011_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200011_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200012_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200012_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200012_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200101_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200101_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200101_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200102_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200102_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200102_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200103_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200103_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200103_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200104_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200104_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200104_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200105_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200105_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200105_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200106_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200106_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200106_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200107_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200107_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200107_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200108_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200108_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200108_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200109_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200109_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200109_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200110_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200110_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200110_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200111_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200111_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200111_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200112_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200112_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200112_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200201_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200201_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200201_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200202_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200202_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200202_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200203_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200203_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200203_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200204_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200204_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200204_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200205_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200205_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200205_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200206_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200206_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200206_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200207_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200207_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200207_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200208_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200208_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200208_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200209_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200209_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200209_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200210_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200210_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200210_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200211_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200211_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200211_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200212_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200212_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200212_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200301_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200301_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200301_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200302_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200302_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200302_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200303_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200303_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200303_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200304_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200304_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200304_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200305_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200305_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200305_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200306_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200306_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200306_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200307_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200307_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200307_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200308_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200308_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200308_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200309_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200309_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200309_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200310_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200310_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200310_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200311_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200311_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200311_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200312_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200312_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200312_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200401_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200401_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200401_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200402_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200402_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200402_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200403_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200403_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200403_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200404_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200404_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200404_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200405_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200405_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200405_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200406_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200406_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200406_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200407_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200407_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200407_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200408_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200408_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200408_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200409_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200409_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200409_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200410_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200410_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200410_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200411_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200411_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200411_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200412_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200412_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200412_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200501_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200501_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200501_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200502_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200502_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200502_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200503_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200503_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200503_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200504_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200504_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200504_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200505_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200505_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200505_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200506_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200506_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200506_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200507_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200507_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200507_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200508_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200508_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200508_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200509_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200509_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200509_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200510_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200510_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200510_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200511_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200511_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200511_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200512_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200512_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200512_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200601_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200601_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200601_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200602_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200602_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200602_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200603_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200603_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200603_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200604_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200604_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200604_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200605_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200605_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200605_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200606_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200606_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200606_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200607_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200607_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200607_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200608_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200608_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200608_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200609_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200609_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200609_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200610_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200610_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200610_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200611_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200611_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200611_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200612_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200612_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200612_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200701_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200701_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200701_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200702_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200702_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200702_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200703_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200703_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200703_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200704_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200704_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200704_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200705_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200705_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200705_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200706_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200706_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200706_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200707_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200707_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200707_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200708_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200708_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200708_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200709_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200709_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200709_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200710_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200710_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200710_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200711_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200711_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200711_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200712_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200712_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200712_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200801_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200801_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200801_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200802_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200802_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200802_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200803_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200803_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200803_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200804_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200804_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200804_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200805_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200805_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200805_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200806_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200806_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200806_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200807_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200807_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200807_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200808_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200808_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200808_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200809_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200809_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200809_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200810_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200810_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200810_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200811_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200811_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200811_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200812_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200812_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200812_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200901_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200901_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200901_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200902_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200902_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200902_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200903_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200903_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200903_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200904_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200904_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200904_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200905_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200905_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200905_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200906_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200906_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200906_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200907_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200907_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200907_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200908_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200908_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200908_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200909_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200909_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200909_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200910_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200910_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200910_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200911_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200911_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200911_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200912_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200912_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_200912_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201001_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201001_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201001_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201002_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201002_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201002_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201003_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201003_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201003_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201004_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201004_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201004_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201005_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201005_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201005_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201006_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201006_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201006_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201007_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201007_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201007_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201008_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201008_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201008_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201009_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201009_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201009_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201010_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201010_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201010_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201011_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201011_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201011_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201012_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201012_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201012_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201101_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201101_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201101_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201102_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201102_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201102_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201103_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201103_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201103_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201104_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201104_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201104_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201105_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201105_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201105_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201106_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201106_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201106_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201107_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201107_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201107_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201108_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201108_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201108_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201109_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201109_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201109_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201110_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201110_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201110_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201111_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201111_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201111_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201112_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201112_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201112_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201201_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201201_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201201_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201202_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201202_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201202_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201203_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201203_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201203_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201204_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201204_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201204_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201205_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201205_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201205_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201206_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201206_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201206_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201207_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201207_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201207_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201208_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201208_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201208_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201209_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201209_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201209_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201210_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201210_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201210_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201211_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201211_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201211_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201212_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201212_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201212_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201301_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201301_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201301_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201302_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201302_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201302_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201303_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201303_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201303_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201304_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201304_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201304_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201305_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201305_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201305_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201306_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201306_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201306_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201307_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201307_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201307_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201308_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201308_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201308_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201309_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201309_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201309_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201310_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201310_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201310_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201311_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201311_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201311_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201312_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201312_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201312_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201401_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201401_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201401_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201402_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201402_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201402_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201403_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201403_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201403_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201404_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201404_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201404_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201405_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201405_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201405_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201406_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201406_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201406_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201407_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201407_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201407_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201408_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201408_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201408_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201409_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201409_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201409_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201410_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201410_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201410_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201411_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201411_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201411_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201412_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201412_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201412_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201501_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201501_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201501_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201502_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201502_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201502_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201503_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201503_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201503_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201504_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201504_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201504_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201505_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201505_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201505_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201506_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201506_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201506_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201507_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201507_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201507_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201508_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201508_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201508_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201509_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201509_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201509_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201510_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201510_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201510_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201511_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201511_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201511_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201512_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201512_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201512_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201912_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201912_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_201912_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202001_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202001_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202001_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202002_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202002_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202002_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202003_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202003_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202003_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202004_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202004_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202004_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202005_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202005_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202005_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202006_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202006_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202006_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202007_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202007_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202007_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202008_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202008_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202008_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202009_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202009_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202009_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202010_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202010_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202010_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202011_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202011_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202011_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202012_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202012_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202012_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202101_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202101_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202101_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202102_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202102_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202102_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202103_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202103_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202103_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202104_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202104_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202104_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202105_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202105_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202105_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202106_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202106_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_O3/T2/0_202106_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/S1/0_2019.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/S1/0_2020.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/S2/0_110_UNK.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/S2/0_96_UNK.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/S3/0_110_UNK.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/S3/0_96_UNK.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T1/0_110_UNK_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T1/0_110_UNK_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T1/0_110_UNK_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T1/0_96_UNK_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T1/0_96_UNK_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T1/0_96_UNK_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201812_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201812_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201812_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201901_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201901_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201901_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201902_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201902_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201902_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201903_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201903_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201903_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201904_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201904_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201904_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201905_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201905_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201905_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201906_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201906_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201906_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201907_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201907_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201907_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201908_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201908_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201908_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201909_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201909_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201909_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201910_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201910_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201910_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201911_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201911_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201911_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201912_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201912_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_201912_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_202001_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_202001_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_202001_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_202002_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_202002_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_202002_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_202003_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_202003_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_202003_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_202004_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_202004_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_202004_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_202005_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_202005_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_P-XYLENE/T2/0_202005_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/S1/0_1994.out create mode 100644 run/stage_logs/NAPMD_PM10/S1/0_1995.out create mode 100644 run/stage_logs/NAPMD_PM10/S1/0_1996.out create mode 100644 run/stage_logs/NAPMD_PM10/S1/0_1997.out create mode 100644 run/stage_logs/NAPMD_PM10/S1/0_1998.out create mode 100644 run/stage_logs/NAPMD_PM10/S1/0_1999.out create mode 100644 run/stage_logs/NAPMD_PM10/S1/0_2000.out create mode 100644 run/stage_logs/NAPMD_PM10/S1/0_2001.out create mode 100644 run/stage_logs/NAPMD_PM10/S1/0_2002.out create mode 100644 run/stage_logs/NAPMD_PM10/S1/0_2003.out create mode 100644 run/stage_logs/NAPMD_PM10/S1/0_2004.out create mode 100644 run/stage_logs/NAPMD_PM10/S1/0_2005.out create mode 100644 run/stage_logs/NAPMD_PM10/S1/0_2006.out create mode 100644 run/stage_logs/NAPMD_PM10/S1/0_2007.out create mode 100644 run/stage_logs/NAPMD_PM10/S1/0_2008.out create mode 100644 run/stage_logs/NAPMD_PM10/S1/0_2009.out create mode 100644 run/stage_logs/NAPMD_PM10/S1/0_2010.out create mode 100644 run/stage_logs/NAPMD_PM10/S1/0_2011.out create mode 100644 run/stage_logs/NAPMD_PM10/S1/0_2012.out create mode 100644 run/stage_logs/NAPMD_PM10/S1/0_2013.out create mode 100644 run/stage_logs/NAPMD_PM10/S1/0_2014.out create mode 100644 run/stage_logs/NAPMD_PM10/S1/0_2015.out create mode 100644 run/stage_logs/NAPMD_PM10/S1/0_2016.out create mode 100644 run/stage_logs/NAPMD_PM10/S1/0_2017.out create mode 100644 run/stage_logs/NAPMD_PM10/S1/0_2018.out create mode 100644 run/stage_logs/NAPMD_PM10/S1/0_2019.out create mode 100644 run/stage_logs/NAPMD_PM10/S1/0_2020.out create mode 100644 run/stage_logs/NAPMD_PM10/S1/0_2021.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_100_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_103_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_104_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_105_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_107_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_108_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_109_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_10_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_110_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_113_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_114_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_115_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_116_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_117_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_118_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_119_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_11_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_120_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_12_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_13_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_14_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_15_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_16_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_17_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_18_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_19_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_1_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_20_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_218_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_21_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_22_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_23_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_24_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_25_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_26_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_270_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_271_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_272_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_273_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_274_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_276_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_277_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_278_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_279_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_281_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_285_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_286_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_288_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_28_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_29_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_2_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_30_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_31_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_324_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_325_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_327_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_328_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_32_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_330_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_331_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_332_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_335_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_336_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_339_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_33_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_340_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_342_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_343_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_344_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_345_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_346_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_349_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_34_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_350_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_351_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_352_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_353_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_354_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_355_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_356_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_357_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_358_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_35_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_360_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_363_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_364_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_365_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_366_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_368_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_369_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_36_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_370_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_371_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_372_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_373_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_374_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_375_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_37_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_38_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_39_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_3_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_40_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_41_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_42_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_43_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_44_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_453_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_454_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_455_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_456_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_457_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_458_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_459_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_45_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_460_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_461_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_462_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_463_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_464_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_465_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_466_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_467_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_468_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_469_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_46_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_471_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_473_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_474_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_475_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_476_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_477_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_478_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_479_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_47_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_480_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_481_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_482_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_483_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_485_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_486_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_487_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_488_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_489_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_48_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_490_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_49_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_4_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_50_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_51_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_529_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_52_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_530_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_531_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_534_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_53_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_540_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_543_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_546_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_54_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_55_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_56_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_57_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_58_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_59_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_5_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_60_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_61_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_62_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_63_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_64_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_65_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_68_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_69_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_6_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_70_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_71_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_72_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_73_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_76_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_77_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_78_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_79_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_7_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_80_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_81_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_83_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_84_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_85_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_87_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_8_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_90_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_93_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_94_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_95_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_99_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/0_9_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/1_472_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/1_484_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/1_544_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/1_547_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/1_89_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S2/1_98_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_100_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_103_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_104_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_105_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_107_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_108_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_109_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_10_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_110_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_113_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_114_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_115_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_116_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_117_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_118_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_119_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_11_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_120_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_12_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_13_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_14_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_15_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_16_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_17_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_18_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_19_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_1_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_20_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_218_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_21_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_22_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_23_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_24_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_25_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_26_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_270_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_271_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_272_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_273_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_274_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_276_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_277_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_278_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_279_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_281_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_285_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_286_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_288_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_28_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_29_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_2_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_30_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_31_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_324_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_325_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_327_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_328_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_32_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_330_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_331_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_332_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_335_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_336_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_339_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_33_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_340_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_342_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_343_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_344_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_345_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_346_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_349_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_34_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_350_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_351_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_352_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_353_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_354_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_355_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_356_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_357_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_358_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_35_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_360_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_363_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_364_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_365_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_366_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_368_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_369_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_36_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_370_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_371_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_372_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_373_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_374_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_375_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_37_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_38_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_39_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_3_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_40_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_41_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_42_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_43_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_44_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_453_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_454_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_455_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_456_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_457_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_458_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_459_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_45_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_460_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_461_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_462_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_463_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_464_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_465_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_466_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_467_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_468_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_469_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_46_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_471_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_473_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_474_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_475_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_476_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_477_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_478_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_479_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_47_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_480_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_481_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_482_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_483_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_485_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_486_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_487_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_488_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_489_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_48_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_490_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_49_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_4_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_50_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_51_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_529_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_52_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_530_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_531_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_534_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_53_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_540_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_543_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_546_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_54_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_55_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_56_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_57_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_58_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_59_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_5_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_60_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_61_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_62_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_63_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_64_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_65_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_68_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_69_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_6_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_70_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_71_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_72_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_73_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_76_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_77_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_78_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_79_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_7_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_80_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_81_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_83_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_84_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_85_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_87_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_8_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_90_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_93_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_94_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_95_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_99_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/S3/0_9_TEOM-GR.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_100_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_100_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_100_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_103_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_103_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_103_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_104_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_104_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_104_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_105_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_105_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_105_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_107_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_107_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_107_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_108_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_108_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_108_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_109_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_109_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_109_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_10_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_10_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_10_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_110_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_110_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_110_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_113_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_113_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_113_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_114_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_114_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_114_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_115_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_115_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_115_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_116_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_116_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_116_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_117_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_117_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_117_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_118_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_118_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_118_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_119_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_119_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_119_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_11_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_11_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_11_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_120_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_120_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_120_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_12_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_12_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_12_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_13_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_13_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_13_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_14_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_14_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_14_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_15_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_15_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_15_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_16_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_16_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_16_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_17_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_17_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_17_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_18_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_18_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_18_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_19_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_19_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_19_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_1_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_1_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_1_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_20_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_20_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_20_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_218_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_218_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_218_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_21_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_21_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_21_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_22_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_22_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_22_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_23_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_23_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_23_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_24_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_24_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_24_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_25_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_25_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_25_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_26_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_26_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_26_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_270_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_270_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_270_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_271_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_271_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_271_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_272_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_272_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_272_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_273_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_273_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_273_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_274_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_274_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_274_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_276_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_276_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_276_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_277_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_277_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_277_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_278_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_278_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_278_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_279_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_279_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_279_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_281_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_281_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_281_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_285_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_285_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_285_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_286_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_286_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_286_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_288_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_288_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_288_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_28_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_28_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_28_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_29_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_29_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_29_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_2_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_2_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_2_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_30_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_30_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_30_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_31_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_31_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_31_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_324_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_324_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_324_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_325_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_325_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_325_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_327_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_327_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_327_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_328_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_328_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_328_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_32_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_32_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_32_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_330_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_330_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_330_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_331_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_331_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_331_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_332_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_332_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_332_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_335_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_335_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_335_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_336_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_336_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_336_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_339_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_339_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_339_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_33_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_33_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_33_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_340_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_340_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_340_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_342_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_342_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_342_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_343_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_343_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_343_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_344_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_344_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_344_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_345_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_345_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_345_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_346_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_346_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_346_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_349_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_349_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_349_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_34_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_34_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_34_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_350_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_350_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_350_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_351_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_351_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_351_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_352_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_352_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_352_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_353_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_353_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_353_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_354_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_354_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_354_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_355_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_355_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_355_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_356_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_356_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_356_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_357_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_357_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_357_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_358_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_358_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_358_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_35_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_35_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_35_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_360_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_360_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_360_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_363_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_363_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_363_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_364_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_364_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_364_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_365_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_365_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_365_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_366_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_366_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_366_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_368_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_368_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_368_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_369_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_369_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_369_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_36_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_36_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_36_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_370_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_370_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_370_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_371_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_371_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_371_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_372_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_372_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_372_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_373_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_373_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_373_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_374_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_374_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_374_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_375_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_375_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_375_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_37_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_37_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_37_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_38_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_38_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_38_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_39_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_39_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_39_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_3_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_3_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_3_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_40_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_40_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_40_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_41_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_41_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_41_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_42_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_42_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_42_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_43_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_43_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_43_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_44_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_44_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_44_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_453_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_453_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_453_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_454_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_454_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_454_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_455_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_455_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_455_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_456_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_456_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_456_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_457_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_457_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_457_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_458_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_458_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_458_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_459_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_459_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_459_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_45_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_45_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_45_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_460_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_460_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_460_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_461_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_461_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_461_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_462_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_462_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_462_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_463_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_463_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_463_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_464_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_464_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_464_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_465_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_465_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_465_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_466_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_466_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_466_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_467_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_467_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_467_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_468_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_468_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_468_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_469_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_469_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_469_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_46_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_46_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_46_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_471_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_471_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_471_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_473_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_473_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_473_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_474_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_474_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_474_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_475_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_475_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_475_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_476_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_476_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_476_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_477_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_477_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_477_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_478_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_478_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_478_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_479_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_479_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_479_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_47_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_47_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_47_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_480_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_480_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_480_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_481_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_481_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_481_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_482_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_482_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_482_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_483_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_483_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_483_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_485_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_485_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_485_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_486_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_486_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_486_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_487_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_487_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_487_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_488_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_488_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_488_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_489_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_489_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_489_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_48_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_48_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_48_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_490_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_490_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_490_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_49_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_49_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_49_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_4_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_4_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_4_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_50_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_50_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_50_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_51_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_51_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_51_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_529_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_529_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_529_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_52_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_52_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_52_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_530_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_530_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_530_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_531_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_531_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_531_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_534_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_534_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_534_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_53_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_53_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_53_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_540_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_540_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_540_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_543_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_543_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_543_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_546_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_546_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_546_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_54_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_54_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_54_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_55_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_55_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_55_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_56_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_56_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_56_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_57_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_57_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_57_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_58_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_58_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_58_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_59_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_59_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_59_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_5_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_5_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_5_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_60_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_60_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_60_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_61_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_61_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_61_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_62_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_62_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_62_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_63_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_63_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_63_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_64_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_64_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_64_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_65_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_65_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_65_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_68_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_68_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_68_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_69_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_69_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_69_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_6_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_6_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_6_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_70_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_70_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_70_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_71_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_71_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_71_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_72_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_72_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_72_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_73_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_73_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_73_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_76_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_76_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_76_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_77_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_77_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_77_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_78_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_78_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_78_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_79_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_79_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_79_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_7_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_7_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_7_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_80_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_80_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_80_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_81_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_81_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_81_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_83_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_83_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_83_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_84_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_84_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_84_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_85_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_85_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_85_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_87_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_87_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_87_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_8_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_8_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_8_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_90_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_90_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_90_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_93_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_93_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_93_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_94_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_94_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_94_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_95_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_95_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_95_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_99_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_99_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_99_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_9_TEOM-GR_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_9_TEOM-GR_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T1/0_9_TEOM-GR_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199312_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199312_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199312_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199401_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199401_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199401_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199402_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199402_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199402_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199403_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199403_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199403_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199404_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199404_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199404_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199405_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199405_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199405_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199406_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199406_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199406_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199407_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199407_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199407_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199408_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199408_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199408_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199409_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199409_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199409_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199410_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199410_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199410_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199411_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199411_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199411_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199412_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199412_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199412_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199501_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199501_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199501_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199502_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199502_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199502_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199503_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199503_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199503_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199504_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199504_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199504_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199505_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199505_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199505_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199506_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199506_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199506_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199507_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199507_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199507_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199508_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199508_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199508_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199509_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199509_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199509_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199510_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199510_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199510_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199511_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199511_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199511_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199512_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199512_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199512_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199601_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199601_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199601_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199602_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199602_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199602_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199603_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199603_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199603_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199604_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199604_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199604_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199605_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199605_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199605_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199606_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199606_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199606_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199607_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199607_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199607_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199608_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199608_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199608_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199609_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199609_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199609_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199610_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199610_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199610_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199611_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199611_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199611_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199612_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199612_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199612_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199701_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199701_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199701_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199702_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199702_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199702_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199703_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199703_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199703_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199704_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199704_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199704_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199705_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199705_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199705_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199706_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199706_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199706_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199707_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199707_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199707_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199708_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199708_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199708_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199709_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199709_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199709_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199710_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199710_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199710_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199711_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199711_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199711_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199712_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199712_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199712_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199801_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199801_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199801_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199802_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199802_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199802_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199803_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199803_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199803_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199804_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199804_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199804_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199805_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199805_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199805_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199806_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199806_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199806_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199807_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199807_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199807_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199808_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199808_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199808_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199809_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199809_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199809_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199810_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199810_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199810_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199811_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199811_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199811_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199812_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199812_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199812_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199901_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199901_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199901_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199902_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199902_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199902_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199903_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199903_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199903_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199904_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199904_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199904_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199905_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199905_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199905_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199906_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199906_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199906_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199907_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199907_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199907_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199908_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199908_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199908_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199909_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199909_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199909_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199910_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199910_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199910_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199911_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199911_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199911_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199912_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199912_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_199912_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200001_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200001_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200001_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200002_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200002_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200002_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200003_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200003_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200003_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200004_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200004_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200004_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200005_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200005_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200005_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200006_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200006_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200006_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200007_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200007_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200007_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200008_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200008_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200008_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200009_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200009_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200009_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200010_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200010_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200010_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200011_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200011_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200011_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200012_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200012_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200012_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200101_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200101_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200101_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200102_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200102_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200102_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200103_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200103_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200103_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200104_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200104_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200104_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200105_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200105_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200105_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200106_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200106_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200106_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200107_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200107_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200107_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200108_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200108_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200108_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200109_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200109_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200109_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200110_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200110_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200110_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200111_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200111_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200111_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200112_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200112_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200112_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200201_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200201_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200201_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200202_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200202_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200202_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200203_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200203_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200203_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200204_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200204_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200204_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200205_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200205_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200205_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200206_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200206_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200206_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200207_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200207_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200207_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200208_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200208_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200208_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200209_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200209_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200209_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200210_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200210_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200210_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200211_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200211_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200211_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200212_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200212_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200212_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200301_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200301_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200301_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200302_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200302_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200302_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200303_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200303_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200303_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200304_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200304_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200304_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200305_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200305_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200305_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200306_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200306_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200306_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200307_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200307_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200307_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200308_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200308_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200308_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200309_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200309_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200309_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200310_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200310_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200310_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200311_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200311_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200311_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200312_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200312_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200312_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200401_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200401_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200401_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200402_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200402_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200402_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200403_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200403_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200403_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200404_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200404_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200404_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200405_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200405_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200405_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200406_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200406_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200406_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200407_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200407_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200407_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200408_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200408_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200408_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200409_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200409_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200409_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200410_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200410_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200410_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200411_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200411_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200411_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200412_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200412_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200412_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200501_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200501_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200501_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200502_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200502_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200502_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200503_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200503_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200503_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200504_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200504_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200504_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200505_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200505_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200505_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200506_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200506_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200506_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200507_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200507_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200507_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200508_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200508_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200508_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200509_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200509_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200509_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200510_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200510_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200510_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200511_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200511_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200511_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200512_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200512_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200512_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200601_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200601_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200601_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200602_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200602_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200602_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200603_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200603_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200603_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200604_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200604_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200604_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200605_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200605_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200605_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200606_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200606_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200606_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200607_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200607_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200607_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200608_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200608_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200608_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200609_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200609_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200609_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200610_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200610_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200610_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200611_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200611_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200611_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200612_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200612_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200612_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200701_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200701_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200701_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200702_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200702_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200702_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200703_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200703_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200703_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200704_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200704_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200704_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200705_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200705_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200705_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200706_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200706_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200706_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200707_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200707_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200707_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200708_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200708_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200708_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200709_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200709_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200709_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200710_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200710_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200710_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200711_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200711_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200711_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200712_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200712_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200712_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200801_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200801_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200801_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200802_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200802_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200802_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200803_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200803_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200803_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200804_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200804_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200804_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200805_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200805_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200805_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200806_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200806_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200806_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200807_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200807_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200807_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200808_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200808_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200808_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200809_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200809_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200809_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200810_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200810_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200810_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200811_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200811_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200811_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200812_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200812_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200812_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200901_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200901_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200901_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200902_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200902_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200902_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200903_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200903_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200903_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200904_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200904_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200904_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200905_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200905_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200905_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200906_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200906_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200906_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200907_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200907_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200907_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200908_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200908_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200908_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200909_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200909_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200909_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200910_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200910_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200910_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200911_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200911_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200911_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200912_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200912_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_200912_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201001_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201001_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201001_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201002_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201002_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201002_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201003_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201003_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201003_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201004_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201004_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201004_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201005_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201005_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201005_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201006_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201006_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201006_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201007_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201007_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201007_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201008_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201008_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201008_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201009_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201009_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201009_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201010_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201010_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201010_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201011_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201011_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201011_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201012_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201012_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201012_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201101_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201101_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201101_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201102_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201102_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201102_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201103_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201103_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201103_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201104_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201104_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201104_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201105_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201105_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201105_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201106_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201106_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201106_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201107_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201107_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201107_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201108_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201108_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201108_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201109_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201109_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201109_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201110_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201110_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201110_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201111_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201111_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201111_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201112_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201112_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201112_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201201_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201201_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201201_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201202_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201202_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201202_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201203_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201203_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201203_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201204_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201204_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201204_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201205_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201205_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201205_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201206_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201206_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201206_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201207_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201207_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201207_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201208_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201208_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201208_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201209_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201209_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201209_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201210_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201210_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201210_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201211_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201211_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201211_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201212_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201212_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201212_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201301_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201301_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201301_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201302_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201302_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201302_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201303_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201303_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201303_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201304_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201304_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201304_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201305_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201305_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201305_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201306_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201306_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201306_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201307_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201307_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201307_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201308_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201308_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201308_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201309_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201309_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201309_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201310_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201310_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201310_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201311_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201311_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201311_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201312_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201312_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201312_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201401_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201401_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201401_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201402_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201402_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201402_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201403_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201403_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201403_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201404_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201404_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201404_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201405_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201405_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201405_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201406_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201406_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201406_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201407_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201407_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201407_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201408_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201408_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201408_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201409_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201409_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201409_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201410_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201410_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201410_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201411_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201411_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201411_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201412_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201412_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201412_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201501_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201501_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201501_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201502_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201502_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201502_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201503_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201503_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201503_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201504_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201504_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201504_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201505_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201505_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201505_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201506_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201506_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201506_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201507_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201507_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201507_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201508_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201508_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201508_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201509_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201509_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201509_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201510_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201510_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201510_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201511_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201511_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201511_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201512_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201512_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201512_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201601_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201601_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201601_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201602_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201602_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201602_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201603_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201603_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201603_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201604_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201604_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201604_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201605_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201605_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201605_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201606_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201606_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201606_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201607_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201607_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201607_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201608_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201608_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201608_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201609_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201609_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201609_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201610_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201610_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201610_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201611_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201611_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201611_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201612_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201612_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201612_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201701_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201701_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201701_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201702_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201702_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201702_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201703_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201703_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201703_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201704_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201704_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201704_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201705_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201705_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201705_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201706_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201706_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201706_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201707_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201707_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201707_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201708_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201708_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201708_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201709_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201709_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201709_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201710_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201710_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201710_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201711_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201711_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201711_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201712_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201712_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201712_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201801_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201801_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201801_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201802_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201802_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201802_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201803_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201803_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201803_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201804_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201804_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201804_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201805_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201805_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201805_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201806_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201806_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201806_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201807_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201807_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201807_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201808_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201808_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201808_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201809_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201809_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201809_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201810_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201810_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201810_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201811_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201811_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201811_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201812_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201812_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201812_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201912_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201912_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_201912_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202001_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202001_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202001_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202002_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202002_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202002_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202003_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202003_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202003_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202004_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202004_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202004_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202005_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202005_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202005_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202006_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202006_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202006_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202007_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202007_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202007_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202008_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202008_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202008_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202009_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202009_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202009_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202010_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202010_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202010_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202011_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202011_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202011_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202012_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202012_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202012_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202101_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202101_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202101_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202102_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202102_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202102_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202103_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202103_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202103_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202104_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202104_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202104_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202105_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202105_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202105_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202106_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202106_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM10/T2/0_202106_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S1/0_1996.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S1/0_1997.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S1/0_1998.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S1/0_1999.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S1/0_2000.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S1/0_2001.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S1/0_2002.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S1/0_2003.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S1/0_2004.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S1/0_2005.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S1/0_2006.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S1/0_2007.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S1/0_2008.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S1/0_2009.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S1/0_2010.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S1/0_2011.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S1/0_2012.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S1/0_2013.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S1/0_2014.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S1/0_2015.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S1/0_2016.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S1/0_2017.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S1/0_2018.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S1/0_2019.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S1/0_2020.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S1/0_2021.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_103_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_107_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_108_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_109_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_10_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_110_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_113_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_117_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_118_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_119_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_11_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_120_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_12_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_13_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_15_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_17_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_18_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_1_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_20_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_21_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_22_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_23_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_24_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_26_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_271_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_273_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_274_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_278_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_279_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_285_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_286_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_288_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_289_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_28_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_290_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_291_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_292_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_293_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_294_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_295_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_296_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_297_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_298_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_299_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_2_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_300_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_301_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_302_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_303_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_304_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_305_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_306_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_307_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_308_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_309_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_30_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_310_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_311_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_312_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_313_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_314_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_315_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_316_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_317_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_318_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_319_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_320_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_321_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_322_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_323_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_325_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_327_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_328_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_329_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_32_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_331_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_332_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_334_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_335_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_336_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_337_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_339_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_340_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_341_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_346_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_34_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_350_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_351_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_352_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_354_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_355_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_356_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_357_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_358_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_35_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_360_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_363_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_364_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_365_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_366_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_368_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_369_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_370_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_371_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_372_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_373_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_374_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_375_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_37_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_39_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_3_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_40_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_41_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_42_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_43_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_44_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_453_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_454_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_455_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_456_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_457_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_458_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_459_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_45_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_460_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_461_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_462_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_463_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_464_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_465_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_466_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_467_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_468_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_469_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_46_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_471_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_473_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_474_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_475_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_476_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_477_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_478_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_479_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_480_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_481_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_482_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_483_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_485_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_486_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_487_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_488_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_489_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_48_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_490_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_4_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_51_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_529_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_52_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_530_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_531_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_534_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_53_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_540_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_543_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_546_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_549_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_550_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_553_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_554_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_56_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_57_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_59_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_5_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_61_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_62_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_63_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_64_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_65_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_6_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_70_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_73_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_76_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_79_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_80_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_81_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_83_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_84_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_85_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_90_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_93_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_94_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_95_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_99_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/0_9_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/1_472_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/1_484_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/1_544_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/1_547_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/1_89_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S2/1_98_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_103_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_107_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_108_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_109_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_10_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_110_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_113_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_117_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_118_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_119_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_11_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_120_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_12_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_13_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_15_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_17_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_18_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_1_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_20_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_21_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_22_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_23_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_24_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_26_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_271_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_273_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_274_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_278_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_279_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_285_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_286_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_288_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_289_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_28_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_290_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_291_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_292_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_293_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_294_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_295_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_296_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_297_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_298_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_299_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_2_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_300_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_301_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_302_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_303_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_304_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_305_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_306_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_307_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_308_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_309_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_30_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_310_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_311_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_312_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_313_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_314_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_315_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_316_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_317_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_318_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_319_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_320_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_321_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_322_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_323_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_325_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_327_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_328_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_329_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_32_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_331_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_332_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_334_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_335_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_336_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_337_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_339_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_340_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_341_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_346_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_34_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_350_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_351_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_352_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_354_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_355_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_356_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_357_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_358_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_35_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_360_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_363_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_364_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_365_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_366_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_368_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_369_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_370_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_371_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_372_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_373_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_374_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_375_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_37_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_39_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_3_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_40_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_41_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_42_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_43_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_44_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_453_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_454_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_455_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_456_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_457_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_458_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_459_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_45_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_460_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_461_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_462_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_463_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_464_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_465_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_466_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_467_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_468_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_469_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_46_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_471_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_473_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_474_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_475_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_476_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_477_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_478_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_479_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_480_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_481_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_482_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_483_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_485_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_486_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_487_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_488_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_489_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_48_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_490_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_4_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_51_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_529_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_52_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_530_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_531_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_534_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_53_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_540_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_543_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_546_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_549_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_550_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_553_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_554_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_56_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_57_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_59_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_5_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_61_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_62_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_63_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_64_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_65_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_6_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_70_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_73_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_76_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_79_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_80_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_81_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_83_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_84_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_85_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_90_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_93_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_94_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_95_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_99_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/S3/0_9_BA.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_103_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_103_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_103_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_107_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_107_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_107_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_108_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_108_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_108_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_109_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_109_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_109_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_10_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_10_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_10_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_110_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_110_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_110_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_113_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_113_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_113_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_117_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_117_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_117_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_118_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_118_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_118_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_119_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_119_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_119_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_11_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_11_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_11_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_120_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_120_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_120_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_12_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_12_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_12_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_13_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_13_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_13_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_15_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_15_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_15_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_17_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_17_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_17_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_18_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_18_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_18_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_1_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_1_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_1_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_20_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_20_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_20_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_21_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_21_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_21_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_22_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_22_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_22_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_23_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_23_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_23_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_24_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_24_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_24_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_26_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_26_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_26_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_271_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_271_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_271_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_273_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_273_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_273_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_274_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_274_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_274_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_278_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_278_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_278_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_279_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_279_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_279_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_285_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_285_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_285_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_286_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_286_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_286_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_288_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_288_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_288_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_289_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_289_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_28_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_28_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_28_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_290_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_290_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_291_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_291_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_292_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_292_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_293_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_293_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_294_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_294_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_295_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_295_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_296_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_296_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_297_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_297_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_298_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_298_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_299_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_299_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_2_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_2_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_2_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_300_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_300_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_301_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_301_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_302_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_302_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_303_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_303_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_304_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_304_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_305_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_305_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_306_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_306_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_307_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_307_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_308_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_308_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_309_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_309_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_30_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_30_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_30_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_310_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_310_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_311_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_311_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_312_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_312_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_313_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_313_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_314_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_314_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_315_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_315_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_316_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_316_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_317_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_317_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_318_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_318_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_319_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_319_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_320_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_320_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_321_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_321_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_322_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_322_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_323_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_323_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_325_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_325_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_325_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_327_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_327_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_328_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_328_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_329_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_329_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_329_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_32_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_32_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_32_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_331_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_331_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_331_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_332_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_332_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_332_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_334_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_334_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_334_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_335_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_335_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_336_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_336_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_336_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_337_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_337_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_337_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_339_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_339_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_340_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_340_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_340_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_341_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_341_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_341_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_346_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_346_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_34_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_34_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_34_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_350_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_350_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_350_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_351_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_351_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_351_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_352_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_352_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_352_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_354_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_354_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_354_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_355_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_355_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_355_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_356_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_356_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_356_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_357_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_357_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_357_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_358_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_358_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_358_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_35_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_35_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_35_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_360_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_360_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_360_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_363_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_363_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_363_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_364_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_364_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_364_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_365_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_365_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_365_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_366_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_366_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_366_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_368_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_368_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_368_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_369_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_369_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_369_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_370_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_370_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_370_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_371_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_371_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_371_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_372_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_372_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_372_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_373_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_373_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_373_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_374_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_374_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_374_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_375_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_375_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_375_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_37_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_37_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_37_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_39_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_39_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_39_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_3_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_3_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_3_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_40_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_40_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_40_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_41_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_41_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_41_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_42_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_42_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_42_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_43_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_43_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_43_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_44_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_44_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_44_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_453_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_453_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_453_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_454_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_454_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_454_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_455_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_455_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_455_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_456_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_456_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_456_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_457_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_457_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_457_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_458_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_458_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_458_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_459_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_459_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_459_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_45_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_45_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_45_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_460_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_460_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_460_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_461_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_461_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_461_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_462_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_462_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_462_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_463_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_463_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_463_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_464_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_464_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_464_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_465_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_465_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_465_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_466_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_466_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_466_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_467_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_467_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_467_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_468_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_468_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_468_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_469_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_469_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_469_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_46_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_46_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_46_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_471_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_471_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_471_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_473_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_473_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_473_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_474_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_474_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_474_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_475_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_475_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_475_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_476_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_476_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_476_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_477_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_477_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_477_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_478_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_478_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_478_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_479_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_479_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_479_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_480_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_480_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_480_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_481_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_481_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_481_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_482_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_482_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_482_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_483_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_483_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_483_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_485_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_485_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_485_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_486_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_486_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_486_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_487_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_487_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_487_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_488_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_488_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_488_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_489_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_489_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_489_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_48_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_48_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_48_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_490_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_490_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_490_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_4_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_4_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_4_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_51_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_51_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_51_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_529_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_529_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_529_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_52_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_52_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_52_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_530_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_530_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_530_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_531_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_531_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_531_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_534_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_534_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_534_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_53_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_53_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_53_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_540_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_540_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_540_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_543_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_543_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_543_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_546_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_546_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_546_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_549_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_549_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_549_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_550_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_550_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_550_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_553_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_553_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_553_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_554_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_554_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_554_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_56_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_56_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_56_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_57_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_57_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_57_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_59_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_59_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_59_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_5_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_5_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_5_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_61_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_61_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_61_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_62_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_62_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_62_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_63_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_63_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_63_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_64_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_64_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_64_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_65_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_65_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_65_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_6_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_6_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_6_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_70_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_70_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_70_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_73_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_73_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_73_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_76_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_76_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_76_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_79_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_79_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_79_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_80_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_80_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_80_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_81_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_81_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_81_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_83_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_83_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_83_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_84_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_84_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_84_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_85_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_85_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_85_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_90_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_90_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_90_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_93_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_93_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_93_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_94_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_94_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_94_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_95_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_95_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_95_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_99_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_99_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_99_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_9_BA_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_9_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/0_9_BA_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_289_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_290_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_291_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_292_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_293_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_294_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_295_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_296_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_297_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_298_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_299_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_300_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_301_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_302_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_303_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_304_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_305_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_306_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_307_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_308_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_309_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_310_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_311_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_312_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_313_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_314_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_315_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_316_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_317_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_318_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_319_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_320_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_321_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_322_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_323_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_327_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_328_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_335_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_339_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T1/1_346_BA_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199512_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199512_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199512_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199601_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199601_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199601_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199602_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199602_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199602_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199603_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199603_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199603_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199604_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199604_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199604_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199605_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199605_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199605_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199606_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199606_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199606_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199607_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199607_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199607_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199608_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199608_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199608_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199609_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199609_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199609_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199610_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199610_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199610_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199611_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199611_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199611_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199612_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199612_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199612_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199701_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199701_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199701_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199702_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199702_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199702_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199703_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199703_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199703_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199704_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199704_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199704_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199705_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199705_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199705_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199706_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199706_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199706_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199707_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199707_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199707_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199708_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199708_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199708_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199709_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199709_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199709_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199710_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199710_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199710_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199711_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199711_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199711_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199712_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199712_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199712_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199801_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199801_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199801_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199802_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199802_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199802_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199803_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199803_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199803_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199804_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199804_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199804_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199805_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199805_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199805_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199806_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199806_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199806_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199807_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199807_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199807_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199808_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199808_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199808_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199809_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199809_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199809_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199810_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199810_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199810_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199811_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199811_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199811_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199812_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199812_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199812_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199901_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199901_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199901_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199902_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199902_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199902_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199903_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199903_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199903_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199904_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199904_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199904_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199905_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199905_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199905_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199906_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199906_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199906_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199907_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199907_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199907_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199908_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199908_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199908_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199909_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199909_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199909_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199910_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199910_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199910_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199911_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199911_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199911_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199912_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199912_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_199912_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200001_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200001_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200001_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200002_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200002_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200002_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200003_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200003_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200003_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200004_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200004_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200004_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200005_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200005_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200005_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200006_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200006_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200006_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200007_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200007_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200007_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200008_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200008_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200008_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200009_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200009_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200009_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200010_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200010_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200010_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200011_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200011_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200011_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200012_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200012_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200012_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200101_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200101_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200101_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200102_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200102_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200102_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200103_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200103_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200103_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200104_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200104_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200104_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200105_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200105_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200105_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200106_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200106_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200106_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200107_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200107_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200107_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200108_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200108_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200108_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200109_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200109_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200109_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200110_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200110_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200110_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200111_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200111_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200111_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200112_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200112_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200112_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200201_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200201_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200201_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200202_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200202_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200202_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200203_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200203_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200203_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200204_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200204_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200204_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200205_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200205_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200205_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200206_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200206_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200206_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200207_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200207_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200207_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200208_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200208_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200208_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200209_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200209_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200209_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200210_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200210_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200210_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200211_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200211_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200211_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200212_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200212_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200212_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200301_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200301_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200301_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200302_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200302_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200302_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200303_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200303_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200303_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200304_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200304_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200304_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200305_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200305_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200305_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200306_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200306_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200306_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200307_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200307_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200307_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200308_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200308_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200308_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200309_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200309_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200309_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200310_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200310_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200310_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200311_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200311_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200311_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200312_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200312_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200312_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200401_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200401_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200401_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200402_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200402_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200402_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200403_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200403_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200403_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200404_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200404_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200404_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200405_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200405_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200405_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200406_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200406_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200406_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200407_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200407_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200407_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200408_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200408_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200408_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200409_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200409_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200409_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200410_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200410_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200410_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200411_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200411_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200411_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200412_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200412_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200412_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200501_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200501_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200501_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200502_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200502_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200502_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200503_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200503_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200503_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200504_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200504_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200504_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200505_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200505_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200505_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200506_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200506_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200506_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200507_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200507_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200507_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200508_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200508_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200508_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200509_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200509_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200509_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200510_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200510_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200510_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200511_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200511_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200511_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200512_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200512_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200512_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200601_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200601_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200601_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200602_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200602_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200602_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200603_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200603_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200603_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200604_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200604_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200604_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200605_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200605_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200605_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200606_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200606_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200606_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200607_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200607_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200607_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200608_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200608_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200608_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200609_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200609_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200609_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200610_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200610_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200610_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200611_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200611_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200611_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200612_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200612_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200612_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200701_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200701_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200701_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200702_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200702_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200702_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200703_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200703_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200703_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200704_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200704_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200704_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200705_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200705_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200705_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200706_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200706_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200706_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200707_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200707_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200707_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200708_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200708_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200708_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200709_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200709_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200709_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200710_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200710_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200710_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200711_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200711_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200711_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200712_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200712_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200712_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200801_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200801_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200801_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200802_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200802_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200802_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200803_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200803_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200803_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200804_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200804_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200804_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200805_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200805_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200805_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200806_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200806_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200806_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200807_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200807_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200807_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200808_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200808_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200808_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200809_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200809_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200809_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200810_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200810_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200810_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200811_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200811_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200811_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200812_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200812_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200812_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200901_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200901_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200901_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200902_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200902_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200902_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200903_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200903_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200903_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200904_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200904_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200904_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200905_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200905_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200905_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200906_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200906_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200906_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200907_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200907_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200907_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200908_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200908_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200908_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200909_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200909_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200909_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200910_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200910_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200910_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200911_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200911_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200911_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200912_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200912_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_200912_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201001_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201001_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201001_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201002_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201002_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201002_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201003_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201003_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201003_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201004_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201004_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201004_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201005_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201005_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201005_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201006_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201006_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201006_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201007_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201007_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201007_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201008_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201008_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201008_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201009_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201009_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201009_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201010_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201010_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201010_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201011_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201011_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201011_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201012_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201012_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201012_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201101_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201101_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201101_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201102_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201102_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201102_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201103_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201103_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201103_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201104_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201104_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201104_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201105_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201105_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201105_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201106_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201106_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201106_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201107_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201107_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201107_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201108_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201108_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201108_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201109_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201109_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201109_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201110_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201110_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201110_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201111_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201111_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201111_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201112_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201112_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201112_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201201_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201201_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201201_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201202_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201202_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201202_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201203_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201203_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201203_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201204_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201204_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201204_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201205_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201205_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201205_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201206_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201206_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201206_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201207_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201207_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201207_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201208_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201208_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201208_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201209_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201209_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201209_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201210_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201210_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201210_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201211_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201211_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201211_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201212_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201212_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201212_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201301_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201301_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201301_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201302_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201302_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201302_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201303_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201303_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201303_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201304_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201304_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201304_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201305_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201305_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201305_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201306_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201306_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201306_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201307_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201307_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201307_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201308_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201308_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201308_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201309_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201309_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201309_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201310_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201310_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201310_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201311_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201311_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201311_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201312_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201312_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201312_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201401_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201401_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201401_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201402_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201402_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201402_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201403_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201403_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201403_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201404_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201404_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201404_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201405_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201405_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201405_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201406_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201406_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201406_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201407_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201407_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201407_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201408_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201408_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201408_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201409_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201409_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201409_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201410_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201410_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201410_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201411_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201411_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201411_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201412_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201412_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201412_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201501_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201501_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201501_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201502_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201502_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201502_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201503_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201503_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201503_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201504_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201504_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201504_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201505_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201505_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201505_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201506_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201506_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201506_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201507_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201507_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201507_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201508_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201508_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201508_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201509_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201509_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201509_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201510_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201510_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201510_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201511_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201511_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201511_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201512_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201512_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201512_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201601_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201601_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201601_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201602_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201602_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201602_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201603_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201603_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201603_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201604_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201604_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201604_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201605_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201605_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201605_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201606_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201606_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201606_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201607_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201607_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201607_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201608_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201608_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201608_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201609_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201609_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201609_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201610_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201610_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201610_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201611_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201611_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201611_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201612_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201612_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201612_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201701_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201701_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201701_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201702_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201702_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201702_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201703_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201703_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201703_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201704_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201704_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201704_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201705_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201705_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201705_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201706_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201706_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201706_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201707_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201707_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201707_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201708_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201708_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201708_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201709_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201709_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201709_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201710_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201710_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201710_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201711_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201711_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201711_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201712_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201712_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201712_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201801_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201801_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201801_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201802_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201802_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201802_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201803_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201803_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201803_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201804_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201804_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201804_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201805_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201805_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201805_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201806_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201806_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201806_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201807_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201807_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201807_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201808_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201808_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201808_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201809_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201809_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201809_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201810_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201810_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201810_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201811_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201811_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201811_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201812_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201812_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201812_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201901_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201901_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201902_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201902_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201903_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201903_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201904_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201904_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201905_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201905_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201906_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201906_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201907_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201907_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201908_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201908_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201909_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201909_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201910_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201910_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201911_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201911_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201912_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201912_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_201912_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202001_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202001_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202001_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202002_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202002_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202002_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202003_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202003_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202003_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202004_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202004_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202004_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202005_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202005_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202005_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202006_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202006_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202006_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202007_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202007_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202007_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202008_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202008_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202008_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202009_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202009_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202009_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202010_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202010_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202010_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202011_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202011_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202011_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202012_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202012_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202012_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202101_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202101_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202101_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202102_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202102_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202102_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202103_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202103_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202103_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202104_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202104_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202104_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202105_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202105_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202105_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202106_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202106_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_PM2.5/T2/0_202106_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/S1/0_1990.out create mode 100644 run/stage_logs/NAPMD_Pb/S1/0_1991.out create mode 100644 run/stage_logs/NAPMD_Pb/S1/0_1992.out create mode 100644 run/stage_logs/NAPMD_Pb/S1/0_1993.out create mode 100644 run/stage_logs/NAPMD_Pb/S1/0_1994.out create mode 100644 run/stage_logs/NAPMD_Pb/S1/0_1995.out create mode 100644 run/stage_logs/NAPMD_Pb/S2/0_325_ICP-AES.out create mode 100644 run/stage_logs/NAPMD_Pb/S2/0_326_ICP-AES.out create mode 100644 run/stage_logs/NAPMD_Pb/S2/0_339_ICP-AES.out create mode 100644 run/stage_logs/NAPMD_Pb/S3/0_325_ICP-AES.out create mode 100644 run/stage_logs/NAPMD_Pb/S3/0_326_ICP-AES.out create mode 100644 run/stage_logs/NAPMD_Pb/S3/0_339_ICP-AES.out create mode 100644 run/stage_logs/NAPMD_Pb/T1/0_325_ICP-AES_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T1/0_325_ICP-AES_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T1/0_326_ICP-AES_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T1/0_326_ICP-AES_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T1/0_339_ICP-AES_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T1/0_339_ICP-AES_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T1/1_325_ICP-AES_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T1/1_326_ICP-AES_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T1/1_339_ICP-AES_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199001_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199001_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199002_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199002_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199003_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199003_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199004_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199004_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199005_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199005_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199006_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199006_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199007_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199007_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199008_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199008_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199009_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199009_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199010_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199010_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199011_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199011_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199012_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199012_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199101_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199101_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199102_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199102_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199103_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199103_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199104_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199104_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199105_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199105_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199106_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199106_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199107_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199107_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199108_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199108_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199109_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199109_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199110_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199110_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199111_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199111_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199112_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199112_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199201_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199201_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199202_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199202_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199203_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199203_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199204_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199204_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199205_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199205_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199206_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199206_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199207_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199207_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199208_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199208_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199209_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199209_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199210_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199210_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199211_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199211_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199212_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199212_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199301_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199301_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199302_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199302_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199303_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199303_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199304_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199304_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199305_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199305_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199306_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199306_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199307_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199307_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199308_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199308_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199309_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199309_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199310_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199310_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199311_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199311_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199312_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199312_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199401_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199401_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199402_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199402_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199403_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199403_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199404_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199404_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199405_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199405_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199406_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199406_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199407_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199407_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199408_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199408_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199409_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199409_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199410_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199410_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199411_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199411_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199412_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199412_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199501_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199501_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199502_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199502_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199503_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199503_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199504_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199504_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199505_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199505_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199506_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199506_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199507_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199507_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199508_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199508_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199509_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199509_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199510_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199510_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199511_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199511_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199512_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_Pb/T2/0_199512_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/S1/0_1990.out create mode 100644 run/stage_logs/NAPMD_SO2/S1/0_1991.out create mode 100644 run/stage_logs/NAPMD_SO2/S1/0_1992.out create mode 100644 run/stage_logs/NAPMD_SO2/S1/0_1993.out create mode 100644 run/stage_logs/NAPMD_SO2/S1/0_1994.out create mode 100644 run/stage_logs/NAPMD_SO2/S1/0_1995.out create mode 100644 run/stage_logs/NAPMD_SO2/S1/0_1996.out create mode 100644 run/stage_logs/NAPMD_SO2/S1/0_1997.out create mode 100644 run/stage_logs/NAPMD_SO2/S1/0_1998.out create mode 100644 run/stage_logs/NAPMD_SO2/S1/0_1999.out create mode 100644 run/stage_logs/NAPMD_SO2/S1/0_2000.out create mode 100644 run/stage_logs/NAPMD_SO2/S1/0_2001.out create mode 100644 run/stage_logs/NAPMD_SO2/S1/0_2002.out create mode 100644 run/stage_logs/NAPMD_SO2/S1/0_2003.out create mode 100644 run/stage_logs/NAPMD_SO2/S1/0_2004.out create mode 100644 run/stage_logs/NAPMD_SO2/S1/0_2005.out create mode 100644 run/stage_logs/NAPMD_SO2/S1/0_2006.out create mode 100644 run/stage_logs/NAPMD_SO2/S1/0_2007.out create mode 100644 run/stage_logs/NAPMD_SO2/S1/0_2008.out create mode 100644 run/stage_logs/NAPMD_SO2/S1/0_2009.out create mode 100644 run/stage_logs/NAPMD_SO2/S1/0_2010.out create mode 100644 run/stage_logs/NAPMD_SO2/S1/0_2011.out create mode 100644 run/stage_logs/NAPMD_SO2/S1/0_2012.out create mode 100644 run/stage_logs/NAPMD_SO2/S1/0_2013.out create mode 100644 run/stage_logs/NAPMD_SO2/S1/0_2014.out create mode 100644 run/stage_logs/NAPMD_SO2/S1/0_2015.out create mode 100644 run/stage_logs/NAPMD_SO2/S1/0_2016.out create mode 100644 run/stage_logs/NAPMD_SO2/S1/0_2017.out create mode 100644 run/stage_logs/NAPMD_SO2/S1/0_2018.out create mode 100644 run/stage_logs/NAPMD_SO2/S1/0_2019.out create mode 100644 run/stage_logs/NAPMD_SO2/S1/0_2020.out create mode 100644 run/stage_logs/NAPMD_SO2/S1/0_2021.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_103_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_104_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_105_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_109_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_110_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_111_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_113_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_114_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_119_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_11_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_120_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_13_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_14_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_15_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_20_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_21_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_22_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_275_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_276_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_278_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_27_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_28_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_29_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_30_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_31_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_324_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_325_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_326_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_32_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_331_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_332_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_336_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_337_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_340_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_342_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_343_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_34_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_352_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_356_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_35_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_360_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_362_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_363_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_368_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_369_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_370_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_372_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_373_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_375_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_37_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_40_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_42_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_43_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_44_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_45_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_46_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_48_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_4_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_52_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_534_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_540_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_54_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_551_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_57_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_59_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_5_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_61_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_62_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_63_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_64_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_65_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_6_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_77_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_79_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_80_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_84_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_87_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_8_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_95_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_96_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_97_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/0_9_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/1_24_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S2/1_358_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_103_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_104_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_105_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_109_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_110_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_111_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_113_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_114_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_119_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_11_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_120_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_13_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_14_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_15_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_20_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_21_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_22_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_275_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_276_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_278_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_27_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_28_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_29_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_30_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_31_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_324_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_325_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_326_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_32_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_331_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_332_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_336_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_337_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_340_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_342_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_343_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_34_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_352_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_356_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_35_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_360_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_362_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_363_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_368_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_369_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_370_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_372_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_373_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_375_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_37_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_40_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_42_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_43_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_44_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_45_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_46_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_48_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_4_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_52_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_534_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_540_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_54_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_551_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_57_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_59_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_5_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_61_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_62_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_63_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_64_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_65_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_6_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_77_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_79_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_80_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_84_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_87_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_8_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_95_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_96_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_97_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/S3/0_9_UVF.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_103_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_103_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_103_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_104_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_104_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_104_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_105_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_105_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_105_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_109_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_109_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_109_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_110_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_110_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_110_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_111_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_111_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_111_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_113_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_113_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_113_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_114_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_114_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_114_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_119_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_119_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_119_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_11_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_11_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_11_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_120_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_120_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_120_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_13_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_13_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_13_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_14_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_14_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_14_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_15_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_15_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_15_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_20_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_20_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_20_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_21_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_21_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_21_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_22_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_22_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_22_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_275_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_275_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_275_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_276_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_276_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_276_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_278_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_278_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_278_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_27_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_27_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_27_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_28_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_28_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_28_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_29_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_29_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_29_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_30_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_30_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_30_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_31_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_31_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_31_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_324_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_324_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_324_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_325_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_325_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_325_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_326_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_326_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_326_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_32_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_32_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_32_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_331_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_331_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_331_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_332_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_332_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_332_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_336_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_336_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_336_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_337_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_337_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_337_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_340_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_340_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_340_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_342_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_342_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_342_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_343_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_343_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_343_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_34_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_34_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_34_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_352_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_352_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_352_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_356_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_356_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_356_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_35_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_35_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_35_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_360_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_360_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_360_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_362_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_362_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_362_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_363_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_363_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_363_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_368_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_368_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_368_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_369_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_369_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_369_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_370_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_370_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_370_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_372_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_372_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_372_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_373_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_373_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_373_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_375_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_375_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_375_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_37_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_37_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_37_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_40_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_40_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_40_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_42_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_42_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_42_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_43_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_43_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_43_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_44_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_44_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_44_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_45_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_45_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_45_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_46_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_46_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_46_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_48_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_48_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_48_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_4_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_4_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_4_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_52_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_52_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_52_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_534_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_534_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_534_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_540_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_540_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_540_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_54_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_54_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_54_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_551_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_551_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_551_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_57_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_57_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_57_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_59_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_59_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_59_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_5_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_5_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_5_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_61_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_61_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_61_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_62_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_62_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_62_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_63_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_63_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_63_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_64_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_64_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_64_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_65_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_65_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_65_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_6_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_6_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_6_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_77_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_77_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_77_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_79_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_79_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_79_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_80_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_80_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_80_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_84_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_84_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_84_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_87_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_87_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_87_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_8_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_8_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_8_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_95_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_95_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_95_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_96_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_96_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_96_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_97_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_97_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_97_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_9_UVF_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_9_UVF_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T1/0_9_UVF_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_198912_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_198912_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_198912_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199001_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199001_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199001_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199002_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199002_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199002_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199003_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199003_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199003_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199004_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199004_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199004_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199005_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199005_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199005_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199006_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199006_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199006_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199007_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199007_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199007_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199008_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199008_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199008_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199009_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199009_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199009_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199010_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199010_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199010_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199011_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199011_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199011_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199012_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199012_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199012_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199101_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199101_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199101_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199102_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199102_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199102_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199103_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199103_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199103_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199104_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199104_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199104_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199105_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199105_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199105_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199106_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199106_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199106_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199107_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199107_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199107_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199108_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199108_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199108_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199109_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199109_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199109_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199110_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199110_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199110_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199111_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199111_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199111_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199112_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199112_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199112_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199201_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199201_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199201_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199202_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199202_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199202_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199203_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199203_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199203_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199204_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199204_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199204_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199205_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199205_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199205_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199206_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199206_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199206_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199207_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199207_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199207_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199208_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199208_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199208_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199209_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199209_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199209_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199210_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199210_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199210_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199211_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199211_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199211_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199212_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199212_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199212_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199301_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199301_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199301_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199302_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199302_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199302_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199303_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199303_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199303_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199304_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199304_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199304_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199305_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199305_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199305_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199306_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199306_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199306_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199307_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199307_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199307_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199308_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199308_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199308_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199309_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199309_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199309_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199310_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199310_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199310_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199311_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199311_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199311_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199312_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199312_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199312_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199401_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199401_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199401_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199402_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199402_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199402_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199403_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199403_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199403_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199404_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199404_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199404_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199405_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199405_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199405_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199406_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199406_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199406_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199407_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199407_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199407_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199408_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199408_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199408_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199409_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199409_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199409_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199410_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199410_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199410_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199411_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199411_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199411_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199412_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199412_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199412_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199501_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199501_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199501_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199502_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199502_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199502_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199503_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199503_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199503_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199504_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199504_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199504_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199505_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199505_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199505_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199506_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199506_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199506_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199507_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199507_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199507_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199508_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199508_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199508_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199509_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199509_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199509_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199510_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199510_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199510_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199511_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199511_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199511_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199512_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199512_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199512_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199601_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199601_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199601_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199602_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199602_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199602_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199603_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199603_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199603_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199604_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199604_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199604_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199605_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199605_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199605_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199606_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199606_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199606_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199607_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199607_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199607_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199608_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199608_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199608_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199609_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199609_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199609_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199610_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199610_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199610_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199611_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199611_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199611_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199612_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199612_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199612_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199701_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199701_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199701_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199702_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199702_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199702_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199703_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199703_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199703_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199704_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199704_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199704_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199705_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199705_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199705_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199706_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199706_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199706_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199707_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199707_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199707_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199708_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199708_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199708_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199709_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199709_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199709_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199710_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199710_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199710_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199711_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199711_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199711_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199712_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199712_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199712_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199801_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199801_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199801_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199802_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199802_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199802_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199803_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199803_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199803_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199804_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199804_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199804_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199805_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199805_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199805_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199806_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199806_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199806_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199807_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199807_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199807_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199808_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199808_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199808_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199809_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199809_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199809_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199810_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199810_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199810_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199811_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199811_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199811_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199812_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199812_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199812_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199901_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199901_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199901_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199902_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199902_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199902_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199903_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199903_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199903_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199904_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199904_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199904_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199905_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199905_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199905_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199906_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199906_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199906_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199907_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199907_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199907_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199908_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199908_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199908_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199909_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199909_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199909_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199910_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199910_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199910_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199911_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199911_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199911_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199912_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199912_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_199912_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200001_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200001_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200001_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200002_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200002_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200002_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200003_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200003_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200003_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200004_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200004_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200004_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200005_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200005_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200005_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200006_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200006_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200006_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200007_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200007_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200007_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200008_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200008_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200008_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200009_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200009_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200009_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200010_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200010_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200010_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200011_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200011_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200011_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200012_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200012_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200012_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200101_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200101_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200101_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200102_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200102_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200102_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200103_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200103_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200103_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200104_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200104_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200104_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200105_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200105_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200105_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200106_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200106_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200106_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200107_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200107_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200107_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200108_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200108_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200108_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200109_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200109_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200109_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200110_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200110_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200110_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200111_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200111_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200111_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200112_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200112_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200112_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200201_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200201_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200201_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200202_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200202_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200202_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200203_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200203_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200203_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200204_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200204_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200204_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200205_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200205_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200205_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200206_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200206_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200206_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200207_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200207_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200207_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200208_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200208_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200208_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200209_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200209_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200209_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200210_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200210_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200210_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200211_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200211_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200211_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200212_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200212_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200212_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200301_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200301_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200301_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200302_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200302_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200302_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200303_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200303_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200303_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200304_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200304_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200304_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200305_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200305_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200305_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200306_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200306_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200306_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200307_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200307_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200307_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200308_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200308_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200308_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200309_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200309_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200309_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200310_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200310_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200310_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200311_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200311_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200311_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200312_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200312_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200312_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200401_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200401_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200401_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200402_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200402_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200402_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200403_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200403_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200403_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200404_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200404_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200404_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200405_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200405_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200405_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200406_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200406_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200406_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200407_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200407_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200407_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200408_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200408_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200408_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200409_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200409_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200409_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200410_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200410_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200410_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200411_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200411_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200411_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200412_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200412_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200412_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200501_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200501_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200501_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200502_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200502_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200502_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200503_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200503_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200503_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200504_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200504_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200504_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200505_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200505_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200505_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200506_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200506_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200506_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200507_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200507_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200507_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200508_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200508_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200508_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200509_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200509_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200509_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200510_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200510_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200510_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200511_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200511_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200511_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200512_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200512_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200512_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200601_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200601_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200601_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200602_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200602_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200602_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200603_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200603_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200603_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200604_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200604_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200604_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200605_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200605_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200605_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200606_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200606_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200606_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200607_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200607_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200607_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200608_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200608_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200608_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200609_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200609_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200609_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200610_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200610_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200610_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200611_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200611_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200611_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200612_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200612_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200612_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200701_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200701_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200701_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200702_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200702_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200702_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200703_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200703_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200703_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200704_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200704_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200704_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200705_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200705_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200705_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200706_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200706_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200706_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200707_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200707_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200707_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200708_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200708_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200708_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200709_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200709_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200709_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200710_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200710_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200710_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200711_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200711_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200711_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200712_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200712_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200712_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200801_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200801_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200801_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200802_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200802_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200802_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200803_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200803_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200803_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200804_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200804_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200804_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200805_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200805_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200805_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200806_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200806_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200806_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200807_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200807_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200807_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200808_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200808_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200808_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200809_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200809_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200809_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200810_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200810_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200810_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200811_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200811_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200811_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200812_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200812_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200812_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200901_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200901_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200901_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200902_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200902_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200902_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200903_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200903_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200903_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200904_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200904_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200904_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200905_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200905_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200905_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200906_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200906_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200906_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200907_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200907_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200907_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200908_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200908_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200908_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200909_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200909_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200909_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200910_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200910_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200910_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200911_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200911_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200911_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200912_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200912_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_200912_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201001_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201001_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201001_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201002_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201002_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201002_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201003_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201003_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201003_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201004_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201004_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201004_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201005_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201005_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201005_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201006_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201006_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201006_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201007_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201007_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201007_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201008_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201008_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201008_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201009_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201009_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201009_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201010_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201010_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201010_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201011_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201011_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201011_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201012_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201012_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201012_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201101_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201101_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201101_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201102_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201102_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201102_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201103_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201103_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201103_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201104_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201104_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201104_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201105_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201105_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201105_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201106_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201106_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201106_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201107_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201107_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201107_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201108_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201108_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201108_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201109_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201109_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201109_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201110_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201110_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201110_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201111_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201111_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201111_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201112_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201112_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201112_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201201_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201201_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201201_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201202_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201202_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201202_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201203_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201203_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201203_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201204_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201204_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201204_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201205_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201205_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201205_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201206_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201206_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201206_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201207_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201207_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201207_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201208_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201208_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201208_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201209_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201209_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201209_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201210_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201210_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201210_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201211_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201211_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201211_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201212_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201212_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201212_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201301_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201301_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201301_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201302_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201302_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201302_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201303_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201303_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201303_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201304_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201304_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201304_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201305_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201305_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201305_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201306_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201306_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201306_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201307_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201307_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201307_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201308_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201308_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201308_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201309_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201309_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201309_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201310_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201310_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201310_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201311_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201311_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201311_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201312_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201312_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201312_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201401_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201401_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201401_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201402_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201402_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201402_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201403_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201403_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201403_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201404_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201404_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201404_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201405_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201405_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201405_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201406_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201406_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201406_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201407_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201407_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201407_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201408_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201408_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201408_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201409_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201409_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201409_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201410_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201410_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201410_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201411_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201411_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201411_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201412_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201412_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201412_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201501_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201501_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201501_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201502_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201502_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201502_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201503_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201503_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201503_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201504_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201504_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201504_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201505_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201505_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201505_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201506_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201506_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201506_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201507_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201507_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201507_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201508_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201508_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201508_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201509_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201509_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201509_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201510_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201510_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201510_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201511_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201511_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201511_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201512_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201512_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201512_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201601_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201601_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201601_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201602_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201602_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201602_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201603_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201603_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201603_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201604_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201604_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201604_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201605_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201605_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201605_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201606_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201606_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201606_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201607_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201607_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201607_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201608_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201608_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201608_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201609_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201609_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201609_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201610_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201610_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201610_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201611_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201611_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201611_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201612_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201612_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201612_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201701_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201701_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201701_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201702_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201702_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201702_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201703_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201703_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201703_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201704_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201704_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201704_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201705_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201705_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201705_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201706_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201706_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201706_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201707_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201707_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201707_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201708_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201708_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201708_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201709_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201709_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201709_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201710_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201710_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201710_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201711_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201711_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201711_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201712_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201712_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201712_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201801_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201801_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201801_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201802_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201802_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201802_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201803_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201803_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201803_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201804_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201804_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201804_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201805_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201805_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201805_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201806_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201806_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201806_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201807_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201807_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201807_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201808_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201808_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201808_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201809_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201809_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201809_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201810_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201810_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201810_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201811_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201811_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201811_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201812_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201812_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201812_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201912_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201912_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_201912_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202001_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202001_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202001_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202002_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202002_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202002_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202003_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202003_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202003_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202004_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202004_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202004_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202005_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202005_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202005_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202006_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202006_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202006_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202007_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202007_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202007_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202008_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202008_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202008_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202009_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202009_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202009_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202010_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202010_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202010_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202011_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202011_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202011_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202012_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202012_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202012_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202101_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202101_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202101_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202102_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202102_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202102_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202103_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202103_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202103_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202104_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202104_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202104_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202105_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202105_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202105_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202106_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202106_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_SO2/T2/0_202106_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/S1/0_2019.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/S1/0_2020.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/S2/0_110_UNK.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/S2/0_96_UNK.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/S3/0_110_UNK.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/S3/0_96_UNK.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T1/0_110_UNK_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T1/0_110_UNK_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T1/0_110_UNK_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T1/0_96_UNK_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T1/0_96_UNK_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T1/0_96_UNK_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201812_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201812_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201812_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201901_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201901_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201901_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201902_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201902_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201902_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201903_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201903_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201903_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201904_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201904_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201904_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201905_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201905_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201905_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201906_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201906_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201906_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201907_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201907_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201907_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201908_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201908_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201908_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201909_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201909_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201909_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201910_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201910_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201910_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201911_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201911_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201911_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201912_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201912_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_201912_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_202001_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_202001_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_202001_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_202002_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_202002_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_202002_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_202003_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_202003_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_202003_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_202004_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_202004_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_202004_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_202005_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_202005_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_TOLUENE/T2/0_202005_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/S1/0_2019.out create mode 100644 run/stage_logs/NAPMD_XYLENE/S1/0_2020.out create mode 100644 run/stage_logs/NAPMD_XYLENE/S2/0_110_UNK.out create mode 100644 run/stage_logs/NAPMD_XYLENE/S2/0_96_UNK.out create mode 100644 run/stage_logs/NAPMD_XYLENE/S3/0_110_UNK.out create mode 100644 run/stage_logs/NAPMD_XYLENE/S3/0_96_UNK.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T1/0_110_UNK_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T1/0_110_UNK_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T1/0_110_UNK_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T1/0_96_UNK_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T1/0_96_UNK_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T1/0_96_UNK_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201812_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201812_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201812_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201901_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201901_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201901_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201902_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201902_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201902_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201903_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201903_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201903_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201904_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201904_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201904_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201905_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201905_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201905_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201906_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201906_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201906_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201907_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201907_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201907_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201908_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201908_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201908_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201909_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201909_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201909_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201910_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201910_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201910_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201911_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201911_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201911_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201912_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201912_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_201912_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_202001_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_202001_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_202001_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_202002_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_202002_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_202002_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_202003_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_202003_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_202003_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_202004_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_202004_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_202004_M_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_202005_D_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_202005_H_GLOBAL.out create mode 100644 run/stage_logs/NAPMD_XYLENE/T2/0_202005_M_GLOBAL.out diff --git a/processing_modules/CAPMoN_processor.py b/processing_modules/CAPMoN_processor.py index e62e1d8f..21219793 100755 --- a/processing_modules/CAPMoN_processor.py +++ b/processing_modules/CAPMoN_processor.py @@ -63,12 +63,12 @@ class StandardiseNetworkData: '''Function to a specific annual data file to GHOST standard numpy station specific files''' - self.run_details['log_file_str'] += 'PROCESSING FILE: {}\n'.format(data_file) + self.run_details['log_file_str'] += 'PROCESSING FILE: {}\n'.format(data_file) #create object for parsing CAPMoN annual file, and read file parsing_obj = ParseCAPMoNFile(data_file, self.run_details['parameter'], self.parameter_details) parsing_obj.read_data() - + #get unique station references unique_station_references = np.unique(parsing_obj.parsed_data['siteid']) @@ -90,7 +90,7 @@ class StandardiseNetworkData: cut_measurements = parsing_obj.parsed_data['measurements'][valid_inds] cut_flags = parsing_obj.parsed_data['flags'][valid_inds] data_file_year = int(data_file.split('-')[-1][:4]) - if self.run_details['parameter'] == 'O3': + if (self.run_details['parameter'] == 'O3') or ('PREC' in self.run_details['parameter']): cut_lods = parsing_obj.parsed_data['lods'][valid_inds] else: start_dt_years = np.array([dt.year for dt in start_dt], dtype=np.uint32) @@ -100,7 +100,7 @@ class StandardiseNetworkData: #split file by different measurement configurations #for O3 by unique detection limits / for particulates by year (detection limits change per year) - if self.run_details['parameter'] == 'O3': + if (self.run_details['parameter'] == 'O3') or ('PREC' in self.run_details['parameter']): unique_configs = np.unique(cut_lods) else: unique_configs = np.unique(start_dt_years) @@ -110,7 +110,7 @@ class StandardiseNetworkData: #get data associated with unique config #if no valid data per config, continue to next config - if self.run_details['parameter'] == 'O3': + if (self.run_details['parameter'] == 'O3') or ('PREC' in self.run_details['parameter']): valid_inds_config = np.where(cut_lods == unique_config)[0] if len(valid_inds_config) == 0: continue @@ -161,6 +161,12 @@ class StandardiseNetworkData: site_metadata['network_qa_details']['value'].append('Concentrations are adjusted to the National Institute of Standards and Technology Standard Reference Photometer (NIST SRP) #12 for 2001-2002 and to NIST SRP #16 for post-2013. Prior to 2013, no zero or negative hourly-average mixing ratios were reported. From 2013 forward, zero and negative hourly-average mixing ratios were reported and flagged as below the measurement detection limit. These zero or negative values resulted from the application of NIST-referenced calibration curves to very low mixing ratio values. Values of -999.0 represent missing or invalid data.') site_metadata['network_maintenance_details']['value'].append('Blank correction: Not blank corrected') site_metadata['network_uncertainty_details']['value'].append('Uncertainty of hourly average concentrations is 0.6 ppb (0.8 ppb in warm season, 0.5 ppb in cold season). The uncertainty is based on simultaneous field measurements of two collocated instruments both adjusted to National Institute of Standards and Technology Standard Reference Photometer (NIST/SRP) #16. The uncertainty was calculated as the standard deviation of differences from the true value assumed equal to the mean of the two instruments.') + elif 'PREC' in self.run_details['parameter']: + site_metadata['sampling_height']['value'].append('1.5') # same for all stations + # site_metadata['network_sampling_details']['value'].append('') + # site_metadata['network_qa_details']['value'].append('Concentrations are adjusted to the National Institute of Standards and Technology Standard Reference Photometer (NIST SRP) #12 for 2001-2002 and to NIST SRP #16 for post-2013. Prior to 2013, no zero or negative hourly-average mixing ratios were reported. From 2013 forward, zero and negative hourly-average mixing ratios were reported and flagged as below the measurement detection limit. These zero or negative values resulted from the application of NIST-referenced calibration curves to very low mixing ratio values. Values of -999.0 represent missing or invalid data.') + # site_metadata['network_maintenance_details']['value'].append('Blank correction: Not blank corrected') + # site_metadata['network_uncertainty_details']['value'].append('Uncertainty of hourly average concentrations is 0.6 ppb (0.8 ppb in warm season, 0.5 ppb in cold season). The uncertainty is based on simultaneous field measurements of two collocated instruments both adjusted to National Institute of Standards and Technology Standard Reference Photometer (NIST/SRP) #16. The uncertainty was calculated as the standard deviation of differences from the true value assumed equal to the mean of the two instruments.') else: site_metadata['network_sampling_details']['value'].append('Inlet Type: Impactor--direct; Filter Medium: Whatman41 Cellulose') site_metadata['network_qa_details']['value'].append('A comparison between the ICP-ES and ICP-MS analysis was performed for the 1995 samples showing a good correlation, but some bias. Corrections were performed on the pre-1995 data to correct for this bias and ensure a reliable long-term trend.') @@ -184,7 +190,7 @@ class StandardiseNetworkData: site_metadata['altitude']['value'].append(parsing_obj.parsed_metadata['groundelevamsl_m'][site_meta_index]) site_metadata['station_name']['value'].append(parsing_obj.parsed_metadata['sitename'][site_meta_index]) #sampling height is variable over time, get correct height for data file year - if 'samplingheightag' in list(parsing_obj.parsed_metadata.keys()): + if ('samplingheightag' in list(parsing_obj.parsed_metadata.keys())) and (parsing_obj.parsed_metadata['samplingheightag'] != []): sampling_height = parsing_obj.parsed_metadata['samplingheightag'][site_meta_index].replace(" ", "") if ';' in sampling_height: sampling_height_split = sampling_height.split(';') @@ -209,6 +215,10 @@ class StandardiseNetworkData: #save reported units if self.run_details['parameter'] == 'O3': reported_units = 'nmol mol-1' + elif self.run_details['parameter'] == 'PREC_ACCUM': + reported_units = 'mm' + elif '_PREC' in self.run_details['parameter']: + reported_units = 'mg l-1' else: reported_units = 'ng m-3' #convert raw reported units given to standard name @@ -238,6 +248,10 @@ class StandardiseNetworkData: instrument_str = 'Thermo 49C' elif unique_config == '1.0': instrument_str = 'Thermo 49i' + elif 'PREC' in self.run_details['parameter']: + print(parsing_obj.parsed_metadata['analytical_method']) + instrument_str = str(parsing_obj.parsed_metadata['analytical_method']) + instrument_str = re.sub("\(.*?\)","()",instrument_str).replace('(', '').replace(')', '')[:-1] else: if unique_config < 1995: instrument_str = 'high volume ICP-ES' @@ -245,6 +259,7 @@ class StandardiseNetworkData: instrument_str = 'high volume ICP-MS' elif unique_config >= 2006: instrument_str = 'Tisch Environmental 6070V ICP-MS' + site_metadata, measurement_qa_flags, standard_method_abbreviation = map_network_measurement_information_to_standard_measurement_information(instrument_str, site_metadata, self.run_details, self.parameter_details) #set measurement qa codes which are True as joined metadata str site_metadata['measurement_qa_flags'] = {'value':[], 'data_type':object, 'string_format':'lower_short'} @@ -253,12 +268,15 @@ class StandardiseNetworkData: if measurement_qa_flags[standard_flag_name]: measurement_qa_flag_codes.append(str(standard_QA_name_to_QA_code[standard_flag_name])) site_metadata['measurement_qa_flags']['value'].append(','.join(measurement_qa_flag_codes)) + #add reported detection limits if self.run_details['parameter'] == 'O3': if unique_config not in ['4.0','2.0','1.0']: self.run_details['log_file_str'] += 'UNEXPECTED DETECTION LIMIT:{}'.format(unique_config) create_GHOST_stage_logfile(2,self.run_details) reported_lower_detection_limit = copy.deepcopy(unique_config) + elif 'PREC' in self.run_details['parameter']: + reported_lower_detection_limit = copy.deepcopy(unique_config) else: reported_lower_detection_limit = parsing_obj.parsed_detection_limits['instrument_detection_limit'][site_lod_index] site_metadata['measuring_instrument_reported_lower_limit_of_detection']['value'].append(reported_lower_detection_limit) @@ -425,7 +443,7 @@ class StandardiseNetworkData: else: measurements.append(float_meas) - if self.run_details['parameter'] == 'O3': + if (self.run_details['parameter'] == 'O3') or ('PREC' in self.run_details['parameter']): #only do conversion if lod value is >= 0 and not infinite lim = cut_lods_config[n] try: @@ -456,7 +474,7 @@ class StandardiseNetworkData: float_meas = np.NaN measurements.append(float_meas) - if self.run_details['parameter'] == 'O3': + if (self.run_details['parameter'] == 'O3') or ('PREC' in self.run_details['parameter']): lim = cut_lods_config[n] try: float_lim = float(lim) @@ -472,7 +490,7 @@ class StandardiseNetworkData: flags = [flags[x] for x in valid_temporal_resolution_inds] qa = [qa[x] for x in valid_temporal_resolution_inds] measurements = [measurements[x] for x in valid_temporal_resolution_inds] - if self.run_details['parameter'] == 'O3': + if (self.run_details['parameter'] == 'O3') or ('PREC' in self.run_details['parameter']): lod = [lod[x] for x in valid_temporal_resolution_inds] #----------------------------------------------------------------------------# @@ -483,7 +501,7 @@ class StandardiseNetworkData: site_data['temporal_resolution']['value'] = temporal_resolutions site_data['flag']['value'] = flags site_data['qa']['value'] = qa - if self.run_details['parameter'] == 'O3': + if (self.run_details['parameter'] == 'O3') or ('PREC' in self.run_details['parameter']): site_data['reported_lower_limit_of_detection_per_measurement']['value'] = lod #iterate through data variables, if any columns have not been appended to, add a list of NaNs (equal to length of time array) diff --git a/processing_modules/EANET_processor.py b/processing_modules/EANET_processor.py index 37fe2918..645c9077 100755 --- a/processing_modules/EANET_processor.py +++ b/processing_modules/EANET_processor.py @@ -3,13 +3,15 @@ import datetime import importlib import sys import time +import re import dateutil import numpy as np import pandas as pd +import json from crossnetwork_processing_functions import get_data_files, create_GHOST_stage_logfile -from GHOST_standards import get_standard_data, get_standard_metadata, country_ISO3166_to_name, standard_data_flag_name_to_data_flag_code, standard_QA_name_to_QA_code +from GHOST_standards import get_standard_data, get_standard_metadata, country_ISO3166_to_name, standard_data_flag_name_to_data_flag_code, standard_QA_name_to_QA_code, standard_sampling_types from geographic_functions import dms2dd, local_timezone_name from network_file_standardise import NetworkFileStandardise from network_parsers import ParseEANETFile @@ -61,14 +63,19 @@ class StandardiseNetworkData: data_files = get_data_files(self.run_details, self.parameter_details, specific_station=self.station_reference) #sort files in date order - data_file_years = [int(data_file.split('/')[-1].split('_')[-1][:4]) for data_file in data_files] + data_file_years = [int(re.sub('\D', '', data_file.split('/')[-1].split('_')[-1])) for data_file in data_files] data_files = np.array([x for _,x in sorted(zip(data_file_years,data_files))]) data_file_years = sorted(data_file_years) #load external metadata into memory and cut for station - sys.path.append(self.run_details['data_root']+'EANET/metadata/processed') - meta_load = importlib.import_module('EANET_META') - self.external_metadata = meta_load.EANET_meta + # sys.path.append(self.run_details['data_root']+'EANET/metadata/processed') + # meta_load = importlib.import_module('EANET_META') + # self.external_metadata = meta_load.EANET_meta + + #load external metadata into memory + with open(self.run_details['data_root']+'EANET/metadata/{}/processed/EANET_META.json'.format(self.run_details['ghost_version']), 'r', encoding='utf-8') as f: + self.external_metadata = json.loads(f.read()) + #get standard measured unit quantity conv_obj = unit_converter.convert_units(self.parameter_details['standard_units'],self.parameter_details['standard_units'],1) @@ -109,14 +116,17 @@ class StandardiseNetworkData: station_reference = copy.deepcopy(self.station_reference) #get cut of external metadata for station - external_metadata_cut = self.external_metadata[station_reference] + try: + external_metadata_cut = self.external_metadata[station_reference] + except: + print('No metadata for this station reference {}'.format(station_reference)) #create site instances of metadata/data dictionaries site_data = get_standard_data(self.parameter_details) site_metadata = get_standard_metadata(self.parameter_details) #create object for parsing EANET file, and read file - parsing_obj = ParseEANETFile(data_file) + parsing_obj = ParseEANETFile(data_file, self.run_details) parsing_obj.read_data() #check if have data for parameter, if not skip file @@ -150,12 +160,45 @@ class StandardiseNetworkData: site_metadata['vertical_datum']['value'].append('tidal - mean sea level') site_metadata['projection']['value'].append('geographic') - #sampling height is stated in 'Automatic_Measurement_Manual.pdf' that it should be between 3.0 and 10.0m, assume 3.0m - site_metadata['sampling_height']['value'].append('3.0') + # add rain sampler to site metadata from external metadata + if 'PREC' in self.run_details['parameter']: + if ('Rain_Sampler' in list(external_metadata_cut.keys())) and (len(external_metadata_cut['Rain_Sampler']['values']) > 0): + if (external_metadata_cut['Rain_Sampler']['values'][-1].replace(' ', '') == '') or (external_metadata_cut['Rain_Sampler']['values'][-1].replace(' ', '') == 'Unknown') or (external_metadata_cut['Rain_Sampler']['values'][-1].replace(' ', '') == 'Local'): + pass + else: + if 'ECO' in external_metadata_cut['Rain_Sampler']['values'][-1].strip(): + rain_sampler = 'ECOTECH Model 200' + elif 'Ogasawara' in external_metadata_cut['Rain_Sampler']['values'][-1].strip(): + rain_sampler = 'Ogasawara rain sampler' + elif 'Aerochem Metrics' in external_metadata_cut['Rain_Sampler']['values'][-1].strip(): + rain_sampler = 'Aerochem Metrics 301' + else: + rain_sampler = external_metadata_cut['Rain_Sampler']['values'][-1].strip() + + site_metadata['primary_sampling_instrument_name']['value'].append(rain_sampler) + if 'instrument_manual_name' in list(standard_sampling_types['wet-only precipitation chemistry sampler']['instruments'][rain_sampler].keys()): + site_metadata['primary_sampling_instrument_manual_name']['value'].append(standard_sampling_types['wet-only precipitation chemistry sampler']['instruments'][rain_sampler]['instrument_manual_name']) + if 'instrument_further_details' in list(standard_sampling_types['wet-only precipitation chemistry sampler']['instruments'][rain_sampler].keys()): + site_metadata['primary_sampling_further_details']['value'].append(standard_sampling_types['wet-only precipitation chemistry sampler']['instruments'][rain_sampler]['instrument_further_details']) + + #site_metadata, measurement_qa_flags, standard_method_abbreviation = map_network_measurement_information_to_standard_measurement_information(rain_sampler, site_metadata, self.run_details, self.parameter_details) + #site_metadata['primary_sampling_instrument_name']['value'].append(rain_sampler) + else: + pass + # add sampling height + #sampling height is stated in 'Automatic_Measurement_Manual.pdf' that it should be between 3.0 and 10.0m, assume 3.0m + else: + site_metadata['sampling_height']['value'].append('3.0') #add reported measurement unit #convert raw reported units given to standard name - reported_units = parsing_obj.units[self.run_details['parameter']] + if self.run_details['parameter'] == 'PREC_ACCUM': + reported_units = 'mm' + elif '_PREC' in self.run_details['parameter']: + reported_units = 'umol l-1' + else: + reported_units = parsing_obj.units[self.run_details['parameter']] + #skip file if no units given no parameter if reported_units == '': self.run_details['log_file_str'] += 'NO GIVEN UNITS IN FILE FOR PARAMETER: {}. SKIPPING.\n'.format(data_file) @@ -164,26 +207,26 @@ class StandardiseNetworkData: site_metadata['measuring_instrument_reported_units']['value'].append(conv_obj.output_standard_units) #add external metadata - dms_longitude_split = external_metadata_cut['longitude'].split(',') - dms_latitude_split = external_metadata_cut['latitude'].split(',') - if len(dms_longitude_split) == 2: - orientation = dms_longitude_split[1][-1] - dms_longitude_split[1] = dms_longitude_split[1][:-1] - dms_longitude_split.append('00{}'.format(orientation)) - if len(dms_latitude_split) == 2: - orientation = dms_latitude_split[1][-1] - dms_latitude_split[1] = dms_latitude_split[1][:-1] - dms_latitude_split.append('00{}'.format(orientation)) - - site_metadata['longitude']['value'].append(dms2dd(dms_longitude_split[0], dms_longitude_split[1], dms_longitude_split[2][:-1], dms_longitude_split[2][-1])) - site_metadata['latitude']['value'].append(dms2dd(dms_latitude_split[0], dms_latitude_split[1], dms_latitude_split[2][:-1], dms_latitude_split[2][-1])) - site_metadata['altitude']['value'].append(external_metadata_cut['altitude']) - site_metadata['station_name']['value'].append(external_metadata_cut['station_name']) + # dms_longitude_split = external_metadata_cut['longitude'].split(',') + # dms_latitude_split = external_metadata_cut['latitude'].split(',') + # if len(dms_longitude_split) == 2: + # orientation = dms_longitude_split[1][-1] + # dms_longitude_split[1] = dms_longitude_split[1][:-1] + # dms_longitude_split.append('00{}'.format(orientation)) + # if len(dms_latitude_split) == 2: + # orientation = dms_latitude_split[1][-1] + # dms_latitude_split[1] = dms_latitude_split[1][:-1] + # dms_latitude_split.append('00{}'.format(orientation)) + + site_metadata['longitude']['value'].append(dms2dd(external_metadata_cut['Longitude_degree']['values'][-1],external_metadata_cut['Longitude_minute']['values'][-1] , external_metadata_cut['Longitude_second']['values'][-1], 'E')) + site_metadata['latitude']['value'].append(dms2dd(external_metadata_cut['Latitude_degree']['values'][-1], external_metadata_cut['Latitude_minute']['values'][-1], external_metadata_cut['Latitude_second']['values'][-1], 'N')) + site_metadata['altitude']['value'].append(external_metadata_cut['Altitude']['values'][-1]) + site_metadata['station_name']['value'].append(external_metadata_cut['Site']['values'][-1]) if 'comments' in list(external_metadata_cut.keys()): - site_metadata['network_miscellaneous_details']['value'].append(external_metadata_cut['comments']) + site_metadata['network_miscellaneous_details']['value'].append(external_metadata_cut['Note']['values'][-1]) #parse station classifications (from external metadata) - native_classifications = {'area_classification':external_metadata_cut['classification']} + native_classifications = {'area_classification':external_metadata_cut['Classification']['values'][-1]} site_metadata = map_network_classifications_to_standard_classifications(native_classifications, site_metadata, self.run_details) #process measurement process information (from external metadata/Automatic_Measurement_Manual.pdf) @@ -202,6 +245,16 @@ class StandardiseNetworkData: measurement_information = external_metadata_cut['methods']['PS'] else: measurement_information = 'ps_default' + elif current_file_type == 'WET': + if '_PREC' in self.run_details['parameter']: + measurement_information = '{}_default'.format(self.run_details['parameter'].lower()) + elif self.run_details['parameter'] == 'PREC_ACCUM': + if parsing_obj.parsed_data['method_code'][-1] == 1: # changes per measurement, so changes in time, include somehow in dynamic metadata + measurement_information = 'rain_gauge' + #elif parsing_obj.parsed_data['method_code'][-1] == 2: + # measurement_information = 'derived_from_sample' + else: + measurement_information = 'unknown' site_metadata, measurement_qa_flags, standard_method_abbreviation = map_network_measurement_information_to_standard_measurement_information(measurement_information, site_metadata, self.run_details, self.parameter_details) #set measurement qa codes which are True as joined metadata str @@ -263,7 +316,7 @@ class StandardiseNetworkData: #measurement temperature and pressure values are never provided by EANET so are always assumed to be the network standard pressure and temperatures #these are defined as for 293.15 K temperature, and 1013.25 hPa for pressure here: Automatic_Measurement_Manual.pdf - + measurements = [] #initialise qa as all having timezone doubt qa flag, as get timezone from longitude/latitude qa = [[standard_QA_name_to_QA_code['Timezone Doubt']] for i in range(len(frac_time))] @@ -274,7 +327,7 @@ class StandardiseNetworkData: unknown_gas_volume = False #get standard reported units/quantity - standard_reported_units = conv_obj.output_standard_units + standard_reported_units = conv_obj.output_standard_units # umol l-1 measuring_instrument_reported_unit_quantity = conv_obj.output_represented_quantity #set flags for writing QA flags associated with assumptions in unit conversion @@ -311,6 +364,18 @@ class StandardiseNetworkData: unit_conversion_educated_guess = True conv_obj = unit_converter.convert_units(input_units,site_data[self.parameter_details['bsc_parameter_name']]['units'],input_vals,measured_species = self.parameter_details['chemical_formula'],conversion_input_quantity = 'mole_fraction') + elif (measuring_instrument_reported_unit_quantity == 'm-3 mol') & (self.measured_unit_quantity == 'mass_density'): + input_units = {'temperature':'K', 'pressure':'hPa','molar_mass':'kg mol-1', 'mole_fraction':standard_reported_units} + #do conversion with network provided sample gas temperature/pressure values + #if these are not set, then make educated guess (assume network standards) + if (not pd.isnull(site_metadata['network_provided_volume_standard_temperature']['value'][-1])) & (not pd.isnull(site_metadata['network_provided_volume_standard_pressure']['value'][-1])): + input_vals = {'temperature':site_metadata['network_provided_volume_standard_temperature']['value'][-1], 'pressure':site_metadata['network_provided_volume_standard_pressure']['value'][-1], 'molar_mass':unit_converter.get_molecular_mass(self.parameter_details['chemical_formula']), 'mole_fraction':1.0} + unit_conversion_standard_network = True + else: + input_vals = {'temperature':'293.15', 'pressure':'1013.25', 'molar_mass':unit_converter.get_molecular_mass(self.parameter_details['chemical_formula']), 'mole_fraction':1.0} + unit_conversion_educated_guess = True + conv_obj = unit_converter.convert_units(input_units,site_data[self.parameter_details['bsc_parameter_name']]['units'],input_vals,measured_species = self.parameter_details['chemical_formula'],conversion_input_quantity = 'mole_fraction') + #otherwise simple unit conversion, i.e. pptv --> ppbv, ng/m3 --> ug/m3 else: conv_obj = unit_converter.convert_units(standard_reported_units,site_data[self.parameter_details['bsc_parameter_name']]['units'],1.0, measured_species = self.parameter_details['chemical_formula']) @@ -340,6 +405,8 @@ class StandardiseNetworkData: #otherwise do nothing to measured values else: + print(parsing_obj.parsed_data[self.run_details['parameter']]) + for n, meas in enumerate(parsing_obj.parsed_data[self.run_details['parameter']]): try: float_meas = float(meas) diff --git a/processing_modules/GHOST_standards.py b/processing_modules/GHOST_standards.py index 2f20ecc9..2e17eb44 100755 --- a/processing_modules/GHOST_standards.py +++ b/processing_modules/GHOST_standards.py @@ -594,13 +594,14 @@ standard_networks = { 'CAPMoN': {'file_storage_type':'all_per_year', 'external_metadata_files':[], 'metadata_data_join_variable_name':'', 'data_level_hierarchy':{'3.0':2,'2.0':1}}, 'CHILE_SINCA': {'file_storage_type':'site_per_multiyear', 'external_metadata_files':['CHILE_SINCA_META.txt'], 'metadata_data_join_variable_name':'', 'data_level_hierarchy':{'none':1}}, 'CNEMC': {'file_storage_type':'all_per_day', 'external_metadata_files':['CNEMC_META_YYYY.csv'], 'metadata_data_join_variable_name':'', 'data_level_hierarchy':{'none':1}}, -'EANET': {'file_storage_type':'site_per_year', 'external_metadata_files':[], 'metadata_data_join_variable_name':'', 'data_level_hierarchy':{'none':1}}, +'EANET': {'file_storage_type':'site_per_year', 'external_metadata_files':['EANET_META.json'], 'metadata_data_join_variable_name':'', 'data_level_hierarchy':{'none':1}}, 'EBAS': {'file_storage_type':'site_per_multiyear', 'external_metadata_files':['EBAS_META_MANUAL.csv'], 'metadata_data_join_variable_name':'reference', 'data_level_hierarchy':{'2.0':4, '1.5':3, '1.0':2, '0.0':1}}, 'EEA_AIRBASE': {'file_storage_type':'site_per_year', 'external_metadata_files':[], 'metadata_data_join_variable_name':'', 'data_level_hierarchy':{'none':1}}, 'EEA_AQ_eReporting':{'file_storage_type':'site_per_year', 'external_metadata_files':['EEA_AQ_eReporting_META.csv','EEA_AQ_eReporting_AIDE_D.csv'], 'metadata_data_join_variable_name':'', 'data_level_hierarchy':{'E1a':2,'E2a':1}}, 'JAPAN_NIES': {'file_storage_type':'all_per_year', 'external_metadata_files':['JAPAN_NIES_META_YYYY.txt'], 'metadata_data_join_variable_name':'', 'data_level_hierarchy':{'none':1}}, 'MEXICO_CDMX': {'file_storage_type':'all_per_year', 'external_metadata_files':['MEXICO_CDMX_META.csv'], 'metadata_data_join_variable_name':'', 'data_level_hierarchy':{'none':1}}, 'MITECO': {'file_storage_type':'all_per_year', 'external_metadata_files':[], 'metadata_data_join_variable_name':'', 'data_level_hierarchy':{'official':2, 'unofficial':1}}, +'NAPMD': {'file_storage_type':'all_per_year', 'external_metadata_files':['NAPMD_META.json'], 'metadata_data_join_variable_name':'', 'data_level_hierarchy':{'none':1}}, 'NOAA_ISD': {'file_storage_type':'site_per_year', 'external_metadata_files':['isd-history.csv'], 'metadata_data_join_variable_name':'', 'data_level_hierarchy':{'variable':1}}, 'NZ_ECAN': {'file_storage_type':'site_per_year', 'external_metadata_files':['NZ_ECAN_META.json'], 'metadata_data_join_variable_name':'', 'data_level_hierarchy':{'none':1}}, 'NZ_LAWA': {'file_storage_type':'all', 'external_metadata_files':['NZ_LAWA_META.json'], 'metadata_data_join_variable_name':'', 'data_level_hierarchy':{'none':1}}, @@ -2020,13 +2021,40 @@ standard_sampling_types = { 'instruments':{ 'Aerochem Metrics 301': {}, 'Loda Electronics Company 2001': {}, - 'N-CON Systems ADS': {'instrument_manual_name': 'https://nadp.slh.wisc.edu/wp-content/uploads/2021/09/NTN_ADS_00-120-3_09-2010.pdf', 'instrument_further_details':'https://www.n-con.com/Products/ads.html'}, - 'ETI Instrument Systems NOAH IV': {'instrument_manual_name': 'https://nadp.slh.wisc.edu/wp-content/uploads/2021/09/ETI_NOAHIV_Manual.pdf', 'instrument_further_details':'https://www.etisensors.com/noah-iv'}, + 'N-CON Systems ADS': {'instrument_manual_name': 'https://nadp.slh.wisc.edu/wp-content/uploads/2021/09/NTN_ADS_00-120-3_09-2010.pdf', 'instrument_further_details':'https://www.n-con.com/Products/ads.html'}, + 'ETI Instrument Systems NOAH IV': {'instrument_manual_name': 'https://nadp.slh.wisc.edu/wp-content/uploads/2021/09/ETI_NOAHIV_Manual.pdf', 'instrument_further_details':'https://www.etisensors.com/noah-iv'}, 'OTT Hydromet': {'instrument_manual_name': 'https://cdn.hach.com/1XMCM0ZF/at/hqb367sgkf47xb77nhs85wrs/OH-OT-HM-ms-PluvioL-EN-EU-230522.pdf'}, 'Belfort B5-780': {}, + 'Xancon Inc. D400': {}, + 'MIC Model C300': {}, + + 'Eigenbrodt Model D21255': {'instrument_manual_name': 'https://www.eigenbrodt.de/fileadmin/user_upload/download_allgemein/Zusatz_EIG_speziell/Catalogue_Collector_1607.pdf'}, + 'Eigenbrodt NSA181': {'instrument_manual_name': 'https://www.eigenbrodt.de/fileadmin/user_upload/download_allgemein/Zusatz_EIG_speziell/Catalogue_Collector_1607.pdf'}, + 'Eigenbrodt NSA181/KHE': {'instrument_manual_name': 'https://www.eigenbrodt.de/fileadmin/user_upload/download_allgemein/Zusatz_EIG_speziell/Catalogue_Collector_1607.pdf'}, + 'MTEX': {'instrument_manual_name': 'http://www.mtx.it/images/pdf/sensori/FAS005AC_CampionatoreWetDry_EN.pdf'}, + 'DIGITEL DRA-12': {'instrument_manual_name': 'https://digitel.aflip.in/info_dra-12.html#page/1'}, + 'SCJ-302': {'instrument_further_details':'https://www.instrumentstrade.com/scj-302-rain-sampler_p1828.html'}, + 'APS-2A': {}, + 'Airpoltech': {}, + 'Zhejiang Hengyi ZJC-\u2162': {}, + 'ECOTECH Model 200': {'instrument_further_details': 'http://www.ecotechinstruments.co.in/'}, + 'Ogasawara rain sampler': {}, + 'Graseby T87-100': {}, + 'KIMOTO ARS-100 PLUS': {}, + 'TISCH Acid Precipitation Sampler': {'instrument_manual_name': 'https://tisch-env.com/wp-content/uploads/2015/06/TE-78-100-APS-Acid-Rain-Sampler-Manual.compressed.pdf', 'instrument_further_details':'https://tisch-env.com/specialty-equipment/acid-precipitation-sampler'}, + } }, +#-------- +# wet-dry precipitation chemistry sampler +# Instrument to collect precipitation to measure (wet) deposition + +'wet-dry precipitation chemistry sampler':{ + 'instruments':{} +}, + + #------------------------------------ #unknown @@ -4574,7 +4602,7 @@ standard_measurement_methodologies = { 'Thermo IRIS Intrepid II': {'instrument_further_details':'No manual or specifications available but confirmation it is uses inductively coupled plasma atomic emission spectroscopy here: http://www.speciation.net/Database/Instruments/Thermo-Scientific/IRIS-Intrepid-II-;i123'}, 'Thermo Jarrell Ash Atomscan 16': {'instrument_further_details':'No manual or specifications available but confirmation it is uses inductively coupled plasma atomic emission spectroscopy here: https://caeonline.com/buy/spectrometers/thermo-jarrell-ash-baird-atomscan-16/9115986'}, 'Thermo Jarrell Ash IRIS Advantage':{'instrument_further_details':'No manual or specifications available but confirmation it is uses inductively coupled plasma atomic emission spectroscopy here: https://www.spectralabsci.com/equipment/thermo-jarrell-ash-iris-advantage-inductively-coupled-plasma-optical-emission-spectrometer/'}, - 'Varian Vista-Pro': {'instrument_manual_name':'Varian_Vista-Pro_Specs.pdf'} + 'Varian Vista-Pro': {'instrument_manual_name':'Varian_Vista-Pro_Specs.pdf'}, } }, @@ -4747,7 +4775,7 @@ standard_measurement_methodologies = { # rain gauge, automated measurements of precipitation amounts 'rain gauge':{'abbreviation':'RG', 'sampling_type': 'wet-only precipitation chemistry sampler', 'measured_parameters':['PREC_ACCUM', 'SNOW_ACCUM'], 'qa_accepted_parameters':['PREC_ACCUM', 'SNOW_ACCUM'], - 'instruments':{} + 'instruments':{'MIC Model C300'} }, # snow depth (An ultrasonic transducer transmits pulses and listens for the returning echoes from the surface. diff --git a/processing_modules/MEXICO_CDMX_processor.py b/processing_modules/MEXICO_CDMX_processor.py index f1108d55..3fae1c65 100755 --- a/processing_modules/MEXICO_CDMX_processor.py +++ b/processing_modules/MEXICO_CDMX_processor.py @@ -57,7 +57,7 @@ class StandardiseNetworkData: data_files = get_data_files(self.run_details, self.parameter_details, specific_year=self.year) #load all external metadata into memory - self.external_metadata = np.load(self.run_details['data_root']+'MEXICO_CDMX/metadata/processed/MEXICO_CDMX_META.npy', allow_pickle=True) + #self.external_metadata = np.load(self.run_details['data_root']+'MEXICO_CDMX/metadata/processed/MEXICO_CDMX_META.npy', allow_pickle=True) #get standard measured unit quantity conv_obj = unit_converter.convert_units(self.parameter_details['standard_units'],self.parameter_details['standard_units'],1) self.measured_unit_quantity = conv_obj.output_represented_quantity diff --git a/processing_modules/NAPMD_processor.py b/processing_modules/NAPMD_processor.py new file mode 100755 index 00000000..eb5c21c6 --- /dev/null +++ b/processing_modules/NAPMD_processor.py @@ -0,0 +1,337 @@ +import copy +import datetime +import os +import re +import sys +import time + +import dateutil +import numpy as np +import pandas as pd +import json + +from crossnetwork_processing_functions import get_data_files, create_GHOST_stage_logfile +from GHOST_standards import get_standard_data, get_standard_metadata, country_ISO3166_to_name, standard_data_flag_name_to_data_flag_code, standard_QA_name_to_QA_code +from geographic_functions import local_timezone_name +from network_file_standardise import NetworkFileStandardise +from network_parsers import ParseNAPMDFile +from standardisation_mapping_functions import map_network_classifications_to_standard_classifications, map_network_measurement_information_to_standard_measurement_information, network_data_flag_to_standard_data_flag_mapping +from time_functions import round_to_minute, datetime_to_fractional_minutes_from_reference, get_datafile_download_timestamp +import unit_converter + +#dictionary defining units per species +unit_dict = {'O3':'ppm','NH3':'ppm', 'NO':'ppm','NO2':'ppm','CO':'ppm','SO2':'ppm','PM10':'ug m-3','PM2.5':'ug m-3','BENZENE':'ppb','CH4':'ppb','TOLUENE':'ppb','XYLENE':'ppb', 'P-XYLENE':'ppb','Pb':'ug m-3'} + +class StandardiseNetworkData: + + '''Convert one data provider original file for a specific year into GHOST standard numpy station specific files''' + + def __init__(self, year, run_details, parameter_details, network_details): + + #add passed variables to self + self.year = year + self.run_details = run_details + self.parameter_details = parameter_details + self.network_details = network_details + + + def do_work(self): + '''Function which does executes the functions of the class in a pipeline''' + + #gather data files for current year + data_files = self.gather_data_files() + + #parse data files (writing standard files out per station) + for data_file in data_files: + self.parse_file(data_file) + + #write a valid process log file + self.run_details['log_file_str'] += str((time.time() - self.run_details['stage_process_start_time'])/60.) + create_GHOST_stage_logfile(0,self.run_details) + + + def gather_data_files(self): + + '''Function to gather data files to parse per year''' + #get specific data files for current year + + data_files = get_data_files(self.run_details, self.parameter_details, specific_year=self.year) + + #load external metadata into memory + with open(self.run_details['data_root']+'NAPMD/metadata/{}/processed/NAPMD_META.json'.format(self.run_details['ghost_version']), 'r', encoding='utf-8') as f: + self.external_metadata = json.loads(f.read()) + + #get standard measured unit quantity + conv_obj = unit_converter.convert_units(self.parameter_details['standard_units'],self.parameter_details['standard_units'],1) + self.measured_unit_quantity = conv_obj.output_represented_quantity + + return data_files + + def parse_file(self, data_file): + + '''Function to a specific annual data file to GHOST standard numpy station specific files''' + + self.run_details['log_file_str'] += 'PROCESSING FILE: {}\n'.format(data_file) + + #create object for parsing MEXICO_CDMX annual file, and read file + parsing_obj = ParseNAPMDFile(data_file) + parsing_obj.read_data() + + #get unique station references + unique_station_references_raw = np.unique(parsing_obj.parsed_data['station_id']) + unique_station_references = [str(int(float(i))) for i in unique_station_references_raw if i != ''] + + #iterate over all unique station references + for unique_station_reference in unique_station_references: + + if unique_station_reference != '': + + #cut read data to just that associated with unique station reference & parameter being processed + valid_inds = parsing_obj.parsed_data['station_id'] == unique_station_reference + + #get cut data variables for station + start_dt = parsing_obj.parsed_data['start_dt'][valid_inds] + end_dt = parsing_obj.parsed_data['end_dt'][valid_inds] + cut_measurements = parsing_obj.parsed_data['value'][valid_inds] + #unit_codes = parsing_obj.parsed_data['units'][valid_inds] + + #if no valid time then continue to next station reference + if len(start_dt) == 0: + continue + + self.run_details['log_file_str'] += '{} -- PARSING RAW DATA\n'.format(unique_station_reference) + + #create site instances of metadata/data dictionaries + site_data = get_standard_data(self.parameter_details) + site_metadata = get_standard_metadata(self.parameter_details) + + #create a dictionary with unique units associated with indices in the file (for handling conversion separately later) + #inds_per_unit = {unit_code_dict[unit]:np.where(unit_codes == unit)[0] for unit in np.unique(unit_codes)} + + #------------------------------------------------------------------------# + #PARSE METADATA + #------------------------------------------------------------------------# + + #GHOST version + site_metadata['GHOST_version']['value'].append(self.run_details['ghost_version']) + + #initialise string which will store all GHOST process warnings as empty + site_metadata['process_warnings']['value'].append('') + + #write known metadata + site_metadata['network']['value'].append(self.run_details['network']) + site_metadata['data_level']['value'].append('none') + site_metadata['contact_institution']['value'].append('Australian National Air Pollution Monitor Database') + site_metadata['contact_email_address']['value'].append('car.data@sydney.edu.au') + site_metadata['data_licence']['value'].append('Creative Commons By Attribution 4.0 International license (CC BY 4.0)') + #assume datum information + site_metadata['ellipsoid']['value'].append('WGS 84') + site_metadata['horizontal_datum']['value'].append('World Geodetic System 1984') + site_metadata['vertical_datum']['value'].append('tidal - mean sea level') + site_metadata['projection']['value'].append('geographic') + + #add external metadata + cut_external_metadata = self.external_metadata[str(int(float(unique_station_reference)))] + site_metadata['station_name']['value'].append(cut_external_metadata['station']['values'][-1]) + site_metadata['longitude']['value'].append(cut_external_metadata['lon']['values'][-1]) + site_metadata['latitude']['value'].append(cut_external_metadata['lat']['values'][-1]) + site_metadata['altitude']['value'].append(cut_external_metadata['altitude']['values'][-1]) + + #parse unique reported measurement unit + #can be instances where have multiple units in a file, in this case write raw units as modal occurring unit (that is not blank or cannot be converted to standard units) + #all raw units are taken into account when converting concentrations however + # unit_n = -1 + # for unit_name in list(inds_per_unit.keys()): + # if len(inds_per_unit[unit_name]) > unit_n: + # reported_units = unit_name + # unit_n = len(inds_per_unit[unit_name]) + #add reported measurement unit + #convert raw reported units given to standard name + conv_obj = unit_converter.convert_units(unit_dict[self.run_details['parameter']], unit_dict[self.run_details['parameter']], 1, measured_species = self.parameter_details['chemical_formula']) + site_metadata['measuring_instrument_reported_units']['value'].append(conv_obj.output_standard_units) + + #convert raw reported units given to standard name + #conv_obj = unit_converter.convert_units(reported_units, reported_units, 1, measured_species = self.parameter_details['chemical_formula']) + #site_metadata['measuring_instrument_reported_units']['value'].append(conv_obj.output_standard_units) + + #parse station classifications (from external metadata) + native_classifications = {'area_classification':cut_external_metadata['station_classification']['values'][-1]} + site_metadata = map_network_classifications_to_standard_classifications(native_classifications, site_metadata, self.run_details) + + #process measurement process information + site_metadata, measurement_qa_flags, standard_method_abbreviation = map_network_measurement_information_to_standard_measurement_information('', site_metadata, self.run_details, self.parameter_details) + #set measurement qa codes which are True as joined metadata str + site_metadata['measurement_qa_flags'] = {'value':[], 'data_type':object, 'string_format':'lower_short'} + measurement_qa_flag_codes = [] + for standard_flag_name in measurement_qa_flags.keys(): + if measurement_qa_flags[standard_flag_name]: + measurement_qa_flag_codes.append(str(standard_QA_name_to_QA_code[standard_flag_name])) + site_metadata['measurement_qa_flags']['value'].append(','.join(measurement_qa_flag_codes)) + + #iterate through metadata variables, if any columns have not been appended to add a NaN + for column_header in list(site_metadata.keys()): + n_column = len(site_metadata[column_header]['value']) + #if column is empty, then append NaN + if n_column < 1: + site_metadata[column_header]['value'].append(np.NaN) + + #set station_reference (provided network ID + standard measurement method abbreviation) + site_metadata['station_reference']['value'][-1] = '{}_{}'.format(unique_station_reference,standard_method_abbreviation) + + #get data file download timestamp + site_metadata['data_download_stamp']['value'][-1] = get_datafile_download_timestamp(data_file) + + #add data revision timestamp, set as 0001-01-01 00:00 for all files + data_revision_timestamp = datetime_to_fractional_minutes_from_reference(datetime.datetime(1,1,1,0,0)) + site_metadata['data_revision_stamp']['value'][-1] = data_revision_timestamp + + #------------------------------------------------------------------------# + #PARSE TIME + #------------------------------------------------------------------------# + # already given in UTC + + #convert each start measurement datetime to minutes from reference time + frac_time = [datetime_to_fractional_minutes_from_reference(dt) for dt in start_dt] + + #get timedeltas between start and end of measurement window + temporal_resolutions = [] + for start, end in zip(start_dt,end_dt): + dt_window = end - start + #convert hours to minutes + dt_window_minutes = int(dt_window.total_seconds()/60.) + temporal_resolutions.append(dt_window_minutes) + + #save meta_update_stamp, set as first sorted time processed (as minutes relative to reference time) + site_metadata['meta_update_stamp']['value'][-1] = sorted(frac_time)[0] + + #------------------------------------------------------------------------# + #PARSE MEASUREMENTS + #------------------------------------------------------------------------# + #measurement values may need converting (i.e. mass density to mixing ratio) + + #measurement temperature and pressure values are never explicitly provided by MEXICO_CDMX so are always assumed to be the network standard pressure and temperatures + #these are defined as for 298.15 K temperature, and 1013.25 hPa for pressure here for all gas-phase compounds: http://www.aire.cdmx.gob.mx/descargas/monitoreo/normatividad/NOM-020-SSA1-2014.pdf (O3), http://www.aire.cdmx.gob.mx/descargas/monitoreo/normatividad/NOM-022-SSA1-2019.pdf (SO2), http://www.aire.cdmx.gob.mx/descargas/monitoreo/normatividad/NOM-021-SSA1-1993.pdf (CO), http://www.aire.cdmx.gob.mx/descargas/monitoreo/normatividad/NOM-023-SSA1-1993.pdf (NO2) + #for particulate matter the sampling volume refers to ambient conditions in terms of temperature and atmospheric pressure at the date of measurements: http://www.aire.cdmx.gob.mx/descargas/monitoreo/normatividad/NOM-025-SSA1-2014.pdf (PM10 and PM2.5) + #if for some reason particulate measurements are given as mixing ratio and need converting to mass density, then the conversion is done using the same standard temperature/pressure as reported for gases. + + measurements = [] + #initialise qa as all having timezone doubt qa flag, as get timezone from longitude/latitude + qa = [[standard_QA_name_to_QA_code['Timezone Doubt']] for i in range(len(frac_time))] + + standard_network_gas_volume = False + unknown_gas_volume = False + if self.parameter_details['matrix'] == 'gas': + site_metadata['network_provided_volume_standard_temperature']['value'][-1] = '273.15' + site_metadata['network_provided_volume_standard_pressure']['value'][-1] = '1013.25' + standard_network_gas_volume = True + else: + site_metadata['network_provided_volume_standard_temperature']['value'][-1] = np.NaN + site_metadata['network_provided_volume_standard_pressure']['value'][-1] = np.NaN + unknown_gas_volume = True + + #check if reported standard units, match required standard units + #get standard reported units/quantity + standard_reported_units = conv_obj.output_standard_units + measuring_instrument_reported_unit_quantity = conv_obj.output_represented_quantity + + #set flags for writing QA flags associated with assumptions in unit conversion + unit_conversion_standard_network = False + unit_conversion_educated_guess = False + + #check if reported standard units, match required standard units + if standard_reported_units != site_data[self.parameter_details['bsc_parameter_name']]['units']: + + #mass density to mixing ratio? + if (measuring_instrument_reported_unit_quantity == 'mass_density') & (self.measured_unit_quantity == 'mole_fraction'): + #get conversion factor + input_units = {'temperature':'K', 'pressure':'hPa', 'molar_mass':'kg mol-1', 'mass_density':standard_reported_units} + #do conversion with network provided sample gas temperature/pressure values + #if these are not set, then make educated guess (assume network standards for gases) + if (not pd.isnull(site_metadata['network_provided_volume_standard_temperature']['value'][-1])) & (not pd.isnull(site_metadata['network_provided_volume_standard_pressure']['value'][-1])): + input_vals = {'temperature':site_metadata['network_provided_volume_standard_temperature']['value'][-1], 'pressure':site_metadata['network_provided_volume_standard_pressure']['value'][-1], 'molar_mass':unit_converter.get_molecular_mass(self.parameter_details['chemical_formula']), 'mass_density':1.0} + unit_conversion_standard_network = True + else: + input_vals = {'temperature':'273.15', 'pressure':'1013.25', 'molar_mass':unit_converter.get_molecular_mass(self.parameter_details['chemical_formula']), 'mass_density':1.0} + unit_conversion_educated_guess = True + conv_obj = unit_converter.convert_units(input_units,site_data[self.parameter_details['bsc_parameter_name']]['units'],input_vals,measured_species = self.parameter_details['chemical_formula'],conversion_input_quantity = 'mass_density') + + #mixing ratio to mass density? + elif (measuring_instrument_reported_unit_quantity == 'mole_fraction') & (self.measured_unit_quantity == 'mass_density'): + input_units = {'temperature':'K', 'pressure':'hPa', 'molar_mass':'kg mol-1', 'mole_fraction':standard_reported_units} + #do conversion with network provided sample gas temperature/pressure values + #if these are not set, then make educated guess (assume network standards) + if (not pd.isnull(site_metadata['network_provided_volume_standard_temperature']['value'][-1])) & (not pd.isnull(site_metadata['network_provided_volume_standard_pressure']['value'][-1])): + input_vals = {'temperature':site_metadata['network_provided_volume_standard_temperature']['value'][-1], 'pressure':site_metadata['network_provided_volume_standard_pressure']['value'][-1], 'molar_mass':unit_converter.get_molecular_mass(self.parameter_details['chemical_formula']), 'mole_fraction':1.0} + unit_conversion_standard_network = True + else: + input_vals = {'temperature':'273.15', 'pressure':'1013.25', 'molar_mass':unit_converter.get_molecular_mass(self.parameter_details['chemical_formula']), 'mole_fraction':1.0} + unit_conversion_educated_guess = True + conv_obj = unit_converter.convert_units(input_units,site_data[self.parameter_details['bsc_parameter_name']]['units'],input_vals,measured_species = self.parameter_details['chemical_formula'],conversion_input_quantity = 'mole_fraction') + + #otherwise simple unit conversion, i.e. pptv --> ppbv, ng/m3 --> ug/m3 + else: + conv_obj = unit_converter.convert_units(standard_reported_units,site_data[self.parameter_details['bsc_parameter_name']]['units'],1.0, measured_species = self.parameter_details['chemical_formula']) + + #process through each measurement and convert value using derived conversion factor + for n, meas in enumerate(cut_measurements): + #only do conversion if measurement value is above 0 and not infinite, and do not have data flag stating the measurement is missing + try: + float_meas = float(meas) + except: + float_meas = np.NaN + if (float_meas > 0.0) & (np.isfinite(float_meas)): + measurements.append(float_meas*conv_obj.conversion_factor) + else: + measurements.append(float_meas) + + #append sample gas volume/unit_conversion assumption QA flags if necessary + if standard_network_gas_volume: + qa[n].append(standard_QA_name_to_QA_code['Sample Gas Volume - Network Standard']) + if unknown_gas_volume: + qa[n].append(standard_QA_name_to_QA_code['Sample Gas Volume - Unknown']) + if unit_conversion_standard_network: + qa[n].append(standard_QA_name_to_QA_code['Unit Conversion - Network Standard Sample Gas Volume Assumption']) + if unit_conversion_educated_guess: + qa[n].append(standard_QA_name_to_QA_code['Unit Conversion - Educated Guess Sample Gas Volume Assumption']) + + #otherwise do nothing to measured values + else: + for n, meas in enumerate(cut_measurements): + try: + float_meas = float(meas) + except: + float_meas = np.NaN + measurements.append(float_meas) + + #keep only measurement windows that are >= 0 minute in temporal resolution, as well as all other associated variables across other fields + valid_temporal_resolution_inds = [ii for ii, res in enumerate(temporal_resolutions) if res >= 0] + if len(valid_temporal_resolution_inds) != len(frac_time): + frac_time = [frac_time[x] for x in valid_temporal_resolution_inds] + temporal_resolutions = [temporal_resolutions[x] for x in valid_temporal_resolution_inds] + qa = [qa[x] for x in valid_temporal_resolution_inds] + measurements = [measurements[x] for x in valid_temporal_resolution_inds] + + #----------------------------------------------------------------------------# + #WRITE OUT DATA + #----------------------------------------------------------------------------# + site_data['time']['value'] = frac_time + site_data[self.parameter_details['bsc_parameter_name']]['value'] = measurements + site_data['temporal_resolution']['value'] = temporal_resolutions + #set data flags as all un-flagged + site_data['flag']['value'] = [[standard_data_flag_name_to_data_flag_code['Un-Flagged Data']] for i in range(len(site_data['time']['value']))] + site_data['qa']['value'] = qa + #iterate through data variables, if any columns have not been appended to, add a list of NaNs (equal to length of time array) + for column_header in list(site_data.keys()): + n_column = len(site_data[column_header]['value']) + #if column is empty, then append NaN + if n_column == 0: + if site_data[column_header]['data_type'] != np.uint8: + site_data[column_header]['value'] = [np.NaN]*len(site_data['time']['value']) + else: + site_data[column_header]['value'] = [255]*len(site_data['time']['value']) + #------------------------------------------------------ + + #standardise metadata/data formats and write out station data to numpy file + write_obj = NetworkFileStandardise(site_metadata, site_data, self.run_details, self.parameter_details) + if write_obj.written == False: + self.run_details['log_file_str'] += 'DATA ALL MISSING FOR STATION: {}. SKIPPING.\n'.format(unique_station_reference) \ No newline at end of file diff --git a/processing_modules/NZ_ECAN_processor.py b/processing_modules/NZ_ECAN_processor.py index 7a9731bd..71adbbaa 100755 --- a/processing_modules/NZ_ECAN_processor.py +++ b/processing_modules/NZ_ECAN_processor.py @@ -46,6 +46,7 @@ class StandardiseNetworkData: #get data file to parse data_files = self.gather_data_files() + print(data_files) #parse station reference data files for data_file in data_files: diff --git a/processing_modules/WMO_WDCPC_processor.py b/processing_modules/WMO_WDCPC_processor.py index d2f345da..da94d942 100755 --- a/processing_modules/WMO_WDCPC_processor.py +++ b/processing_modules/WMO_WDCPC_processor.py @@ -57,11 +57,10 @@ class StandardiseNetworkData: def gather_data_files(self): - '''Function to gather data files to parse per year''' + '''Function to gather data files to parse per station''' #get specific data files for current year - data_files = get_data_files(self.run_details, self.parameter_details) - + data_files = get_data_files(self.run_details, self.parameter_details, specific_station=self.station_reference) #load external metadata into memory with open(self.run_details['data_root']+'WMO_WDCPC/metadata/{}/processed/WMO_WDCPC_META.json'.format(self.run_details['ghost_version']), 'r', encoding='utf-8') as f: self.external_metadata = json.loads(f.read()) @@ -384,6 +383,7 @@ class StandardiseNetworkData: else: site_data[column_header]['value'] = [255]*len(site_data['time']['value']) #------------------------------------------------------ + #print(site_data) #standardise metadata/data formats and write out station data to numpy file write_obj = NetworkFileStandardise(site_metadata, site_data, self.run_details, self.parameter_details) diff --git a/processing_modules/__pycache__/CAPMoN_processor.cpython-39.pyc b/processing_modules/__pycache__/CAPMoN_processor.cpython-39.pyc index 207e28fc916a7d04a0144813edd35a57547aca4a..4743d643f4f0cefb8fc00ae5fbe6e68e4c265a74 100644 GIT binary patch delta 4777 zcmb7HYj6|S72dnj%C;;^@(WAG$TEIOU~JjOmN9-|69S~+5l9-SUB~!<@oR0Z)+D%h zBfv>4LJ4Y?CTU8jL}{8PDS5c<gK@3WMSh4e=YulGd%32rLP2w?FF zXM_Y%98{bsfKsnOC9j|r%hjqhAWDzcJPew6=c5jvzHbsh4j!K)uOgIG7?@HLcz)jHR`WbR!~%5UGK~v<7TE zUnS+!%p8Rr=DvGCpDYPh9)Xf4MK2z&`BXdI1V>TXBYLW&KK6x_EH@mj60}-sr@mPU z$J$w8NJvP^BA&q{lz@Xt)w~3aiX2Z!kww`-y*Ye+oKY|L@cKlwDHmqoLCr6RxT;uk z;313-oALsD713&VIE!;9+=63>TH(0nS3NUc>Zg7Dn;E4 zuLDz(BRD6Ie!)eaN0Y!-kMTD|P#YYEq{z$C60aShCDILXZ}P!7Q< z#2@Ae!>0`VG@M3!h$9R~spzHxHNEb}w8cF=f3we23 zp!`d%;i}KDnIppVb=VdQE}w1LGm zhT~?fnKsa7FFWQD+LSC;-D(|MuMl?WiNeSuY?oJvWv&JuO>U-5DNf8@F)z)97{4xf z>)H{#nd@*B52HTAyrS6fGcc$@5;3BCex3(Q__X_PPXGh5;KuZN9_!E6*^du!x26h&Hrq8e7(m=bZnmf-*gmY^m|RtRE`=P-U% zF>^s2hT$Uq_Nd!v&k8}_(NR&` zq4m;UsGhaN5_aW=+DdzoWhdQ9JMnVu%Ez=5RoTf)LKvP#6|g_RB}@jp@+n->x=`ph z^UxcJb|>tS8?=k_6)PUP9V4v{E*m|*+rUEx{tU-sLY%!e@Gcj(;tYEmhNL}m25q$9 zBf=G}51;ikl9?^RpsSLh!<@h}FcQ{0zPWFT!`}09?Cf)rQsf zWXJkLnXL}NKurY^jUmhh$ocF!4Z-0RR8O*#D}tpoMc^fV$Ox)EB>O;zt9PaE;-z@_ zPBZ98R$2_6hwGOmtxmp;R-rZADzpxjDp8&`t@_^oWmU$g5@q;Hjfxo!f?LH7`EOQb z>0fFUykHpB#O?pwHNs0-`)e|t36rCeB}amcJ%H)4Tf1l3p>EgzT2UTu)b<<`WHBVr zJ&>HWs#3Cx?n#j$L2ZSU7sHqC#^#Regj4avEf~UkFp9eMot3q<&ggJn*>ftd(o)8+ z-OJ^l-%uWF)b<+k_o94>%int!`N_D5^7k_N6&MKk3TDqBJX8BngZJZBCZA{C4W3~F z?MFPl4*$M^4BdS@l%6#j)=4db&?7qWiE!7qJ?NN$FM&t&&p&eu#X9bRXln zNLD38URj4os{$fFT89X$RzzOSA`aYUU9}+e8kFm`RaG%}bRbV@c94kl*Rxx2hZrZc z3VzJWPM;9BaAznPh1IPyPryv@3!Z)eZM7KN`vZsiwo5t-l0 zFyjkrRpxaStGTKL(HB+OmT0s}86n9-{51`)78*6+D(Glv|T|HTVhZ$=O!}_OCIr z7fOx@!Jq2$p5NNi)nYffc10)V7w4wssqxb%r>9P<%a-=muC){XIVrGg zm**Ge{P=8ZPutm^@m(V$58j^^=jYSXI0Ke#^HYBPv&Ijbj+aiz6LV+P>B)(?@%fYL z=>=FW7!9;;85|8Ri-F*661Yu*`kPHa`t{1@0ow@vLB~Jb$C_J-uba)Q%)!HEJ8le=(qd%d4yHetOs1%| z&x`uw=eW|AxdpgG)}Jz5|7dL>S9D)nm`v*r;n=G`)Am72x^iJjWiE-T6EaLFFuo*D zt5KyGPfJUS%CxMeMdf7L5?wl>M?!IuUb`K7kB|fUyB)tKvujs7j}Suj&$b^RXZ3K` z2PCckyK5essKN`1sFR$FSUe&P`A7Q5B2|EhaP zB5qP)(_LXdY0yLA09)IL{$RMR6=zQT21Gj|na3)6L^rV#2d*~|kHw9@9$YzyTYowH z2J!0;^=#YfCxt{r%!ZHCQbyK){iIBCAj0-IkpEWCt+H2`#;@U!78jz*O`PcSJ8GQI SF~qjW{1sK+Tzh^;JNXYd2H9!= delta 4247 zcmbVPX>c4z6`r0wB(3+d&K*gXR)^));niiGmSkC$WyMbH7-QlHDM9hGWbfK5?Px5p z)04F=C0ZGqY}_F@i4%5BLK2FjKt(E5@B^wSNbv`L01hHRRen$fKZ5x|syKe|x_5T8 z>nl}gYFe+q_xc^(@4cQ~J@@`u_q5C9knrz~TdgxR{(bk1wfaEo?EK6^>%2M_I&oZE zXnktocxMM6+d4biI=a?gwZ3SPhrO&l|A56ab(_WVUk|ANrE(|_yoy9^illFflxwz- z6E;KPvPA8p(h|YB3yRp$f?$VwP_rfNbW@7x?ubLsPEJ$zsFZL|t?M2tg(R>j5_rOL zf~ZOM+k$G_O9>L4WdAB?toRwHa9utc^?((PTEnuSi`k&#P^<)3mMT)RNa!h3q!b|% z^?@&ggJK}%8AM3pOyJqpW%UZKtjNegC6|a4=3rY4ZB=Qh(qs`-8<5{zSi@>I6~*## zVXcYP8B+Bol3BOaL>dg4Z6*>BNVby}RYSdvrbLsmrrAVV(nt)pn^4dYYBiBIjzlJM zRJGrws>47Yq^Z-8*oXSio5)U%M1tagh)qI# zAW87BO+6{nBUz*YNh^jyF0~|!!yYm<>@su?D^e_-7qHuaMlwP|;hwZ(25&Tnw>O73 zmc!eZ!yC`xJ+#4t{aUz$8%ma@up$qJL#GI&;uW*5rYta>gK1Dyl*BNnAWdp}E{EQiPy126Q)2>#* z5#1lL!e@2A<_js*PyKKh{j|VQT=%)FR=oywJZ9>s36-aagGg{pY|!IO@obBgQ!7k} zZF`$K;PYX=f!ASDuZy_F+?L2weK3Xdd7M8Hw&D0>SQ_SXKY=eGeoP=7pEmFh;3>q1 z1;TOED&%hqy#ax6z2nq#5GpZa^Hhgn(gVlEd|a3eQV#&Sl&3bq2~=5y^BFPkhgqDv z#ayU@lX{(2$)>$ZYzv%%&x^X$NruGP2EdWuz#8Yyi^7HM9siqDq_ zPtZhOl=4-X9fQ-!YKpx=ByaZK=c_VWKC?(r&nH<`6u~O;blDo0IL{5T1Doq&*kLiPnrIUo#xV2MAoWqR1!23d6>jE7gAheiR=PDM<9api zFgUSb>nK?wh%Ibj;Wsz-X(%3 zJUJ=reR@Cb2PJGt6sR|~W{Q1J-${4UPCTyy_1Cl$EsG9_t7B-f5A9vRtSeCe0vGfy zL@(x`HxcbdFK^PWfDm-3KDq;wrwT3^w_CS?w;A{nn<}b^6+{=&c?-TWEb9aKie_rw z!VdKsKT{0(*^Q75F?|?K?xsVuOmv0I z3h(q^RwUdRw<^(Ha0Rb;DYPA~hGi_!P3pVw6?h&JbO>I!Vbw>pV6rvaC=b>t8K`MG zjf(Y=9O)Q8%q%g@mu$D_hhue6<}9wdQIft z7!(F0g1QnDQ90GiW>hc!A5l5gk({VLEhugy9aQYzQDp=^J*ullR1G5jyN(gAnemHe zk3~?ziy%R!Mz9PnUD2h!LO1i3`aWToT`Db%)#~Gh zsc|%A6Q;)RV=57s(bRa3DS-%61L({T;#O`z)ZW*O+8adtms$9A10P2Gqhnc&mkq}5 zgj0Pl3x6ezC!EpuA{R27IJL;P@cui*%$yq1O7RwP7T&qAaXDaJ@%Hu({BehAdmVdo`|zVE5Mb)7k=dwqrLQvHy~kGc>6*8geQ7g z>%tq7w>OE`!je_rPxptqTVNT@5_M9znf}6khhLbPtC|1UiH?Koh}8Hk_Cw{5YuC$t zd22tfIc+On_bg1GnLm9hGW+Do6Q^cRYUdr1Gjpf?XXe<%w)fe10LTFQPGHDBf9v0Zf~2a8(`Dx1<5VvWeu6|FO9g%GXj5I?9LMh`TeBhi&&Jw@MxuHiBwjDX*Z$M= zZBp_y3eMt-f46rv%IXtHOt2rfZ1KjBQZMk~A|L45Ut1ao>1N(wrGq>8n~c$2)^}vJ zo1F_*3H)~%e3&e=kAe*Xyk&y^Wn7CMwsEB*ZZqT$Orh$u(7GI*zC-5src6dr>)ndh z?-W|MoSuU_G<}#BdZDeJ#M!%TJ>)q17{?yg(EbZD!9H%UU`j`vOsw7P_$eWi40hZi zC)NhKju5iQ65R*M0{e3}mwc<|Y~VTW#3~NukY&h*LaX7U}=)=GVAyNgUSYxrKFEJ;8!IE8Wj? Tz&<}6f$0VH&9!4Y+sXd`NVGIl diff --git a/processing_modules/__pycache__/EANET_processor.cpython-39.pyc b/processing_modules/__pycache__/EANET_processor.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..03d29c21782d8b9bd0dc2d0bcd20dc19446b74d1 GIT binary patch literal 12582 zcmc&)TWlQHd7j%|xLhtTT2Z7f)QFNOQI<$ueT!m?mMB?{L@6Q_B~!=S(Vii>)b8x+ z%&cUsXVcVlVmYxA#YxjPaaz)7lR6JYAB*%Q=tEKTp-(|koTmZ}(7I>=1AX&L`u%5S zc9$zkF| zt6Hjj*DOu`>Xt5l4a<XIgzwm5tk4jhs?9xTc4lsNff^@u@l3_872L3Yp;)#(ue4Yy+J33(dbH!# zCc4_hh0cK$$M)*nsW`4*D7lMOUXe3wnBXye#B{uR8#$fpwxL+C1}tFH{T#SwG<&7w z)_q4DK`)2UK(Iw_7is^%OxWxJRIL=av*>WgEjnU%OcQkL1y;T5ma8`A!vr{QrB)>3 z>HO31at4og6osP@>ws-ku#Cp^w-m69!4mjQup~?2H_6hh2frznAz~E69oGG*}+z)8|AMEF>8W1j8HK-e{Ufj+j?xuFYSZyI@|MxnZ80S(wR8Cd6R0 z^^V)<<#o5fz*nWRCkAUa2N(GcZ-M$-1QPX0h6IM$49_Vq@?mV9Z=+&_icu6FDtsq? zKDjo%R9p0>y&|{$;_~!OuXy4(l}Aq;f9BY!X|KBI-?h0jEipI^vsG-WIYWGCC02(j(g~AT3;7R$bCsp~cHFj@)(^K)7qKZNBpN>ijkGz1dqY@}< z%DU221NEHp)m#%7v8D#vx~eL-vp~DXzl>53ufjL{#9CqN+=>f{eDY4bVqhsAoVmo+AlRWbg8l z?>itVv`exOI*3vj#NM1xKB;rMI+5v^p{G@sgcBCKs8@i&mR@l|<4c&0*#C2&r^3wkv6`!sUoVSAOrptYxH`P$C5E-nhP0csf5|A*E zG=9=gfj`w%ZB@3dt4-BU26#iSG|j^j;L_w;kF2Lg!KvF6l141^K>x1U)cwp_Z=kPb z*U zOW4U*58>R3udYesB~aJE0_!T%M-|kJu(qzRs^8OY8`xQ*p}l%eD4(d)AN>Y@LM==h zLWlGe8h1b*^_wE$LC5+~uG-X5eh|xa(?RBRx#ao9YNhtVOKARYJWAvAV=n#?5}i6N zb+z{bD)BTMj!A@R;E~77qau%)eN}7XY6C4iNPAD9;S=b@r%(v>^>za%qU9%15P|Vi z)E*KyuU7rWQ&ON!$7am*8_ihiIV=)(muDAdrdGVFEBcm}tDawghVpPLLgkG_-CsQN zEbc4~MOtN$lyf47TMO-_I>e&K_h8BMlUq1lT!&aDDJ?X&CK5L1_C1mGs@!*&&>N+i zFse1j<=d%?A(u{&M)rgOV~vSH=XEFqsnBEdD@SX=P?GA?;i5097UUkpj%wYn)qQB0 z8h1RHB@QdxuG_9(^6!b^$P{6+a|_P*Vfo2~lnwj<>Q;YCC=~8FkT61B6lq$hP`$a* zjq-7fcpi^Om!~B1dQKfv)9DFy%Gj=^^`zD~_-ToyNT`edCQ%`IK?LI6&ykW?fgvAh zW2lN)7lR96jezzIaDm1Ws3jo_QY`%qs0R>HM>`}!N#XM%WJ~~lVVPTrGYVf} zy-mY?Pqt-mf&5tCEe-HDSq|_<2fY7|0{D;E0N^(ze6Zag?+P2j9=6EQzhrszI^Eri z|1;YPI4LQeg`>k+KW4*#XQAe#l7g%=8jv zu69)MNdjgd7n6Q(R7?3;vT#} zJc8LM*X5=)M)ppAjP%=8#{16L$cpalF!&fitUQwY%GH8 zjv=xq-Xgde!`Yq)GTwshjUfA4ko^&4q6Ik+K@PSclM&=l3-VM1IoyIAi6B!g$TUIN z(HIAJl!pdC%#Hz%i3p1Xc>$P8uwxi?Ji?Me&^Am`>lStb=hoO5aA8=^_>k9U#^Ox8&%^r7wJ^PsUo9sEXpJdNJru|L!Ike{=ZEg184o}Cp z33?=MKJVxJt?UIrUxfDT!L5hXMLYR-^gk2#-`IonH{$FYLh-SAsT7PF_D|>YVtta?jJ+*{{mL{-8QVGHnaYYARD9zo2z;gmL192he_OSTPh`(-9b4?PSgiT+ynR0=jPc> z+(I;FZ711wfc_okE6Vv^V@29)*GyjyA*?9pFc`y__b|qhW8T9j*`s6Ljm9|9m_>|v z4P%z%n2$HmQIh{HTi#?}Q}Iq2(O{B)OtO@ffEnC6dqu+jldWK8gWYQO`MZL?5Jwo7 zSv6h-rkc5C|B~X5u`;W?uLJMyX&6k+fgndbhL5N5=3tNu21k{LDZVclSR3+p`zF1w zLXN9|-rh%}u%4tHR$bc@46MsGoH`Y9D&{%a9D)Q(1*FB$6Z&LJumyXhdCP4$<{w{? z(ibzASq-N)g8p?4YupY;GUK%3?}O#80>(RF`~8Wv3HFNo$LH930&C=hJbHN@y$<*X z0f~5p@U*H*NJRZ1g!vD&=2m}l<@=Pl?v;P~z+aD(}WCH(ak z{9Xj##u|Vr!7%lD2N-=v_YVid!M0TmxHt@Bbfh^Nj0PhkN^?6bhV5%d))n>!eRei? z+}EMic1Y}|Z@=zO-3OE`5bQf>p9FKNtVyf*)BYg!3BP3C(b(6}^Y_|4+1K&@`yKCZ zHg~es<}Q*Q%`ucmo4fID;@K071!N;+*juCIrTE6Ea!Y@hX~Gho}q7w zKK?7LOZw+e!HMH5&*FqRevtId63*PYS{}O%XE?1u-mE>T{bAqjU-{2LgOS`MYXX|J zc`!J*@;qiQvp3<@`J6jKZPB;pdbgc7`9b4ir@tq3?a(K4=(C2m=hHi;rNgk1zk2P; z+1YvNH9mjw((Lo*8_kULaquJf{1xhybQpd_j*>YmdGXxL(WA#o{{kPXl?q>GtmLH` zf(mVB!ODd7nd=Kz$g^|)s?e^^Tj>yb{;HL{JSY41w7kxZ#MR5kr%qX!umvxzI?ZCG zL-_ftjmf#H8M{%Wf8Jj%d9hc^Yy}%|g2s{9zj+ZJO&m+QHQ^nffvaWq8Xa=Vod3eb zt5@MIpUO0LcXjXXAo{}KRqU5Z+_B4bhd)ag8i<{(aBI78&v^VP0;eJ$dgSvgJ9nJ2 zFkFNk#1=R-d_+v()b`*WsgnavB&3^2Y>nHT3cT|Ln=yD(yv7#C#(Z?sXY8U~o3g!< zEwc1pD3^*9VreX2D=jVi9`N8f{EoxO_eaj-DEeWZC7%qB@aC9ux#!Jg->-SkPfu5> z@a`Z2;x0|erQ{0JtXiy7h-tc3zln9GOD=O>7d=k7T&j815^E%HT$neXJt+p3F%}Uq zA0Z&@s$OYqzflEIn-?5}-FyU4=I?pFQ!$S{hu%4gz#!%o_Z{|23~`quxLw;dJ;ydf zbY+0r6-WBUt;~{BUE+2PE^=X9y*7K+%3iZeZegB6b#O-|<&}7!sHR9=cW=1}FO2Sm)7QclYRTooCr0@@nWO zrjCjX;lD6*_U!e`LaS6nqCkK~x?ZW4&GM0Bjg#P~3m3nHaKiPuiwpDSr{Y5C#uNkc z;6xh~bE=nZa#y$9hthA2nDX8bLUE&x^TGEhJ)DtCvZq{im%v}lu?8;1RRp<~xU&Hg z#wuB6^o^zrFp4cw zzO{nIz*?mi0l9OhL>_XAUsP(78n0nJj(iMdgNvWMx=>Zh7CbVNEM5EuDUuPWE9!lP zDG%VI_4O6Rd*~Z}6;Os)^Mfdk@uBviDw2MKLhN%NCix&H5-HGG*+x`5V?%z2nE)b< z%{ma}Wuf^Ek?K1M${H(m`IpCOg<9vJ#>_4iQOYOsbp$eBnA2Kkh=&p?Do` zqEQTz`Y+ULgzNC?A31qzU5b9l>(0@-3?HdWad1j)dE&^g@FM>j`{tzcIFDhi{;?4Y5O_TS;kod|b)cAyaN8 zxDmAIP1?{Q!G}>qp_NKP$1QJ0XdlFcwqZ$h~s!kA8!qagZ{B%$ZA<%*z+U55347>;B4_JRJs)DJaY-?jPp)Ors`@VwDnc znB&x_#?KKj0V5O{c|?_AA`oR-@IDk)4~3CsLWnRZ{BHG1T^56GIrluFmmOCmkz)oG z!rzq>l9f>7Jv7aashFkWJT+~N;>#`3DrF$2JOz#rEjA+!5Z+JqB%;OmZs7Z=l_Wc2 z+|`oHPg7N&v*$Q*kyJgQ;+B~zz0{gmL>%1b-=X&JN&r&V{04uK>V1BdzHmbG&f_o0 zc5b^%4!=MHUM7H6VH<+5U0$TM^^u@{0Xari z57Y;8@<3>?(x^&GmR`d@X>v5}=H%}~!8Y7K0qd|Jp#fChF8%OF2&Gwq@;0jzCw zB8a8PZlnvx@Jh|fZA|Ip-^ZT#59l}vbl|?wL7r9*^9y(J`CGkf4YsOrwxiWfD~(k< zzAPhSz#587WLV5CSUc5pBOa}%!s9;a!=|NtEt7Zv2W%>G+6vt8G+x~Asvp4T&KM$aO_W4k({ z8ey3l(TDUAjN9<944^F7m=p{0A%`LxLiK6!xuC5`(V6r!g@Hius>-9%p5Jx{7*PHDqZh>L_w&J9I> zvPO2f$A3w!GcggpX<7=!rIqf34(wqsNjNKEd0LTd#Ak;#NGd2Ki^xJ{nKLS4idw{*b z7r@V}_H8+?)gh#QnHkWV`$~R|1y+ry?M6|*Q`D-WElryojs=kaDn{zpHI4OpEa}il z{|;$orUC(tb#i=B$_6FhcdMSOZKF2UwN+VL+pqe#ww;o}S`B2a226*fw1%kNXl7tl z&X!i~8taYI%A=e+x3*KXRnKf~S6@So5G1rhKKyZO3Lq&$p{ovV%~rCIYHpU+E3F4| zlUR0?#Z7@`0JUuav_yXz>#cy+0I6*NNo|W%JDb|xr5=OSu|NkP+og6ysuR!|=;BhF z)|id;uE?e~*UhFTHg}v&^_n|A)-YNh)b2o!rS+m2h))1cM7n`qj|K-grX1U!P|_3V z1@s1TR!!K^U{$|u7dJW+xrsoF$Di7^Txqls$tQs}tHyn@dh&LpJ^|S54q#{OnP|hb z!grzc(^y8dQJtl`!SNaJ`KmK^v@-i5)eqPM>;=96P6GM^1Au|RAmB9Mbl?o&OCT2* z3XA|o0%L)3Kt50aj0ZS=lYn!8bAhjbeZYQzGxWTg#x3n>&0L}-BfeTgzw|8h^ zAXN!e0rPK>ZO2GJI%&G|>=f1T+RRZ3Gb$As`&< z8Vy3(Og*wjiH25X?;36*(-G(tYZ?tB?hJGRx?*R@)Vl%40mow@kX~P3l9vA8^P5N0 zKzFy{9#G?iGz!&4X9xWJP*ljGIZp(7nlW0ni!e$rj9?~K2FNMY98miJeWfLQ{QW>Z zDQ!uAPzR(f83^hiQDRENX6l2HJsG=bqB28VM#1N6mL;bEsS2G6>S<|9P6zc2AQu=K ztB4X)1A4&N$bgREN;@|BY{+tj{9c0sjOn7D6u|ljzZOq;#MJm{CU`XQIs6EByVR1-dh@oaReGo6Y{q3KTyF zC(Hj)5H#+PAH17@4F>Pd84@ixrKF< zEdqV9S0)sx7M5hKi@Xw~DA8OZMwQK7>=t^9j1%V)z|r2BICar41uv(x!|zx7GSIz2 zxE#49?7wI1D?nNbc$6!VlXGHO>9k z-JFJQfp$w8`mLbd2AIi$Sn$_6Dx{;wzR2;5e7Nz7VRT|%ffES6 zJj|ot3ETy&5l7SANZsS+?nUapQUx`5jn34Wzh6kJEA@a|`k+Xy<@$ffCt@u`tn=j` zM*a~%Hved>Wm;v|#~Mc?;M!m-e>AbJw5dN9(}d6sVpcyc*6I@wwo&x>Nu=VUoT;Zo z>TfYs)&S*cfF*y2()b@KDd!m>=O4&Jj^14#B9^(6A0jqj=1dmL?6Wqr%>6SVXP4C| z`dU%-Ia%uFpSQUSMCqo4+-5u1RFwV8t|`@i!4x{b7z;|>lMMJ$EHj#g3NHh%=nz04 z{VMPp@NXNhBYp#T6L<@F8+ZqJH`W;8djPrLxA6gDhub9khrmaGWM}0qKrO&3WZw!n z!YS@!Kyp)+ZGfZ7cBCEQjw+wj&CSj7$m~0O!jt>C6J@(x;h!S48(;@M1E~1tc76}y zy|IP}ImP)5mMQZ~H<>Q=m0P+`q}ccU0GlAb21xr4a3I#e&ix4v_Wyqtl2!)$dC*n= z83^`IUGB2Xx(XMyT)G(o;8^5ke{b8wOc_2#zR zpx#2HsGMEP6xxNr#0GXEZi!fGN49OCupvTn1>q10!Xe^tv4J)TipxgZx{bC&%2CxB zm>}Ex$zDJ3ZGlLygE-SKA?-LO_3&j!55$p-N z97*<-(}+tj2**|s&v)5Z$&rH`$GZiuKG zQ9c0MR}ii$oRGLd1oc6}A0%Sr27}Hi%>#|on%CK&J_I>V(o5-IF- z6#I``E-`uiX0LOBp};Wl2=mJRtCT4O2le4%ddTMU5}FUf%_jRlQrvKy9*;`m8f|lp zN#GhwE@78(YZTmrn$8S3R?@rUE`k1Y2JA+EXqbGU02mJ%&9(<%e<#E;6RHKp!<;1( zV_H(lB)d*(NnvVPD$7^Qr+v*GE04wL{hVsKd^#ssxH z05wfv`k5eenb7pJfKp&KFejx-83d=d(_EBrhEq-xyZNq2mje~CMk!4P^?4{U$u9RS z+4P0T8$fE)L0<#TF2~i+8kK2lRMn~Me5b@rnm+R6cKSi({Ac5WG|kABybvXeY%E4x z4O|3V3|x|AMSmNZ|H+M9iYlqS=SH30@R!wDa(SI4c==0d$^8%NS2#sUmI(^qKspuV zOy&}1SDZr_o2z~$kUI9uKy{|C>CMKg>TH+}hI9=(dxvwL$-%k?+-&?>Ak~h}Dp`)w z>$v}4fW!(^;nsS6+A4B`O5e!Jv^A0%5pC4iZQLMh*sm%0Ke^oG0pXnAymN@}T}WK-o|DRN0u!ZQ>3R)TJ(|syvy@F1X{MrY^CkBo*P`Vy7dN zcPaXZN}V0Tdq2^rXrG zaIQP=BX9Ed@&SN#?|T7!SV!|8fi9mDQq&^k**E9iPa9xP_#|;ZP3ef&3HU!mFFdil z#c-N9cvtl1b%^1!jE{ACJ+PjU^EI=o|X22$}PMluwOLk*patE;%nePz=0TjLI-VYnDybU{~MbD z@f*W^)HQc*r!BDug8jHuL#$ zA$Yu;l1!mcNDsn}A>6Iu|5=Mf*k|^T9-%7EtZ-t`cu&{?g}LbRk>{6V(rtpfwahLPl z@c@1bE{?t2WcXC!#x?}hR!GYuI|Q#;NN*z?cf9iLM$T+2gn13O1F<~{<<8Dik3II9 z3&GnFg1^l1VNkse_BsgZ*oF06^C$$T zkuxNG>8(TV2fGpah^_$#xlVGqI0PKu{({RH2FW$R&pS=j7IY7AjbQ(QB+wXB1-rwDCB_$W&r#2l?t?FQs!BvB1=$v&Ot zaviD3(`_!PEL~dm`pv+LJdY<6t#N(mEJ;GTvJh-?( z>B#adx*wF0CIYTdhh-G-9x%Df`z~p|O?M)syrS#)(GEa*r!9RF>dK$^ zK`}*xlWkH+pCa~i*}zl^5c~Nwd)Id2v+O)#sFMpmdH#p=vv3%N^e8AFlqj=#LP*Nl zNSz~In4tJ-3;$mT*NTvSo^UuM7Sq=o(u)#AoexT}k0SkNSj(a-Y>v;45N^~VeY$YE zCCUtm&scU#38t-I37BU9GXbgbEcO98Zk$qR7E-f;IkwO;yB~uVo zC{0nzw<<1Wx%@$%p^4j{e3S6>=hUJ_E(0zHmH=0X-GDz&lH)F+s&}e$6)#1ZJkPF7 z;F6Cz-VnY9*D{yuDxbRM)hN0~jOexYh&u6dJC7Ju4?_%py^%35EFrv^Li%!Xw8e{wsDV->t35n&buurxlaJzY7V(0%wY@Z_xpwko)Ye*n7EjcGPL*A z5L_kVF6~bJbQGV{Bn_YGY|`nf9*y`^o`;}tE)>IqA+xzS)XY(H9=|1zUY5QbcimWH=%c~ThUT?7fT*yzS2>3fnxI^^;7K4M{ z8vKys3JmG=)$B&evnb)knO35ODDR)hCn`k$6HhdUn;Y&{UV_N}TnhX1C{8uqrZiNZ zDuJTxc@Prb8=9T-fP3^##BU|Zkj^pQZ+RxMN%opgYMa|kYLa8R z4REgb?;uSDKSb4clZ1!F_cy8irgJB;->DR*6XqL2FZnYy8=_txBsIidaPIqiA$yXJ zTTaZxPK3mVR_w$_iL$x>B`=kbPVM-JmE$CpqoSQa=My+_n0U-3_E**q;ae@IuAJsv zPl*%KbPTcG$I1))Cn>Ca3@0|TQ&PaaE0&G4+(Wn@)U}834U;fnbOML)$yTyxIS)8x zAg@P{VTDL z@3Z%D#1PN5&8q?LDvbAuGx%YocnA3p0RIzCd&f=(L1}0TLGlk-Li~dkU*q4B0p&p* zt}iDB?K|LmQSS#^0mR^vlhm;pA67w~cibO=pL{;f5WebiB%40bzNQb6!Pz)`^k3YH z>FfRa2j#!n6N*dM7}ODe}B2tDx$ z;PXy;($Wn|7=Qe8k7hkz4N7tu7qeO<3^2T;~SeFhx5&Pal^a9zI zN>^Oyu0;OG2;&?5&QOC=x&uALLyKKG!G4bTQzyE#o^Gm_o1#BYnjwcNzG}jHAD7tI zP4#nA{F*C_Z@8LZ=y_&@@wZyAE^>6khxLKBg{5;PtPi&Hh*5en_~g&5VSR{Qf*2+A zp_wSM^*ObayJlEF&1O1XFrDG6p0)%va>c;YqaViiUQkVX?|qA87~1d#a=6_BViQ&J zfDt&@WXRJXj6bvr>!ZZ??m>J|OTnWPM2xXTIPq9Jj~EJ5!Z;}bwfJiXeHl$b$p;F6 z@lcs1*wFZ6pywzH>l09XCTMh&h4Cz*r$eg1@3p*M6xvNX@nkzc#haa|Kh?%G#Kc*N zfLF&ROo>tJC~!6)Jy2miz0h;PL7Zo!2yr_6p-e95^HJG@e4y}3lYUKv;drB>#lQtX z8bv{!ZbL`Ri=bR{VSL?{1dcz6p3oV{K`6qR!mlGuKMVO%OwUaI6^s-6CfID>&?NAH z&Ru1WSWT}YRR+uzzXc)Hq{8@AOnx#?wH5=_z(r!~ad`YHu;Gi{ zhA(k{?F#F{kpx-JUo!gbhxsoJ%$HS)cH&Qt!f-N4BVKO*_9bg9sk4UUzCxHhovM67 z>ZpxpkcrnrSoo#(Aih$3I!}Ys2gUd*;A)ssio6CQ2ywD}fr|23O9FLbbO+GuaRmtAM`%Hvu<`(Orv_B^a5y#ZBERQmOr-qe&{x z0b`@L0dy)Qs=N&Q$s&}*fZI9$mjZVHt3~hG*qv@;ch%9D?D-n--YrI23gjmw5DHM{ zJ;1&8uis(*{S&&HthN~d)BVs0PZitb{HB58=t<%;hf|Nec@TLzuTq5sFrH4|X-js2 z3Ood?Lk*dG7%>-~%snD=PX8aZ3)2bbmK28XOscUS@dkH*9uvLdxIYfXXn0y+Bk&}a z9)A&*b0ChGK0R`cjf;?$FWbn_!KwzB$$jRJln11=-HB4(l)2 zN0bx4xW<%c{)^(+q<8!15!PSANg(|Xe7+NWupT|a`io{Pf+{r6%K*j|dwW=a#nuxs zRN{v)|L+jiUyU_KoBRM}3mrN#@xR7WY#4t&7RGlxVf}TxE3mBSlC*FPT}c2RGzo-+ zykp`&r=nAfR(%6-too*{3S#t~KBzZqte-n7r&y~yDeZ9+cq`T##G@a-|AyCTh01ZN zyULk9?f%R(WH0^gv_s#6^Cdx8e~&kB?u75# zHb9IV{c6~j#q{~mEwUq-TfR5${~MjHn61&rT>uZ8 z-PoVQ`e(6BG$A+A&!Jx0jTC(Jl<_A*{xZSX`9=Iar1xN?@iRTF=t$ZNY8pwH|0wXz z0Vfs4KQ<#?a46kjAGBYh(XYgT?Qr>P?gl@fF8c)Jna8{C*T8>p9|*&<<~?c-+Ul6{ zk?kA}h{2c-d;@$7e1}Ss@;zdnbP4=Egf?nz|))UN(B zsviM|8UDuS~$f{)H{67p}? zBlz}=lS7JeoKHtDCY=<=Lv=(cW`Z{9#I*R+eM%>#rEeG_dMmN_F&5wVuSNgi^}?1L z(c9QXh>>dxo5;;LqPMe45JQ+eNSzoSSZu}-IKU$KqAQ{wD|XF@-odVe7*x9d9cgxn zNtXXoTt|rXAXSh*hwvv62}iL`;Pv28JJ*;IF`e*U5xqZ}K6Zwvu0XmzI`(j4uOYV% zYIehoSuW9tDgON?XMy-fh6X!cDAnCIB4W&Z&uPJQ1fSO>qC12~@WGuQQVqFkPJ|3x zKkW5pa*g(^V{*tDAzcp<@hXmpzu$DmFvnI5F{JeNjcy;i1Tjkb`bzrQC5S;S9m?Rp zMnpd;mSr92sN`ZCkwib0QZJ&95C@6e5l6a;jItF$3`N|Q=+RAWo_dZJ%`=6+JhiJFjUucuHmL?_ z^6NadCe_T3@jF=Y6I}#OPUip^Z|jK|wC}+_0XP$&Z&PZ1G-@PTP&PRU4^!u?D3mR7 z{H51Y#Q$RhQ!sg*2Bx}Q@|oWC0Y-2uW|#33O~n3iPsFwYQP+THyTfpfn>yD`o#*lu zAr;Zj_bE{9DsX{qQ^cUrrqcm_y@-8GL~w9L^b#RLhYHg~Y6fUCfmzs@WHtIUBl>Jx z9Af0^syPQ`Wl1&X+BFf|HO+L5mM2tobxl#V0(|qZ;`s~5(I`m%If?xIi7KL}>P5Bq za*5!RLD@hA-}8B+Yq-YsO<3RP^4mWCkQLFZ>^`4`KFjGlU&!VJT~I2{ahY_A7x;=D z+CrDM$W1MFQ`I8HMRt)(yVy-#;+9_O()iEQMD)vIVZP|)R&jY+jcHcz=C%ZtuE5ru zNadZ5RJp%hDMT;xUCXXYC)u_Y{!Sx;f9Ohns~6F)v5ke;7I&?yJyRik2NZz|H3AnZ z{dml+uyYYOQh92~?yPiW*4Q!;r^=)uj$Y^uXzE5T8;0mXM11TQfh#tm-z4Y=ee|1a z8p1sv(Jfrn-ITBVmYOyZe9{-uZv%syk_^^uCn+6FeoPpFzcqp{^dk6c$%uZJVD(aK zX7NCloxU68_Xs@@`r6?HyAQZu)U{K-@&{1%ps0t?M_=2V{}`u_@KEf+Xp?yJ{>sa$ zS(635vY=NM^vc4Aep&E(X5kybEckM>aIR#b%`ANG_e-=XSo#O#mPFMDUeZ1fL~E@PSsA*ogjx^y|Qjz-z!W zzze{uz$?IWz$V~bU<mNo;1|$t22`Yf zL;N7n0O`Ys>(!W9;$`#K!__f#ZOg zzzM)5KzHDH;6$J&&<*GT3NfIMI{Fb)_G`SEd0Kig@5lN3%_+{>4m^Fpa?i0Ch5wHZP1WJGf zz-7REzyQjC3SbdH%g^Nt=xZdZfTh6Y0Jo1C|5V05!n%z;(b%U;2}TbZ2#-7^OS>eVv_ zG8kl?-YIZPq#$=f{&0^g{(h%GKSjy58g&WWmr-Ao#vkbt_)$^x_gZLqScxT>_G zyr{f*Zi%si%-18Zwg%NsR&7x2nz@p+8U{C5jYH}TWmWvbklL)-$jeAujG(r`jIxU2 zssSe%7m;)^gK7lb1IFcuqD|07xn6AOMUJw@67q=P3hT9OwXJf0{PS$}Tt#^yKD?89 zXDg*T{@Gyl@=R-9o?6(;R0 ztEy^V<;lH!FI>2=S4rv2lJX0T3caeAUebF;X<13JKDV^I_x#EdqiFs-%q6|IUa_#8 ziK61NvY91wOHdr0Us+sLU6eO^WKre3lIqfuva;U8F!ReQX3j4u8dgzORx-V+!YJx9 zAZK8&dHRg%k!+N0nrL)x)uLXdRlQ5+7SAlH?2Y2yl_lks6-H_A5xJ9ca{A{ED;icj zcOI5PF@%&%EvXuAEH26`5R!5n_3^btX;n#Cui_bHrSp10snYTp6-ByH+_O*LUbCv^ zmUW&7`MvuXv}*Mkb~RIUyR^Kr%9ua5q`V4ov0l<^dd1w{mD6YU?3dHGr%_y5-m?-4 zl)(n``V8tjNQkTM;`D)bn_f{>GJTd$4n$Ci>KTrHRi%~FXZ0*8Um%1poY!-DMR`?; z_3St`)9jnmr+@F90lf?JdJY`avrkS=&)f-yu>bJ@bpp=NFezz&xX* zva&=MCK#T+35>+_(&DnJ#XUcCC9$Yxf*=nOU7R zt+*VzWsfeO-Ya|fNjW)(!ug|zW#?DuC1u&e`sL(Qx5{&;iA^5fw@=^x{i~b!3JNCW z_8HWtx|@#*WS(UpPKHcjBa;eNM>9$(}H7@}%nQ z!qJl;kAsjs!Edo_do;Q?w#v%XRSm0;TUb)nQ#az<%hb4%!L?u8&N{Y@+Ad(c5r3*& z?bcj**7{@#w$c}@Lrc`0tk=O3RVPoGV7$a7da`x$73#^#AZz{=>Q9++d6PcCTC`OC zy!+cszr)~N2JbO=pTP$VT=wcatlS&a8S!tfR96N%q^tCi#~;7*YIQ@Pg~#Oy+-%KQ zuC6`KE2^_qE+lLDa<$yL_d2yzmm{kvR^58*?PcnD*5OmMpfzTNI#C&D-M&KY*x|@k zH(T3QsC|>|;A#9J`{nQ4pzGC1iq8aTO%`9fQk~o&S!xoi5G_q?9dD^!|A5`E!~#p5 z&_MZz_0k<`v~7|#J&iZVhpbjB0+}AerufFY)Xo8Ao3-U`H78>$JNL15!%DSTizMZ2 zy$0T+9%v!i$SV$w?MPK`vijVwUTvKpS2b(x=VULB(Tq1;XJSx=~gvf6rzduE|6i_5LcUsab_=32F5{M;AR^VFPz)oc&pZD6066@YB#B9S`%BdKUN1QZ^iHWSnZ_9 zyM^fMChLuD>alINP^Vf3;*#N+;UDpg?dlVXvMv7iPt^H}G>|Z(u;4ISaD>%%hZ?rV z)Zq4d;4}5DM!198!dLE6dnhl*pWdY|te@psUvyzpJa?~pX3B=<*;yJbzTr#thx!?E z^2Z-OpssH1TT@TOr#8}#QQt)vYI#PA@i$ilUKy`sMT~vX5Kb zNMK^Gl08h5GPQ(Rn_<&8WNOoLJZ^7q^9=+?O*J}jz&@irKeq-4weG&9DQbPfB2PtI z{<5IWw+kN%Ycbyz=}i~UvN#DM+9j=C zrLsK?g!TOM%=%@3*2g*_OS>Ig)hk)r5Z@jo#!$4j*=o~7yDWLdY_c9~qTS%5+Cx32 zsn$qqA^O(SZLYoS<*b(42`74H6-}hmT3QL(TF-s1j0o@nJW;U24fZ*8z|2k_+DHm~Tdy{5ck4aw04XNm@!TW{_Q8~MxUMYUTyc*E&&`k3O!pRJt}@U04O zZxCE!s@hh0;9Ttk#kYBg1~|DK+yv5ef#ahgFl#Au*G8r4=k6xgC5b$*>NnP8d_mpUReSPwJo-~g(#n;c!u2*`c zGm>ESR;sH+wIwyZbDFBf-=3v4QG6|V>Ilt!hPEws~z9s5)MyR;ST0U3nn6|URR&GCv z&*Wj0XHC$x4%UHTTAO%&xi-AP*#|Ms#s}PLK4kC>vz-(K-!j#isV)q@W43~+@0ps% z)P)RwVD>Sleq`!#rk-H%leKTY_H zu{Gl&?N}d^m{*=XH^=X|NE@tV3bM3@wd-Q7zi%u=QPRxv39!z%L|fo{o@}(9zeM}a zHx0yCOVROHFV&hST>Vma$p)8c1C%Upx0B--&%a#TtNHrj(}11LwhmscwXpVGsWp!; zTBbc+Kbh69#klLVe8tBgCXL6iDgO8h?V`q+KXbqiG5EzAe2dmQ>sO|KWAHnJ!`7l( zwCrQ*Y1j&yPboI=0L`9+*L9VVo0~moP)@a>Xx7GCv_(U_-iVQDP#wxEUro!57v8YqbGwzi0YK20tmZAC?riToMdbxhdOLrzLB+^B|AiZd|s~cNqpWqtwmGi_4u-9wd$bq zwWYkK9k1-Pdc3A>R`$ogeoa%Ab~B-KZ6H4vhywY>7+9({P%zOrUzOiP2)5&^by(N zxkg`^m}oR5c_`{d19=5TKS7>4+899c7nDAbsUZkz10zNnCo?yQ!7K)Y8JvOug_DeX zk$_RgMgt?q7{giggrJNZYnZ1qdj^AC2B*q`DaKHd$Qx_yXJa)i8^)l&pih`=AHlE;c%-e_YqbNLL$Fz6)cqoc++BuwK=$}eES1P0?7oQWVB7?W#E zVs5g?VeS?(*PX!%23H9B*h$gASd91B$rzR~#zdA(5hdgDjBA*i%HUHr6J_dbSvbl# z2MIG87&p>5i}Z6D%;HFu3XXitt%(IjnaE7cH_l^uF@yFDMv!y1C>(Ysrua}pCwV%9 z3m7b9a6W=)Ab+$mler=Wa|LN?u5lp}rcp)O0tTg&IG?F`48*(k0M)KwwvvItpoGDd z45|@C10yCx0~3IW6O2WqUc}%=1hs()SW*+A-PAl|7bWdwu$bi+Gq^;9U(vV}NwAGJ zt|RR-2G?4-?`Unz<5QB9HqJb%A0{PKE!6@TlQm;Z#8#pW9SSpGqjWGUV<-V)6$l#Ag z#zodS?`mT+mNNZ9{NZ=CyBmAwv2;&suvr)2;9Oet-R*cdhlVcfIRf?;7{o`&>_!R{Qh4YT?3A zsB$^{*Zkr)CLXD~DqJ_P;p~m4E!`cMRIa%7?i%$D6;;xIo1}mq27U*=0uBOS1Ai3% zw7Xf8BZ&PuDWF&P<@^;7AoXor1N{N`ySS*dR&mGDQ;KJnMo$07m-{Pnk4;igy0Tsl z@vkSdHd*pl@RZ_xAJ-}$Kui@nW|USeZoj*#T3OeSKDqdd(vvD9GY6X9MQ|=K=?Tu0S`S7tkB%2lNL900V(RfYZ7d z;$wiXfp36sf$x9|fD3`|fgga2fU&^Ez{H~B2A|fcF%!{QfB{?v%m(HZPyMuu`D1)= ztn#FClgfef(;7vDht?=a{Tx?gxd?ypfg_*z4LA(2Oa1_k`0yv+*XL40koE$5KffxZNNP0c$im^l*geq1Q;rZ6k?t<^M(PACTAWE2XBPnr;L9u zLqm2$ppl+0x@aWgqX55G&KCoBG`KM@NAF^n7z5q~fKxeiiAj7Rcur^Mnpgmn2jEzt z^kP@25V3K2g&2#>x!j&IB@syuXsG!S_0W4PF4)zGiYEu*hQ}b`2mG zrN!}XILq1lgU`L!f_EK|-Yv{o;^iRbwfB0YZb-^A<(OOwrf1_ar0g{jv9eO0>gABU z5pX=_uXY9aE4@5lGm6-Lui{L`NZu;Q-2|jgreg4J&cMF~yjwHyE%0vh@zMXX0%qLq z%QznY4#?h_Ebs1caqwlM?uu8F-G{@k=*HBLr{dHMuF!V_tATsO)^smoYuwaY#O|A{ z;5419-yhFOD!(pXDHZ|$0bB3!LX!gG9|}Df*MzbML=QbArq9FRKO&4+kJzIkpRo-h z_E=n%CBS(cV9rLEhJT1jJx>Tdn~;VcJx}i<)>AueB1usvTc)10g=Olgq?Dakr05Te zl26NAH=VGh^F{76NvUV;R8^7p98#v&w&#V-FT{h=_7n%c7|)GGQQ#$DvknCW;w8Wq z;AI=HAbb^g4R{^c3cLZl8Ltew4WRT}Hs0p=_lv)S^t*r*XW{L@4uD182Hpc42;xO<#@P}}&)5Ax=afaoeh_f4*_ZRSYypo-w8ApMCfMZ2L@mRGRp<;sJ z4hDAw1oePx5JyE&S0TsY_YdM4Le7G%h?fU)U{FvzfH@Ksk!IDDsBBBHp+P;@)*IC2 zG&gChEaoVe73_j=2zk;tN^xq@erW=wf_RP#>RfJ}CIt0plHsz_DsH7!MPoQPStmNi z1PS7yIf%QPTs$xbaRcJ0V-Gtms%cBGMYRC7St_qBlsnB}85&qgfGb51Hzz^84sf#D z9n>l%%@Y^>e~~m#*wV79cUF%e?t@&{iq7KDGa6BYf4C$SXqs%b~>CSeCLDt};%emPsuS>ZiqffqOcZ zub@~rHsb^l)XxxCG$KT*wQVXlG&ZvhP8C5@Ji~L8wguV&?Zt`4QPu&%{_U2PcNCSg z^__sTfX?E%$jdwN7}_t@IYokc7co3!Th30ZK8V{eIqA+7CmhGft|?O8Y^m-^Qavao z{L*ucf^$&SNw^?3VLjZW=ix9R*Dx-XM-Zn&djoxtW)E}Q?22^Xc&_7IyVQAhPQSR8 zlG8tH&Hy{dOfNJrYoS3|bMmw1a8PfD*@F>s*cAXn;uRc2P0h6Wqg=^` z0$gT?0mI`Joq~4TM}RvruBLED*_ED;+|hQ$F~qsPUI1Je$1NhlGuD{Nt`CaGaaK#$ zj|DCU3W0HM5vRm>C}xMGdr(J?vvBjA!*MZJmI?qd)D)!b6xt&QrE`T&EUkIf8k+a0)+*|})1B?b1 zgUO}!S|Gg$XER%usgmn5mT;z`zm6q#9oKXHMAqc_#I@(YY%{l$8-W$^^8Psr&dRKn6lKlfl|^R5c#&b}m`N4MDOZXLiy^|N zKIc&KCwN@JZU$~i*#Z8$QbBP)VrI5b_A^I@GxOz_YCf%8_f;hN$rR@!OCvn~Ne>K!)_QgF}bMDQWvj&x{MJ`u? z`w(&mxF1*tB&`Cb*!M?)-N_aoD#Yc0d>~caJtfG85pGjb`Gb&rD1&saJ`&uAZQYO9 z(llkgkT#QcBe1fW@~99`mEHhu`V@OiazP)D)2H$*wGoxe^AB!>#IQ%m{&$AXCfiE? zj?LR1o_js1Obf|VKB>%}d>R_$b0TZoZ`U-G&%duC!4)sziadjt5{}i+A~(}%_I{t5 z=OFz&@Pau1RzU1UAk(mZ38lQ|yvFCh*B~lSJ6wvr>BG@2r_W}$Pzg>&j$yn;l7_wP zxf49Dm^@-TD=1eGd1n;VUqNXOMLr42bBD>D+Hp8dd0n(&E6?V3zr6tk=@kX_H$@+A z!|fif;&2>e37RJ%efpMoy~8tvgZ+?@T(RMEKjX>8Ila7tIOaW0_)hijW~rWS+zK${ zG@F5t?Q@=YxO&3XK27vOYC}vp68)`k)Jm1|SR$*~CR+0f)Nsu3F!^r)^BJkVh`nz= zn0R*ua`~30zYicGhv0`^H=4pRoAvynfUe>D4?D!&uG9WquGJse{fyAAaJQ(CRhJ$& z7Sul$T`MOeFXQM7oPYK}T@W7~DEe~IhkI@1xR~=f?=#m7$cvt5IoWP`H77k4#HR;x zyADC?eo-a6hF!$dAn_$|0Qf4N!})*Ebw_z!OgHep7FB#>SM@EPkZ_+Xc;7);S4iO4 z4f?%(?;FGoSy2B`X!=PE-b3*maCpxp`}`MA7x=&0`q2L0ki;71YwKYa0#_RGI}1`A zoIijgz@Kr|=KO`!-=e~!zG~UpV=yg@pMB^3M z|2*@RB3T6?9p_YB6})QT$pw?g1-96$E`&R?5bn#ID-4=f(``&G(V<=`=fuGJLV9hx zl(_#4=_k3x>WG-*US~{msL`xl2t&3>=}$X+(wQlwLi))F2Z}`rFpr!yy*|&<|riInNp)%#^j?&2=_<48w%lyCnWBM zoclxce^aOo;j1RE`fLvqAzU7X#CILCOZcS6Q;ytfLin;HhnK{wHpz{cz17Z@N;iX2QdfIdDsz=ms)Lkb``N?JB~(c7w}64@4n+k0EEMBf`Om84AIX0A1J3t;A8C zsICoaCpAu;zFY+)yFO#!aZ0A#JQV=bl!l; zRo-{y=v#FAF<;m5(hfkJdn&c}=lVAQn})|42sSw(eUMnsWd*$7Vg(_6u-Hbtu)t0u zggHFKZ?%;d2rWa9dV7L0C4jP$GZe95;t3NRGpTq5WDN&Kh?_iQC*^YPj!aTD3Y_zO z9C@tI9UnVFIN*i!n7DLH))~^xF%T~GsR-eMEQBxgLbwT&DnhsiV<&{f!YP%~ z&_ZCGt#rI?C_+@(3^`+Lo#Tafw=tE>f!rEC|4)K2g+jUx3<0=4lfz{wgiEs!j#w4l z-V2GlGW!G|y5thOa)eIhzD8XlcDik%I&_Y0gye4J`JWF+7yH;Dap~6F*JcV!W2Q)B zKra<9o#g143fZ*L;Tp^lA)g31)9A-(!1QK({RS=#y%?935bnFA9w{ZCG5A39CGzIGQdgTkdrf355Iwrk?olUP zWTz3L=wYbgdmb6`z!JihLr7nQ6Q49`F;dssQ|vmsEJARXpe)DN^}uzg8}t7LM3;&| zvKFyrVnHe+CJbC|D@BMhHv%h!Q6YV$Z=^4WK_R^eSOxtd{U+a-DTb+=iU4jXs+q~f-e9BkW> zbC*C+90(m7QkiXf5CziP z{*cFol856wxX5YBOBvg>>ygFBO77^qaN*Hp1G2f@?m?P2V$LoW((P*&mm|x`@^T(L zj&jb$;tF=8k?*78st2O94hH2h%P!@q&^fffi8y`qPEp9j2Q2w4#uVPEsO-Nr_U!-&5XAzY)$Hm8bbYDGwVH-%P+$4$S7(r1eF z@D4OWc9Z>9+yvt!DBwPotbq4C$?aw9b^vk$dDD!yJgEaxcIJo3;f!FP^9a5(P4aX; zUM5%bk>o&pcf3C0a>?KmkiBGljA(lQe3GV!Gnw5k9~ndXn^4KF=O)Uh_2l+umkv1# z5z2qc`%6A1@R>D)->j5(E!+py?upyCqkTp`)?;z)XM@zI@Dzy~vBm=XXZshi_{Ulb^e#$HID5 zcZCRxZ{DQZ>UOm?#L0~1oLjuG&RaZLmHf_)HOb35%GH^SBLfx`fIlJ#>nGc)>aJ0o zbGSc*#3??Uins%h&jrT;pM%PTDIS!rLV>ao*6YO^!OX^}vOds2JW8<*4ebXGf2@(q zYwX6FxG`SX<>KNktT&VGXSBJ?%yVNc+!(*t3gauSDrgP2kT8C3gPOY4Jfr69NbpmOO$0B_(hNt-Xn-ls5SfQ_Ll4QW=vNKN1rV_-)1G+f!>^Bje0D;2@Cn9_e z;UwS^U^3=-Sp2YR8$y}O9}I-`OM$84w!-@XjTfT?uZVC9h!}rb<%}M_NOMMyG|{x% zgA7lB6LTt;X3d1MS%4vy9!JJsjul_#Ry` zEA6*iQtjNVC8YE`;qpwT^4X6^Gu(^t3M?#cp7tQTO1%1@!{;N1;njfrnIR2W0G0CB zT#|cjdqaJMY67^!Q~dJbgj3FD_$VO$-B_3MQU_1qv#+sgiDMOzUr1(pHJ zfg45dQgDS3WNf7yD-yBvcJV4n>f<`AtjW;_5q z=yuRUqE#Fz{7i<9rw7&pkBX`H2Vxup8vx$gIbHJ@(vwZ}4POh(UfYIjKA+b``f*@m znR8r@8##7p))T;{EZ*VIF{Bxkd=hv{=r$eq`CCl~IzxowPXmc8vp%dp1A}GPaoju$ zZ-n*d;tj!-lk|Bs%9;CN{RMlAvP0~BHUptGv$k@IHNUnJ#cQRDq2?v5^YXEikDdgd zTu&Tf{l$0$CD``O06I;aFG}n>5yDLNKnl90GX8^fSl<$_ZcT5b3>ht=sP|>y72s97 zeqWnWckzD&;T5WHgSjgm#O85SIn8_BZXQB3o-5q{3rwLntZ$9iM(o6U<-d`2YGG5~ zu$vkwhlsDO-tbY;VlP!m4knmMw~aTYz0~xk)C9_z=iEfdz2hzWEc&+XOoWi*O%evX z7)9^eIS5gjFF8Gg_3dK!-GMTGfNO&FUJ9h}zrlUq9wHyu$`OM5A(U?wGmEkPBDNF! zUE(E0Soa%wJon<2)&JI4Vf`cYIGrlN)2ScF;hRaqESR}~tR^h>&{DMZV=P!<{gXJK zM&-(~2foO-vOo@ZOIS+fMLk1#wC4Vd_V2;&k5|)hqoZnXR#pCm(OE3R`aYDD&n-Kl zi@WY;z~^EIbENzw>G6Lc@kLSC6qnDOuls>7fdkkf!?=v{j`;_(nj@bdzJ~laz_%zP zIo~1VUM2_c_hN+f0`CWxzY}>J^yZHs(o%<27Kcj*<@gSP#eV`0@zF&rDl$jzr$5^{ z@}c+_AtCp&Uy;MjFs%O;ugph2*?)&2lCA%KM_wjJIwz_PP*x0Z>*OAF1o$&v$=9WS zWzlZR>nmx(-&uq>>5d|AEy912&YaG5QAB>4RU|@C-Z=8sydg^b3+Vu$+K-QXWRBni zAaN05A}YS>lA)+1!q2ws7;hva*l!}@@4@f~+!1_k#jzpPIJY(btrk z&OwMW$@^Uhzd6+)Uk#{UWJdHFV%d!7HSIzOkyXp5&Yx4Zx@_8NL!$?20^b+llLZhP zj%6o7*n`8Z1MbNfPB_2|*PcilS*9+Ksfn^7;*m!>$X}6N2t`l98B$Ks2(GuXbxcIB zCyc6Z`w$^aO@5M(;ES?k)Q?x>_-~j5X@;COji3bQ73n8-de1%%rIS9Q2gm)y3;O{a-)5cfo06AXT(Xthlp9Y+coh_ob z!Webj&QH-&+Dx}$Vt}?54R2#xiZIRZsr`_ej_7CNWGz3?;71xK0`qcI&0^eFBlx~8 zqPI)xr}nU(7qSr@*LEW82-D>Jl^>;XQIH>{F(yAsOXhWPSHZLx+n>e+kKd|A^mFj% z5u63`T-T7Uwjl^%NOD!F)pMEYCaPx)KfSa|ICWy#aH8ok7U_{vguI?EPny{)&Ua;U z>Fn*A*~c~$q1Z$sxB!gc0x%-3{-ohurTv=s*@q{U>9N<)k1C{-tTXJJs#9X(t$)?#j(z%oOu?rpufqVjLuf%e%~t z&31F=xV*~|i|ALlpUy<^VVW}>{RStWX3EgmIu!xwWmG zQg4h@aW}G8i)>I|-S_a1L;BM9#%INwEz>T%#PU<0rbcnNq4coIkeuK}+Dn}FAWXQ7)* z#B;zazze_@;0eHd9;5`=3_J}y1H1`r2i`+Lw*7731K>lXIlw;xb^`ALZvg)Wb^)cp zHsE7m2k;572ly4>)cX|J2Yd$5FP|4hO#D622p(~xqJIt`G>|?Ba5en__!jsY{4)`L z1AGts1RMfyIl?2rFNm*3cog^zI1Ky&{0#g9{0V#s{0_O92>%BD0*)1#QM|E_;t#t- z@dy^hLstZku2DRmMe(9NiZ^gk{30cax6)C3w-UuORs`2`QM}`h;yrj2&s|acwj_$b z^BTpUn2q9@A&TdWD1Igq#UDY5;OrB{ADE5cGBS!+Nl`pBL~+cI;#j9J*wtM;FCAx+p#ph~k}86gyWGe~&ea1tN;o zH;OGKip?~NKOzvtDKv^VTT#6Git6Kl3BYt<4lo|Z>_<2SmyF zaz+P|j@G`0f!h){Gzzp)lzP_ljRWfvmoy0+R+MpxvCRT6sLI$x-IjrdL1lr}wPRq4 zvc!70W1xw$D6yksU_^~NQ>kPc$#jw#Br{27SzQMOYAZ(K{6T?VUdmle-nAsxStEmL zOXyh?RGTW-TMq@*^(QSwPHFJ6*@d$w&zL@Tdf~JQ#xe>ox2A{G{<$|YzJg?>^-4&c zsH{q~2&>hqjk}t>D?mysOq@ESaCV1w#$2-Ikz5Iq7cfi&u`19#T`x5BvC}5ZF4PNW z7a9vFBgjI;N^4A-Fnes8)Vjp#2I_^1@=D@pL-n3o%9V+`JF5$GE8VD~@Cp#?)IREn zN_kZc$+7D9QHN=HsxdpUr;i#^&2<#qNb&^9CX#zd9w2#;l1E84kUW-XIZ&+-$bFIZy+l%Cos+LFjCzdCw4$c9qmEiLu|Hp} zrsRmclEl%$YC!P`mazCEiO3MOK$C32d0DWn86(sIvKlHhwj^E~p-xbxoZwJ+Ua_@( zv|7*Vc6mUvc1%zkSS6#?oW$bM>g|CBo=ID%LFz>#=9O>Tsa4yy^F~`k2CD6?;fu7| ziDeh4XGU^`oY33f>UJsej$W#ER<>B3rmEuuc{$dD)79$&d6leDGu7fmwOQ(|it>{6 zu%R|k-b%b}s7hPMkb-_5`E;%);@P;ty?4m_A3JU>L7h;U#M8=r%~i)Da^K zj8|#ZSyuiM)X~wpVTt-ju52p#?XBh4s|Q-W%lLMZ9VG9O{F~%`5>H$heYe%-keYAp zyGgB^D8E!)7O0o0_=jG}#AD0Vje#1Tl&5-&HD{&za5FC}YyGU+x?`m}-FmV}t<|_} zV}+fMyLLvcaCa?ejb5b=RXSMfSE&u^m0f;|_1!A<%v_&Y)~e-dHEZUbYWW;{p!B^- z9j5r2p3!NEXN%Pl6_OMUenzcr>##cBsWu7wYGE7i`9ZDW)N$>dYC#3%d28nyHC88C z&iH^17GBnJyGp)^Cz>t2WX=3Yy)&nj-L%K5vRi#cii!E>d9=j(dbc{RD#h|NqbB}m4#r6& zrHKnm)ve`gc+=JA7wfEjYSTJimZ#3HdhR~8gYr(|@qKDTMJ~Rgc_r4K&(u@v?4(V* zNW{|Wwfy-+jnCC56{R$>?F)5|B7GvdPd(pIum%M&F(sE5nv$QhA%;a7EaZQrbWA~7+fHB*$& ztrcNyWpB@LQH5|2OU|oZFnN5TVayoYw@usDZN?5NoIa;;YO9(0M7Y>1WczAdMC)45 zl?W zdgUx-u-4M*TwS{hE8j=ewJyF@Ow=yw++sDap)E+AQ6<(hHMCVeu01YB*VHO$7+ z!qsiHx0Khd{_V80T8ZhAQnT0Vo@-^%#Kv~o`8gHDWUp5)0WZxDByK!Mo31IPw+_~Z zCklFK?^RR|T3ZHaORe<-wCXbcYQ0R;P&Ct4eBVH=cc9j1Xj)9|*{6HnVt=PRJy<(h z$>&kAW0fRAqqXjeZ&C7%(Zu+ewopm!HM{*s#%QI=8;K7t(87wdfgZe2>y&Zeh`Q{8 zT`$s_)=BY>Ki|AayWKaKJxQNXqT^WYfu#Ed^59^Fs+NoBH30kWhS;D$#g4WLGD5)O4p0`*Q7<-9U&#E|4i~G(7VgkF8 z#-_we6SbWIU-P_a=xd&}X|i_E*E-J!DPyT5v3ZKN!oM4*h^8)?G}rQ(%QJLh-&C!N z;;YWHNto|9tj2Wh(u~%-ZJc+#r~cL%+IXMG{EDueq2>GhB&L@?f8PvkfA+oKlN3Ex z=LgV<*>|T_is; z*-!!biLpkEH6}U4p?u~7Tf*WaR3rJ}^{MOel%cBr?q`j?)Xi?t3))LZam7bY&aRy(Nq zn&7jZ?W}Jdx?ZbcEx1lAf9p~$l321-d#-${xZkWXMcN>xY0A>=35d~EzR&61yAR77 zYaO~v%S-&eO6yZO_b@x~calG>^WxeW(IbriN%9xT-`0}2RzK$`;`6Fo_gY%D=se>e zrgD0Y6zX!VDnnuFTWht3R)xE?_FcTTiY}`#FVuVb+t#gH8>uz08tR8y z>x#Ry0VkIskl1sVRx?L=+xm5_wyv>PQ%b|Vo-eUpx=+hL5y>ry*7s|rIjLQ>B~fR+ z)`B9nIrta#p=C58y7vm0$-6F zB>BdAVuRM9&SA!XC;5Zq2+2{BV^-iX?W)|9cx_Req>gpNW7VLf{oA2GR`$-vOQ#+&qiDOn#2 zi4ntx8J~z)&w+!CJu-mG~wtv0K0SF-ML?UyRbw!|GTYx9E2 zw^ohqT65)7>)h?yE6O*Czz$7SPM&~vlm-TM2V%e=qd&Y>8pt1Nd~el%PwT9FnHck) zHbpV-)lgq9NG#C3Cos~`>E9}3ha`Kn5oIb&Qk5hKQX1&q9pe3CfgS^ln&dVhsSOef zj2H>_2;*C}v=-U*K}rL|dl)rDevk8wtI0l9GeH|NT8HEml1;4tWX7tKbY}7v#_~v- zgTw+ohZ~KZlyS3Q^&4rNMpg@wPg%1#C_l>NBSwei`vA4KW2_TMX`oMEqa#!8NhXkVAUO*JnZt}V zh`=cWVu8N>jqc3aC^&rw80OhboFx8)=FG)SY?-w)rAz~U|QU3sD3?dmwk`EFK^zUvI zFf~-9Fph^X)s$o@$pXP2Ff0}rfc_pZ0^QQz7|fhuB4=Q4<2t5>lk8(PqZm71W}at^ zM#PK-2KF^Zk{=_vggrG;NDRW*8k%oR7Kx#Qj4{l=h~y-aK9rm!GJ6ie5bt3Wl6^7B zSd!T!7lOnBgZdddQx}j-5v)<&jp>M(#w_wKBbiK%24mAm#G~@}GS zBC&q4!03K?)l17ypEGUdTydLk%(Z6j(gx%#;!^!eV#_XVnbOF+ulFwPE1o@VhCXNN zgmbZkmb)yTn6X=%rd6n|v`}g*jjb>DXwB8nD&{4kpK5E>$e%gK0uf+Axos8Aasv|w RKGVL-Q38qg4{C+l{{ds)%5wk! diff --git a/processing_modules/__pycache__/MEXICO_CDMX_processor.cpython-39.pyc b/processing_modules/__pycache__/MEXICO_CDMX_processor.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3bb260adfcb441f63935169919706c8b3907583d GIT binary patch literal 10360 zcmb_iOKcoRdhXXeIeb$TsRz}1T4RZ%C|Q23Y)h+`6-yK?%CC;?PHU<;9I~f-SluH^ z;~oT9dSm%uKyeTR2n>Wg`jAV`#$NW61rh{%tZRS-z6Ho>ec60}bpA8Qhm@GRH;AR8>$am!}Sqsq&{km*2k=| z`nWYN%M5R#zQ@`l^BHflzSr6-^I31IK5b3Qe9qff-*4@&AFvM84_XH$Ebq*9ouCSpk%{s=^Wu-j)J!n-H%bFOfx{=MC z$gx*yo*RmN74ABbYhQo+_VQgjjGU@#dqI^7%Na3BwE^^*!Qd#NJBK z^dtVzzOj7!+``K*+fiWqPTdvdUCr$k&#B4+s*vD8kV?Q@vAId#N*XY?Ke z`p4}-F<_(SSAp~}2Y(s$Ua$Gh$Q84wC+>$B%t#by@<6x0Qwo)y}{`3ebB|4+lm zMLgjdB(6eg1Qk-DJ{r?MSD-!y%ix`1S(d{)%kr#%ca9YyoC9LAZ{E_`yaJ(Wd6xtK zzRM#M(`^!0%mxqc*O<%AfY+)u&}$MsCfIK}X4r5mG?nH<*WqT(j{;MQwb_|b({I)r z59yPb)vHf^gp~}C@BAoFR9(gs9zYVSv0^K+hE$Dpq*`nsg@FJC>SEat28}8Pc+ zDy#GN!pga`l%6?v_LYV6^I@et#@dz!h_bE4+78M#CSqj`qLNXjmB@%P+nF7d0-{eVQwlToD_iO-imqHx zqAbf$3AJZgFh1A1dadb8(Kk0&Yn4@#1#W1%58MiLBs8N{$VOTrG=mihkZKL_fW$Ov z4cDvrZtI;le!ib5!GKEh3RA+x6vPciHRU^57amEy`|pH#ix)Yua=*mu|kO-Z+Hb{LrF~6+yeRzptU(-T2FU2THXre`q1vZ(?bDuVQYU)W_rV+qg^20=$mACAkQ9W! z!qx};#ioXoiD}zVznzZqXrzk7@ojxaQKhPpYDU@Z9A+U;>b9e{^;o~6JT89na@*)Y zV`H7>DbEZ!dkV`;E9=@trJa$`ETDk2v+^sKekFb8)33ZND9?Lwwf$aEL7FNN&yLJp*mgI&l>3OUq; zm?`9N7ji^Gl(iwyI1C(z*imo}v#VMm#NhUp8V{};k2U^jJk%cULED3mwT(}s zv9Lizhh_Hqy9*=XM0l45K17K zqoDH~PC@n~;6 z9+RvoTY9?~O|jABi}2nuJ_f8k(cV*4qG|RTd;J?76#U|XQdQcM@dWV&TshL-8&AZL z4d4*PliP#QzGy#vZ$bZ5KsO?4g^{I%vJ2Y>Vn`H~fxE>ncVB8xfse&_Dya#{o{p#4 z>^k-PT@Q}_vug*_p1)&nkk-U|b~KFfX3~Py(9TJktPXb|=zS7$JqoZrbwvWgAchoP9FAQksFWKeK^Kn+{ zWmZD2NJvgXa_lO;l%)JiaPdn$IuU2%+?EDDp8i;CA7~$p55@#|4S+yY$WO!1n5o^Ze`h1Y3seD{H6OT`ApJ{vCUd zz0W>~kFyWIG1@1i+3mT0d`XK+N($}boIs&HSx9al7bI8vYDHt)^AZneGVIVta*Q%t zY9IAy*iE+h-13CtlTT6+mpi?&WoCVqX^;3nfF{r)X##D)DaRjoY5L1QgQgsR`zO&v zWBeFRo$^0T)7_M&6LP+vnnU(cmwIUxqciaf(!Tx&G~mVdsbv0RSmpNV_z0x_G)aA{ z1T8!TO_=>a@yArG;Uu>erl}B0(4TnwH&px5K1^h7JANRpOP2ooYkNV(t3O|OK`b{7FuM+s<+{SPG zr7msPQrd_fDc?lj|A(#~#*gzG|M)nw@ilX#ewSf8K;f2_YPiboN%)yZdID+B!Jf{+ zdPzF~%_;D;FBDj*3hL$KIcXP^FLXdyA4LB`1H|ovXkVy+tn@+DM@n2^Rk9Knlt=0= z`6h^t($%Dt)zD5_qfQI5s0oIEtfhTu$gd}P*pEVYRfy!OP)d~`m8U2bb)>CWxTSC^M>EM7OS z-MD%6b@Q`!(JIy$IalP_TP5VXzPBj!vU${i`^6%WbrDX%J9FRhnyxTt&o3RZ*51$B z=IpGwbm@*9;m)NG%qy4fUMlW#duR(z9`87w@EDRB*!0N(xH|B4F%{~z2JukkmJMe6 z@3akLS@~9#BOsR2aXlDfF||r0G`}G-oACWy#OSoSGyFWdgmY6&T@>bqeg0eV0yU}x z^~Rg)sQ15kl-Bv@xDP$gaqfbQpoMSF_1cTUB=UzaO9;-1!Rl%dMt0|Oq~o?Cz~CdK z5DIvYX$T{AHa+*g>j}e0j7E&ZS`34n%tB7JDlo=sx z2P~WQ*1it{?lJSai->20K-TiZFmmhW!fU8KM3FGWDLZv1BarQxvnD)I#Ijt+OlG2p zDO+=8OvEZy-Jr^y20|lNp>p4~DcDyLrBqL32-Pb1h!iFT1uyWcm^bEH`A$~kJt&og z<Iga?O&}DaB0=Fz8AXMk z9dL586ZczNye;&_+h<$)XKjQ!mToPaX=Rsgot-<+TN(Mb@LD*-#b`Q!>?H(;TruDU zn+T+Y;BW+={3XIIiHAfF8!lo75yC16(#Wu_nCS0d1EFz*q{AQ7)2+;BZTqvf813+@ z7f&6RV%3eKqC&kP5+HZ)*GQMh8r2(Rjo-rPd=bg>EeLt>Rk9!_6AQA2#f2$f!HPus z8iFS~SSGjBHAK${`nQQS(Y{qhHfmAydGXsUA0{Gm;G*Xs;9GQ{fk~uXs?*|@qjSx*jWH2s>q`~xXx0PEsvv6+i z?0HfClg%g|Mu#7F#TdfSy_Htl6Ol>uw^YZ;3gX^=Nb#~koFpKAnVwS!^&O$FE;+6I zI!+qs%mD%Pfj(?RzB7g>qTJy&^~Uc@79vrU|9K0VMe`}9ldzpsxtdQAyH1p@Z15Ip z@XsiTDcM9)#Up>MW6Mxb93NbFLi2se8kp0?ezbY=?<>4CXS=9GF@+i&p+CHm$Xp`@EKB$O}7mDC03&+ zNU)320;sl7AN0VyD_=JdJAGQ0c8x-HrA$wBMq$c&h8uB5rzp%R`|gaU)oMbA{5)&G zo6j7Owpv8iIG$a~OB<|d$qo#B6t>R5dWBy%#}o{ZR~Zt>?BjQ=VbWrAck;8>hN z8YGFPwr|HK)%EtzIiR-TJVDRW&)I#cZ$*5Pj(0l)aXLQ`W<(HF_m29#p-~;HwD&TZHIr!#B=v(&!kH3nX z$im8PG+k>z?yu9saoux$PO_RD;?cQ?$l?qazJ?feAK)NR9?@dWpzQ;HjmiyLEQPV| zJ`DM3YC22MJ?Y^?*HkA))u;q?Y{y);K{;Nc27}Zfi*p9-`uH(|(Apu4wV>u>3*{{G zQ3BGsmTU#&u@M~_h|CI(fg?^Pk*`Vs&WW){&|9^J(COr9FbZgY8oIEuEEL&L?$Jbs zJAT#WbJTF28fpzDvbE4}dY%}g!)7x073=^L(~bQv4qs`laYeosuF$cgD@OZF_X_-m zfMfN*sIPLm!(rt%c`b@uzkEiXZt)igC>c(hHxO)1C$rFT{CWr8p*8iqB2k3P2M4hR zdiYr);2iZkf+It_U+k>{RxbEwm?>-+Dcia2U=31R8%w9$t6F=g=~L5dk%&aLFAB*U zC&AXx?oBSIeV*PT4w}~+*3jH^HM|(;Dq&J698|-aU`bP6NA^bZ=sfHItRq?t|q54y0_~G9@Sb zgr-YL+LJZ&WDPf6OzkQyrqM6Cj8f!jStENA%^3GLrdA}!wM zl&etk3rge)cNDp+c)~YfBNbx`hr4+#uaD?O{fIuK%D-MxHEl{SszrS&H>Hp1Q|egq z*V4B>qwY)o8ABaG8B%RZoyd%+S&hEO(9@V&QuFGNJ_U$@d{LcLr}PojEaE+-Pw12C zNbWR_mQi0H(hao8qb^#M3~f>~s8{*V%5e6BrL8YZ}rlo(XkKE8;4{7`{5sltCDGYJgh8r}NL0kSl2?@FbW|s7JIT#u%t+ z9bWETD@u2Vv^vf8A}fpKJl&P zTYU>$Z=1gd1#}-IBzu_G3@u;CkLHIt!OO?_*Ld-NKq9mt6dHGNF96HPaRQS~7a4iu zC0(%^wCfM~KT*Nq3J=1tqkn0XN4mtF>k`S4xlWabySKxn+Yly89Ib9VONm^h<(f0m z3pm&--JWQvv8FnM$s0%=HN;J=#MXB&#z?O6P_Dn?aIc=!GPnWqMpR$t-6fC@5w1gI zq56u+D^6TGxd_S?_7#E=3!lYvk-w1Kn~|C$V|&n@&R>%`$jAXm8T}{l&+8@a{{VIc B81@Fo{S)y?^Jis3@ORZ2Iiov zt52P}ojUiTGc;6C@b`7+yVdz$D$2joNB`e2KCa>k3{_E>!qmEA#c$P8<+o;O@~vCC zd>fV_-x(_--&rdw-#IHU-vd@bz6Y&AytR6)jwarOFeW5gP1j9R0OF>9=` z&)U}*x5j0gQQzN~uqI?ZQ$Ns{v?gUeTc2tiv<}L8u70R-*gD)eVjXErThkJjuODrg zmf1LF9cvu7j!T$YKVh9<1AV^&E3m=tufU35m#mXF6*k05zgAdjOS4Wfbww!;e@paP zDr=%tbwisup<}Ps>TVzoR=Degu6^_Udn*s@Aats(UH7ZhSk8!1!UoV|4rj8P*uM+Z za6^Yi69+1O%M1CYeQV|3#S3q|VTZo$ISp5ocXhW{>rPcR5JJ2Tf>eCwibGx0pD%QA zP^HGQD)!a=ic`14TElJoo+~i`o>+3jr#@f5fhDgbORWXep|tGqz+GBczPm_`WnH}4 zaGJIkwBLc8Xz`n(}W*fqc_aKv0X zdvEXk^Y);auvzn}SoAOlX&H^)sCli>6*Itci3|i=eYP*<6!{ox6u@Ov)O28TUE0$bCEtCl}kdqhw9S%7lpQT50!iKLc4~_ z3M$6(-3#a2ndQ6lvzJBgz3WTX^`+}VzxMtmk$Z6O&WH4s{l&+3@NVaqXX2XBmLFA! z3H$#vd|bs7oJZj*B%BaT6+)>o{nrYF(qI|9Gc3z;cxPFj4d9()1u*rXnCLt2gbNnI zjP3e0-+SWn&;*;9L{hWK{UDNB`^3#}2dsLu}yMH=rIXse34^WAeZDmL4sFAv; zd|K*&VB2b>?Wn4AqdHVNwe@j<6?RBY~g$8vn3C^*natk=!z?GxPgA+Q9 zX^=c}B1>84r|=SmzCHupx;)yrc#W`f%(qGX(TNArE*g0~uNL()YJ2(>Cz5p8bsz@% z({aiJ`AbwnA~Lvl4M(x2GxaOIqlQFYl?c!D?ToA&Q_7Bd0OTea{Yw9h+0nx6b}rJk z^E+q(uMa#_Sl&mDTpG$v~-+)@lp03~6~Cd8a%3Kn1}6>VDzSxiOl`(gWa$=h?O{hIr{lL~;# z628BC{lUWQTHt$PsQTCsLK`Y2fcy)Uw==D9b>=P1kcW!(8H8p@l)wkEp=?1yf^Ufh z$|X+fpie+aUWMT|T~B0V(;*BwNrtp?APm@JCPv-QApKIQrxvzEqrw(S&E|43lvHgw zn>ggR!e%Rk-fwa@fN64>z0q>KuoiBLiNqW+iQI*k4asSo)UQxiMV^MV{YPtin2etT z!eu-`5rvW&*H5dn`aw0Xwa>hQ#a>|h3eh3`BhDSbL+l>>7uXIA06&c+oN17Ibtjc* zEmF5sXaj9q-yvo(z;@bNmg&TH9X&P>k-i8W&@m!oQF)&K^dCBz2<*77^V=zIlv&q0 zS^1R%n`Nhz4p8>u1mI2IM2n$JV zFdAe<>;fZ6wuUc8D^(T1ODUXX6UcB1ku%^cfsdqcHkv@jx{!SdWV{R6pFk$MkOK*1 zvJ06?AP2jULkZ+?7jh(lOm`tiB}7>(hC^W~9F8(uIE^h86e?mrW{MXT*)i0Q<2ljY z!^ytZQ!lih?rVMRh1N5DtyJ$DIUHFV4aX$C%2Q+!`s(Z~odSCuJjagGWrEokdMWlqFqB?`&ewK~DXtXWk6Tmvdosp^%PO$Ur!q+;+oxh?~ zmCk51ynSFtfyFxB8H3a*jtOC06Tk4grhF#pAig32n79NZS zX_PIpe3v@=z? zWH;ua2>j4FjPgY12xgncb2K^}NjYYV#98e6l(Mcr&++-_2)nUPX7D7txvpJRo@Y2` z@3UL%c66A1@U_t~!&BR*`)4I7C@KlGJ97+`{m<^k?%xS`dSv@GxqEQ(j>_)HIgYVw zooR2Hy~`F}*?yFyBQp2yB083i#%{2?Uu8N&-gnp&_9FL$yS0}y+RC;`tl%X`ESp(2wDqr zI?0w3op=cF|L%kTJb_Px$Hx2M_Y?S0;D>$il^Fg!yAgWtba!#-|F(sXmKsZ<}p5UQwQ@yLgizI$Eu`mHiU^q&`S{kp7HU2*@YN7#ixI#&zh#DOd$~sT9T9HMYzDC-*FiX9Z6{QDhYx`t&db zWDIJM8=(@ap>)USNd8LOFeri*6t2tyUFZm$MP?OVZ1{~PwAu4Qt?lt6Md3=l7K9bQ z(R}AV`uryzrG5DoE@UrEn!O@ZKfybwr2Y8~nlz8yAogOR$hydp;GKEm)LX8MzuE^r z@0c?)=JLXQNrd|g56#7e2MYx;6sNlqhn|ybD@M|A4l%I@hdvOwB<4;cvAX-jtqa3L zQbFv4ryL^jf?zm+hutEIw&xdGh~%7l&GF17No1ViLXDfte!VVH%)36EcqAPbak7t` zz!m$`f!qc{f7@XU-h0rVs5pF)vuTk=@_QW-> z`Hcp0Smt}1=0X_q+M{^7OS9+ATL=XZNyIrKQ+5qp^USqt=6fHTKq!j=w_dL`1HZ=F z*@rh*%(pIyk;h1sAj=jat%NCCjrPHZKCd(Lri)};h+N6aW)Qj!^TOM}E>W@td9)OF zBCIiNea1xCfpm%Mm@(}NAn}?j!*Q!nb^R)Lnuy9pG37~_G0Y`jA}fzF`1bes69aYM ztAf(V6Y8jnd>va#KAlkHoqF;)&`qB3x8=E39=i>>I10B~bq7p4(v62?fQUTki5NoJ z4?0rblG!~3Q$D9iDvq)CAzR|?$s3A^bn&}$hGMYpKSkglfRZ6(WSQ0y2cY3*(?w{C zW5R4n3^<;wNKU(f>@2dP!FTGpcINYr{dq@>rnB_&dix|Vbn|&YKrSx^a`#D%LRCsl zG@38SImP-?&c{)aa$ZDik6cwM*HUiFDjz|68H$Y7uCZ{BIP*Jz{|*noOU3JiHA)e+ z-D+ZO?hnmAfev!^63x!wa#g!}rCoZE{=se(ZBsV*ffz$-&F(T^oc+$kj8kkN)r?%87f>`l)bNprO%u05{XpoCmz{Qg z9T`}^K63#{!NI=OhpoLGafK!kXz3BwzN0Ky<-=#QJZmuLmY9D$T)`#A@hpck@-4CJM zpo%C%K`VI40OpJR7eKy7Q!3D(y*R*i)Y4nsOhWpkK1!03l?KEoN`H zZxXpuKZ8OVAa0N;#65g{`Nx=w{~4BqS;mR0d{`)Ci2|H45k1*pSCHQLF(=eEoIU$_ z^T!;%*rzo2?&Ga=B0h)Bi+wNI`b$qw>c#KXOv4{~GdG}~tKiB-m}97>9Hw}sYFbEF zA`H^%{Lcxwf#TcWqiCNam&9DSbH}`UD{ z<=Hrw_){8W5QQ~B2}7A*7Mj--S!kS%mTL`4_bF-6>#oO%H{(kJx}^|VTrk0B;_nie zJUD)niub9wO2q;SF+d8;X0=Kv_9q#}uEwOMfKy744-sw_nL}82VXV8GfmGK>ZTdA& z8059#7Rg!Sql8UnMdZmuP|{oI?OIa|g+4hOfeQ_WG-x)EhF4^`<5gY$9(AMCw9uMN zWNU%fs@KIB-E5IEt-!3uY7x#1E^A1SyCPo;R_U_B6{CG>aTRWx&qbyMfAuX+8FMT5 zl-I)0^~$fs`OpgllmsLTja^wsVycq0Aff5qt_3!Co?26{Y_=v})g%gVZ)yzg1`GHS z?e88P3+kw;IG*C57T3h=G_k~O`zm9Rl1i5@q+&$h(z%?}gH(wx z(z|fXU=$990Q*@3EVQ432L4lPv|CNDGOgZ~aB7HQ)DzQfjkRLKWB0)hbQieWce7rP zH}!oEUe{JyCb4#sYft^C*h@&3VNLJFfP*d#m0cx6B?e>bOIU$bh(B=Nflximpru#^ z87j%6wx(lNc!`dZ>|qTMgSy?!JZ$+hVwk_6LaLK5sU~&!3~Ce_1qG-b#hAohP+lKV zOL{@e>m|LU;%5|9O`FsUYN0TxkLi=@Sp3tHw?3gx$G_q^bv!qY-jmvhYN$oEpiZch z7;i)?;616219v1}(hZD|2M#cchBl!Yzy=n6Svjg<;EoVj2KCWO`n)=imV>}LtJC;> z-^OWuMAI-=7SFgkrWJ6*IEJtEnKVY!w7sM!Yo;A!iYSZPX*}@?$JOK7abpatZXa9e z{ck|x){yd^?M0bOKKuqI}Q1 z_t`xY4O4jJ^;}*vwERGRI6uk>UOp|1ir?Jie~S;H`GL?lG-3b+D(#lkk}%YDk&&0s z{5OP`ZIaU(@W00gze12>748Q?DkMoLE8~mwdNaO=BELuscmLZ%GIbD}2C@n~ONBIN zdBPm;MQL{TqLkCsjWwB0CjYG<6+8UrMXXc17uJ%%Jdnmp9P8o5iZuB*hrYqP_Jo&c z1tn4&ea*wPKr$e)DY;6uzox>Zq8Ay+8cBr6Uy1Lt-ywkr2o8}*e_B!l!yE>?(Qh2T IynbB!Ur3r74*&oF literal 0 HcmV?d00001 diff --git a/processing_modules/__pycache__/NZ_ECAN_processor.cpython-39.pyc b/processing_modules/__pycache__/NZ_ECAN_processor.cpython-39.pyc index 6b2fb85fd3cfede1048193df98eb67e881a0b3fe..dd40868231f04cec366adc18fa1cb8d9ba8d7890 100644 GIT binary patch delta 2910 zcmb_eOKcm*8J^kYW3}Q-FN#a?C6SU$Nw(}nh8tK`-6VFJ*mV>XsGY>Ezp>7hlBMS3V&h09D43e>b=05X$thrIN{X};84&LxIxQ;xpSQjT1CBbVi!97A$8C%e$B&|~CoF|w zg1ORG06`svD_!6k;~dpgS_A1LiXRz>`B|V7=zs7AD}qT-PFVc@YR?_9a?|NGIT_EQ?|l%wi}Q1UTrNhb3eSPXk!xl9>bqr=X2nZGFE8dKe^R2jVr#eR z=IxF8H*24YM(07{VX>k=ga0JHqd(GOL8duNsnmw#qF8<|dp_s|WDjbMh~I$avx3}5 z0tO;M19fx<*9;_=8t|b*oainxe26%jFmmzGAx^@8w4`ywgQBid>=-iQA)~I&n1_tJ z$b^T)U1ZWj5-wtRNKzuBY`7L;;iFlyu&{?`TRPWj5yu48qMaDYb}`984P-q=I-^|# z8~+JQ=Q?oHz|8A8O#IHUxF|>af~evunV7L*%;BePo@UV-}c>9EuR&!qML|~lSQ(0 zSB2mwSJ5W2S}`7RXE|ey@Cb+UA1IXbSVw0QEH1}wEE76V8eEzkh9##ulRVaSIF{f( z>7^~Ni4|*<84!N7ui3`d7#|~3Thj0QM>zOT)}~fn*YA_%4u))_Jla(t%;~-{$-#Y* zl6MebX9ln|%XBj0et3E!%W}ZEwUT9TW0n*D2v7Q_Ycrj^&?6TfDsVp!v=vBh>84`E ztw}z~;|XLX*ep+U=DLV{LEcZ6v9H30H=LZ*#_!m?_*P_EJ;4m|PUKuUVx?fS6s>4Oq26gR&HwXi|F!$ z3o;@^3eXuZ(v{B@$@U^$jUA69eH=x4B{r|hi1%Xo)+ruzmis-Z=!})W6M}WfLk$bp zkvWQy{L2Nl3Qr?bIgNOMT;1}qWM`Qdy4cC|t$hsDE)r-sog2 z2m44KmuKPKnXH`wJB>0~y-o1MRr0m|K564|m5Ydp{iuD0r^-%ZVh$Q{s>D597`Y%z1a|tJ~EkyH(%W zUHgrAZ}LY`kD|NqqWP`ZN}OMoSP|0^c+edwKKTN4G(V7dLyB4PVZt2$43)o#>&Abu z-CIwt;RVO1N=>k^m1@;iX}S4XewVS>PNc-WROXE5@?E8GhhHdSd#FN7w>DUHr+oBE zb}~BSSq^)av@M=XrDD!l&figdz*C$ZPy`mdD~-~p+^%@qr;cfdcFLvZ9xd;bP3F$V zi*i;xo4#E*GVzEt>{ib9Rkll;^i}b%^g}CW`(FxKnPdpWGefjoBKw%&)L5p32_9x!zB*X$1zqpMLs_ zGNq!QzARnsOYy1{uSijm!b!9Uz3b4LKFAjN5^4x*nvQiv>wRP93ci+?n#)qi?-MH3 z2UgRWwd2PCLT28SU%Hy&Q?y|%u1!#h7Z+^bt@`eZ^mXy?{9^u1fb1Z4pV2IhD#dfaU&z+&Na1*#HkL1Dx+W~o@JU;~H}Mj=Gh2wKA1k&1>9vl2~8mK2QgX=z*HtG2|_ z(y}(SY>3z%Mj2haX}w>e5wXK|G+?WDp3Jf*C+P&qvh2jv^z39wylabuY7{{N9KOB2PT*=vp z8b*f2eA3{_DxbuWj^LsW>qbNmBUxRp5qlU45JnZ9IGRYu3Sw#k*TkJGIB_)*cMI_} z5${b%XAAL3opA{1Z$W{kSyv0`ZX&@J5^5sh7SbaTX3sfThnb=!EZd?(-0SQg(z%{< znieSMs<=s_ib*dNzz&+8inofO!5%Oi+);6hvrfOOyy8L1#U*D~f0;WBCq`vl{2neT z_i$Lc;eyQjS8@=)Ib+c3c2}%R=Pt4q@HAWy$;_=&>~w_}ePoENJFkM>`eAeu8D8#g zW{@&Extl|2$_i!NThW=H1thv2LzOFH3S%wi-Sb4NfbPgQ|1n;OQX7pA9&<0TB(<~A(CqLrvf zxRaY>EDo~46`4%eL^ACN+48btbg@LPw~`b^_b!|g7u?}Q9}iX1RYdNRvucEw)r!s= z8L7pqtY7@%PO1YeC^|gbZB8Q!+c+o=c#?xw9wU2Z;Ej-5L-x)nyHVLf_mNSukKE6r zWdC{1=w+G8T5;CnkH8)ByJt0kWpx>nlL@_z8Pyj$qk()%v(4p~}AR5k%QK%{k&>@?!}I2k4*?EmBm*~*Z|pqWpw zvu|-7x0&1f;bV%CGWwo&LY4cVYUxK&-iML=%l$Oc$539`gm{`9n$cLOvYw}_*j&Ra z%NXjLhAM6dm@S!iG!WSXya!f!d0F8pIrl6;9&FBd1n@7HmBp4|tSN|t;MX>T!%aK^ z`2IHhp$1;I7Wd~z*vc}t-rh1=31(2)R&#DiVokRQwr=ZFDGirLj8(OmK-skq@LMd#dPwzNPe=O**4nWH>KO_R;y zTI^Jt@0MT(Zq}o&P0eOc(&xov@w@dcjT5z3ydDqR&F>8>coLt+*M`Tt3JYw0flZWH zHczsYOf2N5AzoBC6Yt}3aV>EaCu@=3m;%h*sbjljo*4^0BU5=nlIJCPPLe4}%v3V) z^axxf_~w99KBPLat~;=!_EqX29!pETjgrW7no8xiJunMldg%dy{Jtp34=-KO6um3 diff --git a/processing_modules/__pycache__/WMO_WDCPC_processor.cpython-39.pyc b/processing_modules/__pycache__/WMO_WDCPC_processor.cpython-39.pyc index 511fa4c7c7549ab8cc0e30fad42530e65d447bea..41d6b06269dd9f46438bab447fde6c13cc2fe1db 100644 GIT binary patch delta 890 zcmZuv&ubGw6rPz)Hk)l5qqL+UKbkZWjRmoS8n8AP(SshW^iULOT(X-sX|hRYx0RF> zp%wMeAId;aA}L-x=s{KydhH+Jsh1W10}r_rdno9XMJ6@!AKsBe6%wunp^9QUG?qzpUm+`!_l*-~1{NwZ$fGE2T42CQ|J8%_F#A6!zmTtW?3vYHkhg1gX`>owZJH)cZH*CaLA2P9Xt1Y(mWtodcIj?PVm67hTQrg) zTC9S!6$T0-LZZcx9`23U*liLeVW&+ zB7PYYpEDoz4WG|-?=cT;R6#k+AF@E^u`NNQ;}FtGRTf?fp&AY%UDlg)Wl36z&J(+- zs#Hj|xyCCMH08R2^kx~!XhFiL(9(~rt9=NI`x;lRf=}6Kpg%iAUL5 z&{ie@y38W2tL+BZE|54EM;*#%EqkVDmPX#PFRjZ-9ZItxd63;WE%Mwu$d|aV4{dGi zW#~{ukfLX!u^`_Ivi?2PgJUN54$f|m-i^62G-OBHfB5fn3WoFRXDUJH4VDPUS|0L{ zE`mG)c~HL|ZpFQ#BgtkRi5k{keY4wrpLL|M$u>J8Dr|pqCz*27Cp=DI=OEkYKES3T z9s%SVKy(Knx3vF9CjQK9Ku2~Uk7;Pu95qa%VEH=kZ*9Ek1zbOHgA&qt B%b5TG diff --git a/processing_modules/__pycache__/crossnetwork_processing_functions.cpython-39.pyc b/processing_modules/__pycache__/crossnetwork_processing_functions.cpython-39.pyc index b562c5b923157a82dd55f123956e6cf105061264..75af8b087dd8683b94449e9e71540a11c2af761b 100644 GIT binary patch delta 21347 zcmb7s31C!3^7r(cBQuk0a^Dw82$PV5BjJ!E5H1A*3Mh3z*R>ST+x+X4_tSZ#p|o8H&&daFM#YPLUNnA=agbooGGlV(Bh?q6Z)&FSBw@LUgv?NNmc*&gU_0z>g#hE=EDTgAI zAh;2RA-E8_5!NAOBjh0TAgo8Y4&izPGeRjsFG3l@4G1?P+=MV3VFSWOgmQ!mm010o z#F-;8eKW!>2%`{2BixFx385O{HiX*|HY0ctY7oXC+#&WAj9^>D*9AkE5D7zurCW5hK(5k?OUv>_TUnO+FS-KnyaJXQJqxmFev+d4A1~Xgjgz;^ zkI37aC0V^)YGLBzDr@{!d1oL;-nHF;d19a{E;f|==yoII+TtJEZU~!^9`CK-wU@DoJ7E$w#5djl!o1nA*M z0RuVjVD`HJmY7CsYh!1t)n#i~-o#(Ve5!L8Q-4Bu1p!&`R}tPq_yfY*2uBcz-5)W9 zjqukHkUM`J;m-gT(N;aK=RJJ<1ORM6=?^f&hww4N2?Q+Xe*pkt-^cWa2*)u)qhuVz zjE@jbAOs(w!k3uwHNrmt0vX?8#&@bEfS+QLs7_+)D}>JwsM6<{`Uc^z2&WOgKp+mM zFok^i-w?h-_&dTs#k!iYJ^#YwuK=JOrGLPTGYCH+{DOexTm_v3vVD)~e)5ym4dKv)<|(c|S}$>d7ic+kb!C2pTQAx&>$F_HhB z(HO*z$w?VMXp9kM|JJ;%8^=4nmlm*O@#*B{Y?PQ?TPX2~{i|vdn7D3AdK90AElwAA zPbm`*OsyHhFU4n+)La%O|2WJgF)tG3Qx}?V!siVL8xd|sn2b=1FcqN=VVbyi>iEJi zrjkWFbJn~C3%g?ISNZ%!Q|DY<2aD0yQ%j;rXTRe4b*V{RsJI?LrPb+mKj;$pEs8G7 z>fSfqhWu|w*o?41OrJJ<5C`|Ps-!JJ4jMf(N_vUk(f{JK6;g3nQ&8JyoFKO}x*FTt zIwm~>Rd7yHbybSvv$90<%tE$E+&Xi}#3wTyncFeB2;n{ir36zCiq=`Vru#AZ z074(a4zX=k^&r`Nv+~*f;>THI*zW#O7hj^*DZE7QoEz9|*dg&W;4A%a%{57ByRbQ|${)u1+7_qW!uez3%)DnxBUH|4 zTw!Zm)d1zTMprvu+hAMM;&j>Ujkdptqw~$|J@L!@7cYGkdHn(5HH6m@-Tb5F8iFZ z4@CLG0xx8++39Vp0@}LH+aj#f>Yz@DIIiX({_cyu7rqCulvN&e_ggHkrSKHA0<-?!w;&0D={ru9jBty*3xO**IF- zr)h3&Uk>g>zcee`TkK?fpO#zg%{G1jX(W4xPiIv!_Ctm_IoLBPu;3#}wBpYVs4o9d zxR=$MNW;HFA^!^DYw_B$nn8V&uslt)Uzx%#72~gJV=?`YTy>SC`zO*qD`Kp{pQd1>M=^xpY#ClLR{t-f$ z$d1jrh7I2HQ;&4l04@S}zw=ZP`>xvOF&b+vtb ze?{8>Q;)K*@BhO7sXnjNzRj(Y4H+tV*(%8s&-39a1D^8XDV84jbnqMv6|NRfU7s#I?HWJ1Wl0?Ga_d(Co%1!j#8mDmcd7=& z!5n@kl(1k)iaUx*AcsHcP7SM*;?@W2yb2{qktp(S$xDcHB-%%YwQm&%yy?SamZ559 z-3EC%V4P=|eVAXnM$+yVzp%2n`j+IxW>vRA(MGm`KJjouB(JUOY3hq|7w%v?m?z%( zrn{goL2mw!oE4!Qez)7u7wd{&nb?=)&UF{;kaj@e?}>NZ4L=*@7J20jDz{;ps+V;a zc}nb;_yt-80wr*lD=tijR^X}-@Zn@X6Q3dOx7X#E95Xz{_M?7j+CZ8l9usLEV_0`5@bATMdJCfLV3-8{s>tt5 zF(f!%^&~j<+Lww)uPw-Hhmu5R4VkPXEbYKFkHZ?#iH{4S6P21U0?bbb+`b|Qa@)DDz{)K26_NbOKbK9|MNDyX)>>AWZMfM4Pt8{`@Qh|XoBvyluB=Lo!se4$yN3zFkRLP^j@kawuGS8IP zC}c$Rj40|Z5s!77#FgEttjj+%qOx#gT?-T`{A#zcPaoFxZlXEVoe znauAOiR%i*UF#CX%yp@(M_je8AZ`6Qd0hu(>Eg+Cu}Rm1Y$-f^nDoLhNsY5tgf)GG znA4jpOg-B28_5nv^3_uLCVDERr($^nJr(<(HbVDJ?J4ZJ*q4I!_R_N4J5d8@l% zHIwf_tW{wS4yLj+N0BGZk-9h^$n@IUkNkI8@UP`*B@#oH|dz#}p`MxmSD=Xyt>9Nv38Rpu*kRJ$| zB8#h(5hUY4OXr8gBi9!gs{H2J0plYx)5Gl9VZ$zir~8X{LUBfr_(6Coq=A&dJur}l z>HTECfsv6a@_P;J|0q@48_ga9_b*`&1Lg_QJ2L7Kn5{Co9t|9y>Ck&J9B1L@OL^CM zXRJ)_CbMQb--s}4Ce3BQ&tDQUYbMNPxX^`40%pymxeR5fKbKi2c`_aK@}uE)l^+{q z)@=JM`EgJf7IiRW4u1sJxj4T8o)B-`kj0)9f4d>8^0&C!AQfONOotLo#G}EwPi3g4 zsXT1i=}E?-Qt1WH1(Iu!@Sc^xtAy{u9Uu1=-c1nve!K{OdFyWu{Z0} z_5qhXzD0f^qI~$x#lSNZ-7Q&?4`Cwqe!i1O=$+5Uliq=nkly)xA?Y0|3Fw^DdC&)`_C50cpxy=i07xvJxHU_d)@s1?2J`7|liSp1l;d|W*_5Gz)RmBeMW}nc zd%U7LD4x%ch_6>?iid6*wWNU8lh6guz6hZU_zDs_P!bZlfL~8She`rM7x3*QG`0Yp zRgmvE;z_Y@ln(@jF67BD@Qm<`;qmVw;+!5e#G&&PIL?U2Z>cn2-A^ahdeu(o-g!DuB0g^sY5|Vxh_mT9Wl7RF>_&-Vd zA-sa-m}H8IOc)Wliy%I_h(g#QjtWn*eKcw`7F2i%{G*6(!H9KbAnHH#pL2-(vV8b9 z31R`G{K|Q!%tG!Vbqbw-iBPAIKT7HZNPoZNu z^uNYm`g^r)(KhkVHQCS4t6T1zbMEf4aZRFR;#)qjp6vug8JheGB7f7!6le_^W<$MnL zmOq9RzT2|J36Ex&e{Fmd1TNu^DB{a+L4{&I6#~v!$U$d(Tj5#e*y<;Fhe%e3ksOUA zd6!5Y4I}w;B*}Y3@^Ki+`;jCc0Lf6;ql9GfMUs3-Bs0QDjzyAuL?m5dBp*kT94C^; z!$?j5Nm|w!zs8?XdAO{9q4LB2@=u|>1VW#XpeLyuLpPjqKcn(+qkazMdC`BRd>7Ue zZclb9I0uF>SmhKHmGP}qblQ_G=5N=QpZ51yHIxnGnSRQ@6O*rjGJK2hB{YzX-7KoM zB(SgiPufbgeVw064b(HkTBo%4HSt`29xmD>?Eb+md_z1vTcVRrQ{8DjF_`Z!f%24JgZ2GNdzh?3QHMa> znX3o~Sq#WZVFwZRrN1uJQZcg3JeI-*$_q=_OLc@T{r zX~c11Ofj58IwMLalJ86?iFTVnyE5l~Xgh||!?^}l6prsK8@5R)+*M-u!b-zd=ra2l>#?z+g8%snkE zC)HjAHB$Us4~DHhaecA!a+)a19DQMD0>fb?!+@jQIlMk%y%-Kl8J;CU5tW42i*g=E z>qV#}uwIn&VYFV9@jhI<&Cr;~VE+j^0-|9MEfq{%0YQN>j_@d~oWsevoF@KuR{={G zF?Z*vGtRrVmGjdiY=v`bgsc_ZNU{b>Lb6uyB9b*!5|Fh5VoY4y%K5=_t!-mHKGP#_3+ejgV5w~~n zGaWboux*pNP0&gO1!lOdV>Hf2IyXUXWkl{MepxU+9?3r^gO75KjWGBq*qP%H3zUQm zJ_?pB+|q?g0tO$&N0Y%v@ugt!+#b8pJss8(3Nbw+9hQw6IgxC>8iv2#Jsk(VeHi2} zhukrIRw&mU*QdwhTvx7pdM`_+V>^%9jw_KeTC0eUFBCI@q9Y>WQt{&Es3B0x9;`JI zYK?|S1dju0g@an7a5_b@njjgT?v3V`3?i#m$Rs-+Co3}G$~zi13*p?x1jsO^P{_s- z+1^29#HYsV`c-%Ky8;|NBb( zO`(4c|JWb;*En#EfLIRdO$S@n@V-!qr^eBDMNj0eV2m^I9J_)VzQ!He6x2A@0K*w% z(Xeg7Ml}o(HFQ|(26YnyikU#6cV)N@?xJ3a#=e1u5z=@zXplxD&w`Hl<$<)>WBBe3 z5>>l6SS>bKjrm!>zkw0WB|(~)0F4Wd%6r)Y)v(#(>b{2x=_PR=zKo)m#B?iR2R! ztF4vZT-EbCA?FmnzdD64+04wMk*#Z;d@NGmC;E5THF$RfE(Is|kK5VE=o;@(@zR6Y z%+r73!BJAiUC7`Ud|{3EOU|-#iw3U~cMTWToheBja66%;qq5DqvYnU1WjtqPsc7Ao zB`$g>BbwfjUj&u9Qjk`-9$H&NQWnFDwOx$kWr$tMOMCt@q$6Hh^6wz;a(K-K@9GO5 z9>yk!IS&tworwIR;Nnk3qjR-b{jj+w2J~8hFXJWvG{d1A9I!E$s!!!&5HqP|l?<1y z`!q7VK9bdNqM?yBN@|B%IT_fYzC&_o;3~GROIkXO>=v>nNBya5%vzrw-}Aa!+5&IX zxy`3GJ3E&TQswY@RJl=%d&Dv~*i8y!poJS+_@Z$b!r<4oWPvSY0pvLe0Pc%rV-@9w zv^ep|x4J^CSR~%tbz}7XSoAbN*97s&u6(iK(Hz~aP^)VcJm!d39(9(7+NV~BpQqJ> z)T(lu$Mjf9g<0~k3dKV&Sns8*u1Q`li}i^7Z<2T&)!4?K>v z=di#bap&W+%SRwNak`)YuP6=^^F&U{0P5@ zQFI7)=y0lx6jK1YvS`Lj*xkgYiiBq~qe?647F^Ej#67!&nLpv8APz_&?5VaOp4M+5BkgvKh!Shge?vtYd0~Qb?jq^h)1e&^|AcoIU;HI#gPRiL3%n=FCjg)Q)J{sy`I0=a_Xzaz}>izS|E0FGjhP7#d;$C!~OT@ALGn7R*k&nWhYtiqW2*Xt3 zz@Ch_%jea>DvNr-VsNXt{>2-l*=);$8KU4ov2G-KN)>rZ`9Y&tb>KJjwZ!X%I0VnT z#@tKoZ#g(tY(AKkIAtzG9pzKz%qd?%)|<=38~ZZEx`PR*hy{gs=hiKQjFyAn93F1{a~lTaP6P(6Q{lcYPGZX4LiK%~$G@X`*C& zKXev!E?#HkhsEi`RVM1b;A9i86IHL&CsO8oFk^_;^Gb09ZL&@*ef6BQ#jln`&}N*M zcHgUo5wy8F@y)A4d$O<>gG)JG=kjS**&xKEyK6XS`gFE6aB)@k8Ep1Wh@BvYQdTj% zplUH-JSE#&T~_`G>iaVSUI_GQuCcbR^68faotEB^8cs~Az{DPTbx5F+)NiRcKfUpQ5OMLZ*OIVH=d!$ZBaoa+1-H{3% zMIuj#XOGNeFZcg^WEC?);Ad^O=zgep+@5GK6huXpZ^2Ien zj84_@exP$EH0z9u>Yw=fGfbDNj$^|l@yXjm^~u^H%m`PY#Sd>>Zj58eOb_?SbEW>d ze=UB_oT2E4vzv z5qRi-)xqz~;17IicIurR=@O05ADzq2ip!5SXKaz9-Eh`Q@3k49?}8w@m%(;*wXnaJ zCcZjakSxc;g)}(lq;n4q>|PnK5vPw9meaw5t!L!Kuv#a?lw%p<_`9h&j}D@0l9Pf|5+5F<`hE~qrkor`wZ>1C zoF_S^hS4$m8*o}0P+WqW5lWlMJ(A=0L3G#4sX;n5Umw(H>r$y(-K~+++-MWY`MsP@ zDK#9CYWgHu4?7LeSI&^Nc#hkxwJ(-46$)pqoE1!E2U9tiiu0(UI9JK!i^Xey&Zy4w zKQ+mwZmnDDV{R>(QF8b~qS_D3`C)<{2`H4KcHA9C<(3PAR2sOqCcjsZrg56&ArYOd z;T2;0dxcrb>5|%UBE-Wj!G@`@Yn}MylO*xgd#yd$G^lW324_?M#EctEUVz24m!c?_ zzEzludAOOS=(MY_owqc%*sZN}lh#>zZFl8=Y%i5-*BD}jf5iZgJsg81K8s3_Zymxk zgy{$~5ODDESqK*+%t5#WYs^Ndhex=0yBKq6Dx%x^cw3dHAy^P_LW8@>S7REl09%x) zVQr4h%AG#eqU>a4ET-vMnYhIzA7tx_VXAko5v?B#5x0C$E`Iw#IebiGI+oLa_5+!n z+kUkC&|ZB4w6#lnUg2OG3W*d=(@k5u-L=BWSD+~8*k1cGaAH~l|K`qZXyW3d4`bLh z;%^@ovsL}3W4-LEb95-rMP?ug#65sYr=nzhB@_&j!9X(5S;ILc5Z`{351$Sseq792 z`^SEquj!$y#TOwnav*XO-0jn$M%Zo{x51n?Ht^OM0$(6{?i}O0r<}%{?qEQL5uqm z;hO{e7O{cbnrs|D(g-)a4dn{=2KT3>Y?pZW(`y(Pc_&-hKC$WK$SHWO+!7_*aQ`TW z(?g4RF@4d(8DoD$AHof^ip4PrRtz0X@q7)`JSD5Vccic+k@(rYIw!VBTbUg3=4TmW zX{BO5J-1oq))u=hu;s=92`4cj_Xvg|;gHYq3FE?@Tae@nf9^utK}sVsBOhC*><4_?RR{8ZYs6{cn8!gO)85hretYbX9)* zS4C1nl(_n{VVHnIMxOmWkW7OIIE&W)psLxTcAQC^G;+ey?_08*~~PwZpaov{pudRxicC2#8~;jNj8=_pcM|qGQlgT}iNT z!2e1`OkLYu8u_V3XeGkak$PAtC}w}{`{qHiiy}$C`MG~D|)Wf+2iW1l%*dcAv z!1q1Qka7wm!-Qs=-L|HKPkKab`mwg>K5T-%&Im1t6r2ARw1BfvwbSO{NMzBvAnIOA z3yn|H;zY-U>DNoWyTmu4>7BW@twe_5jY3_iP=9rTpe;Y z90R)~pT=pk*)4j+2CM9!B!hkMjM4`sKhHAvq4ZS!K}-=zJER`RrtvsjrP0CM$=mz4 z{(Kj^6c-KnLja*KPpJFUSoQw^d@(I{*t9s|qZzQWPu5*TDv1i3wzm~Db#m~R?DKoO7`AECF z-enclr6?G>6dZ3x!DI-tY(s?6c?Zz^8MTGqpe^qh7|Yml7KMvzJwM~!A+h|5OQ7(S z3ChiqMcvwdjYYGfrFn(fq&O|j`Q*9uf!03nHxf%pP^RG4cB{-^1YZ0lZ;F}?W%1q# zYIbdYsLRMb<8j4-@S?q~0rq|!Yd`Y7r)I@$VBlvpyN8)@$>Z?|v}`AMAJVdF*5Ey+ zWmiVBifiojZ=|f8Ti2@e-YayhhCM%UyN+#USs$P*djQU=7rh^!uMY^m}wl-*ruUD79v}PHn3c_$cH(a@3buEv>4{iadFHjoWhC9)WGqQv)M{ci_uGO%Z* z)S%*gFJ}7{_g)&q%EG^F^lpe@g*^#KLRQDOGw_jUghB&QZq{=WD>NUuh%taAH4x}f zZ&IL+YYcxDDfS?QDFZF|(n8x`aDtdnfHYh0t&U}-?1h1=W7$M$h6gJ{4Ml^$qVg)$ z=@)lJDQmu#IvqCo;CQZ4BNf}?DD|n^T3|@FS=YcanC|^Fo{cGrkRi$5&fBao3Bg}~ zSla;PKy3F;GO-+XWMHX@EtZ-N3~HUfh>yQVI0yiNLpr8k0f4_c(bVL$x%jK_V2OcX zXLU<^rxUqGs%{$GtaVMVH#3RlvDXI1C$Tr#d~CCxR0he(VP3*k4j~*ypj`*e-Wn3X z5(R=cz*lnok64TngtzInq_CWfZRk63Xgs|MCRZaI2E;Ip#9#M%QrNRhngKj3>-J`KLJ&v#%ndPB=6g)Z0}?=EUYL<5?B%wTI?WE3k>pBYcs6Y z;0%M!Pm|a0fHMT7e@tT!D1Y8$leZ(CrDPB(&Cd5jTlv!n#tb6AxoFGMZ5jat3W{)>`7B8U#FW76TJHxPvknHhL>F zSm6kg=IsC{Urdmy!C@Uh+bG{e$FX# z;k*G-$6aHCiPZ(~hB|R2QOanB)K6%&wk?;fla4DU8pvkF1vK0Eog(N3d?|7z&$!(C zb2eMtKrI{%${VXRVv`%%z$S-K;AC_JgApbXy;=ijN=BGI5;f@(e;;do0x~zk(Pi*o z7NpR3@MVj$)Vn)}&B(dTrGc088oY%DzoRnX&sKHoU0S!k7fx}!@wu#Uy3QR9*BoLX zGX^u^qMUxU3cfguap~N8IR>lBvFWOGRd)<1num(dlyGRFISF3Y*70&e5Qx)c1T zN)>Ra@TglOr@%!5#*e}4cE9x9N!YkM2^wA6o$PNkA&*ri1Y3j(9oVM#(ma+_-rmW}uz#}cD#q}m~Mr`cnaTsa4y+-V^2#_n`?x||0WKqP)Z&UYoa z(|hp)zYIvFLdRr4I@6x4}>SeG%Lec~1{vLv6b>%9dXV&-2h*O8|B$?}{z)YvH^F+#HTLl<%&o zy}^y@3{dG_Xbt{UfhCsPT%Fvm3_z#yHz|$}YO`d~hk;i3F-)Cd0t8J#iJG-3K zvXcXw%Gs{y>@moIMhS)qu;!u+6fE%1y_b$-={@5iqZwLhNhPrsA8x_7)9XDRTOZm*bcC(>ZVFIv^ARUs=G9DKmCE1mK(D3HNO1}n6DocM*2ZDZY24m{soe;#AiRh0KEi2) z7?dU!Aq627Arqk)p#@gUb;Z delta 19886 zcma)E31C!3(w=^EWHPxX_kEFbazYXiA>096zz_r#Mj(W|NeCp9OwR-%P7H#IB4DJ! zK}8JgD&o2b1_2Qj4-i>J4zC>*QP%@JR$YG&Wc9DAH&-IC8_bt}UDegq)z#JY-s|V4 zRoWMS)r8lDg&9=v(^~af!}!)+;gZ^r2AAXD*S=dMsq3$k!{vxZsZrIal8sv#U?gD_ zVf0oe$22lIwh<|Da1}2nAh(rc%LG5?dgO59JCLb`4w9J0tA7Xir6RW^h+C=*U|T ztO%_LZ3s;Wxd?d(HiUeHMFd; z5Y{0Gg!Kp;5bi~AA#6mr58-~XB5OX(P)gDQyd={u#8QAQ#WmSCipZR+LfwX%YsQbO z9W!p+wO5O|Ir}FPQ$M?sH3JO^!pMZBD3%Pj3`=A##Xh1ocNUE8>D)ZyRwO-)@Cd?o z@ojD`TPAAqMw7*E0k-J;V}MDojOya6kq14&6ns8-TwP&dEh>0E`07S)F=(=D&WF^XqySMo85KrLn?ikJ{)-e|hN6NdC}P|}W~)~j4Twn<=S+_XSHUUWH0*Yo zXe(T&8wnk#w8B`FA~K3}qNpfd`-v`tUn}PAi4n7lf;C&Uu>8`C_x5HKf2axHqzzcP zkM_2d-z^o)L}{}C%)!&AkEtCzc%Zd~o3U~(!fb>a5ax*7A(^aJTs35D*A5)rJ{(;T zr}9p$*oE*E!d?WV^QQq!YW@V4pG4S$6&j_Y7b|unPy^p3G`J4CydJ= zCFDE=(8XT`^wu1~>Z1VW(E7UO`u65JhoyFY1K*GJ)aDs1y^L@G0Y&g<5e_3fhwuu* z^9UsFAeOKb{sIC@=Px4s9l$K^xZ=vL*YNUf0I&g-k730d2&WL>8TUbq=e30Dw_a`75mW8sR&He7cmPo<{ETLTfA1vvx^c$9fpmbi`Gcs1Zcx7gn9_yn3V3brgU_}T*1VSVN z(s?uh=opOUPy{1ZXq1XDtO!S-2EI#ZkczeG2w4E$iUC-WO{0v#B5}oHDGebGff~hQ zDFYz^0e4lNh(HpOu!M4XGD0>&3PKKmTl9>I5vPVd$?C-I!%Nuw-lv8~Gfh2^MEZzW zQ8Q92KC4XD$exPcq!B4hW5KKLk#RuI)HHZ5dhZ%(WSU02x@Aa89Z&NL&TwYZ@wQQTaWud6~)u^D0P7MOEN&M_Mh88(aAzd#$6jw#C95EwCh1c0GVf ztJCX#(nUg^f#H7Qgm;a1qS#dkcOgs@r4x%n0wjuti36kCeF8LkW{~s}U(>sN;sPl- zfDyYkRLV{Dj{4S?wvih|(WI-`bkRPkMzCO*FA$vzDqnx4iEiRY%9q*F}n`ct&HF#WI7UdDEZ5RM?cif|O58kYXw z@nRbSNq+-MCbe1L(9~?HwL3UJfuxfN0R|R7&&Z0!$YwX-RBH5UJ&REr)%?xgf!BV< z*jpn0`b@C+mDihsk3(BGo8gWT?D`ndb-e+yqE**VoUj>XzJox$pTg1_08QL#0C6uYpILC(P6Ejvbo8wxDR=|3o1K?iwpDegmrEadslon zH$7r{d8y(+ZlLn_#H(}jVCdh?9Wv*As5q}HC~0o3UvyquP-1QCfc~CBwyzOTb^am3 zYJ@WgA0d2<;CH>fc!~aZHVo{1_ILO}PpmCq{}fNuW>xx(=+@a=xx*s!=dp!~A1X{S{^{V~AV-Me z(6u-={*GvvH`++U`5cJ+EW$alXWo!LGxF2CB32=?>spw;cU|3FN%t-C?GiuMr-k^J z;QJz7c8v79!v$pe4}#D0`EPiMgEZ+B#h!$+IjFg{k$gfePRQwfy8cxzV)u!BOF0Yf zooy+QbU$E&Xz<2piN7nhG?pfj2Fe_wbd<=^@*SnFTcTNpFf7QKhQ{%$;np?Tafv9F zR!JaHYp+{u>ELeyAGmNBRPj&*pEH|7+S_Ez?x>+bEL$+DkD^BxWU|-9R|`s6WN%7S zH0yd7yZi@2KLx+Ty6*w1VaF$PUEWe!zY<(RojyYWYAgjTYN&I^)i+z}thKbr#Eyj_ z@z|9;6c@R6fRw;OnT91W9@Tq%;eOWjHj25JE0YEHAeA)tdo~T}6C{wi|B0pd5Pm}V z8KBw}$$ef;0fD1=-MV&bldavtpF>96K-{{n#dXc?7CV0pt6oR=A8ZjCV2gLK4e3w5 z`vqR21H1L!eM`~*91^}n=wmariq8;twd6~`Gx1bQNlqLZ^f0j1>(F4Hp9%0c1b)@< zYacndS8olI)MeI(5S=9Gs|<=PZ)C!?_-=65%QXuEO|9 zah&Ii3mvD!tz`~fj}C|-K&)NYnVCMXk#&Z5=UO*=+SgJ0&pa&i#purTp!&rskU3K{ zbdKwidxD%{&x+uOo%%(pZlgWH zDlwHa$Qh>rD?v>JKLZrzqr^Ich{Aw!-WeCrCf2Fy~AvH-j0B_M>EmmVmMq%Y3WoSsEK+v~BG++Sbdh@&Yk$S!P$; z8WykWj01&ZJ!(br0vbxB-Pvy_k-UnA;-&b963OS%Q2Z3{P$Kyf8j6u$uxgmf8jcg- zG&my?RcQK=pv(o?*2nHyR&)vU9u6ao1p$ip*kRry`4<6m;1E5VQpF9oghxj49df(E z2V7Bng6OyadiZdN4X&xa+#a2k5_0fLqSOOi-g9ud?*^z~xk%KY#E ziP5}FELfh!ZW61P=P{?4w=zx~T^SI|`fUFFEP(p8S<>Nc3HjVrRcZg&=v;Ut+QqK_6i z;(HS0m4UUL#m-{+4$vTm-|CEY>YPRLoyrtj8-TKkD4RW$cn@U?Q0^kiJ`ZKJhf)TV zHAFe-jO`+EYdxd{Al*%*bDlSe`<@(dsA{x|7R-934F0xH z-r&q!%;b9!N2{;~mrh}~Va`MaLdznIrA5 z)+gmnK2s#}^_~@h%POAF^cdzrvGevs@t@oEY%`QhA@Tfi59J{rr3Xq$B4cGRt(F9y z4XdS;ZGlCR&bEqWD>H?5CHi?}@IX)7zlftNrv*I>aVUXrLSsfG*fw=1*w(`DGWn59 z#-c=SBoiju=l3&VB1I|I?WOolmXU+HDMw}Db(TPi@r!U&+@X^HmZ+*y zb+b7YorC2az%v-4!w~rivFgr0sgrn(cz@OOSxNjL86w#p)z1(~+)cjZrT7hz1m2E@ z@Kd~oNao?>ODO%gGd&{7R@0qi8w<5-jjLpH~^))rKQus+S zM5;ZzpCMBCS7Zn;#jj2(*O4Lo6t6m|JcA68!X2nid5X=^9dDg4Kj~8?o##Rslb2pn z3|9kQ?S{yg${q4k;&{d$;{kK9N#!%d*WbP_u&rLnHw;WJz~_RKUe zd#rVt{ETm$8N36W*#Os=iyeSOD@Oc$_n@G3TXT21ZLS#DT^c#eSt>u9sOlW~s5RoB=k(6v#{QYn;JHlg56ESK|zBCXLhidRnV7 zls6bLXK-di1~H5hw{+Y3?igzkjsg-2`8hCcCjS}pw1whtYm>v}gYpY&B-kkp@{5-Y zG8z0wQasasRX@cuDg3Z*FU7BTCWIecTYidH@k|OoFj#)%VnL>>JHvJaEM19d=A4^5 zN60UAj&vkBN60U)knXPP9OXz}nBp8IGx^XOsdKb*^uko&OY0n?_?>eM_*f=iB_He@ z35jc_?J@XWb-hZC)~Gb96>7+^q6VQ_2M4Mc{hI~o94Q|p)692{s08DUAme4)=F5jE zzEvt)gtM|UxI4Tn>uaCrygce176_AZEdI z01?>HM^B(KX#p%JiKQxl7g=#{*d2>Cf^mv78BD`A2^iH?U;$ zr~sDtfF(W|?~8D(?-M;x*AIZ69(|hX7YDTaklJ}S>oY_L+xg7!5z*&+IiC`sjZGEuT_fuL(Z|THL^Hwe>U4L=6U(9KOsW>@&KW0m1@v<yu5W>>?>N6BuJ4u6O4fXjvi}CgJU-IX><7BSDZA)s+5d@w zJxK}HJ)Xut`g$RDQSG8J#QzMwp2tu36Z6Zujp@`71#Qp$WD1bkzUK~CGk?65bOg&!ZriZ@Un1?^^)(9(WsHV85f^R!{)9 z9=L~jDZZ^B7Xsiy+6(+7?_N*<_h7i~=JN}fUYMY>?qKV0FnN$Cf@+a4C58ND&)nnF zkpg}U>Z8Px2Qpc-xc`Avb<8FAtwKJ9lr6Mx?x$=aZy;s86rZxt+cMJCPx0zn$nPgz z3wheb_N}4ag*I?hIW{0Y&hFM*KlTkK4%9EDPHrH@PTB$ zV%|ZSWU;NITW7_Pq)c@>SZ5%|smJh-Q(eOE@1s}-C>8_8!5au=ZD+#xOZahd!UjcQL87o=q8k{zxnZ=XO6^}jj|Kf|2f{0$<7=*-HIR=b`wq0P?`PkE zd^XwFOYz%xAYV-O^;5j|9mu=Mz60TA{J1l%%W7~|L5!q?u)EZ@=MIe=MJ7H8%UtiQ z!o>}NUL((g+6w-Nzt$PvqnF`1qa)2(wSvXaV<_0c9`#LCA+#6-fdC&=QK|uhEb4df zCO%vrGyqz)`C1iID{G%tB^X{afNiLct(4eM9iMP9&k-Ze2yLdC=3eoaLBw}DkWVf{ zaRa&~>k*&0a$qY1rwkA$S9saFeQda|m+^g+r+J4ogzo2m-I^VA1>BdH@dmsvpIl~Z z=q|I(gdqX6Vir<&Y`6luu zKgH`y<$MqMQaK-eu~64tZW|3cD;fF$%+R|6QuO7QNYQ6|Q}mt?P<)gewMFU)k>@IZ zp=PwF<_7#rX?z8*^rZ0>HZvGgS@dJTnC1L}p91Q1UHC(WUtw>%NQPg|-*oyD{Bqly z(D7KZX+Vm9hZ>fO8fNV1N_7JRj&Z=DcO*K4o!KiSTK~bcoRH_6m2l>u0GO(LOyNEz zi3APiQ7a`9G#;jF$HVb?gZYq^jA|zMT7`OBIp7iS3N~GpKT&-3@FU~t{op2iA3^U2 z=_U1paOn;jGya;X)#GQ-YYTXp)6TiY>Zq-=@K$)EQQK1I;7v<7zJ%#W6OoU`imx6q z{0ZO0n8W+=yn@p4P1$*E$pS}9GriZS=G{V4m}lQ@5wE)xFKz%cbahu;p*~{u0j`oM*)y#iYTne@zUbSE9q9x+9kADjr`t zgcQhxH!9m1$CuyRmDjcW1t|A>YsLQsb@}jqg}cNjkLR=DBJ^*$no6h?qyA>>r>|KRd0zB7bZ-nm$Tw)4Dh=Z_-qMaJJP7Ckw6auKqVq|5d% zyvFKK&z1`TstVm~0l1@fL2Em=yP3>;1?!Ct(t{Cd_lsh5L;)U3j#&aph zJ?w2UqGAv-@_8ewIeKw^vcoxVWjW0X&b87L%zA0sW z8(&`ApS;?}KwJnG3!kpMk}QKZg4x=JI+c5e(Qn><_GvvD*gBFaR{ijFgKi97CgEjJ zLCLu3*YUB!xj&l?5nJ|OWy}SlSv_;s6h6+!7TRKQSXz~dsS;zJxod2{F`zmDk%(W` z3^&3FTL^vO2d=B^Cx(W0+1Xo1Z9y?O8rE|lUpE1DOvj-_kGb}m>e7Oedi!E9Od8sx zU1UC+9n_3fd@+;@*b=}j(fVuz&mv!>pZ=XbM^0#t&cp|W>;dvG_)?S1%#K}=et z60JuPv4J@M;*qe4XmssVGi-*+Xv9BXs?Q#Z?JsLeqZT|W2SSCZ%!JIBwOuM4Pv$PP z-Bkc4t*FaR6q-Z%wE5-1mjpm*Lr-2PY7Z5`@$l7$Ze@QGk%vdIJTdL?5jr0JdKLx4 zORcWy)Q2z}87fU;V(N2=V$KmGn=GtH3dPtX$zt~rqja@G_z(!yAU#PKUX9RAh2A^j zmF@J^*2{OYO6df50UY`8|2pzDzLD2pH{|+a`q78|v60p>1s#tY`?rV7PQYfbDlx)( zbk()}{5fD*{EzY;@@jgX6`D18>>kchcm`_v?^FDo(i~3G#fxRfN)jo!F}@$?TTSQ3 zIOYN7IFWuLPDH#OYoyuqh5A>tqT==HD5{(UX7x1^>tE05$NQRA%sX~bUemF>e!M3x z$$RivRzKdiwc_8$a<7laS@mtlbdJWYS!99i?E;K|BA;7lS>mu*Wp}W}+73An=x{Fy=wBrP)!(|AH-kLFf@}Z^RVQDYM`38ZF~LkmHuP#U0epWR>fho89V;rZ%`0 z-StLB=7fM#IFnJaDF|01Oht$n-@h@5C5jQp$LT21sus5&FVRu*uwCpwK9Rl9E1g)x z#L|;jvrzHM$tlCp#&Dh%j}0m^NSa?b&WSs`5z=7D>FVeZmK_6%{ZU_lD*>r5<>Ahj)6mqYibC#t8>+IwiQ3eGHz@`J2rbAHJ8DTG5B2 zL5>XI*dbcqFHK$2ha*Xj3g9?T94`lOFzYcn+Q%Wm;gHt%i@PM7u@BF3ImXAM=8|s! z8)r+M>Q0Ru>(s!|B>NIMPAS0?2~CeA>*3L*0aEgKS&J!or`9@CPVn%)C@1<#Nxo7t zmcl{Qi*kxm$=%|G4-yBbdak~ZBRaKcGN+bqjwRb{zpB>5a$10*Q$)n+(&U5yx>HUM zpdS&lPG`oe?d#+WIBLb{-87?q)O@G7=X6#gO-r}hHs3G9DZ$-Drg;7IEnNxd!gTV@ z7r#7Fa433bDw6NP5@mdNKg1_u9o~s4DI47pVV2SVz%}mAyb_s5AdEy9g)kan48m9p zG<+Pw1O(ii_@5B2f=f6tcn#Ll5~fqdc)X5BBg{b92AptLbOV-mh%slPW9gQw7OyFe z5zG)xXHs+@KzOt_i@VMY5WCKp#K&iHm@I~WlG>Z|k<2b`28!EPpf z&37eUQg%*009T%~|8x@ouP7n&qfD9(+z&?mD38OYiB+S7QcR#I25}!F}I#u>g47otHpa) ziI#*11%9XS?ZD4M4^oAv~rx?3+)tY^M0`-%Wjv?^=GymR{6}yM9PwoxP9zFk50BLjBX- zBW9w+n-J(6s|F6$*YaE8+H;fSW=r}Rhi(#eaB~TIzwy(uk+%Uecw%2c{B{(1C&EgE zfJwn&;(ew;5wYgyYcD5a)#XHlDPkS{IgyP1qTghag49;wO%;G;46Tsza?h&JDiQKs04OghAZYRHtpjhlU%_}qA+G7` z#E$|@5sEW%GQLgz{s55EZYP-e8k;$xeKw7z!!joImts(n z^G#2^*V8*H#He!_t{XKh%k%&agamEI5-~4?(j3$Rf(v{&ql19Q7w&yY!#1#K80F!+ zUH@@*n&jWn5-nCuF z`g{!GI;CUztig3b2eY-!l^?`y@4Dtjuzclf z7fSTrbKMiclFev=fOLRTgax1md_+QqpjAyPot6WcgpA|A3B!1%WN>I}Q?Tde%B3^1 ziAi-xq*k=x1B~KoG{SQIB*?V}-U#dVBH!10cNy7Jl79sJDXjL6z!}X7`;6epXqHtO zhAd=0Ok3d*Yd^i81Uh{BNZtE`P%F0DfJ&@&&_usGKy!mpH3qh`V zF|2^?+k00G8zD`g*bNO7RX;~ZQ>ngvetVGOB3hazxDy3eag>)Sw!+orR<|_4QfjGN z0$Ws!D?FZE5xA+lYU1H@mvmQCJWFMV_O6U)Go_kmP)}c9d_P_uKzJ4a_URZbzX$*y ze>XJPEe`$?T;L~vmc>o2?e<#eGH{%((j*qkDqQ1}SUP)UuO*2cXIBim)2$(HsPWsD&?L_+cbtmw}z2F%zt zLzZI?N0aG|5Ec!RAqcVVf!eP6`(wU|&1`Y9H6 zjmTi}I`ZTdE^`LU8bk`b?rrD}g-^F21f%(EbqjFd%J+}qECK8W-=ZGdyCZ`gl0qni zkdHj=x;cv#4Ewv!cDS~;GjsTjmZru94j4^4Ms>v!6sPo+&2=sF<+_pGiX}eIVmX-< z5j>vYn|gjdN+oxwaph;TnaU>phELxxr4yWGFj~87b2dxWokH>lt{0%p46YBe*@W0K zhX!7zYVZ&d{0&Nk|2s;j-ZeIdWkqY9A@D*vREC49i&cEHGt{AVEz4ms;m#0vQc=?h z=SCetJwdL=a#+!PnJv=5xq&b^Ef6J#z;{6r_-d3MVLSq_hmDS4hhbreGYroxt&!Hk z8SXi0@TefNGs+p|428G23{E^6dqSO&bPvyLaDK`9rV}0{5bb~?%r!cf#cP!=XXmog zXDO75KSPB9!7_dJ>_WWQ|ek`__79;y@lN zPWPKdf{%gFq)DE~B1^y^-?;SotR-(Pc&PFT?nhXnMD}ASxmk_!P4snGeZBV^-x7OF@!w<<8&oh4Thgj{7fKz`H+7Z<{8tNK$kuy4 z3B;$fuHgkN*RoxsJSF)7T2%Yr3U2rG9kJ9>$HB4TnSk<1CH3A{g$pMd3KSw%! zhWja&-a+^RLipT5_Vw6UY)A8)k0lL)7D0y)1YizBvnp1_@4v|mZy}X}Q@ks~#NrD! zfF ztU_D5wU(AP$5JkEwAyw^s)v#yoOW2;usCF^%H4-q(`3g4q0YM06wQ~T8CL9_Th20B z?mcK&Qi*`96M^XpZBq88mbPZg4|>Ky+z4x;Uwmqba9^ud`!2KPzN7O;dCC)&p z@&5bp=hf%U!S<$R_j>|-|%^?rNaXE zeRfKB_(2qoy8|XTZEkG?e2xw$K<)s=%^ElmVs{&^!!KyZbKc6y|IC_tOH(u6r!|)G z1Fp(3tUd7r3fI-i3)}4uvo!xkvvx@%Z<6^PuA^hv?1X+62wEh=2hI(SL9UTw*_^J= zp|OeK%^>E)FmJoz&jb^L@NyovA?f*yMeMumWa17xTf*av9 m0!~kW4=axBx}%B>R_E%oT?eaJo_d&mvg=$GD^=I(NBlp>A9Qj6 diff --git a/processing_modules/__pycache__/data_product.cpython-39.pyc b/processing_modules/__pycache__/data_product.cpython-39.pyc index fcc66629275172eae2db8b0663cd719adbf823eb..7d2ebb636783629e38665351ec953ba5dca2e21c 100644 GIT binary patch delta 22 ccmdmxz9F4Ak(ZZ?0SKnZo=>~Ck$15%08MKL82|tP delta 22 ccmdmxz9F4Ak(ZZ?0SHoqj;Gz-$h+7W08K9k761SM diff --git a/processing_modules/__pycache__/globally_gridded_metadata.cpython-39.pyc b/processing_modules/__pycache__/globally_gridded_metadata.cpython-39.pyc index c93a269b5ae1c26df80cbc63293b7de9a8326e81..8e2bf3a6ec6775fb9f0346c97043fa1ad42cda4b 100644 GIT binary patch delta 1807 zcmah|ZERCz6u$56ce}1oHlQ7gS4T2x!YJK{q#?lqWq?u)D~y$o?zXpEFLv$v-n$u= z)`9~C6ve%MM7NoZ0Eq?}+a1CAYs9}K_`A^`#)SX=@ds-3oZGv>G>g4?pL5>xKIfe0 z{b==f{?U1pM|8WL9Q;mPdfG=E{H#ag$s+rKU#OF|UgQ!!sjZ6(Y}3x0{`%ZiwMX|J zNyZ|Fqg8f!yp2@ZgYn~l^%G5iFHgJ?uC9^uiY#T4VsfyMJJ(;xSDl8Fl;x^zDd@IBZ{Vg$nRIi- zLxjUmHBFf%%QPWe4_EZUI243Y^!9U-^#&S zb%3?0j*_Kh9p%e*$ys)&&JvMaK5mrk<4!N0;>*smtK^z;mF&|*Sp=^RJ$h5BD?5Pc z_HiXARH*~M-tgVvdknu`b%T!jinIm-wq4xFdex(%4?$^dE!NHD{k1Jg-sj^zT%Hed zBYt(Q>Q&c`5+iHfDp^LnmPNShq}W%yS#l^@s9M2xhJ=+(jG2*K%t{S#?Tw<1a9n>z z6=KKYU4l|b%Z06QbNRx6oEB>Lr#PL0@q0ZpoXIKS<++{|3=4Ttg^Lz*LaI_2%1a`Z zGs;TR_OLJ@o-NSTS}b+YD~7^CN>rW+5c(id&1M8~a4;vQ^=3k$&(H^L;nB%yy=T@a zq}OQ=3(A0)%Pnn0ucHiR(sCaZmt?U&Ur<2lvQ*j#&vK->Ga8Q{jCIz|;E|Yc zI2w=ai^L;N+Jl^(?3X+K3U=9skUZL%3BP|dW{ zO;|*SX7H*Wct}Zov$dDgYJ)%depun^yf5)&Be4=Ed}b5dF!>5;Wf%5ray>_9Zy)-RLf;JEl2rcueH6=D$@Uwj!`%0UImc^s@)I_mJPT zr?;P2t;3l77JKq->V+Y6D+nV12~%gJo1Vw%IfM&Z|J@e}|C*g$otd#-#Ly+S``&&& zj*$cG@x5O1E(^|Xw0sC_J?zK%eXU>fF**ZEYU)15oPX&=?n&gbKWFQGt1(WG%{Q{2 z$J{JB*Gw3@JKxL}<7Se?@K;xSOq=uCuIh>id-cM4BI3d|&CM*@j=+1ka0S7jfcHL5 zm+yw6ij$! T^9w=pCi`_EMtZc+_glz6eCF2a delta 714 zcmX@pz3Pu*W&*8Uv&?`ocJke2;*9E>zb@lvW=z@4x~hheJr$_PPm_J} zdr8U33s*Zcwrzg8`WYKr7D#XQf6{uYi^aUhm&t3--hYEdzD6iSUIr+nOQ_X6SR4s^rDgv_V;l{w7^qqaO-;Ox$8ic~h z+jl64G-9f>nq075bka@(wq}rA%jAvQC0IeOw+D#>{baz{Hra2xELhADF4hhgbDpfc zD?I50u03yIvgWYEjl%L1G`Pm+3Mn=iWul6=iF4||v WXf%1rK7+~E_W3e~Z&ul_!3Y4a8|GmE diff --git a/processing_modules/__pycache__/network_file_standardise.cpython-39.pyc b/processing_modules/__pycache__/network_file_standardise.cpython-39.pyc index d30ce4e89744de43ec9ee4b406085c3bd6799926..a054a303465042fb31d5fed767665d5f9c82e8cb 100644 GIT binary patch delta 2128 zcmaJ?T}&fY6rS5@hv^>yq3%)z3N6r~+ui=KE+P;UT#PK%l?`rO*)7w~EEMRp-WHG* z1H?qv&6;d--!{f9J{XCAG4;hK6Jz3oF`D>d#s}kz8lw*zeKE%9Id`Cig4<@kd*+<) zoO{l>KXWVh*SuHtdR+qi{vP@L>dlY5?Kbiri`Y(Vyt6Lck+uaQz}SFeSzZ?wgqO*> zkVc&o-?sO^5&j06JFZ2(^nypRH#1%rXgVn>MdC?yp;4j$V5jCROUw05ebHEIC zSraY@ij*2>zu8Kpk=Wn2nI6;1K+vgK?cUmTrg zL$2Fy?t2nRr`QiJ|Go+NTnVsTL~D}W=YEa^nBji4EshEva{why^n)~3Y4m(ZG8obn zQi_)+LkE$gpiWxO8RcZcbn3=(UZ-kVH>E;mLC=s zxq*I3fNN*jrgDrm`TXq5W#xZ87_{n(N)cqaBE zGx@(H-sTYilm=^A9eTc4UZZDFKZ?Lt`~pa(!%*{jNs+8|JI}USPxPkH;4Z3E&8K05 zs%uuIPoXE@N)LjxRr$8{v}Yg#B5Z0OA55}Xzn$gbB{iSX)X^`{n=jpYSh`W>33^uj)F$o*vpnWr*vI}O*nbqe-C}QtqU=VmH_kKQ zun4}e$6eX^LPQy@D`~@HoN{LhaUZtj_CHH^qF;FeOc2(#yJXj0RY|?-?>#x!#u~r!XPd;4A1@ zMxY3Jgd#!!fj6riqz@{;hW{l4QB-ozy&H<^C9AKzz-n_};uQh=+BCnCzKQg+D-qvN z4pb>R1*q8fRp`UGy!6`kt_AD>>uTlw$Uk;6$KH)~NIZ=U`#KhaFVdf}nWkEEth_%bE=Ad9tcy(~-0buCJeg$C#8&;S+zGr*_F3YMjUY(;(?$I# z;dM>%q*H7Q#ndR0_cfuGcmo(3;VI#g!MD*SM`TG3%lFGsc|(|xofH{LGkpyPYxy!D k!S%D8FRtbuqoWCyDjjyf^XBc zDXa)r$)=FNF*knQuKgnX3p}?x_jL94dqvd67D1Ob2)z!YULLIh_3!|H#Q~3~6W#fy zvxx}03{yzDFe|8a@yU55Nn0f@7;o>q3leSrPwY9_txH&aktY#vNl$bNAyAZr0(*Un>zo9K_S&O`SN@!b7Fyl;o_ z1)JGdhax4OiL`Gf|ChvvJOY4P$JcK;Q`v%9q({*I7y{qZXTY+YIW3zqRN3CMX>>Ih zrk2w+swZ@_$X@oh^-iJNQ_!fEO=y&AMSJOIFcj~ecCcP8f8igiA4-C`MQ9^`S!9*& zYIJ2Hqh(*vwb+-aj(OLF;ppzVCzTl*H z4jnoGZZXq?V;#Fr0`86kG8zTr(hNUYuc&?O&)}Q~PaGH144dn2uQ}Izbtv_5DNJ>| zp03u=f9mevkKVCO_p|pxE$mdtJ5ueI4CtY&-O1&=k%Cj3)2nSwak9Z$b+5OgVXPYE?8095WDUEzZqBBA*|Xd1%Cbw9A2~5)L~Nuz@JHD19D*pW^|vVhG0&ct88mN+3Lm@D##0f_*EoyS=S&?X~uu zBd5!2eWPRu6M}w!2|4Qs20{*D4IzNQYuf?Vo$?RiyJYAvI=OQDW}+#>F6_?gUbZVh z1{RL3fF@370ad9c|LVf39bS#m3G|EQ8w3AJJ$N2!4&!<*Z5oz>uT07?C{HQLJ{t~^ z9`^I_;se#1gh5GF_Vh?cW2J7E497ROl!9wLz&1zTl1~F^zMDNBX=aPV9u|u{YqwQ3 zmo8vjVIM`_ITFHv_{&Dy5b(;Tc;+dVh+@vP3xR8^(9KGtP2+=#tb~;&z6NqA+zMYNtR6z%&;F5m@Z&@lUMbgA_k5>d1_{B$(@A1?{4N&o-= diff --git a/processing_modules/__pycache__/network_parsers.cpython-39.pyc b/processing_modules/__pycache__/network_parsers.cpython-39.pyc index 4904e48ade449617b8de50ea8252a5037a9fe1c0..c3303f81663c10036762f83ea6d15f80176ba0ca 100644 GIT binary patch delta 16469 zcmch83s_u5vhZ}z%$Z?cz`(#jfDi%+69NGe^C0AbA%w&P^1viaj3eO;1Oh{7hCFa) zC-)|9EKr@ z`}^Jfz8}7+>8`4-s;<+gySlpP*8RqN9ydB#>~@O|{*JYuY4comy(5QQdw)q-N?)Rr zZt2a-a@{& zdFkRkIp1ROEC7$hR5T)T5!m?4i|3Hy|f8qO<7N(3R(A0#$g22juz4Ygjs)ctiTLX{2ijzjoykYo%-m z={m_a9c$xHuAC4t-f9f#eDLWcvb2S=n`9HzCD{znB+BN%o*r7OJIYl1BSxrNC~TKe1lwf?Qa&A#q#U#&m5{QGEiT`lci*9F_f zj6RedOKIKg@9t=A>GHMpu2KSu?dU0~*`mvj{$YH<@%gnS=>^s7%B9AUs1DHB{EihQ0bhY2Poyh9K?KhYYe& zmSmG`-fIXOgNBfCH>uSPN*f3GRcn@BvOi>!?XvDFnxzYyp_~NcAq7UyNyI}r70M6D z&aggEtYOjs^R%1}m<$c$g7N!%IfIj?+(_mY8q&*ji+-UF#+X@HXbRKbDowU~3k7^O zS{))#dS1h434A?D)T~L8vt{cZT_~wmx0{5MG`?|y4_l4!S=x1BYsgZo+vpD4A|dOL zDP$Wm%Q2dK^O?)SaACV3?O}aHfx;3Pah<@ssA%y+BCf-lV zc0fP#g_@(-OSNZNI`EbWd}a;V4-u%@Mw`nK*`0I7$Id#|TZx&VW%_6*A-Vhv~30 z8Hw;M$wk%po$@^jMc?H~$PIm;e29coRe#9E8qNbar-qx7z?Y`sN)q_eLlIqPsyr3? zX@EBf)s~{oL1(8km=;P!$HI`o61-blsZ1+5<5Xvy>XZdlp0-!g{F5S=CrC_-w@Fjm zL_m0&+6YSNadLWGWcmd}R*X7UuEhStl}%5e%osztD1kC_gwh+Sl4n7`Q@7~`jqKC^ z{~m}4r~XqO0Hej|xsVTlmOj!~(YXXKK;3aDqB#%7%>aWg?Cem+A>Hl>&TX|}SI8yL zfiYl$NilQCjpUFEhm~4_2{tE~*%`+}IZLkEOGl`KQtyXCs3e4<%!05>YayYegceYT z8Pn8Tg)L@w+Aq+=eohmpizZ#D5aN-!d|dO-NQ@6RuP=WE7T19(Q<`cnUcNYgQRDJU zS2W}=uerE!bxl*_>gN2KhMMKgO-mQmEYDxDxT(IemZy2Uh=K3&j+^DpSyZ!fMNh*@ z=5OuT+7WCCcJu@mVPMf0WIMf?D%GcweQ^T+nfDl#41D8;$!Rg_^RXf@!7Hul2>O@S zvMPSvhP=$V5LkFqTLLXzJA)!j>GlUV_sIOnh6SXWpWZNYDaK1)Q{!~s)~%bivH4iD zX*C~4E^NUV6vj(zA)wfL(8hcSt^nZ4R#xSZY`(S5P|u2yUXG*+1X)mx>037Sv1M2- zMz9!J>JZc;s6m_vdOESxfnbS}GLPg?PX_bd+Yy+Gb;x~(k+$?}~>J7xEcan7C(5FCzrMjwTM}VpamJkV3~x~Yy_!1(z=RV#$Ro{mF(dG zdBC+6xcWiOs9jdJ7VKKam-q+C1JM)y|Dfb)zH2il&+zn)2gxx1O-G-r4VoPu)6584 zqE(%{m30eA3Lo?rm{>a+a529>GmT&2G-RDbcKC>ZdLR?_czyoGH4TfKce8hk}V=iHDi>zo3MYEZS6YQ9ue`QV1z0}lX5bAQs9%?uIs=}ok@1e zX?t{_!i*{)R5Umu0?XxbW4JCC zTtEk|oH*AcId_B$462R@CLjY-UYv>cR?Fk%e0hRgAWxJF6SU&vlU-X3>SIIi4cQLqB185=Iz+($DNzTAoT)xd zb)XE=zQNvV?IDT%L*HFc17FEdV;W`1Ay1V{57D7yfUubWbq-CPo)u#a6#}MAgw_tV z9!?HL9QXvoDOv;E;OLnd$k2yyYQP{*1L)T3$y&1%_{LVL0UOYh;gf=Vs#*Wgln2f= zCBkmjggP~$X=6;e0kCLFx-ca@ZVGZkkHTqMtMv0sfmY}t2(a_PFsOlH<#L7aQ3dQ> zu(c}~f#)KK$v}elQqB=EdG-aHV4pLDAsGQP^f&`PF5raNTT}H@wRQnjnb0l436Cg2 zQ-tlgU=vj37OLDrRVJu%<3I`}%ay{!d*tch`WfK*i@^1|PLphdKAM9mohiZ8P%^}~ zsi71BQw4Mhm;qg!84nmuas*zIcq6A^NfR(#z)S(%35{&uKWn*lb_|6M%G&dFLk>zD1@<22`E@X@B zrW$KH%z1SQeK7}J@{+_QBb*b;0n=^*J}?euIg6P8!R_*VbUO?|+6VIiJ_xyH1OqLe z$N58G1)nxYKl2DCwe9cYl%TPpP07g`;GPy^ZjbPy$RZjxd<2BXe6I7eo40&mI zGJJ~R;}QMW_y*0aDI|Ck=-7Xxi~gG-G|0M=cK~Mc5T$aV!MHh_Ipr#z_g~DGBA0gz{9iJeb7pfsuahObBMe zOb7-71k(V5Q2@alfDyE0Sv+eZa+&e@5R3vAFb5zQ0uW392+9GXTCL?E4Lqy8C6~ls zJPVuOTMd+j@^W}x3B0Z$ZE{v$M!^Yr2w3kkWf%Ozyc{kKl?F4QzG5%Q)P>8SIn@L& zPZ0d{`GWo*a!BB)+#t-bvXq3@@cs)sM2}Rvgd!pCT%#H_qevj28PyOs%F5aj#QtEZ z5$NlvShu`Vv+>CvA`BjaYO*i`Og`7(RjR>(V;bMexVbi#FEm6(M0}4Iez1zm|2GB) zQ?>O^7M7vY-MVu|!fLe-FfLMtQsgx_S`O*A=wPNVI}fAsG-*8WI%+&|%%F|Ekob;- zA`mW$e5y9`LuFWpwaEtYDlAPK%V0l~6`mH#3TEP~g`xItIEMm3UnZ>b)3DW`t@q2` z>hqF7_P**dNuUHdwYmmK0%e7=kh?RE54t-PsDtC12IhpF z-<_0=hp!mv6IB(YAttH1-5>Dp*vjUA!+*Pd=A8JUlh@b=nUac__^MQE(_>aO*CKKg ztzbj^PtQ+#Gp2zf@d!p2qHqji2$Ab)uK{c!tP}UE!VT$ErUPdjX zMBUxjAnQrMC|4GdDG|$>#u=rh;t=eNc~O^EN@{4F9xv9@R`a{TGqdAP!=w;<6#=F|Vx*j;nPE4hfR7n(lp+a}#Is@So;%yc!j`YBO9A4f9rxlFrlM8yF3t)yfC{00!+ zRa)xNvk3C3r>YBP7-Y;oIIDtmu_2B zctL(_#1ZUAa3epmtyVfb##pOnERg>-?#Ks5St8pj$TB1>KwmvH(h+t5Jw(gPStCkr zK!A!oBxc;{hrEoc(Tn&S5xDrW9l2zj$TWHvVq<+vV5gcq6zRq;z^O?_50>yD#Y`Q2 zaz}edP|Zb(gVe@zwG)y03c0}?^%X>1S5*$Tkx-t2FY{mj?Z5%9x1 z4b6Nlt-+3Mey_75Aa}Gv#t|}xExusOrY^rXS z_Qfp09$#K-4}-xSWDUR(GXSO)L~QNqQ1gsB7m8g0s)fX_0L} z{~yery#PEqNO`8{Me-BUpH7-Woun92j*#XQ=}%0GLYfmeERgmz=$(+(%zz{53`lNf zP^!j34zK`ea#z$?~~Q!Z1YG`HG1~SH8fky2$%pp1?TTNmI*CRrD7?Scl~I7K2EIa zh;RWVX4vlcZ(&|UHY1qLU-(fs-7fJtk?mw7zdy1blBbqk^XOVBx^&kh{p8D`)ftk+ zo37`=nAOm+(aud|_hRRwk6vXW^VeYm_~^tMBvuGD`TGbGL{-z z-_+!GIsegM4kWi-WF1ew&Q0Fr#nE=J zt`SLc@t|==^H6pSIY$L!2`+)Wj7=j*I*z4R5Ij2>;d2O{89}xK3;fMqs1=$QvgZlE z?6P7$Z(p+YRb-olU>sk!FBe?Wzpo*GDkAU=XR`r#jc@^`qa#MUyV$$q5`>fLq^P{EPvjg^tyI(3<%N3M6!6daCfre7V9{5Zb_u4r}a zpH7QR{J{RbbP|45!207TZ&F8zaG7wA7&*dQ`0Ux^2yg(fC$Qw^x8AtKg!*CH=7)FW zC|UDJ8qd0EQnnwF7&);wv4lYz!$~XK#G7yGaK!+b3a{VjNH(&V=+RKB#3v|E+Hf#? z4Zhl1A1urtE8|Hmx86L%iDzW6#ExFi5jS(_d{eaZ=3g2m98~P}k%f=0HSvlA8|R1@ z;}60Z0A52)LqnrizhdzkufBF^&8cdntVezN+VYB1`B3c`!jF9ulxO>d+{{60Vdn<5t!Y2*&Ke zo*>+1>hrhu1mr&UF8}qxoh~t6rXlMF6t2w>tA-|;*nc2)CjZx=ViUU)%d_~yLsfLO ziGMNlnd@!9RE_a>I$WY#)tMVjyZr<;vfF^pzyA3&`iv=B{ELXu`aX&n>rHZozi`(| zj~EviP%+_{__U&W=MUIUjFqE&(cK;D0~w7(W}AUrzqLd%JzbVN9yfG4h^$X$$ z317v2Gj~1EDkY;y+m!3;h&%I35d9Pm6Hu%kNmiI6>`Q*{1KASJr~?K3t!Rd$v7xDc zd2@bKV^hs?Sjj$rU@|$$v!aUu`l5{xB;Ob9B2Vy~2d^Z5;5R>bj6A}dA6iL{^1B{- zkhr<;VMZR0zV`49lsv}$kKO~byYuM71^I;6Jevn04{v!k%gE48Jp637)CYX`CPi<1_GXeH zCbM*G=teLOK?dcQJYP|C8J0I9xEz5GfY*U%&A|>BOD%n^9Ubfne(3oL?iQqB zM$mzv6Tub)T?o1n1Q7Hf*a`qvTQQhGvGb+*#vOqAJbLL%9+KaTEM5RHYa7I{z7|>b zb;urbod3Yfv&k<0>IZ4kPT(rGL{Gnby*(nFb2YY|fB*Xbg1dzPVeHL_MF96rzpqt0bOZi83q2Bl=f&}D^RbOswoU?CjRT%Q)74>t zrTY-LkPpW>I|%?3EI`CU1T_dQMz9FM8UXFL{2ToJZT&*l1T~MDTi?zrV8uxGAixk4 zf{4*rL!B!5q&J&AQ;?wq!BhmL2+9ylLr{*O0zoDJ<(sctr(jiX zmLRA{uoS^E1eXASkVez?(ObFWmm_)wf(8VQ2v#Ckg;Yu~xqiSwh!t`4vR*yJFe`R+{eGv58~71FJMsIo*~ zfA={$OE?{v@j;4lD(2xJaDa=&cs>Z_n4u%k*5ft7{t72V77>H>N}wFDMnC%CYeJf% z?|oQ8$U*KnnI}bnz;^MeKewN98^eJ3m`^#iqzEShhVLiafdGd- zL(>?_W!R8~DSuVYEV>lRtw}KTWq_e(YOXhzn6u2Y%uY*07tytuQ_S<&rOK)lQfqaH ziwX^JQK*&=b$X1Vr1X}O46hy~B0e}#mGeOb=Al{nN4N)1cv&won{MPyO;u^J~ zp-yBdPJMg!>{%Er3!oVj0ToW*F|(M67=-8l1=DusxIbI9kV)J?)@xTLR7>E>!~~qS z9q>Uj`tZ#gy)v;EuBYxx;d8&pjtr8GgOG>PhYfH=L4p$^6P)+|IA|P_LIyaZHp*r> zse}APceSpKh`SNykWpN3Fv>RB4rgehmT-pVfRi)4qi*h<0{t|zDZ!+WF=W6jCFm*u zT~gQ-l4Q8?4i^9-cL9?HuP8%hHs%Lq2OMcxgSJjv&<-byaKi#GEK%#8-N3Uky8#7FQS0#f1XOAF<;X-UDtaPvW39)V3`S<_1@GwB?vC;G!3O-8W+;LwP6WdHbLB(_=4*< zd6EmX%&H`AOuVE_u#>bU#fceQF{UOqsK0?YH}c099N)qi?U228T;_aYc=ZQc*&31i zD%)Q*oxOp4mjIs{xyR!a_9EaU8{lzl4@^yX3632pP;RS)D`)xF%yF5%hb0Sl7;9jM zf%3)rAl8f@5Ll1iSQ2yiMzn1`O8G68TyTMDmR)^mMDpke9odScZ+r{cF0c*xJHAL5 zhwC6$0{Ie1GvEa`#Yp8@Y^30=SS&qUn0|D%XH}wBO3ALgH~9hS%(~k@r$u z<1(|uVxr)%mx<Sr(jr-1<1lRj6ZO*1#yg^5o7k{Gnlzm# zZ#YP$bs;Je8y%yMt5W>?16YU_>9kw&`w+Q!_U7X=WQu* zQ@?>;Y2&NDtSJ*KwYWa`6)JiN#15p67?@vFUsbfCs%XuKrTqRIE60ncCd?8$Be7-j zU}Ldw8s@2gnJ0<;WN$on-D=}o{?hI`3ewxg7%j1*s?jB1JykRhJ@Fb!nh&LzNj(MV z8<}Tokdnnyzs@C3;$nk$(&zzOwEpXlEa!LfVoE~vNt<$vlAqH5v?KLJw)Ky~^+PFl1g;zSYBpKbMkcAUTq1fU?j)GOfZQ1Df@OvdKVRab;mSzSgSG z@kz4 ziR*Fj$}MBOVq=f1UV)p1%5n<{OYNvPeiM(rWFJ0hA#E_+ltw$L%|b0P+S@Xk3D#21 z$~|^cNX{y++R0k_hF$SENVDxMIC8*Hkzdc)`^t3=vY$*;CMJ_rqRi}dAQOyI@%2E#bH=oHxcmOgQ;X4{9p!y)ow7v=unEBq?)W#HaW>f zQVbv4AC=pjB$rU-F(>g{g0F$cs%CMHgJ>plR=>s4D+tsk*zQ%Vz6M|*t#MPIpKTL< z%wOqet*~!nuT%cY-8qn;awyGdWCE!iNhMfqu&$~zUzt+oBt`t2yDZ8}X~ZY}4n>|; zD$+?g{nkF*nojOMKkcIAWs=FzgSt#Im8@6#GC}xnl^Zij0XeQbk_q$3?@`R?NN7N7 zf2VwvNv2nG=BL{I}DW~y%&r*xv`vHal1KZ3@3XrvTQA|=ve*as0V(!-A7 zz$C)-_2)iwR0$tQvLN#hH&Q8{LZ+?x1RH&X9i(2VzI{oUJvJp&{({65IxX0911BRi_`IO#AsiaSL$W0aHHIl#U4|< zC1j=~R*O%>Fs)$kqo5Pmoe!`y4f`~@eu&A{j`ldzea39%tr9Xh=KwZ1h+sK35Npea zLSaXTa(^;Or^60q)>QIuu2X=$Ys`~RVyE!Q=km1MFB+azN~RH_I@_2$ysM1t)I$=a z_wKo5w=%PmcxYv^(o#u+@G~<|B168s zv)H+B5qyUL<9jtTC2~~RD0>U`gdm{{OQRDBg){EYa+SYNC%dRKc{n_SoH4G~BjZG1 z^o)yH``~8^zV?>wkT76}P}c1T?m!^2iob-?$f=c@k7Peb;x7>VI|7k#ybDT-elDqy zK0ymMDOGcc9C4tgWCZ_-*rx;uJCTaGbObI083-~Fe4h!-hScxV%3|)#;v868LhxTO;ubW3GS@jQeLGn(E+&h}NoDC`a(Tvs*x4Fn5%H-Sl~N^j9-M!lSWG6QJc0~jDiLw@qqu-r zZ~=J&eY#AUR7Wl$`O4NhGAG*&7DW*)0bOhtB!)Ooneyv8vMxIhyKfBicW>P(lF>0~ zEB;uzkL4&cmXNiPIcP8bM1!>}QzD6$wFxnGJ@!6oxTA!nMQ#b%2@ve*wfN@DBh0 delta 11861 zcmbt)34B!5+4nqmX722hb&|;*Lbf4c3Hwe0AuO5@Hi1zHAvc6TG9f1us&V4TQmPeX zIhE@I7?xtS6tz>|C|V^{-&&;#;_EWvQftcxZur%u(u&{noI6P-sBORBJM)|Wob&AG z+_OCA%p85nxc6s9XRX6w)!}Pt<*C&VrSEd4!!3^%b;`0LE!24qhMtm_jROx)n)(xX zEwq0sfbCrrX73UFDfG~^#Q+y}mo0*~_~Nqvf!9Mt)7!!JDRI9d_?rK6#zg5`9X~%~ zIq3Mz^80N>_v+VG*CO-N@(THFl6!|wnz<$YpH#ep;E|a|CPD^*jlVT>0(`?=6-727 z_KlDYT~lEKu=9np9)vUen^`sRm(cRr(*Qo_`{v}vW&*0p1Qr4-KQrgBta;%#&s~D{ z&d$9C9HFdhZZb+?9ly7FRxrLn*ZWosdyN5I4Sv>wVq7P&4T_9)Sur7+MA__HDY$0j z{!Fn5u2pbth-Tk(#omR~wUXjU(REo5=njC8aefcgM6&Mh2%8lhK8hIr`TS8Zffp_) zbbE|!0<~u$^}!;7$yA-feG4kmI!rfr)>O@^92JhOTT|cMSXbLrv$};fw>Q=D%7w$A zfCm;%lXFPH&U+TRpp@@Al04)Ay-wGbkG6D@4ERQLf)$dac*#n2Fk?-8^WsItG4Uwq zz|Rc)w7p{F4U01Lh8=(9KcVmCkMjo>%^7t%V4_wlvDi2FDsi29Utxq2kCdZI0#cG9 zl*A1>_O#;SlNM(Llh#QAy&|pCm+IIj3Uq>E>Xce1qND|_C8O>Yq)GwU3GAm4s(YP; zwPLcS=zc7v=sL|xielTM3z*Awo1xPjkxLbFq}3~DL0@qZs-;}Fd~~qW8nBXkG`I*$ zX@YrUgASjJtfWuY`J7rgVC^y;&`s9ugw{m?iBW*PMooT0z`PmIT=or8r>)Z-Fa>NW zx`18SI;cog7n%nn?j^P&K<;nr4EDQ!1>I+$io_Dhx#keZ5w<2^!4YIV05qzU%mYAu za{xf+E02Us0f~UGmKRc)KWr~Z0@$Wku*>yIf^dHv#cfJ@zbPe+T$7~WWJPhZ2XF@U zb5PRW%M-R;_$Vnz#{kR0e$%3rN=~GegAYKbLuVP%^9KPN6E!RXa!MnvFOUF z6k>x6I8w;1hl2CRtc~%<1{~Cbo53FBw`Dq?9!q~z>n2b_Ier^Z!^w#$*8a45x5 zCS&?^V)}Gq`Yguwabx?qvB(Xg>j5T*_IIH&jM~%ZY31a_!2ZOERo)pFh*L&yKsh$o@9Ih-ZXk|&Q!C-bPWQXkCIx#LSV>mK zY?pf3JB_Wm!l>M5G^aC;R8T@DQ&AdN$N6n+y-{e`zDL7$l?K*@hUp=(;E&~S!+mg? z@4I2C;bmN9dEWA-bjfRVViaB^vdkYnTyJj-}ngYnnHzX8rnA8`u=8*(0@@il*8I zHgy20yxxB;TdLz#`wDYC7zrytHggk&uF6#o9lgwR{e%&)uzim zv`-!6Wwq(Nw$?Q(5e)d2^mZ`lWyuM4$*D)gy^8iLE7s%n2C(a6aW}K;d#OW^lP={- zRw)(VnFcdIQ=6PL8)ic~Of|$K*DYm3JkW>RSB-Uz$Jh>$XBlHMO9siD%Et3cx6kE! z);RgYtDb{c-d>jjiTv)m2B`eC@@L7m%7Bf^LHUjnzH3c}dZ!*-JiEa<)=ORU5;gfE zwNNUV5SB)cVAm043BmOwu#`%)A+uD1SiZ7hzI+{VO8At+>HKWN&9IcuThrmHM&cZF z)*qaWRbz1FJg0FFYz;lp_<#g=^V%j3_wX;8egk*#hnm}5D^YFJ05v09DbzOjrm5Y- zU=)Ap{_NzZNJPRAbW%q$W^HZtGs~)GF5+hzQ~9MMhAcaBL>6$ZS*P>Ub^r<}lA_

3wICkq<>NO6fi{9@#Cl8!^ zDmzhm@H%~4F_vS5A%iH#MwJtz%C4w#l2*nc>})0dIIQ>DijT+ziIEVclpIxdN0n2w zG8*&ZNT*4bf&1@sP2?}{~ehnm|8|Ao`HSTT8x}hB_F3NU;;5D5|TEbge2O);jNhPU9jEQnHos- z$6>v2J0u5nooT2pMGT8PRm^B3WB*@<$PW09E1pOgPk)~_Hb@Ig_@S_Z--&7nMx`0^ zMT9+lt(95ge`fYySamB!B1D-rp{*e0*8{q$uO5l9uP(yCn6K`}Vl80biHMz|sBmBU zci{#jIlLCazjLwT-H#|4IRhD_w$s#lu(kL*3AU;2;(!D@%8p2|(*xpRT8=HNd93ULs|yAo6`9oH+y*c#yQd-4E*?} zVjgqI!egFE;=zr>OsgpyY6M<=D4BPyFi58i{LIGm)DFXp+L1*ahROy+)6(4U6(ng!&_>|r>o%85ZyWfd zn=9fY;plV^N-T@~)!@xaf{5%-23~e+5wF;inN>l0bbX>h0+zy-$qn_s`Wx4?sUPrL zI>*jDP3%(y`-v@$h-8OzNp}u`2!T>W4}^_3)ni(w1++*+MUcq5w`8cVR6`P9`Hiu- ziL6nk9yZpswEO(5j0h`8@(fY+wM|W067SLRTfa%?&o#tArh0lXq~v%ltmQ{F?Y>5T z8>=E=tG@+vc*g4M{9yx?LqFL%8suxqq}J$cZpb-7nIk3fIw=uiF%dT-TEU6Qx*gN= zM7@*u+;+~Q*YfQSH=loto1eHn&9w@ndVD};YGA8Emu}xDrHY=RtoVY7oF$>;g*Yn3 z@&~p}wVkITBS_?zwk5(iZrt819WrwN_8-9#{?YcOa2=m{=M-s^F|_5*e0{-EG;kR# z>{-%TM!m6x06#jBkY6xTX(K>%=u1%AEZshsA-E}LHZb6g%srq1cYv>Vv4dl)zY5eHeU;@z+aU{5d7~)*8 zk!RhNg7=&g?nK5=BQ6j}hZ zD7ik5Fb%08T2=2)zyqDnaUSb1^;A?zoq_C`%-N!5Ujkg^pi9CW-zH?s&_QbJ$ zRoO*EC?*((;59Zk*EBYUrRHXK4-xO<>HCLCe=_oG_aAiaM#_r=9&0??Eslqk_jk&L zB(Kmdt5hb3F5T~xVrkfE=Q?fRap%E%@tXa?gQKMRGJogbc4+~9mGJ$CTprOkq8~)} ziEa^HwS%mP(Xx|D$^6`*Stj9a1>hVW&X*m|Ppu)ASZ^Mt60J9E144z&?>XG)I)=n4 zc&hCmkw$h*oC0@Tk$LUUpSIKE_8Mx+%WK#IUUVc2FO07_GCH0v5j=VpL-wW-hdWVpU6@Rq1>{d( zKBDA8HdY(EuwU7)x#?F!Jfis<$uJF^s4*itLhA!!Y~tQu&0ktdMR7NAoXniy!aM+v@9Dd`cS&as9EITw-7hBT+H@ ztEe=O?>aWv*?Wbtrlp;+G5pD6g?8-{LlDODi^nEPx5zyI;ZI$UqSopGeV@o4#lFu_ zCzrvPP~ee6lD*d)-iXxl+|Y38GdZ+46g1i%BbNhv8S?p8k5_xdP`P^PAZgKSzoe2F zKHK^FCmOW}wW04pDJI;h+&uR9Na!cloA?dKtKohAtK%DkPmzJ&60}lBii@8=Q1u0Z z7YR-g{E^@#1g~vFOH+GueT}cSxt_gDx?8DZkMqhnR+xn(Pzc;3BJuiMr8T3AJ#iSA-HgOxPuT^T+Ak?#*(4$Y~ zO12{ymUaa+oWm2z>QD6$6UksU%zChwDOP=tQ|nU^h#0HX73k2<+Uxx7tX|xL)oMK= z`dswLYrs!Ev&iyilnsNAjT6riH(%+1iBCUKCw%~F*Fs27e;x%srlE$HG};ALi8;uK z+L6e2^(30a;ONMqGI#dGz($_gQy|k&>X;^oH9f^}oNw!yhY7{Go+jAI=bXG5e#xIZ zdBQ>yvm>XvY$3mN(!~$`ZWL_iumA2hkj%F|%V0<7+h=!6GL5;8Y@YSJiy!^{ZaBxM zJ^x>@DfH#@%k|(4EjsnK1m{B|Umhe$yUd}*XVytj#Cy)>%0uz;iH+bNo*fOtc=oH6 z@HF?mnkk(Je&?$x`Y_b^4h@dU)hjuZw&us)&^;4hj#q}71Uz?Y{K%_oq2B7ut_i6EK4jS$q> z{n-;GhfM4WVl0R(Z4=Qh5{Sj{IF``&51C|zXt&|sd+_!3(o*KZ8a|V+Nd4~wUlUv= z_y_0;b?l#1{D$BP0p+Qfp!DZ4kt}ZUhs!+Ql7Nn42Lg#ePhcQ0637H5{`!Y!ZDuN3 z2(0|Ek0unQQZbDnogjlClOT&A8v)a$h_{rFGqMH|Ifq~{K`ucaK|VnNU;ObT`Du!1 zIN$T}M5y3rK2C*V{?W%T!7TpdCwIrwa_ezu!_iMV?Y#cevCzu*e!5a-NLXzNNtb>v zRnv;0Eogc+j0DB9J_k$K&the5$8y-v=v&?5HR0KTR!z2uB(ECU)ku568cO-wR{+C8 zabFYxwDT!nX39c%F|Yk{j69!gS^3^C@0aJ22`4|$m|$Fh#bmzht66!pDlnR?j3%3y zEsUaNWSo&UTOg_PGa)%|2v&CB>e!ZqEig;w+2$g1ig}zl-Wt>eb*s&><|%9lhrgGH zc3dfhVf(4K_6eXC@1@ctg4?KiJHd|$M8>m#|K;1cQkLzp5_ndErRtXw_@$XPwMh?? zD=6Q&Y|dLYG_QGRo}%S*iDZdXI}-Dh;d#x&^Oj}j&6${2IWccxcHVlnT-c}ZX&zyQ zo}hlBhbgdCEjGZwSn)rVpbnE!ZB&Jt-D5sD-d^e zN{WYXHy^Qm2H4aW%up69X6<6~`vt*I)HDnJhLQ;UvqK|uS5UmAL>DQQ*uTW)EE2BU zDNsG{X-H6;43Onu+CdR@!qBM3c_C41vZ;TyK!a-=imn8G_u9IDXM>B@@8sO-Z<8P(9k;2I zlHsS)(>C?@$*@3jgPNHPX=x`h2yN@8U!bySi@>8UZW63Xo$rQxIIZ63#vh0h)qC8K zUf37YWtc4HeTNj7d>N+V*HkUJ#9t|KHB#Sp!)ceB%Bv|@THUlHb(eZF1xg^L`|}jo z18|FaM;cT>P<Z`hHXgW-0RsOz)vmoBLxQ++oFGVSz_oeo1u_H4%9S1p6#XON@r9}M&14)xMt z7>`D9QgTX4PTAGzxzO&~kFh?B_WH-Af$gVQyJPbp6R>ZG=fe^>PuYz8Ba8H@*o-QfA&=r(l6B3V%P@z)GNiX%I&p^WK;a= z*;}TO$4mC7NH&MMZ76JZb)lIr26SOO>k^N9%`mvx#OmlNYKP7_j&9>{{3Y{;rucN* z61>aMp6w{Lv;?wvSEmh+o>sMI1Pq52>SrUs4UhEYmX!{5a0x7NJ%TaJMAhiW_=t$% zYzcJ8Q6a2$bT^H}5%Gf|NPdSpWHj8QIZIZb91RvYsy;Uw#z2kwkI|4Pt#zn(jmM!? zJ_aVb9!1xyu5$gTaQ*rixG~!GZH{i=Sg8INuJ<_9qVZ5+3(=GL4MDf+^g^<jD+lj4>hKC&8znBP2Kl?iiK8oO=(Xro?@PFuzJgk}u!xukK zO3xv9B(FTXVMdFuj=e&(KM?#kF|6zbD!)i@3Lz|2)v}kU_AG6c6wkEIK%IFUSo)jjUC071A4u><;C#OM-EcT+O#h4xO7}*p_{C`o2 zF2l5o0I@lVW!O#&hf_;U#;NX7C`b>`-039f+o;&%!h2(6y9znf)>62~^(0b{3>X;} z_9TvsjBY%^D*#%TgR}eibht^63mPt`{Kfk+;fT7v0zA?%r+Qxn_)X#*|GvcEdpyZD z+KG;HDALb*#iRMsbf>y&7R;IY7PaV2f-u230?{nW)mRF_I}jhT0$DIb`?N+-mkL8Vu7Ggn!RyZuGU| zei*4~HzV352VF&nEp)VQZt?logiYGtH*R9jk-AkdgtBUx2PN`{6xKMkbRHnUb|FrbPvGYXuoIphXC6&G+_}_$6L*cB{ zsVAzT(Eb5gDicDP%b>LlOHU>V^%p1gl$?!WQW* zr)pgWGvK^hwG39cwo;?Y$iB#NwaixSSq4*Le@ZN|R){VB4zYd6PvAsuo2?dk;TrWu zFN{z9CyG5xL>aA!e-X)yXr7_!3tm`~nt|gkZ1lA^ufIuLb%o{iwLYb`jisrRu7~T^ zji=#SO|X(+6~V0py9tgF(3PUN))BV}YzPHLrvOHYHKQDnQS!woePFbIGulZR?Qo11 zGe*xFgHquJ+;XpgT6hBtw-h)hILA7Jx>?<;Zh(g&WtMX^)`Geb&Jt&}GsBsK?hO@7c8hG>f$P6 zc@~UOQ?LXR6E!M{NsMXYFVRS_CB`&ki_rwz|9j5#`|f-Du>9e3-`<%ybLN~gXU?3N zJLNmu`oFfL|ARtDaSlM~|wVi)4A!yis z>Isj9!G|qFXUxy^%8qNfXvX&7qLy(p{~lc5GH}+^Owa5IEoaUeioXL}uAenL_;1T& zv%Z?C&Mw6$%o`=y_MHq3O&esOzrV)r1^F?)2&n)#Om4}JHf z;hFfVrZ8$-*Csk=dDz@FcTUva{I7`I|6j>>THC3qQ&XF$OI@3~Hf!5P-SJ;S)OwI> z0NJ&vtAVVFD%Q5c(;iO;JRO^>vVB#l=eFfyZ)sUKtFC+7>{}}OJdS;WVq4B%(4p>p zguCVTkJ^Dapu$7{E25^Bn-(+%Yg-;&FrsQ5!#v#b)`HQ&#+Fk~YRGiUZE2agxDJ26 z+j7dnx~dou-E)t(tY27Hv!2+AGe~;*beC68yE~8CVQFkumHie--W4Nv5h*O3)J``22?U04Qln^SiPbh9L z_h4XYRC?Hx|_mp*kSxS45lg-IY>E>}{LcM(vsI zbuA-L9TRM7S#WB<_z%%xYkNmsZ>el*-_(0+xVF8dCi*Hvz7u_IZG%c}a8fU)5?A+7 zuvc*T1EcsDE-oh|XL{~$}u2BqbY58z*U2rSZs6KeOWyRvU8Ud)9+Dj3CF<D zeOi7KwI6i@a`(!ufJmr4Q&r`mtX}(7Rn;r^`Id?$gQ{-i99OmMw`53gQ_I{XjT3*> zRI#jGQ)AP>!`d`ufbE{9plKj1#m#kXZfQ^Pb#1l=L7V1YtM1|ScbbAZZJHYAw28tw zZHC{n{k|o$4vj0PPntRH=;59AR3CZv>Mx(RG`D2Hw3XSVXRXXF&7Qui->E8c;gU0! zP(yVFo225Xa)>l^MmhbA8qqs$@&Nw?OWA@Y~V@5@1 zuRbfcXz}trL*qGTEy_lVa?yZM1153oilvLP19a@_0n?V8_2re(>OF&2E5K2U4495u zeTD?uRh?V1ddZ^P;x9WyB68)TX!X))i4(b}Kk}Zn6r3zxIcjAtTAE#S){@oPm1muq zTX_yZqdnbDU9l*;e92i%D~Mg5%fS8*@044PKe-k3a|Zon>1QSVtfrqc>1P%FHRx`BQ!q@RoE=VJQVh@at=xtQKL{Q{fR z^1#+-Yc8YkAo>|hKS$Hgrj|Qzy}R4x^m-)ye2sptY&rew4MB6uC139sY~KEjuOAWw zSGBxw+hZNCqSXEIGrzv&h1=`5|Kb~0g~44dC*OHTFmrpwH!lmT`Ujmdcv_mjUDvYq zn_ael^V>HD!9ClL+cvXp-F=k%d-&NEetvB3ehU47etx+9p6xS7hHZlF;fu|c-5;U2 z?-E!rZC5Ze_dv_n|1vqO47R`amv0?f*EXR1M~&GP96digZoUGXo_j#tJ0RG<<|E4d zA^mg!U=9l1Cb$0ncLoG!)B}ZBa#+w9Rs`bG!-Btee2~B%qMwIF)8WClf**;Y6M{pB zx1&sJ=;vJg>^m{& zA3Pu?PYn7pvB)$P`KRs*X5jS%+ z?g<9%2?k4A9;QStic7gpteh6~j#+jUl(dn4D(Pnc{S2g^LG&}2eumP|F!~uuKcnbp zKl&L%KP*2cc{Bxy+C9NOxsyl+4HUC4{Sf=-b()+#XVHqK=uj7(wdlP2+fEPO4m+|K zn5^fRtT}09F(Rgo*=7QnZAQ*)ze&Y#sVo#j^ze#YPjTj~AnHh@$trl{{ugEiQ^K|~ zMvR^t3L&PwCMxDe;s51nDM=9Au z_wPC}_)l=4Er|1Q4N ze3gD$=w}Q42>Q8}ey*dR>*?nP@x;QQU%2O~`~SW$m=1^!&p_YXDfcUcdLUGdP{-UUqT}-5uoxb}X)69~ieG)L3X#8VLtpVi zYZ$|m(Yeui(S&>mNAUcm0UWv}{2rFiAbzbEzfQ%+`EYI9Ec$V#V?D6M9aryB!3|u5 z4qbpyr(B=t!UAODB{KM;ZL{A|dC8aUlsi7UxBz;i1HDc`U&7F5MpL454@C0B=u-R+ zi!PI(Yb&##N75#Q7DV%+UeQ8uWO+l1nDuf{EzbONP?6abeN}8&9@I_yT0XP3ZFA84 z)9imy3JIP3%dWZasxnFFopT39RX}yc(g4Wm?Mn656W(Qqe8{mqqs^i*3~R*u%Y%0D zRr$8S8)nxiJi`gk>X|Cko3U>4u+~K_Ai6f6VQh79@HFN+xSjHSOTL1!4peyhGoIZZ zo`y(7y~Kqpf|~eRgQ6k2PQ70be-8|2pHwJrfZy9Ccd&zE6UZ0`?KmEP55?cfQCX!ciV>KV(!9+tk*R>NA~=vMPS zEb7bHzfN+>4t-6bXatX4bEkPIhD9S(C5{k_jtQ&9lV=2df=wd$BXs0LypR8eK|3P4 z-Fd%5z2Ax9Rom>bs*G=P8Q+m*h*cLr5%ymibU0{T^erX5Mfr;8+tiYvZa>NPKt58p z?|{8-xkzClb?cgYQQVOY`eA(9M*Lj93=n^nFGq-~l|jF_8%8Qs7{(2fxY4L8f%V7P zQxw*1z*C)j8|`5%YG+AwS9CXOa#*AqA@cT&?lC;|jP5n>Bcku7zW0o_oA{n_be{>- zMc*^;eWUN2cUOb^M)#Ze5z%et-EBW^e6jbs=m(rvyt69k+qG}>pusdEdPrqu2J z!g)tSCKFLB2CoVh#6NXfl~3UK$WJ>L#7k@UDW=3g`YEE@Yi#k}aYUvAmLA1eQ~b01 zIBrc3vo)jE^mFL_tXwCjHTBGW$T@ndygj4GqhCPsPaK=CU}Qa`Uz(ch8U4z6|F!e} z8|VGE&ij+%gH=K8keyD{Q_lPUIq#dr2CDn@xnS_*-9Ug#w!^nCOugT5~Mv-9qDf-gJqfAQX9 z+f)9=%nrOvze54qW7E>x2RIYKNG#La>W_b%ASrs0QVn)d%r=HZY&=) z2T>cZ*4S}GY{2$vtnt0bee07$9}Q?~)m)#%KdML~V1ZR3YZyI?-%QjCzZJ@IHQ>F{ zDX1ZG96mn{A-EkdgsP>ea6282h9RasD_2a#wa3#zC#rBq6_!5s#OU~?flk5SPIx*) zQsfB|hAw!zTH;hpH;of^LQAE4z6&hh!P$qTt?K~L9&o1m=57}|MutO0w>3dU=W0hD zn?&Q9pdP;3&V4e~F}effkhE*kd+K5+1y31Y8aNPIIhcl@4)ZoNQpJ zoL(|S-Dp}?9j7v}k=1c-5jsv0!f;jax!E*xv6e(H9wgKPDux9oFa&$sOkT*Tu;@ml z)H$*&GYz>&j+lt{DjK<&f6|2l)MEkMM>W}U((OpX^zgt?pYIRtIFLPCjDiuhN2fs8LY0O<=nyl%F9hs)|y<+EuVZC_r;-DgE5EIW2>H=khn=cI7 z_VXG$T86apQn3e!&F2R-#!PqrQ&3lE?v?c~YVNsjNTm9~sVWGmHd5n}mKvdfT!VT9 z;TtBZ;Y2!O265lhQFS(m7%V#@+xrkX83aZ5wLxur9ls};Z%8tt2xh0KM$R(Tmc5V1 z%+OYtNu-1JMzQE(uC2y(LCvUg{iVLhIZRC27FO3E0eu>e;BZGlFzi6gzGCybpe`Pv zZIw3`A%KxiiXG!p$|#%Sg{)ECFTXFef3%r@I0||@BzIGx-u8FsYE5xbZ`GZTK#8M` zUm=?jlo$$alJ_^s6ctkr8TAg{#@HG`(bVlx`sZ{Ohn%YDCrCL!@v1w?i4lvmpocsV zum>ezxkGI$J5=c)`C6ZJkYp;H6;F-4qEd9ewR8|BHFvnx%fVI(NKWXT_U3fUkj>js z^Sx{t&!C8dnWdv7O3z0sDBrIo*+U$HdZEc6avo>gscaCniMYHr;k!)KAgq}wOdD&Y z`;&hnPgS4>>eH7>!{>_RGqMAA`m)43m1FT;Hw7oo<4Cb?fLDS+0%| zriLB0Pth=NR>bxh>nY1u8b%(Gp6b!mG*_5rD-LSVcT(387n53|%z}2ANGF<%zE}l!DQf`CM9CR@ zyGPKp?nn^W(-1fb?#S?5hoxBh(mXW#zKK5)@uT3wzWG8>oe83&#J4xXX+2sjS|3(t zFu_IBRkgwGV$Axmrn@^!Gy-KFBkC^+h6Klwo6;{hj@j<`8r#TuNLCS2oos{>3`aQC z;kV#q>L%bjp8G{N<@0FkHf2~e58ap_mjXS%1ft1Bin8q_SbuE>}2hoET; zf(IW)Ct;56WVGmUIXyT3B{Y-$9LHoyB(>Un!vV?#cowP(UIgZ#&|=ojL2aB&uo_z| zyO!1|Tp>xQMJVW06!ZiNDGj-pAY%)PV8mZmX02*#Ou!Q6?R}bmMEYrRvW(vFoQ~(q zGCx$2hHo6JMTziIJj-MlZ_9Zg0_=ESAxk)?vQ6{o+@s>~JHtLPq6xtn4gv~i6XDYn z;gwGKOu(-y5zZlfwUbWavs9R84Sb5vrtc%ol4A8u2=W-c`bA{>isGP6^ZvOtNX=1oa6gnxe#nEok7c3(Ug}Iv~AB+mp+l zz-TXfWn-=kYN`tp-VkqI6;!7rye=q5O)|$i(0YN)lW2&xl)X-k^J75*i}V2sa8BUf)*@XF&16a zv!)t3Jei=KIW86wkTZn|DBzWD9f_`>SX-&7Nf$FkJR*N{YuHe$NBfp}!abxoOM{BB zw5NC;DTV@is3fTwsY&~!Bjn0SPkIIj59Xu-jncy)U7@~z=x}d5$yOmznAIocQz8zZ zTAG6%(ItBRR(*5XBqm|nz1q&I5Ps^!E)}!B6I9Q+jP;ESN=na`m?bU~LhQIYs2*bn zUzBZ=-x;PL-Xyjz#h{Nm-o|T!G2Qiym6pdeG3%Q_pM8KU(Xl3QQL8 zPvksjHg*;?9s^J0t1)jI5&D|61$ZNCO#SEOc&@;6B~qRcvzFisJlWKVF0JlZqd9*l z%zW=`Z{?Sqj^1fz?k&@MZ$|jYTwbg?J?PaAc-h(DCR+QN->kjFAqiWj6D7TDJWBd6 zm->~F$gXuE9g4h?tB8H&zoh7d!q-C5kL64!qT~R;h+hFMHdT~@h<%y`@LfJWNwHd{ zql(imo<>-NC_tCVBOqOGu7HU+pV6GQ2D&$p1(J~?oTPLYMlrAVF#=2nORLiaWSIrB z&+2H$6b$j$kM2&Y%^KmUXDvm$nW(jE-5tw`tRUKGUEQkYQf64Zx?q7=^m5SOwkmi% zLlJrJO+kP1WVxw14Tda)9P1^8NaS7P@I;VXTBU=auHo$Xncx~opEU?RK$ZEy(XcEFpZGfQfbJf^y1=3lc3W7N*3?(OGT$c zr4h-HeG3FgpsF2AKXKa%d7e zE(@x++!S=GBsABH&D(;3JqQV&7K)KNCsu6>`qDR9O@xZ4b|gmM7}Rj~g`y~-8YdO4 zaZ=IZ$!$Rg(R?#L7;&?hs1SjUK~A*Ogor}hpptNDt;)J53;63YWDF|sb(y^rCl#?R z3_%}wX|;&kjoy%-C`U`C4z(+1iYSYru-k^lkR;YfhO z$$|BqiFC6X2C(16^DQUc2_xm(dWHZ^o+jqL1Jxp5SoMpfX)@txB*I`i&SYWQuxJ{H zE{I3YZFue?A_`M^&?KE<%Be=!V*Cq1dp#g8GOm_`wd#bkM-;M)Se+Q3aRNTx4jSz{ z`?i(w5TVEjA@(zoBXc*Nd$@Vfbf2-oj)=4ymFSjJAQFyNAw(P{{LMm;qzhRFg!8c- z%p{3$Qod5=vyR_G*TS>gOa5^11tv{2<3&*+6qG+nv{`QGg?&m8ba*+HY$3*Z9y;0e8XiOQtS`SkjLds1*skt zMA3>#ETqS8!l$J)v+~*XWq+1G8CyDfHt~ll!oXKgybIV9qHf&)7K8o?)# z8`C~w=RLvD#meVp5_Tf-cQTQjI&Az<3*hzocclLw&(jXfu*fWzN6Iq^!u~)?K_%CU z6(0m$W;{z_h5Je8z1h6~1Xy;NP#r>lw4vx_^G;&fEq)P%Lu0nn5-B2|Pmu6}m*qt- z^pY3)lbbUtvNj(j{MpO(vROgOGW?4~BD#Ns1zW_-D<1S;-7=7x4BG|f#GqYbekDTx zNaX#!#q4e_1LQv?h;_N3ix?S(ohpAv$t*X~_Q9ariSA-nyU@{%wM$<~ zBWcaiGl|x!byIJhkRRLL`)<$>zmuPX!RV1VLPIXsq+JyAR;$${5$&Q_ko&UNN=X@c zZ8}SULjQF*r11X|;XNj-Kgc}|sP||}_(*(Ie+G!C->ix#^ZR&c5xEvI$0?B&WH%c+ z8fjI&MWq4dXF-k^EAPk0J5r~Q3^`O{7`5SbhhqADL60wlQDCa)CrAq|EJ7JP6(+qd zvdzeQC!97PRu5k-W_1gPcW&!sy;_XJx?g5|jlEFmUen6)R`CL$jdn@M(f9h`S3I1T`8C zCGvqDNoF%B+nz8QoPcIe6zxjpWf!z)$k|f$SFezv38b!Ru$9Axs01XX5A*O2_d*S3 z5{Ye^7Ph3^38DKmmEv@)?v72nds^n+*X95bcJ(!pG}4efQJOMmp|!K|lR)<~pjDCI z4>Ip!^W3m5wwr%-kC3pXK;#P0_Ji8KxqI}epOaeyzH=uJp6dz1w=Stg`PR;T1CbKub0Thjqq7jQ8 z4(g6NAR#Aj!xDfGG}S>;Os4XJZqf1KV2Ic~Fl-+q!#F&=%$IZ*S+L7KI#eSm5+0vO zFCC^9qO^+f+3;{#pp7UNZYOpQ4toy-X@`6KhtUL$8Z(~Q=q46E67SMhy+&#n{hdAxe5X|vT z0d!n|ZjqEWMf`SPSR2!;D+!{@8X!t_siyE$4^64i2_A_dKJ2*!aA*SCxikgSYe8ir zPO6_GN_=!&*js$``=I@aNk;sppA3a&tts%EBN(Wx5c3l*nX|-u4+Qmt~a9 zH`ft2h3Ol9Z9d3|9ghWd;)%zC9uv(70YnV|h+bA|Yz^X0RJKVS^r5HTBlx)Dw?~Dw zhnIALfnYwQA+0J=agvcHd!S;}j$p{Nlf6hC@|^?sOoW7s>@ptRFK*ru)GWT*Luox- zF4d+v=N-6bAGq(XFRTT_i(h$H6feda^W)$kxUO(`d(ni_czPSfp6-{V^hgZs{x6z6C7Kj^%P5ML1=-OR(@!a%BQ&@7uO+F)|a@yOW0iu`x*Q^`lc&~ zlCBe*q8h-XUEGqXz~{SQ4qlb!_^?wP^;v94k>ZIw5m@D-0hgU$AVDr6NHP9t^icav z4?EOR)3(-`AZV2@*c9SOR6+J>eAd0^>7bM7axaD&;~o!si`_?s?M~E9)_R6=`;(bz z0H)=5RwO7rBN4V9i!vG_n2mwWLq89?iHCn4v~LF-v++BUPHe49gH0U{Q z+qm?iU=n9e)c*`~ajWrq7K+yW05N*DONwa$`lJ_m*pT#GNHZJ*0HN|CF4oL*Jkft8 zJrpzO8ZXhT80NI|Oq$=0q?qiW%Q}!hi+ku+EfigGGptWytT32=amiBNsa1o_2LN z1aK>$FGA`QV)*01h`5-e>Na+#O6BMi*)g64CkNu`#8a-c^T6-Wv{Os5=r2;bIdniL zt7z^Z4b576TXASjPm$gOULhLihP_XNS1IiWFQjGP`eOLjVYCqo4C#x8v8sr>B!4-2 z%aPe5Wp9a?OR?(V9GuH)pv<;#cZOq=_~lcWL!1asY4SsL@{C@`0UYQq^W1ushWJg+ zWSEn~OlOyflezKx)fhiG`N}Oef!f__o?f^M;qIfi?VUD#YjWh*dHNhjG2N3J?XeE+ zmqGOqiYBvlIsR(cccs+r_hc9o?TmF4Q5ZF_#_Dbd8G&}ciR56rPN6i@LzNiANh z>Itr5!>&)W6{cI$?z@~Ml6_}kG38(*Cd8D9VVC8;$PK%YDYZK4^nJD@JJK1jlu~83 z@U)|DuhOuqCIU?KIezVLVe8~qd);y`Xbk!TpN7|^LG5F$ z_f~7%0u`Dqt)bCaQcZRmd76ZH@0wl;2fFCu43uilQ;M{Fs==%A2OnTzDA+vvZY~ArC(}C-uzWJ&^MCh)yq(bEkY-&46rH)pQu$#$ZRf9BEi&{RST-IUqYh!OM;E zYj9D6!H73K!H4-h0rvZgO2E2le^u^WGR=0G-P*~40i(l+}sa5cp6st6Crvc zz$3uS@VHtq&z-~hrXxN=T52R{hj#>NM?5sxYY;n+4eJx5GYe8=5MV5go)G(1z6Tm# z|Lo&N#I&XV!rWUP_cUqxZSC>!H$(L``B;Ea;&&XbD7?)8yCJg1cgg;g4kqOd+7x%U zSoI9fE0TXk(1On}x)*)4ZL;5z_~n2LsR~Bi{Y)@up)@bNnh#0ebxi#{Rfr^VdxFSh z_&!B6EjyY9Oy853#F#$>Lt{cOmtUrx6Yw$PP{{XF$W1A0u-qJ1B!lGdem-_#YT{f` zWcdLY*K-(DA3wCU@~9E{XK^6;gAU>YV2Hx#p@Ntn z6~xeBK$9bLc`(582p$hN!dSA2vlgA4%^@Pin6tu~2FX9K17ovKtYEDdFW4a$4d>m~ z;CPBzV#6-z*(@<>cTm&$r%rXx;FO^=knd+H6+#-}q=`3oVJFYe#ohD6{$%1NdQy8_ zO#WjqI(An@IVOr5Ob{K7Y)?4c(8}ua%!m2y9x!>UVZAx}Z%ZUxUgW-V`3YOkIvKz+`JZZ}Y$WA;@rDUg? z@Hr_z6h{ANswAZ4Tqwhs0de{nVOP}QOj(BmsSc~Vy60SgCuv9IpST!@^4teKU7s34 z!M```7Mv3S22V6qHPAaX;u|(TM#5-wGAM!B&}bC!v;lRG*d^&5V^b&u*k>GK7y@yB zNXFS*yqiHp>%(rHHT1ItEnavY=gaJpQu;an>3BC#{ZUpVHSB)#<{@G?pfQ^(olS(F z!}C0z7i^hM?29JW8tjCxELN=#>%=`TU`n{dgF&Yu*1bkg4knW>F!k?0p`!)rg5BcH z3&RHWXM{%?Poq3%`m}-SjgITUJe*khV$g3+q3@Yu=fKQMh6!m*{$$08RK0L+6W(8D z^D$OON$|f&iLndvO8zSJsXen-G}*I2uGF89?Wx(d>wt{c9q?QXq5d15zYBZ=tPDg8G6AIqd9}jVr+oR4JkjB445AF zpS13_kBFBARbs$vK@aCMKM`cRD7*gE(nbU6GzhBd68jlY=}pr4E$rbw_I!VSalksBF zvY?+>@z$+#RS{S>l1 z_)KIQWSqu)N)vNbj1*lTd<3C@5N=Jt`>NBPCPs&VMOv#Jf_Qf-haC&ufcHTb|2~JL zq*#K)bH92r9&eG2lDdnK=`h7hr(szjwe`*a2&%^~233o>?0<8Ys%QFnb-gaz6#Wh; zWv-CRti9K({b!O;TFF=2csVVQg_ zCYHM<=4x1C8f$Nf>LFtO?ioUOCqW%}y+uVC<~($+o2h8_^? z5j(C62l4J9Shz2}793zz{jep3D#LMvdk!c=&JF*u7q*5&}jHK-@rajFN&9{bw#Sw1@y;Zze|2A&*xngB-+}Ni7L?) zgXZINbeV|0c<7E?FQ;kJE)u)D!ye_ zMHGwcpy6WXG7VKn4U!IFigu5DCwX;3J}8-ypBHwnG{N;IfR1SyxuKY&5;3MA_dXQ& z-PZjGEQyuV3UZ^#uUZd@qcUObRH~tZO-dgxj&?uQie2|$_X+)+qzBECA}5sG1Ct4+En*lY;mPRPQ&$4JH;b^ z*Muf@vtckzW)_QNkJbCWkfFN;z`FI9Jz{z|X(Y$pPO94RwU79}06p9Lt1u4setL^` zImFRVS33vCSZGz-;0cx-hZ=`mj~bscz1z$$(Gnob#wCn9-wOtHei+S)zL)j_x78we zA7|7h_oXGnFL;c)p$tr@-&Wo5l_;VHPcQs84HS&pwPz%Nmtu?FSs?5#7AD20wNQS@ zOe&#$6njT8b~sOkx;0y+f?`qztKHLxPK#sG9hwT*vT4P*N{jEKY^6(}M_&V|uXKd& zPd$F-q1gQ#16n_e0!g&V-G@3ngqp0i*G1mwvt&P7oY+o0IXmnm?s_ojV7^ik`oG!Q zDGWisX!nk*vhIdP{TYGu&3Q+zI;UPpXZyI}I2nPk+xHV$P6xhsA>i_Q+mtRJM?w+B z&aO)L9mOSl0Z&4oLK^Y!_2kL0-?Q7|i^TIsG7AL;{9T`!sNNNSbE6+YUK}q#WH*CD zbhXtWu|5d9w9jB09&3Qu5r)+rbD&i@6&xY%3B!)${yQ5{DMS~e)zuqV>A^&+o!s45 z(an5e*!fUI`c?Kj%M8Z)rq@lBl8O4N?WsZ7Ra_1_=rXR}L{aaKR8l`hxGt%ecmsP_ zv5SyD)*mBY%!D1_j#CSn>NwhFmepR2Wp3~=cX^Of_xGe~!el+`Ytj&MS-np~R@kn5 zS9t1M&4q)swe^nGpHn_MZEgJ#UkYg3HSNb!A0wf^t%df8N7`dQ-V^P^9+<_jOKW|% zyS0$r)IpFXL*S}W3Y;sO;So15>J=LUQiq5^ra}{;A|Ai%{U_dmZLnKp^w%U2(JP3F zeIUIY05Wtoe&aof4q-b$!M$P#)5Mjwh6OQ@&`p3Dsu|Q_+pQ<)*MK18(Q@8_e3(N3 z$xrXI(^I;3*4J5;Q7X~xLkQu%ct#`&DU8ETXiG5kvUn&HjXVPA^eBdk7+ExIm#VQ- zhB5ar8lBVb=(;Uk(S5zqCF~-4bqo88-rd5!^iy|ov5n4tJjxyAvgM~*X8d^G8XdQ_ z$*5B|lyOE$#F`y5B|`4b&m!-;k$*Iv{T(tnj%-aqBvE!0TDD8g#|#yr$J?#y!hjsL zCy-B8gDEl*rVFtvNSFm9z?4veJHqxkqajiwCPuV@+-kH|XtChOIAvSzAs^z+p{NO+ zTX3-VE;WuI#3Ok({b;)1&SH~gq_rF}vzh1sv8`9w(EUI|l#D(|T=D}<uYRmnJP`}JPP}oaD!U~X2%t7G5UvCe{=8;G5?WjM%>>>@+@uy{+2mr1tNI3Q#+cx}dHpsQD-a zLf^&wbi#bCi@JE|vlvAk$Kp&JdljpTuFkm(y!H3ugryVWUCo;0Wp9zm6MB-h z?0#Y(o`<*+js0LEw2uo~dgx;z_i7A-)xwDph=b@A`;LY+F`=qnxV*uGgHIjSp}jX1 zWZ#X1q{kFeCH+u?ho)%AJG|rXHjft{{~ess;J`X0?)e|yJ0K^O1$m8ASkZTh%^8@Dk~EmO>-di zv0V>M6F4^1T73?)oFHG(`Ye@3b*hdShCUao>~iA08n=XDQ;@NPMc!lYSQrn;s~?NV zsfWU9uyrIW#r6zE!o|CiA{m@ow!M`5wp&d@@u3%r%{1rAnbTYy;-JW7T1H}YWLQ_H7R1~FcJ!LO-3{1Ic z8Qdh%D~k1CGWk)cAnabMzL)Q|dHSjj)sMklDI-DL9;k)I(kVa0Cp{aHr-y3fAvA7c zCYr{F^@u+V#Gu3f;RAdQ^5`iQa?ytJN zCPQ~e>KPV=pRkCb z`TL5L3`dFdWSDlzSf5eKL#-dB+HYN0)bUfTmdRZ?vg%VDNSwb<*ndH*O64n^wF-sm zmjbD5ke@<&c$z1xWH`4pC%oN`cDaR`qtx#ihI9VUVx zI#NcT^g&DD3*y9#VPWkc|Ku4tW~6Z!jlWeE@lrGP1>7~w&H*2fcRl+#L`{KUn` z18%_bQcy*U&vn)!=aWDbmw9_`G(0#el~(My5lrfMN2|1grc@E7(vrnvR4E7l?olg1 zkakp7nj~~~r~ZoMPN``Z@-*jI+QjQ4+=%aQM3I?1Y#JUu^p3|h!3Xfos)wdhZ8>H%QqtstIXvkGU2eDW^o zBB|0U4jfhOG`(Wd#IRPJIWlb5-34Ibu<0_#%sHYrHX$Vr%r19SQ)vkatT48;)ste3 z$vkRm5!Gq~OE0Pj2AH`*vOEk}?efVqUFS}bm9CLeOvUAN5LV+-Md~(jT_NR~Huz^{ zw(zu~)5TskMi3q+Ep_5C~3wwj1R4yF9xtkcLW;1on@zb@Xc+} z)2pn;QEh4E$NR%{jA5TnUJRf1B@>PXTcth?6sD%ilxwrzY$f6E5Sk;-U>(ncw62m) zDTgLOvrE5vHyYK6Jx|w$6orP$^ZELGsviowTp3sAz&=ZYX=2pNx-G1P#VnHBwXM@q z#RZ`!ec>WSLRHgyYlFb;C~3#EJe+VCGLkpq@Tyh7ql^5N<`$*70Uo2a)yF&Nbw9wS1jG= zLv()C+DYQzGTkxvpGHdL%2;H%Qt@y1)|F zS`Ls1qFk@hGh>!95R=lF=~IKKJT$DS)<&Bwt+JEirGvtn!}STEE?&Qetnn`3f>9io zh9c?QCXkqAwW3br@Z29uqcJDR~*=+OFD_zmgz1 z6UT@*4iEe2UVM1{cIL$MKjx!5rw{K9bmYjko! zmlGzk2Q{?Pd-;b_+M04z#bsJsC#kf}+HSRGG<7ATnK)wtYMn@F#pJyCj`OsGixcJj5H{%}=6uJ$q$NYixHv7cXq;1+dj6&@a+>}B8k zkkoBEUeN1pip3|?GRBPs`a>V-<%LB<$wNrZ7gCl2eU!e)tBm_CCik)j_Z@j+x4>44 zum~aOMDaGwEg<#X>H+q!w8f3fndo9M>5`zPJsp)qlYD#;OpUnbn6M&{Ne58U(J&HpOPz3H6N%*kBw^xM>mm#I6el%#y-bNKWMUl9 zV(XUZ~R9okUJ!5DoPDV6e zto8epXe_BI%1AClr}Et|auklda>@^#WWUSqjm67g#OtbbhVE=|R6H5R)jtr}l?j0@ zA)-5gOW7GM5slNsA)`rI;2e3_{BRg81&r$2_^P0WWj4a#bK=C#p9j@jW?`vTr=R0= zD{R*9a1`-NRBcY9${=AHi-nlrjt;>@%s%4oBT*23I?Ef3bdl}o2BSWSE0I6m?9(SW z5FtjZwaec>gW@4pIzVfMtwJwmj$AxR(#Q0JQ_Fr>TjE0iLk+;ag}fk6jCmob_O7|b z$!xW?e&aC~o^P-bqvzsar-o@^U!j_}SmKj|>rZ9PXxqv4`=J7sXGhr<`n zm~^dl(i5aYKS5mVoC(FKyuuRxU|DI!)_Rkcx44XPxRN=QcmBO_Y}h#-h3I5EALSLC z2m#*n9U+gk9=sEZew@VaTr|qpL+PdRB#U(bz8Vy}HhP_h+6{R(NTH1oBYy4z2#d?y zI7K(c;Wns5=TIcZ_lhZ(S0Lx|`XN&cmtuXD zJ5=QxXyWM(j`#SYIWiLdB!)BH;Z9gU4rYW?aJQj1klH7G7~oVoYrWXK4(HxyqP$a` zURy+osU}b(Lgn*LS8#A6A8a!%yT6eP-Lnxi?@L;kt|YQikoDo?tqsz>2=PJia_}?4 ze+Nl7fi2y|7RQN>G388phnRx%>OXE8NV?f0iO#;q9wMJkj*M<81ms3)`H^t9rog2X zf=g$MJHP11gew2bClmkZsho_;OgE|bOiyXrxbB+nfQCLP{OcBZ$ zM+e~ewk$(zI2n5&_P-$PFtzZYc6%>PawlS8m=t|GaPs7LhV#BFv)FHsCYeYy6`oiNMW2YV#kl;l z78Q|AGEK=fcKQsEa<_x{2rqk1ie^gdn zCb}1JvFB8eW_PXI%- z*VbjwWjHkj8dMA?dmiCXB)WAk8TUwmg2@~EY^`I^NLSVoU|Qz1xCdR5Ro+(PQss!N1C#tG$lz=q z5ghZ7OF|KtWUh2|!0bBg3hBc*+Q{%QA!ZeBOy)13jJ`DXra_-x3L~8wnn3q@XF#OI zJ!aZ3IX`YFg;e7#{Qk#EYa=Yt(^1po`F9#5pzP#JU2daT_tOw-=^`AJ&-L zqKCv;d3?DewtY}QccpaI$kyeUuH-*hA8=;aL%g^=?1XC_)$NYu|Dk&z>wl_CE+<1>b{<#p63MGa?q80h@aA8Cbd}ujG>#OMY2=G(W7b zc4J6J z$2c-dhWTPngC5^LMdJlHBYfl~K{xT}nPI0IQr#bW2oR>Z<9cz#h2cc;>oddpqkbX* zc%qjqX9f*dSET-C>h4)eQ7N%uec0~+{Y6xNgte0+Mc>4Zi!soDay>q(K7TP*HSmNb z<{XRrUNe0m~(L1y*nRD zt=|nN=R=cWy1CSxKf!l;(cu$6cbF%L6OAHp$cKnI+lhYU-o^Roooj0og@ZLcgu(T; zszfu0^KZQ65J1pF;rAE$N>M=Vbhp!m+v-jbu>B zfh&VTL-T7_&nZ9nO;%@Xao|7oN^P&+6GeaQG+V`^aTfqHC!RYWZqzY9 zl9k_S^RN$bjHLnmf3_if72c~NK(04yOu5UAOJj>y1-M`I8DWUstVWJfCh+#Wxaf8i z`;-e+MvPnUV{i>chrBpqeYh{x#9*;(eR!aEJ1zzk)nfeyoLGZV#V|Xl?YtozMT?9s zz<6WR`miV7HRv#X`4-46eb@X8mh@I&GjM#3Fbu30Yu8D22C1tX~pN;E$j5)2|!R>CPaCD=!Qu1-t2r?S|lY;!XOq zJLS&-g@pY+K}bQEMxk|!X&B{?KZz?^Xr#wFdpE5?V^d5#7$(#t#Q2XpHpOW{&?nli z&?(v_g2llg(Yzt-trf;rq4P$g9y3eDvpS_he{vdF7?leB*+L$SBAlQNL3qzJhxvE0 z4yqs4QptOtPsVDdp!uNOi=y%LpuUps?*1!ZQ|r9O97`pr?YCwS58hA1bF(hJNci+b zdNORc_DOt+@IdGEhg5)QC0}%%p^L@ovfu{)ws&`ip$<|Q$@(RpyejO1tG2&-I`&VT z@^aA5`N&`F+Hm^~`qPCV#oR`{GPT~cLKxtaq(@Dqa&zjKqJ{gJp(1KsfCyd-YP%-Z z190T&iAW4wt;C!?vzB3tb#GvcQy`i)g`Fm+-7Zg8Zev*!M1C!#ZB>P~!WK;vJ2!>( ztY90i4+ilIT^%j(6=D$G=uLCtv>kvaXZ6kKC?a_$HOctn!r%sNG3J_}L6(l2+!HTE z&l~>^2KS@7CSvRwPIYMuEK!r_{u&e>mr&15+^E`kd00K^XeAbPTelJkCWFe27l+@8 z8N?Ir3_HcfOgIKm$LYyKRFK&oEcYi(jA%0*v?WD)#FR|O<_$>wVxHZqKrB_B!HJx} zOP?zK&9h1y^Ob1;1?f~VxV@a2o`-&BAu21WtmVUqx30j<`9SgJ6=6UBPeZbhVbMFP zc`|ysO1-Xz4zJw^bM*&hJ!vlJ9l}b2zfTaQ(EA7_G9d5l{Xz z*q_vLqqbD;PZD1YI6r zFQ|I)J5`gBs{jR%TXsUxIw3U-Oco5LZ&9|>>} z6eq7=J`gO4CjIB$E#ZmvwlQkj%~i!}k= zt21??d3n&Gq?V4k1zE`fpvvxD@~v0Zc(yq6#hV+$#>(a3=R>OAp#lFH1g9wz!6!x& zbY8oAi{l}&4Pw>xVMA9sAJkC^vH7i_A>L~}DKvbb%C~!IHp{ke-6e6Iif=3pdXZ0y zkgUTMH-zm*xppYo;ur9&mTVVvCdeO2Q|1hBf+*U+N(WJAm{He0CsM?YzXkp3EIn+o ztlgDX#IsW601q#UP_61pm?16v8@A1iGd#P-6xC#;S2PcD6CZx;K$wqj> z>OZNlY=kG|-e73H0Ugi_R4O;9=4rVu;w6mAGShM+#YcFFrLbx5+iSXAt*vanIGaO0 zN!II3){IA?Gjq#F>+6b9Pa7=V_?qbhko1$ONdYXCW3 zfk@`2t^S(|OXjBK{_8Ra_}(gAHvH+iUYyR&7tHTbsZu|uEBzd(1i2fjbi!05)oyxj zHfLt#MCONOW^nK((>pzv<8-#?NWaOXzopWz^3vCt^na`L?|SK6Gcnumw-vxs9>4^H z;6Ez;Eib*lNq>jab-O`_%hJ3sdk-LFCBDlLGjrCC{g-3n8M!Hh6kPt#RKk}H;ynyB zBbQY$?-`h*4b1xzX0_^kfawF3>o%3^Lz7EcC%}9pVdB+~D?}Ah8!QeeEP>&^QW*9D3i1;qhg})P>>MGbLZva8m3v#X{|>Ct?A6-J zNLFU&1~TiMEk1N{0}tg*Sd zhd^l^2&vJO!d5Da63Kd-o7*K`N9N4j+pTM^YOSBn7px&SHZ z{Ys^$r1gh0R}nR+MMYG?00R{hErldB8i4flfhE&3r~!w^1pc1TonPzpm|qGB7^DFT z(?RfHJVS~@u$cELk&g2_R4N?JLJo<-mr7+v@k2|d2l)J6S^|HN>GZuNoq$(MA;354 z;^^f{<>Ki*v0y-_rqq8=EGE~<^w+PPo`@M%BAp7~RU*A74#9G;C-uK4zDzpFDTNO& znI1&HFPUC}i*#N5aUpjjJb*+xHXOOx6RD8RNKPM>TCHT8_KT{ctWAv(rQ1Go@hw)6nM!X&F zJn;k^l?ollb10sPco2iZaz%86`l9nRG+It0Y-H4j+af$T+5j>e`84`TnANaYWe5Zz zx9p`z8*m4x%#cb3(r~>rex>bZLJ&HN!#eQ$ ze#uPfc|P3hJQdNgn*Vg_(h91Gj@#>ka6NgEJlIt3)H{Hz6e^c*@N?1o^07t!c8{xV(bN=DV3? zBXS9rF)p!WIcKN>>2GSD7zu8s8id_~h}zaUOsNQkhYBuQIMU+6x~zz1vZ<8DWrnqO z0560NF|R3yC}e(Hhwk7*$0^p@a#Id+s8#e=6it%S;x4XJvslxN#G{zBdbZMT*%Dln zs}H0k-q2(mVhsxDbX$%mkDlOU*JIM7mk~$A>BrN9Sa&%9Fj??E$H|b^k!V=yZj~S} zx>{kP21g`##Yd_3Ka2)A#oJ8OIQ5gz_vkOFIZCyVifAs4f3#R^F{LxjD_RicqbEt) z_fm6^h3P}~k6!#N&qsel+#${*(?5?G{rEX{!*d$Vwf_aB1<)x#>uTB^J(r$J{(n{U zJV3vQ=S1g`15Gz}SII{=@e`snzk*kUT zQ1fg6A=68ySK#U`Vq>)@DVGhpZaalheW(Z(abOyNnirzn1`)99#fk(!t$Xc+O^s>8zHx=YndI^pTGZk=0enD}Fh;QteQ5*m|A}L%n8BJ=va}eTRX42 zq2+%E7M6o~Z>dC7P+_u31t&#QU4N19J^-%y>CikIK%_`)Q+lL}OH&{u zxh}RZMfDiF0X((2h&NvedXa(pY6>!4oR6*qHdPfaydDb{N={?1k_PH4Ou&iOw16lr zd^y`)h(f26Y!{?3VACsbqkEc(HN~ik2k^!2P_~Fl4@q>DDxHlI^p-j?M#UWVz*KvAFK^3b8T7fg< ziHkx2*?uZ;WP7o6SLI|^RjU2a?AR8JLFjGZCvwoQ=M`NS=Dr3?L34OCMxwzfjp%RS>FYe+Zp3pF z&_9d6H!}gZ@JImh(ed<)%AkuJ3CmVIkfwUOk>6xK%r^77K;8<035sYIvP=Wu zt$4nU=QbW_eFKHj5^Slj3%P--~8wTLZfm{zci;;0xz8#>5cggYHx~jy^7sA?F2!~6}L~jA)9u^At z6dUN+aaVfxB3ZNbU8aY`L8~eC29om?stTUrBv@Z;4(%*ljV%dfYVTME(~N1^Zs!Rt zT^DX;Q;pq+ho(QikLP|#rU-r`8BHryjQ&knSNj7%{}4|L9wJMXK{>0dHCjTgXcfPG zA*|yIKec+6(u8CcknT&t(RFvSGAp77fPSwklMIz=MyLZLHN+CC2h~HupywexKf?1c z9^!>QbN&kO^$IXrtD-iP=weu`#akL3ZS{z$hq(#M`Obb)Q@t5RsS}hSM)hsWD6RN*uVr7=KSvO-i3OVC=PvP+SDX#5A5 z47qg8(n>wJ>`U=s9vO8%rM{~mhMbsncqAWsMv3|nDu^C9HTX?>4bM7W1A8EGB7@?E zn^6I90=6{rTTuKimSQQA(Ek6(H0{o}LqFzNdSs^>qmNS5qnaA?q($yRIdHBU=QU5* zKOiv8p|CZy;y%bO*i@ZvL&jH>73fOUc$wUN$AvDYRukRuo`Z%w3nEV<|#AvrOFTr?`-&kznZK2PrRoi&TCfdKGG|u92W`c=WuY9?J1o zJb%MO+AFOSeFLHA@9LqCH1t{NpLi4$%RsN6@%-k`rihYE5dWW?i;_i@EFmseP^t(Z zqi*z5lT_^0#%EMWi8A6(jgu0Elqf?kG5L79`)NokZmofQ8ikZ7Bj)+{&$y5hWyGJZ zIZ4`Gw?|TDSA8K4qV|~Y=-FGD-&bK&rFqS>d94?dp2LBZPs3!ByYVkPui>%Xv$VY! zYD8*UA|hDoo?gfEMiLg`H}g|4c{AQz{3S1t51KE|jl(p_Ez!+@`4Vu@UrEIH{rU5U zo}%*RKd@cmht56SI0WREHdMIKGYxRPn`gASJ|uUBpDC zgA9=sv`eS?VBW(`Uz_P3!=U-H+@a<>lm4D|44`okEijO-kSfwi{n)G>k;wIFKI3sz zUuA?fIS!nXMC{CY6A<>ZSs;Yl@m8gSvU;0c7|}h6L`)8;?fJ+UI*|D`LG${F% z&@HmF14e7;3kjpWR&;h6rT7r~gU$$$-lb^zCZu-7(+w4bZzppwWH1z$nW76>EYtVtyJ4Ye|1qXEsL>$>RA?)Tibpm zX`y9%r$aMOv+b8U_7{*FhZglF)sFiqeX~ ze9=Kv1O~+QE(H~vrdC%9jG^S##A4E-s_CO}6vAks6O`tkpbki{o06gw-T#S>LuRau z>I;lU-!iBO;T1>=RGd~)$$rJ4cvXxMo@S|3ZE5BBq%gA9<9Vz$>D5j(bw^RXraCC8 z6o#!5I&qq^(j=t*#e~F@qxvp_{g_~MkN8^|HE^}L26I4Ky4d-53;>F8N$v9_EeB|m zc8gTQK+J*Ee4<7en8HS8kJ(OENhNZ~^WEuGW}L^8Y=eew9Q2#aY}Y-=lap1tA+IW; z6KIR)qRXYwnbJdq(a$TgwAE&y%_ zi4JNdmH4B)^w-TxB<@q15&GCw9w#ocQv7=A#Dx2zmz7F!mC?|=82B$-NLpxK$w`Ff zoBRYTFIX-wj;I~x*A9e3?x$?%9u^1z()%REeX_i4J=HcW|YuK(fCH#yC-K#Sb0jR zkBtE*xj6D8hoZPD!$x`Vmh~&ric+jocXF~idqJ)dIYd18M%X!}|FJArVm~o;Xla#4 zZDl{xRw|>>o>;U`M2lTXbmymwj!vE+MEe^=_=1v(h@i%_4yBewNe3bw6SX?3ENM*I zvxNZi&xzl@8P-(YlDm{Xo{3d&g|(w-!i|nIdKwWpn^yab7&)Fn0vrHsAxd z&N2d75Je}P5hxVGWZn2yZ3ZbtvM1+6_Zl|_r8l0M5O2sa!E+Y)8W1{I=DQ*)S^9xK7H;T zI$JN^Xp$%V6wVc$mC;z2^ORa5;qR6HJK`Vb;!YvLQ0q0r1fZ$?`rZ^0D3I) zSB=(<8rk$i*{0ir(Y27r7m_Y#IaBgz`c2d9K{i?`2lZy!I)4m<&aCJH4l5+eSQE4k z%*sRJ_;r;E{yQkq)7^S`W+B`J7YKHvGe_~ zy5V@d>SwZ9u3>>DeH2#LPXW->B3NGfAgrETqL{rTiqO>;M|T2KT|W)P&|`(5DLz3k z#nX{EBNbpK1JuqU!5FpCxo1oCbC8psLiDpa_vE=qq^A&I=3enTQ?$bGOeUyyUMjUR z@tAa0qgN+B?L)Xy`3KOKcpH-WSF@J2|iM3p?YrTQb7^wHcR@FpAWGMrPs9qWZu`N^}O|v-!@cEXB6QngF&EKqSO78I@dmM`5X#mC-7^(|1cMW;LGic$VQg z3lGInQD^77dqovC7AlEyoYP!6Gx`c%G}RCByCh)^-p^HO=ix8OiAd4K7b!|iYMZGZ ze?9=qd7APaJX#@eMsVC(AQ*>d9UhuIeiwh&?`x;&6}Awuk7xv)1L@;4THEO52ZR(_fZUUG0ek2b>?GO zfMKC{7pM_7edFN5a-9f00*fqCa6{746s))%uZu7|W-NLjI$UZJPi@{TJZ|uO>lK`x z6jKBBE`2e!vc%c^QoI5Nk`S@u%6Ch~@I^Spgw!1*iYGA8^+^m*VOWM?Ifkb(tiWJY zrX$9G4=zlXh{#}#8>H^>L*t->2;>j&@KQ*8c*= zDNwquEs}1GgMLpVap~?>t~8rD@yH300a52(tRss5X)`x$#c`cxkd^hd6VEtY;o-nVcH?qs2}-;Yia&RB%%IgQ{(JgA!yuF_q4qmFab^LOHKORj6d&v60xuq z!^;?GVty6FYZ!F+GC<1U%Y#v0&yp{1aVyNW6>He|_mMy)R=kK;n&~P10frCjtiVYF zMg{Xnglx>MkQ*Si7>u?e21y!TY3d?ROZY}`mDNpC8F^5;?x`JIv?5gt#zAreDI)?) zzQyo4hU(=FkhZbaqVkg=QZ(dPq!7muEIo?hcMQic9QVK^+QuD-x*9ow`6n@)!f+bH z84PDJ{DI*dhVvNy#Bc$_MGSvoxP*aL2Q?V}#z1cP@* zXCKJ?|G#o}qlU%t!vD9H>3d(%9Z&{77<@7KVK8Ix$Ka9+A~kVt?p==C+i9zaULQjM z2HIhJJjE#>`~Hub_%*?Ip~)x%V;{Asq*GfGEFWSdqt| z>3_}q!wUitn?exoeL4Oxun{O#*NuDEb)O9If)JvCt%+FQf?&}wttrXX(1`G^Oos#) z5naX*TBl)5x$llZ*KzoLP_Iss?G3rrQE_wc!tvofF@SGs@W==qEYumE|5HX9{u?9V zhWDV}H};Z9t%i9)Blsa)YKXs#=iVpMhGGfIxv?`u;FUt82*!qk%9}WY3(xx+wVaMp zXvuriK#Mv9iQ{cve@wYI7|5fS6;8#5W1OKWUMa+i-nwXziFnd*Ju2w-=;N_YGwdjN z#0WV}#4w7LahPJiA5S2U43)p5KH{iqm^f?V)kR%=n z--X|gp;WR+?a-W`L~(w_1Jk$~X%ra?AhbH?8qa1Ljzw) zK(Za3O-}TxC+5>wX>YH@w{Kurf;;=ZPHyke<61ibn>jeFtGM(IJ}^< z=)*4UOf5rQT)h%=?<{Qmyzwj#ejdb9`UT<{*4kCzy`wp$S74Zo!OGjH4A;vl`2C*? zF5Mu3#kB;w2?FnGFBwf2R5=Nb!@f+$8lCA;K{R!Go=Irdi8slK_t;JFCOYx9Ic|b@ zpA+%WP4FHRc<*X{UU;?Lb22#HiI?QWldvbStBDj6QZU0=l;bAhESc#nndw#HaDHCN z5Ui(M@T*FOToyJE-{v#aVyI!a>zgcSVYfLcpKwzqx#G$EEEfeQb8V$R^H#^3Un;ot*yBUqM^Xu=&k;}VMBqtwLiS@ zycCEs>nUXRo)%ePt4q=gwZPEzd)jSol66%59)1j`mO>p>zo#wsD!CO^*DsY(S%#{6 z2`2Yzdz|VsKK%1B%@C;E01OuAQ+PK`i?1f4s&DzTiFl(3*)ZN(yiQ}rPp~?_8;IrC zOZ#{*N3XA%X`#^@J(crYfS4t+YtiV3OF44tB3n0&hv{g}#*Zpd?>T+}06#^Efj)>! zr@|f>VnIUhOL^u8_jZm8df3)k00&x1p^jS0V%T^TyIRDfWQHp>F-5wn)|SywyG|YC zus?AqKFIFL2eN_rq(5hw1DPik))fa5#lr}1ojrYR9^zaF6LUGTkXuX8Ha))^O zSX7{=kX`bp3iR7?o@wuLhQIcBqw>1?qlLx|^y_^5`Njy&_X@oUT({r&E4IuvrCnF5 z-ct5mh;J7=^Z&P8$F*h_jixie#TJUR zZi;>++Nt%r;ub$4>`_+mqz9e}KgZy<6%YUAa5^*`(k_I5YZ9MBJA(`jti|jOA8j_)$f#oPwBwpj93%Nb%Ln56T@fGgq@|qe6P7f6;?MM4I}HExJna8}UfJVa z={jok{2c>t>Y}XH<18Hf?|#{^dOw%Aouhybg9f|3IgT3~o?_h4ZBKHm_(AHMU7FQ; zUf0;dtCvsrB$8Q+|8E}INvn?MB`U!VSD!< zlo(sP&$OtzC80>}Zl`>D*Db>Rpt0-wOe?Qj5{gH1InGMU-9@OJ*0|zYi&tDP;^B|+ zExGG$+v@Jxc){>W`GI=Q!-5M_>s2aK`6|A;-UDnRt~D2arkz5?ju=vJDxX@fQN3vj zpQ;S0*ZLmFOpt1L2&-4m9tO5Gau^Iul+sMTCVh6I^b>1v8cQ@^Q@wiCrU3)BV5n** zbz>p=>+Pgttfdd;+k>(TD`N(h7RC%2I;h9(F+;iz84_pG8e);=M<7D~&?b#!JerW7 zfO%b{OuaB!>cCh-eRYcTIb$uLDowhNwGP*@z( zJ=to7P6MTumN-+6T9jX&TUJ<6E#>7^z{bnG=^fRkqI|pWfZi$2=ECyJip#X3lEO-D za$;gpX+c@}*uv7XYO_avwI8vV+qHZ5q1n}ZR8{`?!b-cJmRD37GbXQUOd(kNNsaWG z{iJUhYpsvSmVRMSI8drow9Y6R_;H{V%OZ3(NZQF*hW^fA>8QzJ52`3jNleT|QRe3s z6pqfTDz3C!@{7H40!z!1ugMyV%-5|~n&*|%V7ymGU_ObuwpKPZ7g$1~uFa#Y;Bw;1 ztHlPR>t^JLzUPX*Yr$wU@ZufPoffxx1ITO|=$4_<3X{nm0uu_Q&`^_MO=P)fz+^~h zIdJ4IsZw>;)JF}I4w%et+YX0L!==v+Qxr5C>yaa*Vqc>vfoC)YPZUa*JnX9>EFUfX z$nJzGW2D_hCh$GO3KsEo=Zjd>d%aqrkYqDG%b}@MfRb*i3sB49G|>`irmVoQH5G1X4vn9fbo(|4=9s{ znuZP`ygLw}DV9`J`;V$B9-mv0S5jVFsA*ADI21vSWpr^~NnvjJ*s{tpVUk)7)$to$ zR9so8mFMM;*X|_bVFd2hU!NdNl-O`+S0%OLgD7u=KB7t*#G2H$r`<;c%=v|5(aK7z z3aB~wXreSDc0Lx^EzZn@!u-;Nypl4_gZ@+~o+RBJcQ?_!pMZnFbOH|(m_gt{0uK?G z1*axSSIm!6d@h0E`i1+XyIDu-wqQeBL^07@cQ2+=-ZTQDA$J=@zNQV#m@l=4SL{-! zXpg1{UGVS-#f&B)aEdfCg1T!^a+eEk=E1{Lq!=DdUG~+?Ns!;MZwVQ#M5B_e+nk2s`Dudm#8;f_e5h2z*?Mfbw+`*Y`N2$tL!w ze%nlGi^(h$MmXBjOCORxWiRP_ACk5+{t{(vf(5gsq4H*o!;D$jUCSJ)nr+dK&q2)C zTED9$BSKCc=bJ2?F9bd+h3kJjBE7_HwTjQ-c|}@o)p$ellc^oI_{pk_9^3^7=1Sw6 z3;w21u3I0EQPM;EaPK^6cd*dEQ2kOW2L#}lFZF<_^QHdHXHuS9Q4dgZ7J=CW<{+?l zFjTsEo)p|ndz`Wt6R1^JH6J@Bx1_986CzDEL|U*wiZCxHyr+pql3UR5!UE|>z6x_| zTENbYQaEHkDfs}tQ8|J=1AdF7rY*_RwGi}EalTqQ#WM(G5@=7L1A#0Uyh!@hKZ4>y z>1Y96ACoddz3i2^s)-Wq>+2qq4lph_8s+9lU%6O%mhqK{XwQSe)1^o_vs7veG0Ra) z8BnvN;cRr52e3jqcp+%K9%nv@PXdpC26!% zOI8mpy}L;YJ}g$LT2D+lN|c|W=UqOIc$;Tp?*h*#pbwZD+AkMB}TU@a+HZB=mS;x zgv9=UEVI0bozwT4<>wg7gsS>-ub>+0^50Z3vZ{1^Y1yPw7`#EjHOW8lTYY(T=v69r zvqGHN#~Z9{4Uhx5{$YsR-W2L|42UbH4l!#q&>J?Co0&|05@a=!*Re0*w?^_5W`VaO zE!@*sew2m5?~Ub;&5fw!2V&tzeMh7mD)A=7vhetH`vKd+_S0^(!k5Lgu>2Sb;payX2Ol|v~hgSDwV&h)DZ{<$hg zz-vwA3udA3!$idfPw!NkgLRo)ACAV#tt=!s^=^tH|9 zB#9p&X1GJ89NVG+sGB{B2>i7 zDf|+(+!+?_Qj3bm$1T+FY3FH$fAW%qPG=VV$#u6wZFpj`@1l4@l-TiwE=%E!;P6>fh z0%ZvNwQ`D1Kw!^=U4xXya5Pb#<+U=k}yRQSiM-ug0@+xuEp8%P_`J3Wy{Iz3PcT% zPoum72Fk_$o&thd1Lcuz9wb4{A@DGPM+wX&u!sN+1MMFIOoD(xaz7qN*`VhRk`I{D zg-M8<1j-i565|t7xO^SdbpS5kDK18>D}DsV43X~%6*gW>^=ipf_kmSCWh?l9C^c%Y zO`@{<2-pcsAz&pyMx~__m_fj^Q<#(_eZ(EIFEcg=V%&x6$3+T{{fM|%2eQ{?d;ZP@$3 z;6y1x?>P;hV6}u2Utt6a5!7^pL34O2SZBxqaOFXHiQgE^wP(^&9nL-`$HM+RIat+3 zQ-!hmHxJ2`Cib$PJx87<@k+{!gZ+=n-S{?)SL38S7l-msWwI}fm?-<}UFORBP3&zw zaDm*BncEXSDX%64%3t8EVERJ&cfOQzKZdeJa*gWrpnCaZ@&;zCS_Aah#d0=7hg7~q zewlwo*xy0iQu&d_)B)`W0>rfTBLaISZI(+aVDKzCMK^(*C9^}&d6}Hdf1%=`uzEJn zfX&O~b^JHV=ms+u@KCttSsnwOK@Pwri5$c%g4Lr$^)Uj!!?sGE0t+9MIWb+|gbe$y zkaw_S@W~2!DNaB6E9E{GG16;i0rWO+u9RP4C-n)d<4|w!ZIG`57kvREzM_ZYjYa{FW~7HL+-z zyG`!Ne%3$VCNGf;U*8khF?1SN-c!$Q@bsnq0m>nFUy}-XlAMOlW#0}tP+~{*gYU>bj17ci@5*<!q^FY z_f(7GsS!ci#1vtV9y8am75@Uw1|9P=Il@C zvsa$LF6i6$${`HB{{DUPB>orSrb6_7xfMM1i_}1WV8471L-%&@fILoh4sZST&*Vi7 z*ctfspxi-K$Y8hxEf2}Xe&;Ze6N_q0f&)izS-bs^yc?UE{)-&W&g)P9B6pCYFA`4J zsKU~MqWg05#}<|pc_>ts;M`$3$K)fyz$5ZSldlB5kIEBdGggB6N9D$Fi7OWU=utVB zss7Y-eMuj1Og_()08H5-un;HE=o2_BKi!JUjKwEVfTjkLzT%{8VkV0O7>RXS%xdIVM|dRYn3o1K=AN&E^?{s)53p)_msUgzY^5^qR(;c(>wsNB zUcqW}FUpI3zavTijTo@&0$Nn3zvQNPdUWq!G9KwQ)|X$BOHDiyi*q`{*(j_u`LGlO z#j?@}23(fA1V&T!t5j|)&dVR0SBZw8v;>E&aQOH#YC2kPbw&0yu^6yjmAkX1bZHC= zui^w8OYv~%|GU%zVuBUF#marWIg&zS?#h&gOByK+ARcG^CGRS4#rVnCkePr#f%*gj z2$%>+GOS{Xt(lC8nuxOUilT}%ko22BjU|1w6R?9%@a!V?2MW8htkd!XG4KZE<`+MUGHBnYB^TCK# z9S&#z#xC|!lt_LWGjck?83h;2KV6i~uuf6Bv3NMHDBs95`N0g1YZf$8j`YDtU~B>bv~#F?ALWBO55Qc{^&hCzPI%y29p*==G8;$_i$M0~Tc* zOQuUpqSyc?1S)ScToDB+uklo(nh7(4u<+iiIEqrBRj@LVrNN3|Wi>8hyM!picm#=~ zF{}ttimZ_o7t?tYjOBzmSGBqMdF2%z(v2cCn)_fzs1gZXj>#(P0K-F-KISZJQ;VkZ z%dja_`64nFa>3$%BlK(EvQW!4bG)4l|;RN z3+18|dVvVikknce)i?reU|5{8k#*L28|6>Ny6BhVl`omx6|rDPyb=Z5ub?M88LtGe zZhBB#MV9zwqHsx%v?-lr-W?M;eW2?^jPo*jc7@pGYOjm*# z>!p8@p&Vtb54_c0S;zZP&14vyr8I;FvfKdX^~Eu{vV)SwSYP-mOX+H=Cqtu-%CN|6 zM6C`nIy|bdGS5SPR()PaMPwO*cTpZ=U0vaLVnocC^lCqRc zU`a|ke1DtbqX+a>x-d2j2KG^`>@IzJ9|bqXcN5(#DC?^b2-X8<~Br!bc%L*V1#1T&kR@Ao7hA8@{!8xjL)K)sj%o? z^py5{l}`g$mEOBd8Eay*^(_;WcUhqD4Z>A8$2L4vq1?wF(f_GXPNQR$_0v_#XUrT( z4Fw^niH4?s$}wi+jB&nkQ#wKJ7gl-*%avC>{oxnFr+V)OOyXW$Q6vxR!s z2bEJYTcBGXR+^d6VczkmGKZm9eweE?!!yo}f<(j$7#7S|;$YBJrLAt7uN>n1 z3Jw*#mtk3gTbnbv3fCJfQD*X%G&Hnk1Uewd32+S(=kRdNX8JPa5tF$O;q@iZ5BjfA zK4(24W+e{aWXc+#-@j6+^v5ah+9|&>+X~kl-7J3+8N2<_V|9XQmnWojj zFDZ!@kD-O7ISH^Y94F)TFX8Q|Jfby9Pu!$5W-MRtvspQ6Qsaq6kaMoGHpV^UIGmgC zEh6k^H(0$Dox)EMav)@HRYLWhFDu_MZcIS1`c-8tFCx4ou<1%L41W#xo-sQWT*Hln z1YHTIoP0JOcD$w(vtr76*wTsG>rB9y`1JR5B?5Qn@beo=e_ZV(ZbM~Wh3sw0a8?2@ zY{Rio3cqes%FSieR76Q(aoJ=D+=SdzZdV3Nyd1M}est}A$M6Z1kzBh(vcQ|Ia0Twz zp;XGWErG#rE1}StcE`x;Bz72{*r{0W6jMoC;!A8yoO2W=6Df~oDNP}8y=mxrlUzGO zZUIrdl*VcWHcL}emtD$AbAKubCJ+M0u#}70sS3>RC~15mV%p2ZoTT6LjxwFGN$}&l zN_S2>BAn1Kx0E}o+GN5K2`lv>0AARw^yFzoGhP34x1z{Aj1mo(exxko85Hdf@R8D* zlQ+?BgZDmC%FJSGl}Q;knsq{8VG!yM&vY6<R{+ApxIH(Wo4h(T6g! z;K_L0vlf1;tYy=|cQ5+mi#W3Iadv&LGKyV-h<(a#));=;r}T}c2~4Y5U`JfuF*Kj z{rrN`6cRpD+V;JJDi0-a7lB~}?j|stKmvgg1VsBG6kARd@1;HAUl zWLWhzy07rh6?;Iq`+VwlVpZ&u8(<7}R^v3d^pIkMl7mXD9&$+eL=ygAyQm-jP1&dL zr;#SQ{t3sG)?huML_pi)il45YP+m8&6}ZY(Mwn?yuAL`vC$u`PoMbEY&@)OZV}I%W z&MIGU_Z)%8scrsJ`tsF?oP&#pzi__V*^;ZU;xA=$LZO= z{AadKZ|lcL`QZJ&ML|4*_0~58;l#~y^f$w}MP-}d(TVX_V6%S~bOc|1VL-Y|04Me{Rah%WO3C zZ^?V}Em(k#+1!e^q)snpn_*}x9>cd{KHkvsA1^njd=AgH;@$YmM5a6Bjh8z@8yvxW zB&s>5A>2QOhx_DGJi2%yu(L{(KD#x?9n>rOZ*lx1#$JU@@q7<^4eSZL0ylc65_mJb z??mJ}z}a5BgMPb}M=`Tlx^y8z&0)2TN5ZNS*+*Y#;{lS{uy8EH1O1hq@C@to6rRj! z^40q5{;9k_CNAg}Kb1L!e zbdzu0%LgfJw;nK>careTKf8#ZW2yLpAHR#euRl2sPbG0z^>_&%C*dODpK^W&?y9K% z2QaLHU&aN)&`O@mKg33~kLV1exA`&+sXf$%X0WS@8y2nGs`x~ieGKa+^JxAFp?|7> zI+>4WxUCUs!Ps~3@NB+|eGmQS@UH9!m^X)~m#wu3j&}A-< z2j9886+5Wg=Hg8X{wtBXOPG@0aRC|wN7;jcbxos6shj}mYHvZZ;sxh9B+mj-K;l+h`A7Jegp2~|Uw>d;FS(A(jvOy(p1ikrO5=!oCVe=F zm!fX8!Gt6h?N4A5H&!d3RE9v-Mm~q%PDMlXJsUB`?$euWP*P!rFBg6!tc-WhxHtPj#M!topsqLz(Ivje5&BFtcSR ztd�YGQ8QsERVJoF0SHXnPbV(E=1twuz@UFlQT|8I*72KS93ZDQaz*9=V+tGB#G9 z`6h43_*CMx5d`kwA^OX2@eGNLg%dmZ3vlio-X==ii82uwPdrVXn(*vpYm4Sj*1MFwssn0IZ~1>sai@(v1unoGBrIVM@r4K zYQJJqJ4E1P1l3YnCO)p0mTA*I(&P8?rt5 z0=)=`F88CDu&+BQb{Bzh1j-N)|7ip=5F}f*Gq7?$&K1AtAMD5575$DPjx%fjr@NuzMkw79#nB}0po-d*VOP`f*$o^{b`|w3 z#+AvStwGZ-`TgDM4o=Uz;4~lw2`LS$%eG7$lP2fmbkvmd@xS?S@Jrr2?iOy`8cadk zuXssMce8Zg9oZJoiX>B;K9u2eD|do5IQSKxguGeXCffu|MoQw*KjC4?uc8}?BdQ*` zFz;&~Wfr*xn*Q3?d^+>+l^)LmK)-K!VyK%$JP|Xh!Mtzzu;w@KI4+RHJ>#fqp6Stu z+pkz@QyB*1f8Zgow3-j-C#2&?Es0&9+ZTB-X7uekt)mD$nQZqR-sCI(j!*3G9*<(2 zxh?Y>8rtL?wAD08Y(PLmEK@rthP%y{tZg;&Y&7<4nc7)s`#o>vcnouMa2%!*NYfrS zkW$c#*iupmq-tw1Pdh`j7gOwI10~gpHBxQbGtOi(BB!Qm&l1WK0!xj8v?L8E`6_`Y z2|P#OB?L%dV0yB)$%v*C3+cpNdb;*J=Ak3ACZS8SrU~b!of2J1O0sEB8Kp_sW>Qj$ zw#=DK)0RWCANZ(bAtoV+v&8n>Sg!3PK+L+i(>|mmafh2dv4%YO1Mk_EZkNlTp;kw-ZP`G=yvd9Z+qLnp*7(P3#;g<0y-qa%M zh$3<#T8zH_C*I!EJ1>AUKlA4d8}v3WSbq?IYerb!0th|CH#@{cCFUdHriIb;q1O8n z5N`T*iVY!f2Z5mk#B4Q!Vz~rH5y&SXJl>mz1Z?TpWm|^!7D=F1NGKZAh*MH`V972j z-e^=w7G`DB-Z7FX$=bVAx|_gz1l}j`0Rd7C(n_})=JJs{%(+6P7~&8EE%%YWtJxCwprSKh(* z4Ww2rWu#}qm0x**qYL%5D}inV1`rUF#4w88O(2JWn9#>iY%BrKxg3+%n=(kXC^l=l z7^2!X>IDr^Z9Bz;y=|2PMAuWS+HX{H1y23OyYqDP7PtFC!xP+=C#KFp)d?J4fe*m9Wn!<$W44)Yk61yM(MriZ5zu1R>RTE~W@h_HAt zGcHyW#vGZW!4OA=K|&Q zBWC}m*kuA&2vEzK;~$D%B~VX6K#gcMlw_F1$;zv`yJlTXJ4X@Ql9S`=-?%Mm%GsUX zW1MY<*J-qx3qjn8jYIomJmGeC>lcZq>-9i%pjK`M*-O{yk3=mY-PezCYr7lD!%Gsb zN)3;ree{F;yv0z!NiiUkq~Mo{Bt z^pV~H(nv5a=?}<@*MxY4V1!IUs8T2dp5~dX0rWe~;~NoKyT3sKU-20*Fj;FvSP`(` zG;b6{qYIZiqH$;bw$pr*!;3kgdVwTV?Zsvg5hPxV=P@+6F%qqs%yqhmR1W^uN<9^gYX$_ZIf@?_>VfRND3rJ~hs*O(C!w%L;xx z!^62#U1$H`dmJ8}uhVzCiVn}3lxm9$(*9j3ZnOCh^wES`NynwW7atLV8Mx~_U+JK@ z@V{wEsW=Y^a}arQD%RG>#bS0XftxbyWksUmzZj4M4Z)BYH5BA+4gWsWZ{2YtZP}O~ zg?FbpPRw?8IR7VaXE+$4XSYujbDftD6jmb?A(|GQ6JAD)4nbO&x`&s$*2&?tDw=Xz z(?B6Kw}QRKnwTtW{ee(ca!R_Pw9FJ&#{@G53vl)V&v3Y>Khd0fJk+}U8~Sv=$lDq-yfsB!lW=L#(6Ds8p|}XE;TkCc(ac;c8G0Rw61TBaz-o9K_6sD`@Yt+l#J-e) z2U<@H{7h?-w%-{`(T+J|X*p6RF1;TmWK&tPb{<#lcyfQ>E2$fNQp1bu|A`rKiWW#C zp(*tEn`b*NP*$kh_1T@%A-yK6{WsH+m|bdziY6Rgt$VS@b*-qVDk+SCFBZ$OxGzVR z4I^JlF(B{+f@-z*81b^M_9Uk4=0O9+tD^L7toD?C<}#ma!3R91)mPJb4B9q!YFmAE zBafwcGrc50U1h>oI06FIZTL#^M}g`@)>7{hq^@SHm3}B#wVPOLxF<~A&f};?8;EMC z#)igIJb^$WfwlzN=|dZ;4Vc+V2^)bVC<|Bn;p27N!__uy85|B*J9gwK*=l)mVV+j4 zR8(q3<<-2nEI+TfLR&#yT8SV|%?Z)+CgqkC=2cYT!#sHJGPkI7beXme?ro&D!8=r_ zy%^Y1q=v%jajH2`OQq&sqWS`Cf?bW&L28~~y?PZrEweD1S*`2 zRhz{dwTybs+Q<^27=QklBIc=+9h#{-SQ`k8Rf8d*xtdZx9EKzjy;Hkisov& zz(~wBWJWkKnEi5db%+|tLa@t`P``!R$Tx~nSp+8AwNN|Y{oU~`)O_mBzLsiZ?8Nbw z>g3=^L}(*O`Lnhx7XKn(QY)1nvVF1@8j(tDB7?xl#LJ>cggmFK&<8-^Mp9l8HVi}V*H^l5QIceyJT zc7qbM6Z|8k430;;q}JfRwrUW?d=jZP$_{%#lBAfCFh@3w1rXgL*gG?D`JsA{xffIZJ(^J2mR}w?B`;u^Y)OSNvrQjpBd& zCAy+BV1AeVl^|2VRUZ@O7+n+Mz2xsBav;8=T9j=_nG7Zfd8d?faN#xRy1}B7ff;|z z@!A~gP>5v#`udLQWab--lp-+1LSkoiC3@LUJF9*0(y)t~j6S$u7xkdYVL=}MJwz(h z2q`U+6NA^{2VIj#bzHv2=(Ev5w-v@>op2WBKoBVcice_NZKkd&p4TuT7s_!tM9)&9 zVEnmkm8`+=L6k$a$nJ!NZ}A@-WOBHTjbdce1_R_zUBu`bD^l)qquIK(g-HwYR2t%J z(8b`j9mCp#g-IBE83Q*&_aAU`F}p-=C?;IRpU*dO$;YI1)N5{20~q>#oU8C%<_100 zL^R@#J=N`&J~WB-CD4yRf8D2-dRUHg-$xLYdQe$U0^*3S7sYxbsBQ*Xz13zWZ9Zi6 zSK~O{Dy|NLm_BM4HTyt+wWdkpTAE!=)uy)AYFW&v9&;uZRr_TX7gbc|mz9)vs^1h| z9H)+JbDGXIv#Br;fBPUWx2n8=UVp8q#GgsfmeZ6w4O@?6T9)2vyt<3UWD`ee2=34x zL}>S!GOfM%*D!@|BtUeD+KWe$02)Fu#zV4R9iN|vfA zt;L&9LUc>0LR}#Wb{7kFA-GJkX){IGrMuu!1Qu8w2{czM6}i-@wF~FX#?P;asr~|E!Q(QEEBQb=;A_i&A z_(g==32OSFo7Z}@w$@y#Iu8Nb*Ao<9NMI2GdVo@!jWI(nV>Goz>lIY+uMF)Kq~R4! z?bLcTVUt3%HMRBX3iDe7JEB6(a)=TE1oktvRcb~5LoM4+VPTG3UOsAKwVK;~V2_?X zbM10=Nuo^{pO!+brxHj*VCPk1VoDN|wPjdKB#IGnIVJo>Nm5KnQK^i1pTf5l>geI) zsA+LXKb~UZnUG?NbtIA{6e}fARvRm)*aQMJ2DJ(Tl?18?Oe8RgzzKM&Qf-Y76u(=k z7KTlxEIWZI2&&~V#bu+kr=e4o+Pdp1vbWU;s-@z>QmrFlt)aYd%2V=-%PI=-GPb0w zz`d@o_9-YVEYB}1pRBEg=d09e^K*zD*Da?xuJ&P*T@4e<`EJ_tL}?v?4n+6`ifyM@ zU6!=BDDOooeH&xdrt$)9Cq{DOVEQCAP7j}?&SZQkAw}q`?o)r4LcPYE(BdXoF;(r) zuIR_7sznm}N*_91?JBb$b$C$qW4OOu^N`xke3-}_A#fDFe@JZ+ag5@}37jBslE5hf zr}f6O)QkAOwH`c2JtkmsjVu$RC-0$;)Kx$4GNZab{C)oPzClyg;aA>HDuS25EUUxbFHOVluytoNL! kE@Aq&^VI|%_L~o_sOtXpun^|$&~Az9!@~8-C29uyf1F*2!vFvP delta 111593 zcmce934B$>^*{H%gs_K@gb)LS5W*q~A}S!tA}$~bBCfb1*A;xqL#RveiaV~sRHo{4 z!CI|56sz4Um0Gp7)z~r<{&t6<6r0B9%lMvf3WeIqkb1=dS?H$@w8*Bf=rL>&)Y9ta8+>N#_+gN znaY8!Vbrz0OSEEf*jAa_xqbbK%@tqb_apG$(DaN-KcC~i6LpKaABSsvp@mw@*~PvPZToDqGnD zPtUgU>`N+FD{@uk4(C$ZR~=uo@5+3ymAxYQzh@->U!1R4*}Jt@YnP}`eV6(!E4#LK zjk#GP$Wz;Vk!vFh4aeLdz^_623^k6_&<;Jvs>*P^Q z2PQ}>%RZ+_yM#$=ZNFq*eS5>g9<{3w?w5Of{^Om2kobw(%f)WzG`JJ7R@jtn(mz5t^J-;#>JFg z)mjBSGQGQei}qodQ=)xV4u~r6DsS!HI$&M6Qm0)zNheqU)j=(e=zyS#(3b`^q7$Ly+-CCbmZ_)Pb|V6?JRvidw18 zy+tBnB?+^;D2CerQ z+f?3%3i3v(+?$cNHa9RO?>6LZfSNxP)z_|NsEZ4r>N2&tV;Jtd_P(dqRS1T=7y2|{ zuj~p{#8)`-BQVq*|B10%^5v>Vt+G>%*5FR{B?{+v z8Fl-{T~3>~cl%rGHuOCk<|vn?pL6Kv-1htL{^6eI(d%;h`4at{Pd^vX&xQCIRi0Z$ z@0`BECbi%G)!)^wq;NC+45Od@>F471Ywvlq?<#uTkA5zppUc`0{#qj%$yr|;6kM_K z>aR@-f-Bp9bnoWi%8ggu_e2=n-9Gh!`+_MO-+W+oxbf15za0ekY~1J3!@AagopRrg zpO?dXSapalwWPVNzL@6cek+J8{yzthiu=!eX9?z|`dHZ(Z90Vu?R zDM3^CNf)tlO7M2iM=5bV{d_|#of%>B>K|bY^g|_G7#_BB?rbXU#V4NHFZfsH@PAR#dWw0LejcYE7Rveb#?%pt zPlFR*4o=FwNRdq8270@VeqN@ZE%fse{VaK+??J(=V4~s!F^ruHWyFl*-&E`}f+rb! z+1JbrMAx{M(srVsLG;r|Kb)x^Z=VKDp9amJ2E!yR-=IWhgiE=eg2xlu6X@qe`ZE+l2)3PkO7NxBm1~M?VATry=N)>5>~L*1g=ddY2Z8VJR}<%@ib>KMjWGjw1}! z6f>B9wmk9n+@NbFX4a*YDY~dSFU=1Q4!g=2G3=;dNPn)0orwH__<1>4@^X;PUH!y@qk`iz z!QaFa#|DEM-(leGa6Vgu zuMtMJ1f(zv!lU-UvuBRf1uuK$9;0+_iexu(57W;B^ux-{)+0l~f8l4;U@>rEaA3Tk z=bX9Ir=K)y{{AP;nCS$LJ}|eKV3*L(Qu?`wep=}#M?W$BTtz?E(9gB>a~=I$Pd_)% z&yDz5RE8h@uL3Whg5w$ZyX=tXgD%k%Z!8QB4l>VWpAq911&`vT{}X>%6a?KHH)Z>^ z22mMo{n_Xpdgi`^P(OsKIdq~ZKReiGNcO1c;Ar`oL3CntWYj-8DW8Fdu>#?J@P-so z^>$D#?%EKPWtK-@64P%E>kmCYpIOB82}l* zU8LS>qSmNKKIGV%Xr?GOFR^i$&ErLG_uvmQ7K(1^{!f-1#1^`X~meb@>eA zsE;l&`0Aro>iyDu8E6c%LlvIEjORHIPh)hMShYFmA4iuP42{th>itS|v*0rOg2HeW zypP_wVGf4npkiV^jAr8R-uOE!x?0l3!b_%(j8-eLUL)m)E?!nhOdeA2+*uB464-St zk&e;qrqDDnmWMnn1L0a}VGoRMFz+LyfsFk|64TDv_Y{gI@Yn}_lwWhBRn3i#+Qci5 zg-zm-6=AmwE60|gR`gmL44AyepdJkmOcyyiYFF=H&i7o|HG7~c=VmVFR#}eNa8uB@ z=h{dp;VsOUMPJE>tYY71A(0N>0`4kvhbsi6!+ml;7jqW{gED<`?}>Bhr83t?+$dkh zh)3}fSLO~uAw#2PiTli8WjPf0d)dvvLs)MGo~qn)(DVtYoKvIQqC6^cWHeb-RYg=2 z-EP>aiS97(qoX@h-)o|~Onglotuul8=x*~qF#4)_clCE*bdQOLw9UKQX59E<@Ac8w zIPYj`dNt9#4x;d$-L;HM0`c$s#tyWutABo zZQkpnN6h=c=uz|T>dN|PL)2raG7MI6DkAqC4V(-{o!ITX;KXyj;WRg&z{!!DwlTj8 zYtwhKhp2jg4D~)IcY~u%{cF02R#h%Ju?y=HAPiQ1C>C|?a$CTAa0 zq>ln4{g!>8LS!xLa^0c{Ae=1I)aWS?zd8D`sQOY+8>@gLwFecTu2_INsWSW1(NCgh zfb3a3zLb6Fis-rMrw+mO%502`o|kVi8kTx>-bgo|kA7yX`Om%3FPzZx(F+EBee|O9 z?)Ct`bmD*Iy~o-t)knW_(AGyUIbgr`-YsFzN564W{?B>;t@mzo)JMPdN?8>pn#M@=R~uOaj&I1E#xd7vkm`sZj0>taV~ zuSb6&IdJbeA#!uQ9=+kDycw53_@Zwac&VhP7%Uz74R0>ta7m`C541?3k8C@MzP7nK^>AlysVDZNU3ln*x59{8jIwL zW$Q!{-BfcT4M-L_A(3uXO@Q*|DQ=qEcD+nW$M z83e@-pAPD}>-e{l`KprRdSZuw(J^@nc5DRNu-l7#L`QH`WbG8O+t;+C~vZ3 z0ZQBWfk4z>{Or=8p}Njd7r4ww7$E+I65@JezFa?=0CsXx?7)pu8f=OeQq~o51M@qh zfsDQ1~pl+-yV=}r!@iZ$Abswue7~`V&TAXxXWGdVVPc6JIGew6xN(Wt1 z6GvG+>qmr|Mw8GZ?QLmIm(A5t+sq!WooVbV0ZB5DN8u9DF+1H6yPcU{?a7ZBK0>Jp;H!WkK! zyY)9st0ZO|>)lZDY!4$_VUjEaytXCsujIKm;rZ|%v{<-oTW_lIuE zQLth*Wn^?DRL+k}fnHDo(S)K!Oe~r*$)<>pufy!!o(@-3&3jt_l|nR9%H-4(%pDaVi)R32e^9N%2T)jid_yqe zfCCjMWpKt&F?@L_Zurc;kc zo8Bwes?6~TXehflUdO4C)L`?e0Vof_bEvA!guERi!Ec6j_uuN}wsDh4?`Jr~? z({QX7CBjGJIYx%@b}WxMfF19uD_aqFY1=h-n2$cCsN)=@RLJp(@R5n|2~PM#z@Jns z93k;!JPREF3ZLSHeJ&Q!41b&CB9d}~jCNgiE^?h}!ecNyDP?xrnSr?To}eKJk-zra;oTaK_EWK4cj}$`zJv>Y( zo~tH3i7SVbs*>W{EPi$~`ix|>9wX_>^xZ@wS5kV_tUH8+jI1sx*Aj8(ML%f^`bNuv z22-%=Q^|5M?>}K}wU3?pu@z$B!$I}@FR`Xkx0TYlIYey-gxGq2P(98L!3gpBet(#P z_AbA) zt09qH*Ks-&xg?iJ?z!hl(HDhp70G=}2SD>oK?{=8tL)0jfqP{2<+N0B4$pMF{ ze?_auRh-@oG+X%VdT+%Az}{P@MCC(Ps8-0rIKdT$9IzybPqLT}<*}$ZoXAD&*>Mp* zfpR$x`NmbGlw8rC*40t8n}>{=vR$n{RqB)>~LR7lE9CQLl}m9Q*0L^Qn}4DN=U zvQcPPrm~EpL~u{gRN%E!5$jdvVh@j+HFBPBTwX^eZMJmFAqVfHb zzECDnx>bCl97>}2EBQNtmbGq`^l^MbTdYTzrBD$MavYk3BEmF6YC5GMlhOmuIE9M> zZc&JIs*=UK{8G{BP-#SJ$hsp@qgX?R%vwO)YQ>9p2Mx;5R=pea7xB8Fdv6WGEHg+2 zMM1O0xNezxaq{g!*=XHNh@h)dtH}@~K3^9!aVb}egd0VD`rs#n@G>v;B%5W%AGy-jinu+dm zK%*_wNiS$d*3meG91S*w+Rt#(kg^J2C+JHo>7&~tuFg-DLm$%zUc-Ih9cFy$3>}9Q z3|MJwsmG4mq{K%=pCbBNNS0`USwZN!l(B4=w&}UGY2|P+W`P=VQ!(aShYA-R!o~{V zMzU&Zpxx1swe*;myl^{|CtPL;7Tzhm#wqLAqY+_8@i*}|?d14(`m)CXWyin!$z^_s zYgZrGsZflC6$3N?{<663o}e*Kj)QM@$|kVnICyO$U5$HL@B;8(anhYIQf|>hcbGt$ zF}oGYGdVU+G3k;_*d2+me~#N%m^Lyx6ucC~Bj;^+@oDi1!S+e$fU6fDkP6!u~_ z55wjn17DSp@XUxjnIkzMpagVVEu&q>(KaCV;!~Y?=PQZsK5qv%cbG{zV@n;`XzwS{ z(WXEo{G&pM1CuUUA&8ocEk(#)qWAr9c%{?lypsQS1Ybkd?tK+w?lt9b5_M!qNtg$8D0dA+0$W1WL&Gq4OZ6l));604~=QhQzOI8D1P>@kbvE$72aRZhZzOsU|B za&+fQE19iOS`&G+IgXhECHE;ew6s=gw!{lJ1!cWu%k(&-_;I{|l$}uG@%}`$*nzLE z@B5jQa-L!l8*T{)jkhp_ojQ4cvO7g$G;Ka8F{-AF4@mL&pZ*ihXF{r!ZEvQjl4;^P zcOoA&)odfjJ>*3ueAbi#c<8)S7`-Ny{b496)~<6=o>$2>P=1=T)^i_F$QBoWC1>er zylT*~t8PAv6RUg0@<)Q^=7j&5LiN5@%JgdkJi7aF&Dsw53 znQy>@@W56wyQd`nzvzD0G0z(#)NM&;X)&N(S&Ik4+tK9)ZoEBtF( z`AZP;eiPq<=H#yC&!<7#$}D|5!IJy7AdVhK(#<)&gqhaz&(BS??ke7DfZz$)P{=WY z>bH{o!B6 zZiF^@xPFM3A4UB~+U&_S<^XsK&t_SKc1iG_4i98uCT zoM#MFJwnggQ1nZBKhPBXoJpeEu`9h3p~zYF4!GxK&4_qoFuw5xx0)hHa#C*M`x}E1 zV)q{eHEW*;dc;KCOJ1SBcJm`O8MaHbi72~Bn`RJyo5=f=#q3Cg^8HRiTFzg#ph$K? z?y7#I{NBKkDE}bQi0PjPHAh4_#QYI4uIjv+AZbe?Ov|eEHm649|C7N_Wd2!v_wis{ zuu0tcEWV;uL{6DpXYQg>yVlT+wM$T+LP@l^ZL_nujT*P!4WSqAng-8pvewc^Yx{Xi z5eR!dKObYw{mlL*+M_Uk*%5N&8POhv5O1|)Tu_^>4mM#fudur99 z2uvW>Rub?hww}b+m%{1{rOs=``cVB6)La|OrS~rO!?fqav z?j`8WB${>N<5SCrbb%m4`gUgpQk0*68F710QnA|I@A8qxPRN!-~I*CvibrDN@g$;v32PBL#UZ_lr{WiWMbtUa@5c~Wf=y9BH z!|U5Q>^o_WYEX9r5#g*q zjvf_TzlRY%_fBN0>O{92!oIb3H>b72?=fSs?SQmpa5tDyuON3X$-PAAkWk_vkf7%~ zP1Qm}ljdGybh|MF4;*M8J!}IJ|IUQtD?~0&R~T|fyD~xQF0ny48o^ynh_ddYLwG0N z#w5aHbr|CV>r7J4-AoFF#(AOL9TMu>#LRC8y=MD0;2SNXYrK<(Fz(@n;h7#}mQQTzApmbNqtKo5&I_qlHmhvI@s-l9C}rzF;a*-Ncj{`1FxJEFq?VBsvie+(@XlLKtMaPq}e5+ zW;rz)$SrNN+8w6_+f54>IK^L5+A4JOzN9AGPA_I$FPu# zc%APh_@N`bH1ma!ZH_hlgoW1O>LE0RkM?rf3s zL86G`5@G8uxrU60F`r!7t3)$)IZ6Wcz@jWM{@I{e z%zQQ&P)=N&A+{bC)>ZpG88wfW#hPa^c9kcMBw9G~El$YE?|Q7%s0=@}MArbz%@3Vz z)8s)D!;E>(+9Xitpp0%1`#y((%eh2wU9;b}QSnO?q~^rK&tqr&4M@)W;#J{S#8 z%H7j#doZ_sI>K~~JLnmT!6Y5CKwAg=K2LkZ6stFi`um63NFBqBy4|YQ;1cdI47eR; zr+1SVigm|?_2Rvs1-*{lncea8@YxglMX)@NCWcKniMSQ{>(Q0&k{u$uQp9`-%M6y~ zmRKmW3tM&Nj05Y8u**B13jSz=wvrtu={SG`-T4r=9to%v#9rV`TRHG%p1MSw%#Gg* z+rl`y2y;fnQ#xu_=p92;Xg0u*Xz}S{+p=9>mfYg2sJ=NKcws z2vUKSjtaQAA4EJ^Fh0vfjGGZQ2CGHY?%^l_$F3{pll1vZZYI?>W%~p2ixqNeg}PX& zd9=1Hp?PU+0EerMy6sOL$ve7TB9!nUB~MfMyaTMorDG4`3ZT0L53lwk$VAw7=hUyt zE?KiFoj9#Lw&db9MhiE%#xxUHPnIChG>gZNv0>^ZsLEwLgQya?7txd}bR`U12}m+xAmZ|lv_F=nTWb!Qk7Gv_ zk}EnwQo{VFFyS>n(|2eIIK>wss`HR3g(q>&RJ6NDsrD|zbER1(B-Nbi5DP3=xm<6H z>sVC%1`BCbi2%{xUDv|GixdF@5=C6)q`3N-Y?rp3NpE7PUWKM+-4y(Ad#D|d(@ICZ zWWjYpq>&m_PzJJSC6^#03P2oVY+03FfU{Su0%}MK95Y`&WBydh?L5tO)TT^bYWUMSm zyoNWeHD&KovlDdK$$7a;C68Qt+G1*V&$@KWqgeKd9rpsHd)I<)SRlN~Wt>eoU|AkS zLWZq8>tjUSXrsJ7qd47iQraB>5$ZMvj~bREb`8sC zNcK`iDjfo_Ja-sUZUVXJ_IX;DPmCFoJyF$j7_~FlB`!yLG6Pw^%;ygd$&OL*a=ZHS z++!ZR(*YvS&77w(`>81d2R|POT3+`uS;}Q0jW|!7g$xvQ0`!X9M;<)SlZc0(3hKr? z<(VCfg_SM`fM1cq662l?TEu@23kNjO0L^|gpkYm7#6_c@=9C7bzwCxsDB2IrWpMUe zMl7@$ewD8nSV9^`x0)80Y1EvSRE?Xcp1^rg{nPemWMkv5JWCR>hJ$s>K~=Uy-mR1iaJ=1RZ-?;}av2tSHvz05gqNR{8o(@LZF2DrhRI%woXyjBe@718T_hSl%RAFCE8MQC6elw-27{pBz(_agk zGhy_&SaWhXxF3@2*AFWH2~oZ!7#q7wom>MT4>#ByfZukcL(8{!_tXhYUk$pBwhe`v-1qTd zaZ~{!N;_Hn@O0QAmY|f=IdV~;Ti&>cxcQ-_4WTFTY)V0@xOX`9`7Q{Ft$)PK8PNiZ ziQl_Kd|_B0Op(>um#VY665XGvP%tE|j{FlBV^1EaU?;MvQ%r;Kv5kJyey{VZ2SD5MZBnh+zoC{UjM@bMYa*VvlQsD&mb0 zJmUbP))XiS_gN{k$N5k1I}r1nu065_4QpQy%I5wQ*|o7Izu|d2Kg08Li`I$#g^9K1 z-gAXT)zx9so~6Ga!C6Uoy5wW67i+G?g3K`bDQ`z5;sX0R%A=D%Lp^VhXmmVnC&vCI z7&JfeB^kXq8%HZhFm*qk7YsuZ;zbYQmnyUzkiTLpGeJj5@Ry|Yu(c?Rex1Jw9dZqv zAA11D^|_s;1HlI?*R2H@uZvUbw8QBC5c6BnbY@UnWxvzYxL+^&9_2?yykm0|+*KC@-Jo9&4|H=t;CJ8*T}xrlr@mXc|&# zr}b3S0?oJBH6pZb3~aa5(u69B(}H3jiomY>u`C+BZ?bRjI(>3#5<}h&_VZK33%9_= z?)G-jx11b|-?Ln2Eyn8~NIO(bCVE?Ei-ILtOUv(rDcpH5gk%uM&FrIPYmedf(*2EB~;yjEnRt=?2eq-xeN z^QvFA&^Lk}`&#Zu%KpxzkuBBdxl4j>;^ellf@ai7lV61a)cfX) znL*kz9WRzH3ai)N681PqXV4X)!Kr$-XmAivES^Tt_@u+Fb99;@Qra6gF02`^AIt3s z`IUfq#z>wPNlUgvoJ3%!DdBR6t!D<+gLE@U%7kSlIfG#9$yB^%6pYBwedVTigW7q% z+%*;`0Dup2FaR3rU zrpbrKs^@{5KjV2FIFu`?W0k=re*c0`Wy|is*A6mEMsJ(bIrnB{j1+aQ;bp-0hG<$7 zHe+kSdG=*1c~V2xgblr1a;b@r2v&%t_l2Xy`VWGE@_pCdYP{%}bn(ag!)Ecy{bA4U z)O)^x=S?yF+^}vfDzTg^Q3U^hZwaz#+vzaz>iuE2;{oSQmVX)VBEH#u^QiSqPOw!Rt_ zuzA8f(5E6~??lq^dv&L)vu#xE!GRbXds5?47S`xHcMIZ)ysuI&GUL)6!(mDTc0z2j6%zz`Cso^m>MDQFn2rY4R|*=D*z!rRKX$}W z;}Rcyfa{PhWV>6w2=r~G=$7U*6Kp2n63uQnbRpgfT-0ZZDW3*I7GwETem}IT0Owhs zf_V|z;}S;O(6WNI{c~A4Q^J?7+>_heX=(nZ7Te0{%lWqyneHXnd~8Gw-izQtb^lxEj=6c6 zU^3*PD^euT{U@PopF3gq@co*$Ow`3m!yQL<)JKVdlSm?cPSeSI<@}IciAIo}40*T2 z+#B`K-+uk;W00WiM~%DDt26HfL>D7W%0<^dgy;&*-;?3WC@GU-=!-MtGIy_CN9Jd^ zub2eL1sfpFIX3J*$$r}HkE#pd@49O!sZ!LoIMc?QZE|(u>Wx9K2^nmzaP5>Iz6f~B z@RS2a&x{h@U(f=&0f)QI+kHolu9kj35Z zUIf~=>!J`@&JN4%3jvqs6{NT(yx+mUj>);23B@H`7KgL{N*a9--3|xD7N2x3v>OL} z_NyLA?^RdakaiC*+}%Wo>CXj2#6exdf#RHsu;-|Afywi_qMTED4yno&5^+U1Sd9KW z7%0BGBIrG6nN3n&f)gV)RfIzZ1H!Ku*QeMdnm)&B$_y_3U_}vYR^V$(wgMhDex_CQ zLNv6HFpXM^SnLtxkNcC?b_;9Z(3656kk$(94ODVV5sxv{3@-Jly*M{=2gJ_C4Cl)F!xT)&g^zb^Y9LOTk*<ccGYkVV80y)k%u96f(UOkD(?H1-u?W{WXWl zus0m?`FdFA0Zh?%;I4BBAo=M%brWJF6l@AbMe-QCM4CGYC4}_slqjSy&TefcJ)w}j z_l$$uR8!UlpwmO4(&03hM(W#d-nQ8yoGBP_Z1->kE*bmC2#MJ%6-tPMbh*jsw$$CJ5p7k+ z;wbUxEZoN+cLlY0vp+mBR)H(&AEc$@l5AjV5GPb(r>I^iFVWc#KX$zp>2n4v`Ta(f z3^ymzhk4;ZU9!e=G^jGOyPed?+rqx1A;+CAHkv{_7-<1vrhjk;q@}YB_p<%UR2yBp zXtaL&->Kg%iW+GnJTcOc%ddt}9fWuG(jCFG-2dsDQBy1b|0)Ib-?^G|glq>+Ur_kK zd8jssX|<@ob*8n7)HFWrp}{sC+rP*)-|{$!4guztz@WNV_mf89aNL&5X<}71PVnC> zCiM#U6esrz`|O&*IvAt1P%}4#QxTjrbw`FNydDdZqWGbVci;oLkM02w z2#bd+!z%GeCFVV9aBB>(``>MWt5JpI~K>@aKpNl-qTqNI6sz76?0 zKB|glLQQ*A8!mdNRf&VI^p|q?dp_QQdYW5wXHX;0 zbdQ{m3b5Eov2ALCj6D{SyS6MnnbsH2R?;MEN8pLtbl7T6jLaYqvZd{GmRSL*xfI znoK15C$1qZ9vuz5XN=rCsMh07PI@i(Iz9R7^ZX6mm#UFztyGw^d zh?(gSNpbe9twhMq;$n@RojWAPCOQ>C{*gm2FwT}?-Nl*+rKlMk7v*P2x(dngp&oo^ zeS?@N_1%aRN5HfmC#^`IovH&$1*pZ%@yN`~Oh!a=eSm`SVTp7VrW5aK#h6_&ILA-# zIJ&}$Ke_@1(>WT(-|nHJ8id&RDYC_zD-ShG)9*F<2&PDbG@V%@~BX}koR1z=iYt#P@h z5a~EmCgYDeBiN)zAacR}`KYaw19Xa~B=G>!9IXSN%TT+6=sRDq zcPf*VM@+l#3^fihY5b>%vq)~RQi^Moqh=?MQDg2|sDfij*Y5ocu1YVNzKBaw8-l))?fhr^r+JE@F=aDs+-SoK0^s{ctQei$Ll8Kwn6A&NhDmws@l>1 z0J|J$Xh90OFC^w!1xm46>LFl#1yMRd@oiyO*#P*wBN9os$_m|50H7>dJ?oO;URNpr zQsSukQd&SJI<7D_Eq_{ETuP<|jV-mPA{b!&3dsTsKCu{`QDrNMChcMY0qIsHMOIqW zF2*!M$#qQ2-q|?U40!sOBt4bI)lpnv(K<^`8aJJnq?S+Ik$`w3b&4r3sLA3LiOL1^ z3A%MUO1?VkY589+f(hXS839J9h2ZF}{$lEkupzMTRn(aJic406{Z62TYnK2wpZqcUgovE~{MGtebdQ8=$wIA>B^l-ve@4_fl2BjR}7NbD@Ev*|i+1);nwiL^A z`Lt)^aH&qZ7c zukyI+k^M@2{E4zqCC~m-{Cg^dnj&A#_0eKNBCFChK-%!Rpc2yB4%8Niq7guf(X!m8 zw|KS$C`F8#81}BCp@%lq(&6S}#D-r5wUf1(c8#K6OV(f~IAH__r6EZAtqBwn<7h9%>JJC-SEwR;ui3I7CLPyIs@o-&d8>mp2 zNb^GYbZS)s7sd|2RFAW2=S>KkDwM$3xWb=Stqb*mY{pxt7f;Rz_j0=IzO=(apShSQ zfKnKDGE;p~{H{0Bm$sQL5Nq}ij~?ZJcTKMOal)eNfUvo-)F)i%ihn?(<6KFb7BS?EBThqtOsa__jq{Ec3>ilF+B_0dLW{D`t0|!Xr%j$ob3$(@ zzpev6PbxT2otn=uqRZ81YdRD1wOn2sebO30o#seLX;1C0h01X)l#AN0HXnKw0KTJ> zX6_yX)#(xjZ)fDYqUckyKUYQ5Wf|LY$HN?1BV*qNBFCA=5lx1|=rp9C1v0fGNv9Gf z4t8i4kLy9`MzCnC&SXfCsE^+CIuD77P zbL4D474X@Dm~;FX7lV1%veD9(XD7vUB#gPY1MkP8fOCOPedX^=3?GJXzd(=(IvWbQ z%5Q@5VvzqljSHvVdp_tPUYHe@6}cirZaO;H@I}R?hor_?5590Ih+K-O<6TXH#>6;% zUyo!+f$XNVWXRnxkaE`u@-Fi#=pKvLT!WCjrT{AB7T7@%79pmd?6=1RF~tgt?h*UW zMo(~_Sa<`@EOG8D!6{G~93ex|@lz1Ay0wIl?k9)I6`58rsvw+{Wp#*7U~~w~L@S&$ zg8h;cF1FNs;28j#yQ8)N0;BvCdv< zrhu9E3h^2BL&u2T^TIt7m;LV8gwl?0vtJ*>VA~bd|AXRDHOJyvU^Ui@nNMS2sUyc( z5N-}`SQ~d*??){XXTBMSw;+y>X!7n~#nEGRb&h|BGEMhEx4blq^~Z!|leFJX6?wd_ zNW4$OV&Zx z!7)5RQ=E72rM*=HWMnWY<&anqPM(&%ufa*=HUK_pSQ;dRwrVPc%tam}I|kkjje zWDG65(6kKXDBqQ)Y+iv32&@;#+c%!q5aZ^AjfP1QDb(x&EZ2j_7SC*JQab{y^9xgjQIR|d;&l0 z)S$AblzT;p{ z_Is^Czo=h*mxwNu_%Qbl3^#b71EXt+@9q-;yPB_jn3KI&P3XvLB|gfPo!JEfpOZaJ z#mnm>KFX1Yca2zgYOs^|{J5~XTz` z=qwDO9J&i|c#6k3JQd>@E}3&oL5{*Q3S){;#yENa$E}i1G45fEIi@`v_TyVqNDAwm z?`8UylaBZAP|Lm>IBm^`&LD$Q?U2I_(J|C?!umb<_J`N$m`k%aQkcXqn#T9Sh`y`C zo&GnM!*u?#8Co`J8RS!#i)KC&^>mw*DQl~R-p&-r_iIXou`Az#L!gtSIT?36pGPe5 z-x)qSE2GZBX(D1Ms1@c8@F%Z;um@F=GABaGCQ1-GPH(18WOHx#`R~1>(7b1l+N{sd zcgrXzm@Xg6M80{W7~iaPHpVwSZMJ8oD~@9Sj-$d`j|yWTzOP#(ZV2zsgUs8l-6@Qb zm*^NqV~-w-wsS%+l*#sDpzmDVrKk~VG0`U~!xrQ6&$nb0kxep9$rW3bt>=@$ts;8* zfV##V35|!^V_HgOyC3X)$$#Jr1icE|1 z>CT`7v8WI#AV*_P;H2h*zj867+5F{$C zBoc>;Uz`&T6F*#x&*n)&j4XM0>Bzt#zYwN#F`h~=Nq5sH7o*)A7Ji$v_?v9P^+{LJ^o` zu7p)WE{e%O{8A@Oz^i>IA>;M*<;r<@f6%bQp0?iJ@eWtfP>0_|mCe{tiYu&OuR6~c>kU{K9fgz84ZPW+)u3&oaG!v5tnxRE#U1>T>Y z`-01FN_SnnmO$U5H51`<9cT)Q3B|>27yN(jA0=`P;y( z%?szIIJeDhFUkz2&XXuJo{cfZB;gFJ{)C~3ks zp+aKZRpFrVg_D7)v&HWGxcK~rph2v^5@$qryAhXCuKg0uL7D;do|Qz6Q=Dhaip3cL zr}&1Y(!jRrbmS&&>Die`)$0%;1>RWFK~lvOzmv0g3QY+GZDPZgpcYd{)Xb}r^C5SO zSI-YmA64ugOPYM~(&&ED7Hu5l1(`>8&}NLBI;Ep58iwS{Igcg^o`U7U<(wELYYn2I z^J9*tZ8wy6(Wkoa)Bn@gy#(|G7+8;wk|7WWW9eCmlJMf}i^9gBb2p0?)QB@bvZHC# z?(+BS3A6Q_#Ctqxywoa$JubaA|6i z47x@&_HR`M2)ZErek)(j8p?OArpNj@J0Aiz^ew6kKEB1j(6xgQGJeMuH}myfKgN}a zF9TN|^e)X773l~nk-gZ>vmFrHDJ*cJ{~Ksh@6}C8igW{Uo~&r;PeNO*BsxrUB*U;B zg^i32H1B3frQQ`Ezz+oF$wqWw5+)i8sDuJj-c&eN!q{qhI-u3-|4Dl6i|jy8_=ymB z`<|=kN-AD`ZciMQ70Fi4yt%cLD7q9`CDWKav0+tssJLTQI4mafWmii3A^#?44$0~? zJxmIODZNu^vblE()Ch*Q`Xn`v;=Z4#3ySkB6IivYIf>O-(KuJevl42V1eUT3Zp6Ch zVoSH&c<<_Kd>+$9?La&@`GLdT=m9=DB>zw*i{SF`647`iY8H`Cx_Q9wc6=GO)b3!u zn0%@2C=le{k|ejYacRWTN;mHVJdp!$?wNu@5^>Q@D0Y(z)rlCl-sK(SYcCJyh(oRn z_vq;iD8$^WFnavnl^8wZXRsZjzJF!7E7tfdJO#HSExD2}k^$&seLoWDE`2Te&n>+j zz-HWQ{0yuY3(ro`EKWZK^qzZ4*r&E|Em7)?<+FbZO6a?iTm(e^UBS>zLMVsZPq!I`FT)Brhadp_Ww>Rh)OELaam!y{uMOja!U7haSqVBwoFQk-i3Uud93c@_- zoK1rOf4E6({@BS}FtjW>Q?al;Y!W@L4R_z6apyVLhQqt!G9zq@7W1ycQ7MkD=^}Mq z@<$Ler_^ESMW<1PQK`@`E#zKMC?{w`kk8X?Vg6$*$QhLVL94wVK4=@4+a?x%95nD< z!N1{KTAkN;Es*?%O0bKAC1+^QN8q_$mtG`nmW`|QWcY+c{zP~v4pLBtTOlY2o7;}{ zWy>v%{uRy6qAxx@zk$?f1a{VpxFH<1*nR;ncDwX{4T3MJ?|mCu9<@$JTP!N}pb|Ip zCa$voBB`id{W+d)Pd^fk=p@iKQoMUs(7lRDbU_4N7Jp_zw3E}>6>7P3QEU$^7gvM| zy0N|2thCF<>AGdCXM(<530ABw=!@V})5OwS!v@x%*Y3l#Xy3PkK3bnf&;{MYPp64$ zS|HDprCR1F)vY!O!-_(`+8>fwp=6du$VoF*IGA z>Fo3r&mw1%Q0_RAH`=G)=uR>ycH_Oq7%u`nX^Nr&iltL6CU3<~>USq#x+X8U$9>}s zxCXwjz4D%7nhFaW8NIHI1s5YWofXvA$_wl>5R){FH2d=xLNzG(i&%OGW_od7{XSZG zTUu-bAYoDNqw(-gAs|;Z#}{FnJm#f3k(p|XLB;y7h6j_1jj4Ae!uU*BEWHmM#g# zi7mIlYm^t(W5WsVt;bTfTQS$3ylK6p&XExso4GB@ix)o$#s_N!(M;B-Sv0OeYsOCt zn7U0fbsGWf)C+VOBgA*9(=PpIB~T`Mj$T@VYvrGJ7-z6T|5HofB>bh{yuIGUXZ7-6NIWeNKI4O{_|FVvsT!%|y*RKnAX;}dg zy^rkwLT^fas3z2l=S*wg2zu08n%LghyI{ncuZFT`LqFEi0o>CTb+cqG`1l} zkxhVhCMZgx+TJj6B)WT)9DuVs*wU=_nw@HW{HHmi8YR7)?ln^~S+aE>iI@KY!BG7{ zs_|E^D8x@Ddo;c=&-)J+zqH*O_QLzPZ9${MBSDCZ|BjQ&hP(~+y5v5bo(uaiv!|n1 zB$p=gJ$4ZS}CEY1FVj9#E6`;3Moje_>r%Cf45{mU&YO8*U03#UJkvhsU=;$^K5J&TH;x zIsS}pIZhlJ=JWY==mD?FejOVn%Idoy=4aUG5wy+BT`jjxMAaPLU++6%H){gqBrg)p z;O0u4ny?e3vKdv%mOv(gAnxbHoeyB2+eMTQ*ng2PM|l~27;Qwi)dp<`EbFC8qx)(R z&dqVGuq`c!-c~1K>cSE$vQfedd?ZOGyO+X9H)#ZC0Oh3)O1jVCAF{HUtQUFzOePzu zOmvtCk?}_-k0Jy1YN+hLdHrl6R;+t4td4(~F9Vlh_Fjn&RQ-xQivx3r#r&O7m@@;0 zQ`>f;s}$6Q76Nayace7x)dwYY6vjO;*J*D!`36#6%2#lqJru9kGOq{b{#3Hikx5Jp zonB6htZP|NkiANzk}rU z2R}?I7R21?#)z$L!A?^!`AD%Z>zsK1eSRkh{j%&0kcDh#e_(0M%FR^Lk?m||?pxxP zM{oqf%w@k-39?Ddq_cU@%J?ejmF3wJRVu4@+pL^Cd!vygh}3B+RqFAq+)&QTH?JXe zs7h^e++CVMQx=af#BG=I$vTqOKQgTc=iZYU0s5+<{$fIm@D^EcTaaC1U|v%&cPp4b z85qSg^8H!DEPLAIdYxn9S-Ib;Y=1G?`Wc`%RJPAd%$po@aITli^_G&v9}UFY5@MO& z>z0ZBs`5-zdH$yIJkT1%wBru+y`wTk2F<%F(|Ib>dn(fk1M$9sSgRmDP!LBLh^-3i zcTCLRRi5Wmp7q;_TcKM)$m^+K7X~XXmaFqc%ciXD@@` zINz==sk+#)qfM(p+o8E0=AbG) z37|a&>ILoO2puYfjij=-;T{rc2cxspClPsxs95;AuoXdet)w3vj@-O>D0fHLab?UK zFYyttJQgG7~(!klGWyc(R7+Xj;8)bGzFt8D7dP%u)N=jQr}4al6Co7+wN;&E(l zm$I9iJB(|eC&{7WY$l9mwq_q!m0uQhQI+qw3oFZUeEydWM8FW=&K;~umX`a7+&w7a zqPDUqjH>ZV=V;(>9F@VtD2vL~!eavH>H?&sSCmRmN$ZBOTv^mzEfb*bFu2>?I6EE>e=gDnSM z{xVozk`KB~{_98&u|xP=$;f#8@E@?KsqKhmZz)qLyJ8bYmL@i)Zp=`QIVsnc=tCz* z0|4KQg6Z!twyG`YX{on;3NgcZX!tbVMmSGAGM_=P49_q;qwpXGQ($G$&X|&>IVF2l z_|uGfge}5@qhlMUA)iJ+Iv*mWvC0q#LT>7%U>oS6`lk%3WFUSQ$96Lzh})Ip#(=!d zr3vC<#;OvixWbZR#W51K8q#$Xe=V6QJEJXMBl&$?M{A2ew_ZuSKhlFy#;xyf9+MvZQV~al(c|esth*c} zm@IhTR{>Low2nl>N_VRSdAOBB7E2ATpm@oDQg?Cjy;Ho+M2%BFi9FG-Qgf7QA!X4N z8vhV_{dl4&BAKZUyd{ka(od4KyHj&e!!INIM=ySs=cC^suGx8HI`!`Q@pC+fQRiT; z{pm^zpi_X>)%0BS)AUsG|0}S9uPoXR&kX001?-O){UnPl!&c=qGWS6&F-3p}>>Br`4si%gunv$+_}h79QnsE=GWWEx>+`|p9K&~L#>tcB2J(IKg19O^?O zG$%h1b2rEGd;*=>H8^H(c2Vxje8|~wfXs~s;};z*|2@oABlHi$Q&Q(SJ|a1xgyrxQ zI4O&#kUC%b!hnJPV`+>oD&fzTVbK*41B<315K=y@D(EOqNhKGTp(I$*__+d^&^S6e z34|h4t*Ii8=@8=B4j~p4f#6LojVSWCA^_Ap=_18_N~V|L{88fd1W!^f8zJW964D?> z^+69*#LzSVH7`WzyLFI0sYE(mH=I&@p2ok5!(piaoDND)#B&luOk|Zj*<6B3SAeIX zmYC^i>*A@6oy6+*|mAEe9(!O#dnk*ZrckDkd;4^1INF+*3>Oe>y@%zcWc zT0c>pG!I-e)1i45fJl+p$d!}C^8AOQB^sEX8Ne0b@T?N4;1LjKr$8uq7Q@Z`KZ&TL z>`2cRM^Bsq;+zr?I5jaPH9pttJS3W>DS%opbZt8Ije?B?Q3dn8+&Q-cW3`**rjJp& zZNvm*%Ul4JexB_6#o0f{`Qg6CqHI~c#biwN$0av-hzlt@*h`m<&Jso^i*swBI#a3+ zYF&U+OCq52E*U{eepi=ev)Y^jD_NaQmxj`ry+@~jNOD|sdAp%ST({@fDj%>PLx0EoQvOQmCLf9c{EmP)7kzkmVo{fqyi??#*wAE+l+ z`J&<|l=*2b4#D~=?c>UVDrP5)c)XYq6avTw3~#+?x>Y&dEfsG+xIzeJUBc_+ClkiL zi9WDJy#Gsl1NP0#Ds3p;bvyUIko*Q_qbR$sH{J5oo=x9^V8vMNpPdgr>jh-*(yW{st zJT7TCbQCd?GMf~0<-ba$W-xt9=9?j0}Ob3a9mS3th{XhU`QK6x!B!cz@ z=1?8cC{N={LfKk6lp2|qtd_?eJR7BJ!L3w6dMBQ{@T|jgw;@!n9+<$@KaYM@^{10T zY{|AEK6@$bHl3ipisv3YEAbHFNh&OEO$AY+SQ9tCg>_L|{(=jaw9;*Fg;BeZ;-=jn zvg*rlR@!z}Jqc9zA&%$}OQ`Nu4+)T-`|x}n&;59a9eN6s8F3n;7Av)?2h{T*{?hXh zo`=bGegrR%;_+0{bAKJeOidBWj$~%Zvx=UOTkN%ds;Z8VQe_w8nJPp#+KweinBr1g zo0`=~xtVlCpobAfSdO8SNn1i^q>^2PEn$;vsb7!S?JCNvGL5GrYlQlrfr31m(-0Z^ zP9$jyK(&j@2K9j#AE7)3^j$sd_j#jazQCS!lM~5l^1i@?bfm4 zps2!W6iQ=&v}A>-{+OV(L}fQ5d))Xbm<-t)Sz2X(PknE*?0cch(!=0YDTpTz=L|fO z4?T@UHjxUV2M!N@lRgG^Tq9Qc80@dai42MtZbk*b3E0xe$w~S#OR*G5X#Y<$O+U$Z zLqFzNdSs^>BiDiYSW{!Jw3L(43CIF7uc|S25X5!Dcf}QbjaBb zdYHN!!iBFWNlOO&)9X)B_r&4zj(+OV2>Ze)^jW0;43FO?iZxw={JCj8#VUy%O5$EW z#f3&z{TEa`o)_@=&ZKKKUPLNAzf=$9pf7v$iH6i!c6Rg?gg>4A8ZY!5gy%PS{tu4= zW0~kBG&@>^#9pL?_8L?Lz|D!@mlo5BL#yiJJi9$-0 z5o;^=zbvFg88J1IQVryPTqWfHQA^y;M)+ToR$QW`|JMphD?^!K;=izma?Nl>^f3m< zivF)=Vd&$>y~EN4vnWq^9h(t>+kXWAqkA| zEBS*l>oYlfwVL&zYqV(td7L{7GcMP0?{N@tP%k1$Y7q-7!)hK~H)Mzu-PyP>`Ha~5 z5~gxW0Hh7C(^0uDiRWm@qVM#{a|iBdekmE6Q!{98{nS5lkEz$COL+hS(vT_eFM+LC z-n07y&}7E@k5f354jL~R0K}{L9;lE>**~ZcZgd@a(6%afWpWlOnhR)2iu84#5_8`S z>nfjh65#oZd2fc*m1WTuj($yc*~tkKKTB%O*wXY=km)cv_oEPla-#T~n&WC}`vg_- zu|QwN*tf#ES&}$xt^!MXw4!I!Da)RmBK>gRZ_$kX*)mpN`8t;)qmaoL0rp~1DdKl; zg@Yz1gvFfu1;8;%P>rDi5WFGAy&cvzU5Y)2(nr!;VJ7p4TUHFo|HkKnTAZd^7AX?- zU;{DZ@$A9iE`t>+<;{W=P1#d`cuTEOBg}6b!O<|rh5D=f`bk$6B*Cbdzj3@=1_WA3 zlM(w4o_9G#PSfh~Pd(!I<@k(KA0=`C{yjYJN6f#243QtuMx3_2vT9cv-wYSDU50&G zn*OQLG!QhI7Z7drIHUu^Y45IkD2s&qy9cK+of?}N@B>gZ_NC!hsWINR@n)qxvo9+f zC~ux4VrT~PLte*2r(*CNvsH86yVkXBPrXzeW?XL6S%ZznbkN3=JbQm+v@=b^p@#9o zD_QVM-uhACfF}7rGGL{kKJFCMC+Ses4Y@`B(*dJp@`Z%a{wg{Qi&A_D{k>{5Qa&x3 zz8tCl!h;=JkV`xrLo5L zm5Ilx*&P--0nix*wJTUYZ}k1C|39EQ7ff{GA* zRYw}J92|8o1~t;L63IIBYJ#hWL0#c)?@HjqS}>2NeVrRNx=v~ z>IQL$4iB7`M?JY-tO+cSda(p-y0clyww2;qD)*<(Vk8hJiqc+=Y6pm+m1Ac_P0)8o z*hYP+{T_s)UsV~g0VCyu`I8U1j7YRb10rF54Tn6hP;Z1jtNc6b&&Lj>AD&@ z@@yu`@qQ*f>RmN1uR)Y(55{sBrbnYL`grC0D`8~1+ZO$Fk_e@e2Gd_@nT$k$o$D1V zzf&rH0#+$?)Xc~vR4S-KG3joP%yT);NFx$PC{o-dKYS-nIrec9ie@IIEOG&GXHK+d z2dRXd^3q>7FOk@XMd?4=!mi3P>Y5?} z$|-w41G}(T%SR;0ZmU`yN>ms}B-i*=gk0nnQeTaR>0*H-Ai_lC|Hru4qh>n`rXG$Y zB9&Ro&}e(`MDgrK zVo8)^KQQ%uIJSjh-Abi4w3BH=(LjR;pG#5^5!9fL zp`z&>!R*0JSzCTGHE7;IJ~)34Mx`UN3tHU+B5uunhd!N&P5%k&c6|zztp#W!>H$+v z{8k%r<2B-C1`>iiCN9%;25$y zg1Y7sBpAR>WBlI$j?l8b&lQuE?e^12wdP1PRZLC=fUUYFs^0Qws7pdZo(}irJPjwa zKo5!orWWln^xx;+p|j)SjV5`*Phm*WSnRUG{+k2+}}H16#LA6_U`NBg%^ zTuyDJkm0dNTF?ojMkaoQ*i@aVZlWeQvXENtnk3lP#!Pi1fi)Ka`vO)wCVI7uM-}2X zLX+QHXbSzlyRR05UXl3 z4We(?Oj-4wh}F+tauJ41{UDPmt0WW?6Zxu7W@IS{+bBy~QH?2CAP=5j2lh!K=$ff+ z*c-3(SS~EUYv7_`G7|Sm1=v>*K;0Cg%qW1)JyoKghMe>iqMypS8>S!YY}Q|n_~H=I386_IyT7TWL%+;P$R19`LZLt#+{;J`)c)!H+{ zJ#zv!S_XD?yO1FQ0&8vDjD+sBHZdU=nxs%#_Ev;G|$Zdih?C z6(Ec>(^m!=M|M=lyNa^_@yF$R7iTF}sLP|{75Wnxm0a~Ei<3p1i1?FKF(>2iNIXa5 zS*YTus8jM)UQvbWPW}buScE6SGh0(_)xJDB6$z)|p|sQSP@NMgy7(eR3G%2Wp8>$m zJZI*6c(g*`jNl;hid*oI`?Lfg)CkYUlf`omo^$am#Y1uWNs%!ltIYw3{Aa6EX=*QY{=0Fo1>QTR)|CFn-+dGE}im;fom`FJkCb0HoAya-P# zo|U|LCxZfuKN?EU)=E3L;$TKz88Nl#)D5z#6*aW;?c!H-P$3UvR#Rej-E>- z@lLkU9c7_(%`-5BA4-*F1VOsJu5YIL=z9@O54E-%)ZeW7OPWRcd?TJVJm;Hu zsRg8EB=I$cjhvCs|DuR*%J)T)mTFkc{|(~usGap>9cWkjt#o+_< ze+?HttalDqhQaEJkk6)6yilDfYbpX^25mbrqWRPf-i2o!p1bjU70*3*zJ}*sJS6R} z}asWDoly`!0(Rl$Z^OWTTUy49ftDprR})=c*{+ z3MwkN*#p^q~yyBe3uveTjtHZF7^&`rxf%G0v3Z))7 z>rpU%wct;jp)?Wxf)^b7i1F_yJuc84+Y{BDVsfKfS72rj0^N?M7S}hr(d<Se5eLYQAxMGG4mTQoKr=cU~k zndjN%q9s0T<*Qgw%y)ziERIM0sa51?d|ejb@mhxNvpP}CO+)`{qoP%!tZgjHc6FP+ zzS@*)*Cy!K8mK4a0f(#62&(rB!t=q4XjcrG(t6bE8FP^Ovb zK^UjY%UA!`N*6J+cy{cg`w`{wWIV;rZ~_Qm1mXD;S6X^pJruSLJDdrtQ~ zpAULVe-l|-V0sedC-N47Z|R@OynA3lB9EB#mVQw_o1Kmv$>@FLcYg6B0NzsiO99^2 zJL6qv^M*uk>52UKX&r<)@;oA%9~*dE9|mU=c`SchzYRi@cvOG$b0(YhW3qbB#|H3I z4ijWUTYH+_!ECG+E{<_Obw(EL*wWbkl)%P`Q9F=knBVfz7qNnlHNpCM++h$B7*oNQ2`jd!P zDcm%IZTf`k;x=udd>g&?)L8A_kGjrP>)Y8wwtSoZ`gL)eCbNy+-0?5Fk;!b=ZP!RQ zO=dfObLh|c{~MFB%HLWt`>v;K!A{-##Vpf1zpvASN*D2thxglH*9v<-sOGxfFRb|& zL_fUgt)OA}w|e^d;tQy(Ug-P`&ns_8@uuQjIT=%X7Y7xZk0$yEGVcE}*hOUQgKv(| z=P+q~?Vr{j)B2i&p&`8(KS1T>h6SB@gsT<_=F5HU{S)h{_u#nFJg)jr)m$wHR^89@ zQM|_d7yan?z9zNX`#k8G;)Wl#yQfjSar!x|<_53Y@JG3?rFcI&&KfCy${~M_jDEND zD*e_-`P%<=yciqhYVbL~cvSY+^`iJ0hN&#i2MDIR;*KSn>f>+PV1I-;is{nCmT!QmbFBZm#g zI+oVQFaI^mM!lX#UjMIOd3Edc3tqS2_svKg9t~sdi(PWL=Uez;p#xWs#Fej7vDV{k z@jYefs%S?1@4xHVSe!<2*WY|7()Y?~{iu^Kn_i192P-z>8g2_s=l6R3Vt9G1z#nJz zc{n;~n=Fl#?l_U#!SA{L-Je*WXChN>;OP7_XZra5%2%ED^F1CZn&WE$@}+T~>^S}` zzF31+U40NVQvBcO9p7g6_iL{IgPw2b2pfyj&@dZyQ?bi4raX>qaDB@g7c&_9-uv7$ z*@CaP{k@MU9$H^QBfa|N@XPIz!)+KAKHSe*uFr8@y*sWaudi{QAH?<%%y(}7CjMV| z37_HDe{<326pFP*!xZ%}V)bD35|)ad^@~ySy>;{w^@}ufF}h2SZn$j18T;Cc(Ovq0 zt8lyiyn!(nqr3E)tFZr>+gyz9!e6m&u!6gWDCS~xmv3)`4h7qsR=;30m!G@zM%$tK zbaTPEyYU97KHc1-?8dJXmhF{?4S2mhF{77*8q-yvd%G1hnt!^~=< z$VJTMjDRz}dAO0*hub+zHi~ZG%PiuxCYZbpejmVF+d_zyq|ie#wz9U`iMKhHDA~q{aoo*VOC#kb{tbhrV|g2} zPUN*}9xo`UhD8&35(_cbPvqMf>tvKp;>Rrzm(R!BeDzqU72LQppFd$~>b4eDmR0Jd z&?A3Xf)-9>#NP;MWID%FL@dOD3 ziI7mu_p=P+Of^5p)Zs{T!aSWv!j)RCiV?&!(g>Q#=UCV%SbPUx8HLbFyQmRQGjAVDvl+v=A z61}RRXu95?m|+Ts!& zKkM0L0bju8!lng0(&j5~I&#*Hfr>f2E$mx}x4CQ!d2HuFR7g2N1wkdj9RyVb)dV#J zwFq@X;mkbV-pu{hKe-K_UdT6Eos>SCV2E+^oqQt8=|>TgOrK9670^%+y^IoM<-U5W z;N)F=dVIr5O=)HkyIB$3zKBnbk)_N0Qd*fVWtan}7x4t4QHB5`;%@#Pv-yUzw4Px2 zVKGnAXr$sGhp;6)O-PI6Fk}f&WPOdYCH!6%Q%Ys{Y65I+r2_^%-p|uqLHcBTmF?(kLg=C{m`+$D~e=kB>h%}BxlzumY zbAV|Vp^xCryRZMjhsDpJBws)36eSDNXA;~F!yn;&k`_|K!TE zi6E7rGeH*uI~b4gW5FR5_V^-rZZ+O(v zm={`FjzhMlQqM1`tu83g^<_rWr*Os*D=^hL84f(d2ZDVKkA|{m_)hU4Q43++W}X1s zp5-0Qq$i%`)5JrRG#mQ7!_$nO&+$PPv5F{Dpvwjx0n?ZAU}NJ3-iI+KoPM5vVOxi( zI$4bVB*9&9@C81At%LX%`FLT{VcUzSq~0sJ7L$>dnyo)WjL#B0P4E=K>jR>++Tbm>5%U5{{7xxqS0kFQo-(j!A&Nui$ zD=A!mgkTxGXz*TaIh-)~^VWY7=_P_UjCF7FDU7XvUT^c3(E4p2!&Xu_%hWvn^Z{z# zc1$qwgsr$6n{8xm<<%Y8d&cuW@DDBQ z17r3H{*lGHlNfg)I0r%E8T6?67S#r8_A9ZgcJUx%?P=ai4gG|eK0|OP;^bI~Z};(V zxb-(o5B`-`D9jDBFYrg%S4LzVU&+J~;>73vW7Py>-yeLgg?$afF7s0H118krD=YD8 z4Af;RA?!yuc9|!$pCI50pV;)2Os=h%UQu~_1?)J<6Tpw#KXeEiA zgrU*Ox@IJ=pKL!{j7!lk|8LD?ui#02LMSa1M)v)4|wIgI=qmqklEDd7}Ng5|B1AlO6E`#UNX zmX9rvAB5VA>ZJT;l|B6_72tr&yVTZjq@NN3LsFHtHtK&p9P4q%lMz(FrcMg38dH^N zj71wt7bT6u@Y6gHdZj7rL;?xaAMEK^%`2C%K`2CPi{6$fTUk5fbh=W-*f(%%rc%wm zgHJM*40ap>vy}c`O^?k|^2HD;<|lY7OKFc<|2j+QlrWq~QuUoEgEL8A!@2r>w6Bp5?5mS7ygc!HYw~-9a#mU^c-Vf&~OWlHex^&RC!_PZ=triM-g@o~InJWJ@!U z6dGYV4QX>|VyuaqkLoi57s?ctRB!k*_}~`hmIy{!ZYHQN#yuF=XvGe8Uv$6%?zEg2oWh-RE?}XyJlw9_c@x)z9IcuOiBkFEtx?dg6!EiX6 z#~9Bo#z(_!3dyAsj6ep1ow~k0?EuHHBEIv+6S7z-yu% zR6eFO#TA6|rMR1tHp7RHDRr9HV;)$oyvWSep~blK31v8A@56yL%4_1^#JwBtU8~$1 zOJeJL2}oXjAA&Qtw5Te-yc(L7DH%r5I;Fe9K7zH+ppAVDpFE>{3m>jgRMr<}JgY>& z)|W*BtX-#s7?$UhFcu-DJV<3NB=~{~>`fH8-B!$?!rEoaNA`Scx`neMM1~=I;dGnBO!IC5(-s2l^C#X zRstY$r&6mPprT>Z05uYx-Kn$^A5k24F}u__c>IuJ)pYXQb(v70Dw!7jGsC`1X~x;- zM&G?k0AoF1=sx8paS(a*FO2p3l;(^bGPdkjCNcJ<5q&_ZVW{2vKTK2{$obnNu?W4{+@Uu3ri}BOYg`pnpRR?>es2ikwoL* z(eL@trheq}7I@{Xa^CX01vdPw%uwo(4Nm{8#6n&()n*L-MagH{A0){|i}CU~k4&Egnn1&6n&VKA^x2^D%16tE5! zoX657b>};3sBzZ?FeYA)fB`q5Z_NqL0}K{O2}Gj%502{^xpgZ&Iw;3QKY zveHsb|A|_hZm!qXSky!oXzZ}4-53jkgdM7652uEN8X1b3ZDCd@6Y8DKnp57>l-E&K zP&BQehSpfkVQ+}q0y=5xBs?lvqN#xv5lTGxUL>s`Dg)Ihu>HnEVC_K_?ZD=jb}CTq zD4LmsqrdPd$O=;1u`rk%q|P>1W_XxE^ls;HqflTIIgHfBR901&Ru|}*c6(}x?ntxyb>goa#vxo2s>e76seZy0T^(ED+eTO-ylJXnxMf!S&^@96C)m-rvX36Ubqit#i^tPy02(+nvSqu!bsR!i}G_RMr1jXJM zgXdH)HB)yp5r;+Q^?_00Y9C{JbG3kls8Xt$X(f7jWkwpTIM3sZVG*jX;Mw1{7V2Ww z3I@igKeBjO`w4b%w~MG$S>Lo+HG?J9Q^RDp!$+~|R+b1WTB>ib)-Whe?ZuK|NgNtf z8@LjuuERy`x>o805roz1R=CniElmriuv`H&C1D~x!!^ICpsLzW=^?~M^JQLwxsab9 zr)sPNY>8I~TRW28LW$!iuqCLUv<$<-j z^q5jE><~&8bRVe(8kIMqsk4Fb${5wo1{g=jsJQ7JL}hh{BauoR4bWX;FjZ-V-0_&& z6xNJaTiJ#YX()k>^xq8jj#pc<;qc>lHJ61Mt#48%E8++h)D!;bhNrUICaL`b1$CQq zD5UmM;$c*wimQ~>s(`U2>boLFcBavCih9JtYK=?N)Hj)!N&K0RKOMJ?hi+5%hOlB| z!z^{0CHQtq={v0|H7h3)g=s7))UlZL2JppRxs}i z9H*h1)d08~)VYC+umriZhBN>KKi z2to8R!m)Vxk$PezLgehY77jHa?~ zG#+?Mjb&_%@%-EBaom1W84NC;$IkEBMrjVaaMDx8A}hGI;27=QMrj5wZBZkP#I5Qf zCd_#aEZfy-Vj^-m(_mdY%(i7aPNVjHY6#1N`**0(L?~jDXr3!$Hxua|TW6}P3xPSE z8g1WIV=SyC^m$JmhAXWH-orjV4KKZiQ`{{O^uF4aO@{vOt5q!Dcmw}%aVu$}d;OMq znkXOwp51xYV>Z~hR}F!qJJo8nkfftvdy=auJg`f>jeQCicB%I9a@J`@lF0pyXF9`Z z9MNb((|;wn+KhFz`7oZcg@bFi8mkpiMx4dg?N--VyHf%uP+;gDHCD*Es|3pSs99nP zNmyAwV`;|wd#ER;La%*lKSA3ooZN45C_OBCDbXUJ+<`+uwkB}DI#9Hwg4-G6_p7QR z1VuC`_*h*b+EX|ke*ai)FUZg68PN6iEm(FX<{RP$LC+;$M%_IEg%^dN}-LM_BYh1p-I@8J@tw_6<& zPg9#-KZSXwD&nRMuR8^nZx^xfo?GqLcPrMXHynR@2g+T)H*rRJha+wzrj+>&AUd?d z(ckhAo-Y*~QU|0&QpP9(-#8jh(FB4-f+hqEK0Kr*n+uU%Bvxyp#sdFR?a)Ye+*y;$ z)nzdRuwyT-t8e{MoiywQ%GIA>Ai*Gl!30AIS`rK+kQFNwT1rKYqR?mp*_G4^=L{HK zg#NbbMclAWFH}%NN747q`j6@iiT0gs^&wf!vn>ok;X8!!H$ej=>qBtqgY2fST1M65vOyyR6}#KHW*LW3(7F&ocMXLHdPPu90` z@uql)>dk~^6?mueBr+PC6!8UP4;%Lh@f~BU3_U;$2oykUgW$m1N(-1DhH70~sYJr9 zVL}*Mn0S`4N8qLA;t2bPu`FB^28c|QA}<^^{j7#t^cP3hfax-ljNZ~m~yVNyr2mpx&mbP{(e zY&>kVi$P)?@}d7NbBMOo%m7Gnh^2S{{)R&&h$k_zt^<_UDy>(gi9zfs7@Q_1i4i1U z6dYb8q60=!IKFHqY`Q_TGLEN-TNr!V7?2@$GWHDEvcxX-EF8)b)p+zYGFv2b@ti5y zir>|4#%ooI8#;)#>1(MULsx4gsXQq%6o}n z_+v1XEd%EF6_LiLy~XQXtjF^84Y2G6F&U5RPu(DXWzQSO`U{*+Uo^@Gisvk1BQ@GC z&l!v^LvXfWFBx^i#OE5@WPCIhpQjM7l92a6GnXS)yAG_VxYy^hJ^EYyjIi2D3!f#R91KzIYS!>Tf};OANBo zE?9pX33D zq7T~(r&fv#>sS);CW5CR^+8b@xSt9cTQ;*Ac049V8)qIADJ)_fG03f}bak|UMb9z+ zVbLE>zbJ%7{}5(BES`yX5Z^=sX@hALqG__uE|=!8Zk6Z=x2+QG@ZQ17RpP8gd_qOt zWE#~Ik6?oM3@LSOVcko3l6CoIA>izzB9na%?H&{N3p&rLn?MI{sbG6Rbh0+3DtZvy z4Xsv-;mmE6trkBs>y1S7^ib&&;wy7;d^;?gj$Y)M=S4Q0dQ)`J^gQC51iROW3UM=r zaRoSkEe^_C){2iUxKwdGC0?~oCMI$)I%azcm6-z-Pm6VIEZCkAt8KSZNwuBYMYRh1$A-#Yocf*RO6xJiObz1k-)_cA;NDHxnkkep($rPQSHl zgil`;F)YP6^QyR++j?Pw-jkp=vD{2&+S!or!lho-1f1sId_&B|JK&h!hnVCNdI@#h z)KyQbW8iT^ED?PvrJvF9O>v{brWy0Lh>eVu8lAR^_7=;H3N%Z=W%cDfY9P$pF1}`8 zLBS63nC&nX>Nmqf@Vn@MIvCU66%kDHj2~n1zeIP|HWhjEn%2(DFDR_8)T`)e7M0yH?f@p#k1Th3H3E~J62vP}h2znCqCg?*j zj^Gx80)pf4-2ss$4pG^=A?YJ=gL!|%lmTXZBqB0{s2vKy1Ee*9CqVYj_7uguJ13TH2?hHn;#FJ267gQ_&!3=P8c`pB)}M-5LQ)?vp86E$qAcHX z$5(Crn#UP3Rvz9YWTf>=9Wini$|5r_gM!aRqN_QzSL!cl?YM9`j~ zBS9yE&IDZu90chE-3j^=j3gLMa3jG4f{6tA1h*0tuuh1@6f7Z_LNJw}l;B6w{|^Xm z?yzU*-$Cj@(XQ{8l7QOQzrj!*PjjTXd0K`;KPsb{*%^5}GuN&k#Hjum!8Qap&&stE zIB*(Ubx=Ic{2p+c2R+@Q(B-5`ucnJwN|3tfK%q2(T!L-{vdO(DBn@f^g@zJLCMZH6 z`LhUe5Yp}XF)67dGbfKbva*qujZJVs{2>vBC*x^{#1|IVd6N7Bfv<}i^^O$FXX3uj zlE$7$wYMc`MP=uMA>g+DV|3lhejcV8ui#TqRGzM z1KYn6o$#K?$*)A#(Ep(HDOUZzy5lKtcG7K6bYPJ*x@7JGs5mU5g(tl9u$b3Z8okfn zX_)yI`tru9lV^3dI~7MR4oi#YQ8aTfnt5T^5z)G{tR#wZ#}Tw5h$l!ONF*?;#Sl(0 zD-Mh9FsGZ+VG#El>2i>B^D#VnmPkIRm=f@J55^H^0Sr4TZl5fxb1L@E=?;nM*nTNX zy%^|Pd=l1EiP`RO3PgK)x-)?OrsZU2V|K}HG8!$v7W0{(BlS}kZ2Cr|#`ubE*m&nC zIGlrvgOFpQNBrOD3T`_l#+Z&=c8uwRVDB+8cc{-t$t~HnIu09ol}fNNep121--;Yn z_6qF%R?Hmc8?tgJ`s{QM4IgqK`U;vjRwLjzv*+sHBMn22bp1(_=Ahx}$ko4vW#5T* zu7ya=!=aie_VW%E*+WAWy%@B*IDE!by>?w zSy%>oc--&(AQEjdk4z$$f+v8%KZ>sY4%`K!e-h97J=5Z6WDtA;U+kCm=Yp9h#49d2 zm&qwhdU9zrJ*f7c1k#fapwK{qK?H*di9!-tKlueZUxS1tgnw3L;)r@AO>#tGj>jeKKc!R(opsvBPvhAk1yyc1J=sV!T zNikAvCZ?@0;*^NC?L<}KOqhWNl$qnukHE}RVp{xRQs5SXH)VQuX1c!F3}rd6qb^}q z_7+5*7Tua|z|!12Cp*_|8C3{*r$w zB9dI+AxlcIo{Pn}wNb+z_WXXu-aw@{pzB?I=>tmiZ>ZcK5IhXSD?EV_rFu6XXI_Q= zH8MGIns7MuZ>c7W{G(H?`Y{9-CE9aPg71k$V(2F*bdul{0adM^rqCIJvjkL${u70M zM!?CgQEp$xhMaP)a-^rHH1$*^H(FPz%hR4gQ?FL3TS!HX$I1cDiB32AYCldgU9$o8 zdNWJ?k(e8`=bYIni1=05yIfNpjWprSRP!quPA+W!RkTaFTHar%@J4y@p5$-h{%(?8 zs*MD~M{KW_zj0P7?wkS#e-jmvq=UMEQNzWZl10h&tR`QomZ+_1-Aj9<{+6#qJ@MdZR--nvJ_arAWQjQK(xoS<4?3 zlqPeLLZq@fGlh$c7m2n*S!;jMRxrnFLf^ z5V*mB^%q3P7F4V=*eqhipo|eC)AbC6nyx zMq+X*kYv?00@-^36uP>2iGPT2Aq!K$en~`+CEgU9p9_$K@PF5B@Z29_^&n{ue?6qH zugC7YDCP|Gb(Yk}U#miD;pz$)aS2bOW!s}%PE9VlGaV^m`d=&EXBPjRzEQbyDzj(f z`dIdo?3+O9Agi>PAb9<A{Wk7O$34beaBP;nk1971| zrU6q$VU5kpOJ~3-MIADdZUKY!okl`|6OZ?kXyPZoNYrbT7*m5xg47Rzcg)*GJ9qk z1t!{YmzyQEX2+F_^{O+aoXun}Uu$ki8D}ok|yz0=aHoKq0w!eV;=AMxbpQF0v{5F2VmuTDm=5|D2)+ zJ<+UKT(a98dAL@z>(5cjhXh{`d1@O;n!a$ksoC z5Jii_Q{_&I=3s|mvZ8gs=VR|tw50A|Q6qQ`9*5m8`E%`Q`gTt!LqFsRW##c)T#@6r zZjxuIOxKU&VjfTOXMByXzsx_1Pf(<&T3OQ{keZ_EDh-bacv97dyM826gwGv1JyT%6 z0-OT>H&c9atsF4|| zsi`LA0ps67TWZ7GWMiVVY!OBx;wJ^7w2jtq3P&L1wSyVaTB1=JtvM|$5{|`aZ?h;^ z6RXX{cNQXBYU}VVSmVt&N{xZ^1Z}g3rMxZST!NMq9Y^6-1n~q31c?Yx*<6c&eu>(7 z=n<_2TJ+Y?KS>*k57(_o!oFVyTavUM33b>xZe>RI{_fY*+2jf(-mcc9m0r*^v z_AUP;I1PHX)gH|bVL=}Rbq%q!Vm21Sg5?#=f-n@!Vq`4n=OCNS63tp+JQ7ogD;PrC zX~`_cNN=Y_(K9ncQ?zx>S|Uf#j^N%liw#S&u}*L)MH`K&BRgo1BlF1)+6(yB2RzbA zi-&(?Y9a7psus{R#8W9%84QOyX)Ra?{Mt!N#>aQ?AH=0DK;hF)S1MC*`2j6&0;VmM*fS&5DE#KJ8NT7Vpuq~htT^kQc{Q- zj%*2x*rSm>yNlKhJHEP$R>b0>u@?GgibJ6U`A^mkzu2`|&0{cE2fQeMXO@KjqQT|R z60wYR4(xDj<;gTHMGH0yfpwW$6lA1pgW&5-Ex}lwuC3>orGK_o$w>i5w$>lcpuUpB zF^5+VrZ&Q`4*F+fW+)7H^wpwx7~c3D-BybP*A1Eqg*loXmZxi?i&+3kZ?=L$q-8TE z^^J|Ezf@=l+@GzrfFn6tfD~j|widA}SL@x;WF%YgWhKeHbTdV!!t`9NT~pG(scsCx znp{*y5bVg+9B9j}QQ={5Ay>NzlSX&dqSP>I4wQG*I^v&4x@!IV#h?;{WyknBD-26a z!i&mH!cxqOx-?R9QWsJOhT#>21toUVn&Y3$Zko&LFU_`YS}fLlsGIgLIFYUe7|(Xs z&S}_5kKLfXgZ(hEzcvvceSNLJwt{1)!oUIA2J{MN2WSzgA(w->%@QPQ47wPshFLf%xX=YSN8+tS(YR!S?T zRQgW}nB)%XURGLNQ&d@A)$_#!I9{XO*5MnRNc7>9*bHCKFUYU0DlVug$*-;{D6i6& zBVDh=%2Sx$*_czS?O+MLNS5{pWA&Mc&Vbo-yUPDM#^{l>TW;3|3LC9Dtia}IxvmY& z9axF4*W9j`;&a?IMQyO?GmzWOXW}cweiIiJP>l)a6EIMNfxMvljQR4%Dcsi53Y;8q zHBnJhtv9C(PUK7BZc$!PQCm=^_n?|HDPcBM(YzE2@6ej3w?=XbzG^wOpjvN(VYk3v znkb@4_V$vR;*u)2ip?*n)aPR+J($Y49oFBWwMSQY;0|p<`w${MNyRQE4jGd06wyfN z^h6BQ!01_8cNPi{%+f}8UrDT02phO;u)c`YW@{tuizxi$UuosFdTA~)dg5rdmObk4 zb9G3)Snc?2#5G{Ji*ypZ5d0#35d!VnCv(PH44Ia-_c%PHY61uBy{1P;za1MdLLrIkcZCsG+fIf7f6T2@)8uYfr&t$m+| zsD~d$aPzW~3cU+)ts+`9(bS@{%IXsQGp)R`*t1wAdO&eWNmWs0)hr$0TbJf$kHYr( zTBkmbQO?x_sZ`M86xv9kh9c-M6YU8~eFZ~qOI5M{DhBdWVCw=c#TdUpTgb!`VhS<7 zTB!ZNV;T)F*+bMh?tyT&MjOah8!3ymQjTx4KX|X!M`0ftpFW@kF?<~R$TF>q^&pk? z1%Vr4mTPTdzNGMf2)-gXOmKwYs4;Q5b{^kjGe)n}zGK$oMErr^N9g;IHX{5d4CiSh zN@{Me)TiqwDCMN_^h4V7`0yl*T%~13NF{EggzW@72tI&ER%sjCJxOi$fowrQcT_Ik z8KIkDO{(Vw;yc4outtl-rR80qJ9Rabb!RWy6XP zZx<#erW3XrA7hL$G3;0ySFVW~{{rLE(_?%4h_jh*&i#GgoO33#d0(!?Zua(?3@_N- zzq46+8*`KJedlo!U{5}=@=%rUt$cE!!j^Oqx0&dFz_!7y%HLMjn^e_^_RMARLry2Eoz9Tx76igcHy zvvKY&b~)xnrpxjFp_*-RcS{X*MHkf9S`>WET9 zwI1ZS52})-iY|t2=7StcjTDWx(_@MoK`zobsqZm_dkndkDF3*;ks9>&|LH~^ZmKOO zSL<0zR`>?Kml8pYmN~7%z>S_L^O<`8x)`(B48z&wm&Yod^n{{MHfVaYCkUsQ zNt#@+tDhX`$SgpVLOP6?|H5r5*hn zfoJ5Kbb9tI;o;`gK7NJ9_c^Cj%YVL6>+=~fao{q`T?oSca}dwLHT~|&b@%q_t%pWo zDwxZd8oZP9&a8axgynN*Ab91J4Oj^5qfaC7Q@$MEgKS&I0-T0M|zz%pC(D z&o$}5){PlfY}~nGVNBc*e}g-TOYhvy3@tL7x$oR_&$;hRMs0q06ww zp;Ug8!3|#o^J_6G4YX+`7m+(1989pyXsp>)P1g7xI?+lXZk9RD>cYTe$IE=tyO=H} zY_`bijfi|oVv`=ZGF9uOPlfbb9v#^&Yhsg3-bVEGK50yc8O(&$c~S+slGV2AZRdFq zXfYg^r7FlnlS3puN5gTn 0: all_yearmonth_strings.extend([year_month_file.split('_')[-1][:6] for year_month_file in year_month_files]) diff --git a/processing_modules/data_product.py b/processing_modules/data_product.py index abe03cf0..663139b1 100644 --- a/processing_modules/data_product.py +++ b/processing_modules/data_product.py @@ -79,7 +79,7 @@ class DataProduct: #get output temporal resolution specific variables temporal_resolution_vars = standard_temporal_resolutions[self.temporal_resolution_code] - # get units of concentration parameter and wetdep parameter + # get units of concentration parameter and wet dep parameter if 'WETDEP' in self.run_details['parameter']: input_parameter = self.run_details['parameter'].split('_WET')[0]+'_PREC' unit_convert_from_to = {'concentration_standard_unit': standard_parameters[input_parameter]['standard_units'], 'deposition_standard_unit': self.parameter_details['standard_units']} diff --git a/processing_modules/globally_gridded_metadata.py b/processing_modules/globally_gridded_metadata.py index 7800de52..d0f89d87 100755 --- a/processing_modules/globally_gridded_metadata.py +++ b/processing_modules/globally_gridded_metadata.py @@ -98,6 +98,9 @@ class GloballyGriddedMetadata: #get WWF TEOW classifications self.get_WWF_TEOW_classifications() + # get NUTS regions + self.get_NUTS_region() + #get WMO region self.get_WMO_region() @@ -1827,6 +1830,114 @@ class GloballyGriddedMetadata: self.metadata['WWF_TEOW_terrestrial_ecoregion'][relevant_metadata_indices] = 'Water' self.metadata['WWF_TEOW_biogeographical_realm'][relevant_metadata_indices] = 'Water' self.metadata['WWF_TEOW_biome'][relevant_metadata_indices] = 'Water' + + def get_NUTS_region(self): + + '''get NUTS socio-economic regions + + Levels: + NUTS 0: national boundaries + NUTS 1: major socio-economic regions + NUTS 2: basic regions for the application of regional policies + NUTS 3: small regions for specific diagnoses + + ''' + + self.run_details['log_file_str'] += 'GETTING NUTS REGION METADATA\n' + + # #define all distinct WWF TEOW biogeographical realm classifications by code:string + # WWF_TEOW_realm_definitions = { + # 'AA': 'Australasia', + # 'AN': 'Antarctic', + # 'AT': 'Afrotropics', + # 'IM': 'IndoMalay', + # 'NA': 'Nearctic', + # 'NT': 'Neotropics', + # 'OC': 'Oceania', + # 'PA': 'Palearctic' + # } + + # #define all distinct WWF TEOW biome classifications by code:string + # WWF_TEOW_biome_definitions = { + # 1: 'Tropical and Subtropical Moist Broadleaf Forests', + # 2: 'Tropical and Subtropical Dry Broadleaf Forests', + # 3: 'Tropical and Subtropical Coniferous Forests', + # 4: 'Temperate Broadleaf and Mixed Forests', + # 5: 'Temperate Conifer Forests', + # 6: 'Boreal Forests/Taiga', + # 7: 'Tropical and Subtropical Grasslands, Savannas and Shrublands', + # 8: 'Temperate Grasslands, Savannas and Shrublands', + # 9: 'Flooded Grasslands and Savannas', + # 10: 'Montane Grasslands and Shrublands', + # 11: 'Tundra', + # 12: 'Mediterranean Forests, Woodlands and Scrub', + # 13: 'Deserts and Xeric Shrublands', + # 14: 'Mangroves', + # } + + #load WWF TEOW shape file + while True: + try: + NUTS_shape = gpd.read_file(self.run_details['data_root']+'globally_gridded_metadata/NUTS/NUTS_RG_01M_2024_4326.shp') + except: + time.sleep(10.0) + continue + break + + #set relevant metadata fields for function + relevant_metadata_fields = ['NUTS_name_level_1', 'NUTS_name_level_2', 'NUTS_name_level_3', 'NUTS_code_level_0', 'NUTS_code_level_1', 'NUTS_code_level_2', 'NUTS_code_level_3'] + self.metadata_fields_to_update.extend(relevant_metadata_fields) + + # nuts levels + nuts_levels = [1, 2, 3] + for nuts_level in nuts_levels: + + # cut shapefile for each nuts level + NUTS_shape = NUTS_shape[NUTS_shape['LEVL_CODE'] == str(nuts_level)] + + #iterate through all unique longitude/latitude pairs + for unique_pair_ii, unique_pair in self.unique_pair_dictionary.items(): + + #get current unique longitude/latitude + current_longitude = unique_pair['longitude'] + current_latitude = unique_pair['latitude'] + + #get metadata indices associated with current unique longitude/latitude pair + relevant_metadata_indices = unique_pair['metadata_indices'] + + #create Shapely Point from longitude and latitude pairing + point = Point(current_longitude, current_latitude) + + #initialise variable for determining when a location has been placed within a polygon + inside_a_polygon = False + + #iterate through all polygons, and check if lat/lon pairing is inside polygon + for polygon_ii, polygon in enumerate(NUTS_shape['geometry']): + + #check if lon/lat pairing is inside/touching boundaries of polygon, if so assign associated metadata + if (polygon.contains(point)) or (polygon.touches(point)): + + #update variable now have placed point within polygon + inside_a_polygon = True + + #get associated polygon metadata + nuts_country_code = NUTS_shape['CNTR_CODE'][polygon_ii] + nuts_region_info = NUTS_shape['NUTS_NAME'][polygon_ii] + nuts_ID = NUTS_shape['NUTS_ID'][polygon_ii] + + #assign metadata + self.metadata['NUTS_code_level_0'][relevant_metadata_indices] = nuts_country_code + self.metadata['NUTS_name_level_'+str(nuts_level)][relevant_metadata_indices] = nuts_region_info + self.metadata['NUTS_code_level_'+str(nuts_level)][relevant_metadata_indices] = nuts_ID + + break + + #if not placed point within polygon, then set classes to be '' + if not inside_a_polygon: + self.metadata['NUTS_code_level_'+str(nuts_level)][relevant_metadata_indices] = '' + self.metadata['NUTS_name_level_'+str(nuts_level)][relevant_metadata_indices] = '' + self.metadata['NUTS_code_level_'+str(nuts_level)][relevant_metadata_indices] = '' + def get_WMO_region(self): diff --git a/processing_modules/network_file_standardise.py b/processing_modules/network_file_standardise.py index ad145fa8..f83afa7e 100755 --- a/processing_modules/network_file_standardise.py +++ b/processing_modules/network_file_standardise.py @@ -30,7 +30,6 @@ class NetworkFileStandardise: all_nan = self.check_if_all_nan() if not all_nan: - print('hola') #remove duplicated metadata columns read from file self.resolve_duplicate_metadata_from_file() diff --git a/processing_modules/network_parsers.py b/processing_modules/network_parsers.py index 3f6e263e..ffc27917 100755 --- a/processing_modules/network_parsers.py +++ b/processing_modules/network_parsers.py @@ -942,6 +942,8 @@ class ParseCAPMoNFile: self.parsed_detection_limits = {'siteid':[], 'year':[], 'instrument_detection_limit':[]} if self.parameter == 'O3': self.parsed_data = {'siteid':[], 'start_dt':[], 'end_dt':[], 'measurements':[], 'flags':[], 'lods':[]} + elif 'PREC' in self.parameter: + self.parsed_data = {'siteid':[], 'start_dt':[], 'end_dt':[], 'measurements':[], 'flags':[], 'lods':[]} else: self.parsed_data = {'siteid':[], 'start_dt':[], 'end_dt':[], 'measurements':[], 'flags':[]} @@ -953,6 +955,14 @@ class ParseCAPMoNFile: self.lod_ref = 'ZN_NGM3' self.flag_ref = 'Zn_NGM3_Flag' self.meas_ref = 'Zn_NGM3' + elif self.parameter == 'PREC_ACCUM': + self.lod_ref = 'StandardGaugeDepth_mm_DetL' + self.flag_ref = 'StandardGaugeDepth_mm_Flag' + self.meas_ref = 'StandardGaugeDepth_mm' + elif '_PREC' in self.parameter: + self.lod_ref = self.parameter_details['chemical_formula']+'_mgL_DetL' + self.flag_ref = self.parameter_details['chemical_formula']+'_mgL_Flag' + self.meas_ref = self.parameter_details['chemical_formula']+'_mgL' else: self.lod_ref = '{}_NGM3'.format(self.parameter_details['chemical_formula'].upper()) self.flag_ref = '{}_NGM3_Flag'.format(self.parameter_details['chemical_formula'].upper()) @@ -979,6 +989,10 @@ class ParseCAPMoNFile: if row[0] == '*DATE THIS FILE GENERATED': self.parsed_metadata['file_revision_date'] = [row[1]] + # get analytical method per component + if row[0] == '*TABLE COLUMN LABORATORY ANALYTICAL METHOD': + analytical_methods = row[1:] + #beginning of data table? if row[0] == '*TABLE NAME': #site information @@ -988,7 +1002,7 @@ class ParseCAPMoNFile: elif row[1] == 'Instrument Detection Limits': table_name = 'instrument_detection_limits' #data - elif row[1] in ['CAPMoN_Ozone','GLBM METALS']: + elif row[1] in ['CAPMoN_Ozone','GLBM METALS', 'CAPMoNPrecipitationChemistry', 'CAPMoN_Precip_Chemistry']: table_name = 'data' else: table_name = '' @@ -1017,26 +1031,42 @@ class ParseCAPMoNFile: #column names if row[0] == '*TABLE COLUMN NAME--SHORT FORM': - column_names = row[1:] + column_names_raw = row[1:] + column_names = [] + for column_name_raw in column_names_raw: # replace double _ by single _ + column_names.append(column_name_raw.replace('__', '_')) + if table_name == 'site_information': for column_name in column_names: if column_name != '': if column_name == 'SiteID': self.parsed_metadata['siteid'] = [] else: - self.parsed_metadata[column_name.lower()] = [] + self.parsed_metadata[column_name.lower()] = [] #parse data line if active_table: row = row[1:] + # check if header and data have same length + if len(row) != len(missing_codes): + n_diff_columns = abs(len(row) - len(missing_codes)) + missing_codes = missing_codes[:-n_diff_columns] # cut last column of header + #replace fill values with empty strings for column_ii, missing_code in enumerate(missing_codes): if row[column_ii] == missing_code: - row[column_ii] = '' + row[column_ii] = '' + + # check if header and data have same length + if len(row) != len(column_names): + n_diff_columns = abs(len(row) - len(column_names)) + column_names = column_names[:-n_diff_columns] # cut last column of header + #metadata if table_name == 'site_information': + #print(column_names) for column_name in column_names: if column_name != '': if column_name == 'SiteName': @@ -1045,9 +1075,9 @@ class ParseCAPMoNFile: self.parsed_metadata['siteid'].append(row[column_names.index(column_name)]) else: self.parsed_metadata[column_name.lower()].append(row[column_names.index(column_name)]) - + elif table_name == 'instrument_detection_limits': - #siteid + #siteid self.parsed_detection_limits['siteid'].append(row[column_names.index('SiteID')]) #year self.parsed_detection_limits['year'].append(row[column_names.index('Year')]) @@ -1058,6 +1088,9 @@ class ParseCAPMoNFile: #measurement data elif table_name == 'data': + # Analytical method: only parse the one for parameter + self.parsed_metadata['analytical_method'] = analytical_methods[column_names.index(self.meas_ref)] + #SiteID self.parsed_data['siteid'].append(row[column_names.index('SiteID')]) @@ -1074,6 +1107,15 @@ class ParseCAPMoNFile: self.parsed_data['measurements'].append(row[column_names.index('O3_ppbv')]) self.parsed_data['flags'].append(row[column_names.index('O3_ppbv_Flag')]) self.parsed_data['lods'].append(row[column_names.index('O3_ppbv_DetL')]) + + #precip + elif 'PREC' in self.parameter: + self.parsed_data['start_dt'].append(datetime.datetime(year=int(start_date[0]),month=int(start_date[1]),day=int(start_date[2]),hour=int(start_time[0]),minute=int(start_time[1]),second=int(start_time[2]))) + self.parsed_data['end_dt'].append(datetime.datetime(year=int(end_date[0]),month=int(end_date[1]),day=int(end_date[2]),hour=int(end_time[0]),minute=int(end_time[1]),second=int(end_time[2]))) + self.parsed_data['measurements'].append(row[column_names.index(self.meas_ref)]) + self.parsed_data['flags'].append(row[column_names.index(self.flag_ref)]) + self.parsed_data['lods'].append(row[column_names.index(self.lod_ref)]) + #particulate metals else: self.parsed_data['start_dt'].append(datetime.datetime(year=int(start_date[0]),month=int(start_date[1]),day=int(start_date[2]),hour=int(start_time[0]),minute=int(start_time[1]))) @@ -1092,6 +1134,8 @@ class ParseCAPMoNFile: self.parsed_metadata[column_header] = np.array(self.parsed_metadata[column_header], dtype=np.str_) for column_header in list(self.parsed_detection_limits.keys()): self.parsed_detection_limits[column_header] = np.array(self.parsed_detection_limits[column_header], dtype=np.str_) + + return self.parsed_data class ParseCHILESINCAFile: @@ -1209,191 +1253,357 @@ class ParseEANETFile: '''class that handles processing of a EANET file''' - def __init__(self,filename): + def __init__(self,filename, run_details): self.filename = filename + self.run_details = run_details def read_data(self): with open(self.filename, newline='', encoding="cp850") as csvfile: csvreader = csv.reader(csvfile, delimiter=',', quotechar='"') + # count lines of header + header_line_count_active = False + indices_data_table = [] + start_the_table=False + start_data=False + for row_count, row in enumerate(csvreader): - #parameter units - if row_count == 0: - row_units = [unit.strip().encode("ascii", "ignore").decode() for unit in row] - #column headers - elif row_count == 1: - column_headers = [column_header.strip().encode("ascii", "ignore").decode() for column_header in row] - - #correct certain column header names - to_correct = {'Ca2+':'Ca++','Mg2+':'Mg++','SO42-':'SO4--'} - for to_c in to_correct.keys(): - if to_c in column_headers: - column_headers[column_headers.index(to_c)] = to_correct[to_c] - - #check if date/time is repeated if so, modify column names - if column_headers.count('Date') >= 2: - column_headers[column_headers.index('Date')] = 'Start_Date' - column_headers[column_headers.index('Time')] = 'Start_Time' - column_headers[column_headers.index('Date')] = 'End_Date' - column_headers[column_headers.index('Time')] = 'End_Time' - self.parsed_data = {column_header:[] for column_header in column_headers if column_header not in ['Start_Date','Start_Time','End_Date','End_Time','Year','Month','Day','Hour']} - self.parsed_data['start_dt'] = [] - self.parsed_data['end_dt'] = [] - self.units = {column_header:row_unit for row_unit,column_header in zip(row_units,column_headers) if (column_header not in ['Country','Site','Start_Date','Start_Time','End_Date','End_Time','Year','Month','Day','Hour','Memo','Note']) & (row_unit != 'Unit')} - #data lines - else: - #remove non-ascii characters from row - row = [element.strip().encode("ascii", "ignore").decode() for element in row] + if 'PREC' in self.run_details['parameter']: # prec files - #do not append line if row all blank, or if have missing key time variables - all_blank = all('' == r for r in row) - if all_blank: - continue + if any('Form' in s for s in row): # identify first line + self.parsed_data = {'start_dt':[], 'end_dt':[], self.run_details['parameter']:[], 'flag1':[], 'flag2':[], 'flag3':[], 'method_code':[]} + indices_data_table = [i for i, e in enumerate(row) if ('Form' in e)] + start_the_table=True + + # cut out data table, skip empty columns in the beginning if existing + if start_the_table: + row = row[indices_data_table[0]:] - #check and process time information - #non-automatic time - if 'Start_Date' in column_headers: - if (row[column_headers.index('Start_Date')] == '') or (row[column_headers.index('End_Date')] == ''): - continue - start_date_split = row[column_headers.index('Start_Date')].split('/') - end_date_split = row[column_headers.index('End_Date')].split('/') - start_time_split = row[column_headers.index('Start_Time')].split(':') - end_time_split = row[column_headers.index('End_Time')].split(':') + # strip header to be in one line, in case it is not + if row[0] == 'Sample No.': + header_line_count_active = True + header = row - #no start date column, skip line - if (len(start_date_split) == 1) & (start_date_split[0] == ''): - continue - #no month or day, assume XXXX:01:01 - elif len(start_date_split) == 1: - line_year_start = start_date_split[0] - line_month_start = '01' - line_day_start = '01' - #no day, assume XXXX:XX:00 - elif len(start_date_split) == 2: - line_year_start = start_date_split[0] - line_month_start = start_date_split[1] - line_day_start = '01' - #all date information present - else: - line_year_start = start_date_split[0] - line_month_start = start_date_split[1] - line_day_start = start_date_split[2] + if row[1] == 'Start': + header_line_count_active = False - #no end date column, skip line - if (len(end_date_split) == 1) & (end_date_split[0] == ''): - continue - #no month or day, assume XXXX:01:01 - elif len(end_date_split) == 1: - line_year_end = end_date_split[0] - line_month_end = '01' - line_day_end = '01' - #no day, assume XXXX:XX:00 - elif len(end_date_split) == 2: - line_year_end = end_date_split[0] - line_month_end = end_date_split[1] - line_day_end = '01' - #all date information present - else: - line_year_end = end_date_split[0] - line_month_end = end_date_split[1] - line_day_end = end_date_split[2] - - #no start time column, assume 00:00:00 - if (len(start_time_split) == 1) & (start_time_split[0] == ''): - line_hour_start = '00' - line_minute_start = '00' - line_second_start = '00' - #no minutes or seconds, assume XX:00:00 - elif len(start_time_split) == 1: - line_hour_start = start_time_split[0] - line_minute_start = '00' - line_second_start = '00' - #no seconds, assume XX:XX:00 - elif len(start_time_split) == 2: - line_hour_start = start_time_split[0] - line_minute_start = start_time_split[1] - line_second_start = '00' - #all time information present - else: - line_hour_start = start_time_split[0] - line_minute_start = start_time_split[1] - line_second_start = start_time_split[2] - - #no end time column, assume 00:00:00 - if (len(end_time_split) == 1) & (end_time_split[0] == ''): - line_hour_end = '00' - line_minute_end = '00' - line_second_end = '00' - #no minutes or seconds, assume XX:00:00 - elif len(end_time_split) == 1: - line_hour_end = end_time_split[0] - line_minute_end = '00' - line_second_end = '00' - #no seconds, assume XX:XX:00 - elif len(end_time_split) == 2: - line_hour_end = end_time_split[0] - line_minute_end = end_time_split[1] - line_second_end = '00' - #all time information present - else: - line_hour_end = end_time_split[0] - line_minute_end = end_time_split[1] - line_second_end = end_time_split[2] + # append rows that make up header + if header_line_count_active: + header.append(row) + + if row[1] == 'Start': # header is ready + start_data=True + + # cut tables + indices_tables = [i for i, e in enumerate(header) if ('Sample No.' in e)] + + # cut header + if '-' in self.run_details['parameter']: + header = header[indices_tables[0]:indices_tables[1]] + elif '+' in self.run_details['parameter']: + header = header[indices_tables[1]:indices_tables[2]] + elif 'PREC_ACCUM' == self.run_details['parameter']: + header = header[indices_tables[2]:indices_tables[3]] + else: + continue + + # find header and correct names (row is new defined!) + to_correct = {'Ca2+':'Ca++_PREC','Mg2+':'Mg++_PREC','K+':'K+_PREC','Na+':'Na+_PREC','SO42-':'SO4--_PREC', 'Cl-':'Cl-_PREC', 'NO3-':'NO3-_PREC', 'NH4+':'NH4+_PREC','F-':'F-_PREC','PO43-':'PO4---_PREC', 'Amountofprecipitation': 'PREC_ACCUM'} + #if row[0] == 'Sample No.': + column_headers = [element.replace(' ', '') for element in header] + for to_c in to_correct.keys(): + if to_c in column_headers: + column_headers[column_headers.index(to_c)] = to_correct[to_c] + + if start_data: + # cut tables + if '-' in self.run_details['parameter']: + row = row[indices_tables[0]:indices_tables[1]] # table of Anions + elif '+' in self.run_details['parameter']: + row = row[indices_tables[1]:indices_tables[2]] # table of Cations + elif 'PREC_ACCUM' == self.run_details['parameter']: + row = row[indices_tables[2]:indices_tables[3]] # table of precip + else: + continue + + # redefined row + if len(row) > 0: # no data for that table + if row[0].strip().isdigit(): #sample numbers + + if not any(s.strip() for s in row[1:]): # skip empty rows + continue + + # dates + if (row[1] != '') or (row[3] != ''): + #start + split_date = row[1].replace('//', '/').split('/') + if len(split_date) > 0: # skip empty rows + if len(split_date[0]) == 4: # format YYYYMMDD + start_year = split_date[0] + start_month = split_date[1] + if len(split_date) == 3: + start_day = split_date[2] + else: + start_day = '0' + else: # format MMDDYYYY + start_year = split_date[2] + start_month = split_date[0] + start_day = split_date[1] + else: + start_year = '0' + start_month = '0' + start_day = '0' + + #end + split_date = row[3].replace('//', '/').split('/') + if len(split_date) > 0: # skip empty rows + if len(split_date[0]) == 4: + end_year = split_date[0] + end_month = split_date[1] + if len(split_date) == 3: + end_day = split_date[2] + else: + end_day = '0' + else: + end_year = split_date[2] + end_month = split_date[0] + end_day = split_date[1] + else: + start_year = '0' + start_month = '0' + start_day = '0' + + # hours + if row[2] != '': + start_hour = row[2].replace('.', ':').split(':')[0] + if len(row[2].split(':')) == 2: + start_minute = row[2].replace('.', ':').split(':')[1] + else: + start_minute = '0' + else: + start_minute = '0' + start_hour = '0' + + if row[4] != '': + end_hour = row[4].replace('.', ':').split(':')[0] + if len(row[4].split(':')) == 2: + end_minute = row[4].replace('.', ':').split(':')[1] + else: + end_minute = '0' + else: + end_hour = '0' + end_minute = '0' + else: + continue + + # catch erronous dates + if start_year == '1900': + start_year = '2021' + start_month = '4' + start_day = '15' + + self.parsed_data['start_dt'].append(datetime.datetime(year=int(start_year),month=int(start_month),day=int(start_day),hour=int(start_hour),minute=int(start_minute))) + self.parsed_data['end_dt'].append(datetime.datetime(year=int(end_year),month=int(end_month),day=int(end_day),hour=int(end_hour),minute=int(end_minute))) + + for column_header in column_headers: + if self.run_details['parameter'] == column_header: + # measurements + meas = row[column_headers.index(column_header)] + self.parsed_data[column_header].append(meas) + + # flags + if 'PREC_ACCUM' == self.run_details['parameter']: + self.parsed_data['method_code'].append(row[column_headers.index(column_header)+1]) + #self.parsed_data['flag1'].append(row[column_headers.index(column_header)+2]) + #self.parsed_data['flag2'].append(row[column_headers.index(column_header)+3]) + #self.parsed_data['flag3'].append(row[column_headers.index(column_header)+4]) + else: + pass + #self.parsed_data['flag1'].append(row[column_headers.index(column_header)+1]) + #self.parsed_data['flag2'].append(row[column_headers.index(column_header)+2]) + #self.parsed_data['flag3'].append(row[column_headers.index(column_header)+3]) + + + else: # not prec files + + #parameter units + if row_count == 0: + row_units = [unit.strip().encode("ascii", "ignore").decode() for unit in row] + #column headers + elif row_count == 1: + column_headers = [column_header.strip().encode("ascii", "ignore").decode() for column_header in row] + + #correct certain column header names + to_correct = {'Ca2+':'Ca++','Mg2+':'Mg++','SO42-':'SO4--'} + for to_c in to_correct.keys(): + if to_c in column_headers: + column_headers[column_headers.index(to_c)] = to_correct[to_c] - #check date/time is sensible before generating datetimes, if not do not process line - if (len(line_year_start) != 4) or (len(line_month_start) > 2) or (len(line_day_start) > 2) or (len(line_hour_start) > 2) or (len(line_minute_start) > 2) or (len(line_second_start) > 2): - continue - if (len(line_year_end) != 4) or (len(line_month_end) > 2) or (len(line_day_end) > 2) or (len(line_hour_end) > 2) or (len(line_minute_end) > 2) or (len(line_second_end) > 2): + #check if date/time is repeated if so, modify column names + if column_headers.count('Date') >= 2: + column_headers[column_headers.index('Date')] = 'Start_Date' + column_headers[column_headers.index('Time')] = 'Start_Time' + column_headers[column_headers.index('Date')] = 'End_Date' + column_headers[column_headers.index('Time')] = 'End_Time' + self.parsed_data = {column_header:[] for column_header in column_headers if column_header not in ['Start_Date','Start_Time','End_Date','End_Time','Year','Month','Day','Hour']} + self.parsed_data['start_dt'] = [] + self.parsed_data['end_dt'] = [] + self.units = {column_header:row_unit for row_unit,column_header in zip(row_units,column_headers) if (column_header not in ['Country','Site','Start_Date','Start_Time','End_Date','End_Time','Year','Month','Day','Hour','Memo','Note']) & (row_unit != 'Unit')} + #data lines + else: + #remove non-ascii characters from row + row = [element.strip().encode("ascii", "ignore").decode() for element in row] + + #do not append line if row all blank, or if have missing key time variables + all_blank = all('' == r for r in row) + if all_blank: continue - self.parsed_data['start_dt'].append(datetime.datetime(year=int(line_year_start),month=int(line_month_start),day=int(line_day_start),hour=int(line_hour_start),minute=int(line_minute_start),second=int(line_second_start))) - self.parsed_data['end_dt'].append(datetime.datetime(year=int(line_year_end),month=int(line_month_end),day=int(line_day_end),hour=int(line_hour_end),minute=int(line_minute_end),second=int(line_second_end))) + #check and process time information + #non-automatic time + if 'Start_Date' in column_headers: + if (row[column_headers.index('Start_Date')] == '') or (row[column_headers.index('End_Date')] == ''): + continue + start_date_split = row[column_headers.index('Start_Date')].split('/') + end_date_split = row[column_headers.index('End_Date')].split('/') + start_time_split = row[column_headers.index('Start_Time')].split(':') + end_time_split = row[column_headers.index('End_Time')].split(':') + + #no start date column, skip line + if (len(start_date_split) == 1) & (start_date_split[0] == ''): + continue + #no month or day, assume XXXX:01:01 + elif len(start_date_split) == 1: + line_year_start = start_date_split[0] + line_month_start = '01' + line_day_start = '01' + #no day, assume XXXX:XX:00 + elif len(start_date_split) == 2: + line_year_start = start_date_split[0] + line_month_start = start_date_split[1] + line_day_start = '01' + #all date information present + else: + line_year_start = start_date_split[0] + line_month_start = start_date_split[1] + line_day_start = start_date_split[2] + + #no end date column, skip line + if (len(end_date_split) == 1) & (end_date_split[0] == ''): + continue + #no month or day, assume XXXX:01:01 + elif len(end_date_split) == 1: + line_year_end = end_date_split[0] + line_month_end = '01' + line_day_end = '01' + #no day, assume XXXX:XX:00 + elif len(end_date_split) == 2: + line_year_end = end_date_split[0] + line_month_end = end_date_split[1] + line_day_end = '01' + #all date information present + else: + line_year_end = end_date_split[0] + line_month_end = end_date_split[1] + line_day_end = end_date_split[2] + + #no start time column, assume 00:00:00 + if (len(start_time_split) == 1) & (start_time_split[0] == ''): + line_hour_start = '00' + line_minute_start = '00' + line_second_start = '00' + #no minutes or seconds, assume XX:00:00 + elif len(start_time_split) == 1: + line_hour_start = start_time_split[0] + line_minute_start = '00' + line_second_start = '00' + #no seconds, assume XX:XX:00 + elif len(start_time_split) == 2: + line_hour_start = start_time_split[0] + line_minute_start = start_time_split[1] + line_second_start = '00' + #all time information present + else: + line_hour_start = start_time_split[0] + line_minute_start = start_time_split[1] + line_second_start = start_time_split[2] + + #no end time column, assume 00:00:00 + if (len(end_time_split) == 1) & (end_time_split[0] == ''): + line_hour_end = '00' + line_minute_end = '00' + line_second_end = '00' + #no minutes or seconds, assume XX:00:00 + elif len(end_time_split) == 1: + line_hour_end = end_time_split[0] + line_minute_end = '00' + line_second_end = '00' + #no seconds, assume XX:XX:00 + elif len(end_time_split) == 2: + line_hour_end = end_time_split[0] + line_minute_end = end_time_split[1] + line_second_end = '00' + #all time information present + else: + line_hour_end = end_time_split[0] + line_minute_end = end_time_split[1] + line_second_end = end_time_split[2] + + #check date/time is sensible before generating datetimes, if not do not process line + if (len(line_year_start) != 4) or (len(line_month_start) > 2) or (len(line_day_start) > 2) or (len(line_hour_start) > 2) or (len(line_minute_start) > 2) or (len(line_second_start) > 2): + continue + if (len(line_year_end) != 4) or (len(line_month_end) > 2) or (len(line_day_end) > 2) or (len(line_hour_end) > 2) or (len(line_minute_end) > 2) or (len(line_second_end) > 2): + continue - #automatic time - else: - #if have no year then do not append line - if row[column_headers.index('Year')] == '': - continue - #if have no month then assume measurement is annual average - elif 'Month' not in column_headers: - line_start_dt = datetime.datetime(year=int(row[column_headers.index('Year')]),month=1,day=1,hour=0,minute=0) - line_end_dt = line_start_dt + relativedelta(years=1) - elif row[column_headers.index('Month')] == '': - line_start_dt = datetime.datetime(year=int(row[column_headers.index('Year')]),month=1,day=1,hour=0,minute=0) - line_end_dt = line_start_dt + relativedelta(years=1) - #if have no day then assume measurement is monthly average - elif 'Day' not in column_headers: - line_start_dt = datetime.datetime(year=int(row[column_headers.index('Year')]),month=int(row[column_headers.index('Month')]),day=1,hour=0,minute=0) - line_end_dt = line_start_dt + relativedelta(months=1) - elif row[column_headers.index('Day')] == '': - line_start_dt = datetime.datetime(year=int(row[column_headers.index('Year')]),month=int(row[column_headers.index('Month')]),day=1,hour=0,minute=0) - line_end_dt = line_start_dt + relativedelta(months=1) - #if have no hour then assume measurement is daily average - elif 'Hour' not in column_headers: - line_start_dt = datetime.datetime(year=int(row[column_headers.index('Year')]),month=int(row[column_headers.index('Month')]),day=int(row[column_headers.index('Day')]),hour=0,minute=0) - line_end_dt = line_start_dt + relativedelta(days=1) - elif row[column_headers.index('Hour')] == '': - line_start_dt = datetime.datetime(year=int(row[column_headers.index('Year')]),month=int(row[column_headers.index('Month')]),day=int(row[column_headers.index('Day')]),hour=0,minute=0) - line_end_dt = line_start_dt + relativedelta(days=1) - #otherwise have hourly data + self.parsed_data['start_dt'].append(datetime.datetime(year=int(line_year_start),month=int(line_month_start),day=int(line_day_start),hour=int(line_hour_start),minute=int(line_minute_start),second=int(line_second_start))) + self.parsed_data['end_dt'].append(datetime.datetime(year=int(line_year_end),month=int(line_month_end),day=int(line_day_end),hour=int(line_hour_end),minute=int(line_minute_end),second=int(line_second_end))) + + #automatic time else: - line_start_dt = datetime.datetime(year=int(row[column_headers.index('Year')]),month=int(row[column_headers.index('Month')]),day=int(row[column_headers.index('Day')]),hour=int(row[column_headers.index('Hour')])-1,minute=0) - line_end_dt = line_start_dt + relativedelta(hours=1) + #if have no year then do not append line + if row[column_headers.index('Year')] == '': + continue + #if have no month then assume measurement is annual average + elif 'Month' not in column_headers: + line_start_dt = datetime.datetime(year=int(row[column_headers.index('Year')]),month=1,day=1,hour=0,minute=0) + line_end_dt = line_start_dt + relativedelta(years=1) + elif row[column_headers.index('Month')] == '': + line_start_dt = datetime.datetime(year=int(row[column_headers.index('Year')]),month=1,day=1,hour=0,minute=0) + line_end_dt = line_start_dt + relativedelta(years=1) + #if have no day then assume measurement is monthly average + elif 'Day' not in column_headers: + line_start_dt = datetime.datetime(year=int(row[column_headers.index('Year')]),month=int(row[column_headers.index('Month')]),day=1,hour=0,minute=0) + line_end_dt = line_start_dt + relativedelta(months=1) + elif row[column_headers.index('Day')] == '': + line_start_dt = datetime.datetime(year=int(row[column_headers.index('Year')]),month=int(row[column_headers.index('Month')]),day=1,hour=0,minute=0) + line_end_dt = line_start_dt + relativedelta(months=1) + #if have no hour then assume measurement is daily average + elif 'Hour' not in column_headers: + line_start_dt = datetime.datetime(year=int(row[column_headers.index('Year')]),month=int(row[column_headers.index('Month')]),day=int(row[column_headers.index('Day')]),hour=0,minute=0) + line_end_dt = line_start_dt + relativedelta(days=1) + elif row[column_headers.index('Hour')] == '': + line_start_dt = datetime.datetime(year=int(row[column_headers.index('Year')]),month=int(row[column_headers.index('Month')]),day=int(row[column_headers.index('Day')]),hour=0,minute=0) + line_end_dt = line_start_dt + relativedelta(days=1) + #otherwise have hourly data + else: + line_start_dt = datetime.datetime(year=int(row[column_headers.index('Year')]),month=int(row[column_headers.index('Month')]),day=int(row[column_headers.index('Day')]),hour=int(row[column_headers.index('Hour')])-1,minute=0) + line_end_dt = line_start_dt + relativedelta(hours=1) - #do check to ensure datetimes are within a sensible range (1900-2100) - if (line_start_dt < datetime.datetime(1900,1,1)) or (line_end_dt < datetime.datetime(1900,1,1)) or (line_start_dt > datetime.datetime(2100,1,1)) or (line_end_dt > datetime.datetime(2100,1,1)): - continue + #do check to ensure datetimes are within a sensible range (1900-2100) + if (line_start_dt < datetime.datetime(1900,1,1)) or (line_end_dt < datetime.datetime(1900,1,1)) or (line_start_dt > datetime.datetime(2100,1,1)) or (line_end_dt > datetime.datetime(2100,1,1)): + continue - self.parsed_data['start_dt'].append(line_start_dt) - self.parsed_data['end_dt'].append(line_end_dt) + self.parsed_data['start_dt'].append(line_start_dt) + self.parsed_data['end_dt'].append(line_end_dt) + + #append rest of desired line values + for column_header, element in zip(column_headers, row): + if column_header in list(self.parsed_data.keys()): + self.parsed_data[column_header].append(element) - #append rest of desired line values - for column_header, element in zip(column_headers, row): - if column_header in list(self.parsed_data.keys()): - self.parsed_data[column_header].append(element) #convert lists to numpy arrays for column_header in list(self.parsed_data.keys()): @@ -1402,6 +1612,8 @@ class ParseEANETFile: else: self.parsed_data[column_header] = np.array(self.parsed_data[column_header], dtype=np.str_) + return self.parsed_data + class ParseEEAAIRBASEFile: @@ -2840,6 +3052,54 @@ class ISDLineParser: self.has_qnn = True # logging.info('You will not believe this! This line has a QNN section! Filename: '.format(self.filename[-17:0])) +class ParseNAPMDFile: + + '''class that handles processing of a NAPMD file''' + + def __init__(self,filename): + + self.filename = filename + self.start_read = False + + # get time resolution + self.time_res = self.filename.split('/')[-3] + + def read_data(self): + + with open(self.filename, newline='') as csvfile: + csvreader = csv.reader(csvfile, delimiter=',', quotechar='"') + + for row_count, row in enumerate(csvreader): + + #column headers + if row[0] == 'id': + column_headers = copy.deepcopy(row) + headers_to_alter = {'date_time_utc':'start_dt'} + column_headers = [headers_to_alter[column_header] if column_header in list(headers_to_alter.keys()) else column_header for column_header in column_headers] + self.parsed_data = {column_header:[] for column_header in column_headers} + self.parsed_data['end_dt'] = [] + self.start_read = True + #data lines + elif self.start_read: + for column_header, element in zip(column_headers, row): + if column_header == 'start_dt': + if self.time_res == 'hourly': + self.parsed_data['end_dt'].append(datetime.datetime(year=int(element[:4]),month=int(element[5:7]),day=int(element[8:10]),hour=int(element[11:13]),minute=int(element[14:16]))) + self.parsed_data['start_dt'].append(self.parsed_data['end_dt'][-1] - relativedelta(hours=1)) + elif self.time_res == 'daily': + self.parsed_data['end_dt'].append(datetime.datetime(year=int(element[:4]),month=int(element[5:7]),day=int(element[8:10]))) + self.parsed_data['start_dt'].append(self.parsed_data['end_dt'][-1] - relativedelta(days=1)) + else: + self.parsed_data[column_header].append(element) + + #convert lists to numpy arrays + for column_header in list(self.parsed_data.keys()): + if column_header in ['start_dt','end_dt']: + self.parsed_data[column_header] = np.array(self.parsed_data[column_header]) + else: + self.parsed_data[column_header] = np.array(self.parsed_data[column_header], dtype=np.str_) + + class ParseNZECANFile: '''class that handles processing of a NZ ECAN file''' @@ -3824,4 +4084,4 @@ class ParseWMOWDCPCFile: else: self.parsed_data[column_header] = np.array(self.parsed_data[column_header], dtype=np.str_) - #return self.parsed_data \ No newline at end of file + return self.parsed_data \ No newline at end of file diff --git a/processing_modules/standardisation_mapping_functions.py b/processing_modules/standardisation_mapping_functions.py index 54ccef8c..baad1bbf 100755 --- a/processing_modules/standardisation_mapping_functions.py +++ b/processing_modules/standardisation_mapping_functions.py @@ -832,6 +832,33 @@ def map_network_classifications_to_standard_classifications(native_classificatio else: measurement_scale = '' +#------------------------------------------------ +#NAPMD - NOT COMPLETED + +#NAPMD NATIVE CLASSIFICATIONS + + elif run_details['network'] == 'NAPMD': + + #AREA CLASSIFICATION + mapping_area_classification = {'Bushfire Monitoring':'rural', 'bushfire_emergency_monitoring':'rural', 'Rural AQMU Network':'rural','ruralaqmunetwork':'rural','ruralaqmunetwork-dustrack': 'rural','Standard - Australian Standards Methods':'','standard-australianstandardsmethods':'','research_monitoring':'', 'roadside_monitoring':'','stationco-ordinatesnotprovided': '', 'blanket-dusttrak': '', '': ''} + area_classification = mapping_area_classification[native_classifications['area_classification']] + + #STATION CLASSIFICATION - infer from area classification + mapping_station_classification = {'Bushfire Monitoring':'point_source','bushfire_emergency_monitoring':'point_source','Rural AQMU Network':'', 'ruralaqmunetwork':'', 'ruralaqmunetwork-dustrack':'', 'roadside_monitoring':'point_source-traffic','Standard - Australian Standards Methods':'','standard-australianstandardsmethods':'', 'research_monitoring': '', 'stationco-ordinatesnotprovided': '', 'blanket-dusttrak': '', '':''} + station_classification = mapping_station_classification[native_classifications['area_classification']] + + #MAIN_EMISSION_SOURCE - No information + main_emission_source = '' + + #LAND USE - No information + land_use = '' + + #TERRAIN - No information + terrain = '' + + #MEASUREMENT SCALE - No information + measurement_scale = '' + #------------------------------------------------ #NOAA_ISD @@ -883,14 +910,14 @@ def map_network_classifications_to_standard_classifications(native_classificatio measurement_scale = '' #------------------------------------------------ -#NZ_LAWA +#NZ_LAWA ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ REVIEW! #NZ_LAWA NATIVE CLASSIFICATIONS = NONE elif run_details['network'] == 'NZ_LAWA': #AREA CLASSIFICATION - mapping_area_classification = {'residential':'urban','coastal':'rural','traffic':'urban','industrial':'urban', 'industrial,coastal':'urban', 'residential,industrial': 'urban', 'residential,traffic': 'urban', 'residential,traffic,industrial,coastal': ''} + mapping_area_classification = {'residential':'urban','coastal':'rural','traffic':'urban','industrial':'', 'industrial,coastal':'urban', 'residential,industrial': 'urban', 'residential,traffic': 'urban', 'residential,traffic,industrial,coastal': ''} area_classification = mapping_area_classification[native_classifications['area_classification']] #STATION CLASSIFICATION - infer from area classification @@ -1690,6 +1717,10 @@ network_data_flag_to_standard_data_flag_mapping = { #MITECO 'MITECO':{}, +#-------------------------------------------------------------- +#NAPMD +'NAPMD':{}, + #-------------------------------------------------------------- # NOAA_ISD 'NOAA_ISD':{ @@ -2808,6 +2839,23 @@ def network_measurement_information_to_standard_measurement_information_mapping( 'thermo_49c':{'measurement':{'methodology':'ultraviolet photometry', 'instrument':'Thermo 49C', 'reported_uncertainty':'0.6'}}, 'thermo_49i':{'measurement':{'methodology':'ultraviolet photometry', 'instrument':'Thermo 49i', 'reported_uncertainty':'0.6'}}} #------------------------------------------- + elif (run_details['parameter'] == 'Ca++_PREC') or (run_details['parameter'] == 'K+_PREC') or (run_details['parameter'] == 'Mg++_PREC') or (run_details['parameter'] == 'Na+_PREC'): + mapping = { + 'icp_oes': {'primary_sampling':{'sampling_type':'wet-only precipitation chemistry sampler', 'instrument': 'Xancon Inc. D400'}, 'preparation_1':{'sample_preparation_type':'bag'}, 'measurement':{'methodology':'inductively coupled plasma atomic emission spectroscopy'}}, + 'aas': {'primary_sampling':{'sampling_type':'wet-only precipitation chemistry sampler', 'instrument': 'MIC Model C300'}, 'preparation_1':{'sample_preparation_type':'bag'}, 'measurement':{'methodology':'flame atomic absorption spectroscopy'}}} + + elif (run_details['parameter'] == 'NO3-_PREC') or (run_details['parameter'] == 'Cl-_PREC') or (run_details['parameter'] == 'SO4--_PREC'): + mapping = { + 'ic': {'primary_sampling':{'sampling_type':'wet-only precipitation chemistry sampler', 'instrument': 'MIC Model C300'}, 'preparation_1':{'sample_preparation_type':'bag'}, 'measurement':{'methodology':'ion chromatography'}}} + + elif run_details['parameter'] == 'NH4+_PREC': + mapping = { + 'colorimetry--indopheno': {'primary_sampling':{'sampling_type':'wet-only precipitation chemistry sampler', 'instrument': 'MIC Model C300'}, 'preparation_1':{'sample_preparation_type':'bag'}, 'measurement':{'methodology':'colorimetry'}}} + + elif run_details['parameter'] == 'PREC_ACCUM': + standard_measurement_information = { + 'primary_sampling': {'sampling_type':'wet-only precipitation chemistry sampler'}, 'preparation_1':{'sample_preparation_type':'bucket'}, 'measurement':{'methodology':'rain gauge'}} + else: mapping = { 'high_volume_icp-es': {'primary_sampling':{'sampling_type':'high volume continuous'}, 'preparation_1':{'sample_preparation_type':'intermediate measurement', 'methodology':'gravimetry', 'preparation_assumption':True}, 'measurement':{'methodology':'inductively coupled plasma atomic emission spectroscopy'}}, @@ -2944,7 +2992,23 @@ def network_measurement_information_to_standard_measurement_information_mapping( 'pm10_at_default': { 'measurement':{'methodology':'beta-attenuation', 'process_details':'Make assumption method is beta-attenuation', 'measuring_assumption':True}}, 'pm2.5_at_default': { 'measurement':{'methodology':'beta-attenuation', 'process_details':'Make assumption method is beta-attenuation', 'measuring_assumption':True}}, 'fp_default': {'primary_sampling':{'sampling_type':'low volume continuous'}, 'preparation_1':{'sample_preparation_type':'filter pack'}, 'measurement':{'methodology':'ion chromatography', 'process_details':'Make assumption method is ion chromatography', 'measuring_assumption':True}}, - 'ps_default': {'primary_sampling':{'sampling_type':'passive'}, 'preparation_1':{'sample_preparation_type':'sorbent trapping', 'specific_technique':'Diffusive Sampler'}, 'measurement':{'methodology':'ion chromatography', 'process_details':'Make assumption method is ion chromatography', 'measuring_assumption':True}}} + 'ps_default': {'primary_sampling':{'sampling_type':'passive'}, 'preparation_1':{'sample_preparation_type':'sorbent trapping', 'specific_technique':'Diffusive Sampler'}, 'measurement':{'methodology':'ion chromatography', 'process_details':'Make assumption method is ion chromatography', 'measuring_assumption':True}}, + + # WET DEP + 'so4--_prec_default': {'primary_sampling':{'sampling_type':'wet-only precipitation chemistry sampler'}, 'preparation_1':{'sample_preparation_type':'bucket'}, 'measurement':{'methodology':'ion chromatography', 'process_details':'Make assumption method is ion chromatography', 'measuring_assumption':True}}, + 'cl-_prec_default': {'primary_sampling':{'sampling_type':'wet-only precipitation chemistry sampler'}, 'preparation_1':{'sample_preparation_type':'bucket'}, 'measurement':{'methodology':'ion chromatography', 'process_details':'Make assumption method is ion chromatography', 'measuring_assumption':True}}, + 'no3-_prec_default': {'primary_sampling':{'sampling_type':'wet-only precipitation chemistry sampler'}, 'preparation_1':{'sample_preparation_type':'bucket'}, 'measurement':{'methodology':'ion chromatography', 'process_details':'Make assumption method is ion chromatography', 'measuring_assumption':True}}, + 'nh4+_prec_default': {'primary_sampling':{'sampling_type':'wet-only precipitation chemistry sampler'}, 'preparation_1':{'sample_preparation_type':'bucket'}, 'measurement':{'methodology':'ion chromatography', 'process_details':'Make assumption method is ion chromatography', 'measuring_assumption':True}}, + 'na+_prec_default': {'primary_sampling':{'sampling_type':'wet-only precipitation chemistry sampler'}, 'preparation_1':{'sample_preparation_type':'bucket'}, 'measurement':{'methodology':'ion chromatography', 'process_details':'Make assumption method is ion chromatography', 'measuring_assumption':True}}, + 'k+_prec_default': {'primary_sampling':{'sampling_type':'wet-only precipitation chemistry sampler'}, 'preparation_1':{'sample_preparation_type':'bucket'}, 'measurement':{'methodology':'ion chromatography', 'process_details':'Make assumption method is ion chromatography', 'measuring_assumption':True}}, + 'ca++_prec_default': {'primary_sampling':{'sampling_type':'wet-only precipitation chemistry sampler'}, 'preparation_1':{'sample_preparation_type':'bucket'}, 'measurement':{'methodology':'ion chromatography', 'process_details':'Make assumption method is ion chromatography', 'measuring_assumption':True}}, + 'mg++_prec_default': {'primary_sampling':{'sampling_type':'wet-only precipitation chemistry sampler'}, 'preparation_1':{'sample_preparation_type':'bucket'}, 'measurement':{'methodology':'ion chromatography', 'process_details':'Make assumption method is ion chromatography', 'measuring_assumption':True}}, + 'po4---_prec_default': {'primary_sampling':{'sampling_type':'wet-only precipitation chemistry sampler'}, 'preparation_1':{'sample_preparation_type':'bucket'}, 'measurement':{'methodology':'ion chromatography', 'process_details':'Make assumption method is ion chromatography', 'measuring_assumption':True}}, + 'f-_prec_default': {'primary_sampling':{'sampling_type':'wet-only precipitation chemistry sampler'}, 'preparation_1':{'sample_preparation_type':'bucket'}, 'measurement':{'methodology':'ion chromatography', 'process_details':'Make assumption method is ion chromatography', 'measuring_assumption':True}}, + 'rain_gauge': { 'measurement':{'methodology':'rain gauge'}}, + 'unknown': { 'measurement':{'methodology':'unknown'}}, + } + #-------------------------------------------------------------- @@ -7253,6 +7317,39 @@ def network_measurement_information_to_standard_measurement_information_mapping( elif run_details['parameter'] in ['PM10','PM2.5']: standard_measurement_information = {'measurement':{'methodology':'tapered element oscillating microbalance - gravimetry', 'process_details':'Two different methods stated as possible TEOM and beta-attenuation. Assume TEOM.', 'measuring_assumption':True}} +#-------------------------------------------------------------- +#NAPDM # some parameters are still missing +#-------------------------------------------------------------- + elif run_details['network'] == 'NAPMD': + if run_details['parameter'] == 'O3': + standard_measurement_information = {'measurement':{'methodology':'ultraviolet photometry'}} + elif run_details['parameter'] == 'CO': + standard_measurement_information = {'measurement':{'methodology':'fourier transform infrared spectroscopy'}} + elif run_details['parameter'] == 'NH3': + standard_measurement_information = {'measurement':{'methodology':'chemiluminescence (external molybdenum converter)'}} + elif (run_details['parameter'] == 'NO') or (run_details['parameter'] == 'NO2'): + standard_measurement_information = {'measurement':{'methodology':'chemiluminescence (internal molybdenum converter)'}} + elif run_details['parameter'] == 'SO2': + standard_measurement_information = {'measurement':{'methodology':'ultraviolet fluorescence'}} + elif run_details['parameter'] == 'PM10': + standard_measurement_information = {'measurement':{'methodology':'tapered element oscillating microbalance - gravimetry'}} + elif run_details['parameter'] == 'PM2.5': + standard_measurement_information = {'measurement':{'methodology':'beta-attenuation'}} + elif run_details['parameter'] == 'CH4': + standard_measurement_information = {'measurement':{'methodology':'unknown'}} + elif run_details['parameter'] == 'BENZENE': + standard_measurement_information = {'measurement':{'methodology':'unknown'}} + elif run_details['parameter'] == 'P-XYLENE': + standard_measurement_information = {'measurement':{'methodology':'unknown'}} + elif run_details['parameter'] == 'XYLENE': + standard_measurement_information = {'measurement':{'methodology':'unknown'}} + elif run_details['parameter'] == 'TOLUENE': + standard_measurement_information = {'measurement':{'methodology':'unknown'}} + elif run_details['parameter'] == 'Pb': + standard_measurement_information = {'measurement':{'methodology':'inductively coupled plasma atomic emission spectroscopy'}} + + + #-------------------------------------------------------------- #NOAA ISD #-------------------------------------------------------------- diff --git a/processing_modules/start_GHOST.py b/processing_modules/start_GHOST.py index 1b13b7fa..99f2d0da 100755 --- a/processing_modules/start_GHOST.py +++ b/processing_modules/start_GHOST.py @@ -2,7 +2,7 @@ import os import shutil import sys -from crossnetwork_processing_functions import get_default_parameters_per_network +from crossnetwork_processing_functions import get_default_parameters_per_network, get_default_product_parameters_per_network from submit_greasy import SubmitGreasy #Read configuration file @@ -16,7 +16,6 @@ slurm_job_ID = sys.argv[1] run_details = {k: v for k, v in vars(GHOST_configuration).items() if not k.startswith('_')} #add slurm_job_id to run_details run_details['slurm_job_ID'] = slurm_job_ID -print(run_details) #make a copy of the configuration file indexed by the slurm job ID shutil.copy2(run_details['process_root']+'/run/GHOST_configuration.py',run_details['process_root']+'/run/GHOST_configurations/configuration_{}.py'.format(slurm_job_ID)) @@ -26,21 +25,25 @@ arguments = [] #Iterate through networks for network in run_details['networks']: - print('schoen hier') #get default parameters per network if set - if run_details['parameters'] == 'default': - parameters = get_default_parameters_per_network(network) - #otherwise take defined list - else: - parameters = run_details['parameters'] - + if 'P1' in run_details['stages_to_process']: # product stage + if run_details['parameters'] == 'default': + parameters = list(get_default_product_parameters_per_network(network).keys()) + #otherwise take defined list + else: + parameters = run_details['parameters'] + else: # all other stages + if run_details['parameters'] == 'default': + parameters = get_default_parameters_per_network(network) + #otherwise take defined list + else: + parameters = run_details['parameters'] + #Iterate through parameters for parameter in parameters: - print('aber waren sie schon mal in baden wuerttemberg?') #append current iterative arguments to arguments list arguments.append("{} {} {}".format(slurm_job_ID, network, parameter)) - -print(arguments) + #submit pipeline jobs (and monitor outcomes) SubmitGreasy('GPipe_{}'.format(slurm_job_ID),'pipeline',arguments,run_details) \ No newline at end of file diff --git a/processing_modules/submit_greasy.py b/processing_modules/submit_greasy.py index d40a4758..5a09e769 100755 --- a/processing_modules/submit_greasy.py +++ b/processing_modules/submit_greasy.py @@ -270,6 +270,12 @@ class SubmitGreasy: max_walltime = '72:00:00' else: max_walltime = self.run_details['pipeline_max_walltime'] + #RESc account should be 24 hours + elif self.run_details['qos_pipeline'] in ['gp_resc']: + if self.run_details['pipeline_max_walltime'] == 'default': + max_walltime = '24:00:00' + else: + max_walltime = self.run_details['pipeline_max_walltime'] elif self.GHOST_level == 'stage': #if QOS == 'debug', then it is always 2 hours @@ -290,6 +296,12 @@ class SubmitGreasy: max_walltime = '72:00:00' else: max_walltime = self.run_details['stage_max_walltime'] + #RESc account should be 24 hours + elif self.run_details['qos_pipeline'] in ['gp_resc']: + if self.run_details['stage_max_walltime'] == 'default': + max_walltime = '24:00:00' + else: + max_walltime = self.run_details['stage_max_walltime'] #create slurm submission script for specific GHOST stage file = open(self.submit_dir+'/'+self.slurm_fname,"w") diff --git a/processing_modules/test.py b/processing_modules/test.py index eacfedce..1dc69a59 100644 --- a/processing_modules/test.py +++ b/processing_modules/test.py @@ -1,9 +1,20 @@ import network_parsers +from crossnetwork_processing_functions import get_data_files -filename = '/gpfs/projects/bsc32/AC_cache/obs/ghost/NZ_LAWA/original_files/1.6/data_LAWA.csv' -run_details = {'parameter': 'PM10'} -parser = network_parsers.ParseNZLAWAFile(filename, run_details) +filename = '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2005/O3_2005.csv' +run_details = {'parameter': 'O3'} #, 'data_root':'/gpfs/projects/bsc32/AC_cache/obs/ghost/', 'network': 'WMO_WDCPC', 'ghost_version': '1.5.1', 'end_year': '1990', 'end_month': '1', 'end_year': '2024', 'end_month': '1'} +parameter_details = {'chemical_formula': 'Ca'} + +# filename = '/gpfs/projects/bsc32/AC_cache/obs/ghost/WMO_WDCPC/original_files/1.6/SDZ_20091030_20100921.csv' +# run_details = {'parameter': 'Ca++_PREC', 'data_root':'/gpfs/projects/bsc32/AC_cache/obs/ghost/', 'network': 'WMO_WDCPC', 'ghost_version': '1.5.1', 'end_year': '1990', 'end_month': '1', 'end_year': '2024', 'end_month': '1'} +# parameter_details = {} + +parser = network_parsers.ParseNAPMDFile(filename) data = parser.read_data() print(data) + + + + diff --git a/run/GHOST_configuration.py b/run/GHOST_configuration.py index 03affb0d..29a692f8 100644 --- a/run/GHOST_configuration.py +++ b/run/GHOST_configuration.py @@ -14,7 +14,7 @@ process_root = os.getcwd().split('/run')[0] #define the BSC account to do the processing on #OPTIONS: bsc32, cns101 -> this is for prace account -bsc_account = 'bsc32' #'cns101' +bsc_account = 'bsc32' #define the QOS (Quality of Service) used to manage jobs on the SLURM system #it is possible to define the qos of the pipeline/stage levels of submission @@ -83,7 +83,7 @@ error_out_file = True # US_EPA_AQS, US_EPA_CASTNET, US_NADP_AMNet, US_NADP_AMoN, WMO_WDCGG, # GHOST, GHOST-PUBLIC #networks = ['AERONET_v3_lev1.5','AERONET_v3_lev2.0'] -networks = ['NZ_LAWA'] +networks = ['NAPMD'] # PARAMETERS (list of parameters that you wish to process, or default per network) # Gases: O3, NO, NO2, SO2, CO, CH4, @@ -202,8 +202,10 @@ parameters = 'default' #parameters = ['BC_ABSAOD_440nm'] #parameters = ['BrC_ABSAOD_440nm'] #parameters = ['Ca++_PREC'] -#parameters = ['Ca++_WETDEP', 'Mg++_WETDEP', 'K+_WETDEP', 'Na+_WETDEP', 'NH4+_WETDEP', 'NO3-_WETDEP', 'Cl-_WETDEP', 'SO4--_WETDEP', 'PO4---_WETDEP', 'F-_WETDEP', 'Zn_WETDEP'] -#parameters = ['PM10'] +#parameters = ['Ca++_WETDEP', 'Mg++_WETDEP', 'K+_WETDEP', 'Na+_WETDEP', 'NH4+_WETDEP', 'NO3-_WETDEP', 'Cl-_WETDEP', 'SO4--_WETDEP', 'PO4---_WETDEP', 'F-_WETDEP'] +#parameters = ['PREC_ACCUM'] +#parameters = ['SO4--_PREC', 'NO3-_PREC', 'NH4+_PREC', 'Cl-_PREC', 'Na+_PREC', 'K+_PREC', 'Mg++_PREC', 'Ca++_PREC', 'PO4---_PREC', 'F-_PREC', 'PREC_ACCUM'] +#parameters = ['PM10', 'PM2.5'] #START_DATE = YYYYMM (start year of processed data file - should be fixed as '197001') @@ -238,10 +240,10 @@ regions = ['GLOBAL'] #SPLIT EBAS # E1 = Split out EBAS data into individual native networks -stages_to_process = ['S1','S2','S3','T1','T2'] +stages_to_process = ['S2','S3','T1','T2'] #stages_to_process = ['S1', 'S2'] #stages_to_process = ['S1'] #stages_to_process = ['M1'] -#stages_to_process = ['E1'] +#stages_to_process = ['P1'] ###--------------------------------------------------------------------------------------------------### ###--------------------------------------------------------------------------------------------------### diff --git a/run/__pycache__/GHOST_configuration.cpython-39.pyc b/run/__pycache__/GHOST_configuration.cpython-39.pyc index 569884172c2733935328d6a97010581e1ea0d5f6..dd26c57ee99a5ab45a7ba01773e2c56fbfbaba5c 100644 GIT binary patch delta 62 zcmaFE{*0Y3k(ZZ?0SG=e{7P#M-pHrL$j0jD7~tzN*@01sk!5o_<10os4WNP|jmhE6 OJ)EK}%s|M(CJF!xI}Q;5 delta 68 zcmaFH{)U||k(ZZ?0SJzjo=LkOw2@DXk%QeYD&EI2+;OrUqY^9YEv8_@&54Y!7}+#| U%8E262Qv3?3bQZ+Aq$%*0E3ti9{>OV diff --git a/run/stage_logs/NAPMD_BENZENE/S1/0_2019.out b/run/stage_logs/NAPMD_BENZENE/S1/0_2019.out new file mode 100644 index 00000000..9cb166e4 --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/S1/0_2019.out @@ -0,0 +1,4 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2019/BENZENE_2019.csv +110 -- PARSING RAW DATA +96 -- PARSING RAW DATA +0.015517576535542806 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/S1/0_2020.out b/run/stage_logs/NAPMD_BENZENE/S1/0_2020.out new file mode 100644 index 00000000..8bc90f65 --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/S1/0_2020.out @@ -0,0 +1,4 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2020/BENZENE_2020.csv +110 -- PARSING RAW DATA +96 -- PARSING RAW DATA +0.005723138650258382 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/S2/0_110_UNK.out b/run/stage_logs/NAPMD_BENZENE/S2/0_110_UNK.out new file mode 100644 index 00000000..92b8a103 --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/S2/0_110_UNK.out @@ -0,0 +1,4 @@ +110_UNK -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.00823461612065633 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/S2/0_96_UNK.out b/run/stage_logs/NAPMD_BENZENE/S2/0_96_UNK.out new file mode 100644 index 00000000..8928578e --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/S2/0_96_UNK.out @@ -0,0 +1,4 @@ +96_UNK -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.004898397127787272 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/S3/0_110_UNK.out b/run/stage_logs/NAPMD_BENZENE/S3/0_110_UNK.out new file mode 100644 index 00000000..6f45372c --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/S3/0_110_UNK.out @@ -0,0 +1,23 @@ +110_UNK -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9138068596522013 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/S3/0_96_UNK.out b/run/stage_logs/NAPMD_BENZENE/S3/0_96_UNK.out new file mode 100644 index 00000000..20087d68 --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/S3/0_96_UNK.out @@ -0,0 +1,23 @@ +96_UNK -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9232311407725017 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T1/0_110_UNK_D_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T1/0_110_UNK_D_GLOBAL.out new file mode 100644 index 00000000..a3437f8d --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T1/0_110_UNK_D_GLOBAL.out @@ -0,0 +1,3 @@ +110_UNK -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.09995988607406617 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T1/0_110_UNK_H_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T1/0_110_UNK_H_GLOBAL.out new file mode 100644 index 00000000..603f400d --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T1/0_110_UNK_H_GLOBAL.out @@ -0,0 +1,3 @@ +110_UNK -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2874062697092692 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T1/0_110_UNK_M_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T1/0_110_UNK_M_GLOBAL.out new file mode 100644 index 00000000..0ee091e5 --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T1/0_110_UNK_M_GLOBAL.out @@ -0,0 +1,3 @@ +110_UNK -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.0909884214401245 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T1/0_96_UNK_D_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T1/0_96_UNK_D_GLOBAL.out new file mode 100644 index 00000000..b1902e9d --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T1/0_96_UNK_D_GLOBAL.out @@ -0,0 +1,3 @@ +96_UNK -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.06476238171259562 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T1/0_96_UNK_H_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T1/0_96_UNK_H_GLOBAL.out new file mode 100644 index 00000000..996eaefc --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T1/0_96_UNK_H_GLOBAL.out @@ -0,0 +1,3 @@ +96_UNK -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.218377157052358 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T1/0_96_UNK_M_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T1/0_96_UNK_M_GLOBAL.out new file mode 100644 index 00000000..070dc93c --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T1/0_96_UNK_M_GLOBAL.out @@ -0,0 +1,3 @@ +96_UNK -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.1944366653760274 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201812_D_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201812_D_GLOBAL.out new file mode 100644 index 00000000..43b9369b --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201812_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201812 STATION NETCDFs +0.040570791562398276 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201812_H_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201812_H_GLOBAL.out new file mode 100644 index 00000000..b7d88db1 --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201812_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201812 STATION NETCDFs +0.027640930811564126 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201812_M_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201812_M_GLOBAL.out new file mode 100644 index 00000000..ecd05eca --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201812_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201812 STATION NETCDFs +0.04209668636322021 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201901_D_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201901_D_GLOBAL.out new file mode 100644 index 00000000..0b806183 --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201901_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201901 STATION NETCDFs +0.04232249657313029 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201901_H_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201901_H_GLOBAL.out new file mode 100644 index 00000000..c31857e9 --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201901_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201901 STATION NETCDFs +0.027288031578063966 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201901_M_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201901_M_GLOBAL.out new file mode 100644 index 00000000..def522ef --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201901_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201901 STATION NETCDFs +0.027205522855122885 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201902_D_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201902_D_GLOBAL.out new file mode 100644 index 00000000..b7d5ccd9 --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201902_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201902 STATION NETCDFs +0.04211757183074951 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201902_H_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201902_H_GLOBAL.out new file mode 100644 index 00000000..6df46b3d --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201902_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201902 STATION NETCDFs +0.018651493390401206 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201902_M_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201902_M_GLOBAL.out new file mode 100644 index 00000000..fa2d92f7 --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201902_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201902 STATION NETCDFs +0.023088375727335613 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201903_D_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201903_D_GLOBAL.out new file mode 100644 index 00000000..a59c8a5c --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201903_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201903 STATION NETCDFs +0.04150075117746989 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201903_H_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201903_H_GLOBAL.out new file mode 100644 index 00000000..959c7582 --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201903_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201903 STATION NETCDFs +0.027591180801391602 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201903_M_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201903_M_GLOBAL.out new file mode 100644 index 00000000..b3517286 --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201903_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201903 STATION NETCDFs +0.02771014372507731 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201904_D_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201904_D_GLOBAL.out new file mode 100644 index 00000000..52dd823d --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201904_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201904 STATION NETCDFs +0.03277205626169841 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201904_H_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201904_H_GLOBAL.out new file mode 100644 index 00000000..80d47952 --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201904_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201904 STATION NETCDFs +0.0264758825302124 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201904_M_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201904_M_GLOBAL.out new file mode 100644 index 00000000..74c17199 --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201904_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201904 STATION NETCDFs +0.03829768101374308 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201905_D_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201905_D_GLOBAL.out new file mode 100644 index 00000000..3b208436 --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201905_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201905 STATION NETCDFs +0.04016587734222412 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201905_H_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201905_H_GLOBAL.out new file mode 100644 index 00000000..5abf5970 --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201905_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201905 STATION NETCDFs +0.03915288845698039 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201905_M_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201905_M_GLOBAL.out new file mode 100644 index 00000000..09bb7e7e --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201905_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201905 STATION NETCDFs +0.03964780171712239 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201906_D_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201906_D_GLOBAL.out new file mode 100644 index 00000000..b50aec9c --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201906_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201906 STATION NETCDFs +0.026659619808197022 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201906_H_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201906_H_GLOBAL.out new file mode 100644 index 00000000..bcafd43a --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201906_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201906 STATION NETCDFs +0.04177751938501994 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201906_M_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201906_M_GLOBAL.out new file mode 100644 index 00000000..300c0aff --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201906_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201906 STATION NETCDFs +0.04090044895807902 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201907_D_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201907_D_GLOBAL.out new file mode 100644 index 00000000..0ef55ffb --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201907_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201907 STATION NETCDFs +0.040624841054280596 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201907_H_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201907_H_GLOBAL.out new file mode 100644 index 00000000..eae380cf --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201907_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201907 STATION NETCDFs +0.03771638870239258 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201907_M_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201907_M_GLOBAL.out new file mode 100644 index 00000000..32474714 --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201907_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201907 STATION NETCDFs +0.02414206266403198 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201908_D_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201908_D_GLOBAL.out new file mode 100644 index 00000000..3fc88b03 --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201908_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201908 STATION NETCDFs +0.04178438584009806 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201908_H_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201908_H_GLOBAL.out new file mode 100644 index 00000000..d418a1ce --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201908_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201908 STATION NETCDFs +0.03944502274195353 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201908_M_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201908_M_GLOBAL.out new file mode 100644 index 00000000..d32aad29 --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201908_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201908 STATION NETCDFs +0.026887834072113037 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201909_D_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201909_D_GLOBAL.out new file mode 100644 index 00000000..d68684e8 --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201909_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201909 STATION NETCDFs +0.025729143619537355 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201909_H_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201909_H_GLOBAL.out new file mode 100644 index 00000000..564fbdae --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201909_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201909 STATION NETCDFs +0.042125380039215087 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201909_M_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201909_M_GLOBAL.out new file mode 100644 index 00000000..4f45bff3 --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201909_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201909 STATION NETCDFs +0.03975916306177775 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201910_D_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201910_D_GLOBAL.out new file mode 100644 index 00000000..5f10933e --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201910_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201910 STATION NETCDFs +0.04198798735936483 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201910_H_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201910_H_GLOBAL.out new file mode 100644 index 00000000..452a154b --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201910_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201910 STATION NETCDFs +0.040330966313680015 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201910_M_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201910_M_GLOBAL.out new file mode 100644 index 00000000..237ba3be --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201910_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201910 STATION NETCDFs +0.02841509977976481 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201911_D_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201911_D_GLOBAL.out new file mode 100644 index 00000000..aa0685d7 --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201911_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201911 STATION NETCDFs +0.03843484719594319 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201911_H_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201911_H_GLOBAL.out new file mode 100644 index 00000000..71205dc8 --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201911_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201911 STATION NETCDFs +0.026890150705973306 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201911_M_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201911_M_GLOBAL.out new file mode 100644 index 00000000..27a4f7c8 --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201911_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201911 STATION NETCDFs +0.04081792831420898 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201912_D_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201912_D_GLOBAL.out new file mode 100644 index 00000000..fe4ea4a9 --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201912_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201912 STATION NETCDFs +0.04027918577194214 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201912_H_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201912_H_GLOBAL.out new file mode 100644 index 00000000..c8cb839d --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201912_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201912 STATION NETCDFs +0.037461249033610027 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_201912_M_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_201912_M_GLOBAL.out new file mode 100644 index 00000000..d41f7bbd --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_201912_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201912 STATION NETCDFs +0.027834649880727133 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_202001_D_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_202001_D_GLOBAL.out new file mode 100644 index 00000000..b9e273b2 --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_202001_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202001 STATION NETCDFs +0.04140853484471639 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_202001_H_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_202001_H_GLOBAL.out new file mode 100644 index 00000000..8267289f --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_202001_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202001 STATION NETCDFs +0.0270734707514445 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_202001_M_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_202001_M_GLOBAL.out new file mode 100644 index 00000000..835d527f --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_202001_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202001 STATION NETCDFs +0.027895514170328775 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_202002_D_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_202002_D_GLOBAL.out new file mode 100644 index 00000000..224976de --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_202002_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202002 STATION NETCDFs +0.02192918062210083 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_202002_H_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_202002_H_GLOBAL.out new file mode 100644 index 00000000..6997ad22 --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_202002_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202002 STATION NETCDFs +0.04210921128590902 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_202002_M_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_202002_M_GLOBAL.out new file mode 100644 index 00000000..3de648f5 --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_202002_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202002 STATION NETCDFs +0.037365301450093584 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_202003_D_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_202003_D_GLOBAL.out new file mode 100644 index 00000000..6b15e46c --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_202003_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202003 STATION NETCDFs +0.04008355140686035 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_202003_H_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_202003_H_GLOBAL.out new file mode 100644 index 00000000..608f2a52 --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_202003_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202003 STATION NETCDFs +0.0404555082321167 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_202003_M_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_202003_M_GLOBAL.out new file mode 100644 index 00000000..5d69055d --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_202003_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202003 STATION NETCDFs +0.027776698271433514 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_202004_D_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_202004_D_GLOBAL.out new file mode 100644 index 00000000..7bcd3bd8 --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_202004_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202004 STATION NETCDFs +0.027724842230478924 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_202004_H_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_202004_H_GLOBAL.out new file mode 100644 index 00000000..79eca016 --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_202004_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202004 STATION NETCDFs +0.04090636173884074 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_202004_M_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_202004_M_GLOBAL.out new file mode 100644 index 00000000..4dcbf6a6 --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_202004_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202004 STATION NETCDFs +0.040830469131469725 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_202005_D_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_202005_D_GLOBAL.out new file mode 100644 index 00000000..ddb4658d --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_202005_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202005 STATION NETCDFs +0.02710565725962321 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_202005_H_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_202005_H_GLOBAL.out new file mode 100644 index 00000000..303b5b57 --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_202005_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202005 STATION NETCDFs +0.04254385232925415 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_BENZENE/T2/0_202005_M_GLOBAL.out b/run/stage_logs/NAPMD_BENZENE/T2/0_202005_M_GLOBAL.out new file mode 100644 index 00000000..e7f0af89 --- /dev/null +++ b/run/stage_logs/NAPMD_BENZENE/T2/0_202005_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202005 STATION NETCDFs +0.040692798296610516 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CH4/S1/0_2019.out b/run/stage_logs/NAPMD_CH4/S1/0_2019.out new file mode 100644 index 00000000..ba6e8f5b --- /dev/null +++ b/run/stage_logs/NAPMD_CH4/S1/0_2019.out @@ -0,0 +1,2 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2019/CH4_2019.csv +0.010056531429290772 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_1979.out b/run/stage_logs/NAPMD_CO/S1/0_1979.out new file mode 100644 index 00000000..4f032879 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_1979.out @@ -0,0 +1,3 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1979/CO_1979.csv +325 -- PARSING RAW DATA +0.00614159901936849 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_1980.out b/run/stage_logs/NAPMD_CO/S1/0_1980.out new file mode 100644 index 00000000..1d0b73c8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_1980.out @@ -0,0 +1,3 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1980/CO_1980.csv +325 -- PARSING RAW DATA +0.005610080560048422 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_1981.out b/run/stage_logs/NAPMD_CO/S1/0_1981.out new file mode 100644 index 00000000..28683a53 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_1981.out @@ -0,0 +1,4 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1981/CO_1981.csv +325 -- PARSING RAW DATA +347 -- PARSING RAW DATA +0.009176297982533773 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_1982.out b/run/stage_logs/NAPMD_CO/S1/0_1982.out new file mode 100644 index 00000000..16e90eb6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_1982.out @@ -0,0 +1,5 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1982/CO_1982.csv +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +347 -- PARSING RAW DATA +0.022539166609446208 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_1983.out b/run/stage_logs/NAPMD_CO/S1/0_1983.out new file mode 100644 index 00000000..d5da388c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_1983.out @@ -0,0 +1,6 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1983/CO_1983.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +331 -- PARSING RAW DATA +347 -- PARSING RAW DATA +0.016976133982340495 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_1984.out b/run/stage_logs/NAPMD_CO/S1/0_1984.out new file mode 100644 index 00000000..2a5afd10 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_1984.out @@ -0,0 +1,7 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1984/CO_1984.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +347 -- PARSING RAW DATA +0.031192052364349365 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_1985.out b/run/stage_logs/NAPMD_CO/S1/0_1985.out new file mode 100644 index 00000000..46152529 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_1985.out @@ -0,0 +1,5 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1985/CO_1985.csv +325 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +0.021722257137298584 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_1986.out b/run/stage_logs/NAPMD_CO/S1/0_1986.out new file mode 100644 index 00000000..3f01d07c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_1986.out @@ -0,0 +1,4 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1986/CO_1986.csv +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +0.00883158047993978 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_1987.out b/run/stage_logs/NAPMD_CO/S1/0_1987.out new file mode 100644 index 00000000..6b1b9290 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_1987.out @@ -0,0 +1,3 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1987/CO_1987.csv +331 -- PARSING RAW DATA +0.004814052581787109 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_1988.out b/run/stage_logs/NAPMD_CO/S1/0_1988.out new file mode 100644 index 00000000..2652b20b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_1988.out @@ -0,0 +1,4 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1988/CO_1988.csv +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +0.007601189613342285 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_1989.out b/run/stage_logs/NAPMD_CO/S1/0_1989.out new file mode 100644 index 00000000..da308e33 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_1989.out @@ -0,0 +1,4 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1989/CO_1989.csv +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +0.014393122990926106 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_1990.out b/run/stage_logs/NAPMD_CO/S1/0_1990.out new file mode 100644 index 00000000..2fdb38f2 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_1990.out @@ -0,0 +1,4 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1990/CO_1990.csv +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +0.010979882876078288 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_1991.out b/run/stage_logs/NAPMD_CO/S1/0_1991.out new file mode 100644 index 00000000..8e8815d3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_1991.out @@ -0,0 +1,4 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1991/CO_1991.csv +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +0.010984448591868083 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_1992.out b/run/stage_logs/NAPMD_CO/S1/0_1992.out new file mode 100644 index 00000000..ef5ca979 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_1992.out @@ -0,0 +1,4 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1992/CO_1992.csv +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +0.006817138195037842 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_1993.out b/run/stage_logs/NAPMD_CO/S1/0_1993.out new file mode 100644 index 00000000..e40f1513 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_1993.out @@ -0,0 +1,4 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1993/CO_1993.csv +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +0.018793718020121256 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_1994.out b/run/stage_logs/NAPMD_CO/S1/0_1994.out new file mode 100644 index 00000000..edba43d0 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_1994.out @@ -0,0 +1,10 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1994/CO_1994.csv +14 -- PARSING RAW DATA +30 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +40 -- PARSING RAW DATA +46 -- PARSING RAW DATA +62 -- PARSING RAW DATA +0.06785515944163005 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_1995.out b/run/stage_logs/NAPMD_CO/S1/0_1995.out new file mode 100644 index 00000000..f10fda3e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_1995.out @@ -0,0 +1,11 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1995/CO_1995.csv +14 -- PARSING RAW DATA +30 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +342 -- PARSING RAW DATA +40 -- PARSING RAW DATA +46 -- PARSING RAW DATA +62 -- PARSING RAW DATA +0.053349443276723224 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_1996.out b/run/stage_logs/NAPMD_CO/S1/0_1996.out new file mode 100644 index 00000000..5d5375a3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_1996.out @@ -0,0 +1,10 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1996/CO_1996.csv +14 -- PARSING RAW DATA +30 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +40 -- PARSING RAW DATA +46 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +0.08539635340372721 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_1997.out b/run/stage_logs/NAPMD_CO/S1/0_1997.out new file mode 100644 index 00000000..eba140f0 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_1997.out @@ -0,0 +1,10 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1997/CO_1997.csv +14 -- PARSING RAW DATA +30 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +40 -- PARSING RAW DATA +46 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +0.08071235020955404 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_1998.out b/run/stage_logs/NAPMD_CO/S1/0_1998.out new file mode 100644 index 00000000..5e8a35b0 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_1998.out @@ -0,0 +1,10 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1998/CO_1998.csv +14 -- PARSING RAW DATA +30 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +40 -- PARSING RAW DATA +46 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +0.10042494535446167 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_1999.out b/run/stage_logs/NAPMD_CO/S1/0_1999.out new file mode 100644 index 00000000..91b0cd97 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_1999.out @@ -0,0 +1,10 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1999/CO_1999.csv +14 -- PARSING RAW DATA +30 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +40 -- PARSING RAW DATA +46 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +0.09185177485148112 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_2000.out b/run/stage_logs/NAPMD_CO/S1/0_2000.out new file mode 100644 index 00000000..4716ea91 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_2000.out @@ -0,0 +1,11 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2000/CO_2000.csv +14 -- PARSING RAW DATA +30 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +360 -- PARSING RAW DATA +40 -- PARSING RAW DATA +46 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +0.10334011316299438 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_2001.out b/run/stage_logs/NAPMD_CO/S1/0_2001.out new file mode 100644 index 00000000..7833055f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_2001.out @@ -0,0 +1,11 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2001/CO_2001.csv +14 -- PARSING RAW DATA +30 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +360 -- PARSING RAW DATA +40 -- PARSING RAW DATA +46 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +0.10401135683059692 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_2002.out b/run/stage_logs/NAPMD_CO/S1/0_2002.out new file mode 100644 index 00000000..ab70041c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_2002.out @@ -0,0 +1,19 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2002/CO_2002.csv +14 -- PARSING RAW DATA +30 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +339 -- PARSING RAW DATA +342 -- PARSING RAW DATA +343 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +360 -- PARSING RAW DATA +40 -- PARSING RAW DATA +46 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +0.19369690418243407 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_2003.out b/run/stage_logs/NAPMD_CO/S1/0_2003.out new file mode 100644 index 00000000..5151a2c6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_2003.out @@ -0,0 +1,18 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2003/CO_2003.csv +14 -- PARSING RAW DATA +30 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +339 -- PARSING RAW DATA +342 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +360 -- PARSING RAW DATA +40 -- PARSING RAW DATA +46 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +0.20101940234502155 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_2004.out b/run/stage_logs/NAPMD_CO/S1/0_2004.out new file mode 100644 index 00000000..cba1817f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_2004.out @@ -0,0 +1,19 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2004/CO_2004.csv +14 -- PARSING RAW DATA +22 -- PARSING RAW DATA +30 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +339 -- PARSING RAW DATA +342 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +360 -- PARSING RAW DATA +40 -- PARSING RAW DATA +46 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +0.20166210333506265 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_2005.out b/run/stage_logs/NAPMD_CO/S1/0_2005.out new file mode 100644 index 00000000..190fb902 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_2005.out @@ -0,0 +1,18 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2005/CO_2005.csv +22 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +339 -- PARSING RAW DATA +342 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +360 -- PARSING RAW DATA +40 -- PARSING RAW DATA +46 -- PARSING RAW DATA +62 -- PARSING RAW DATA +0.1991117795308431 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_2006.out b/run/stage_logs/NAPMD_CO/S1/0_2006.out new file mode 100644 index 00000000..41e01c49 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_2006.out @@ -0,0 +1,18 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2006/CO_2006.csv +22 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +339 -- PARSING RAW DATA +342 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +360 -- PARSING RAW DATA +40 -- PARSING RAW DATA +46 -- PARSING RAW DATA +62 -- PARSING RAW DATA +0.22390015920003256 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_2007.out b/run/stage_logs/NAPMD_CO/S1/0_2007.out new file mode 100644 index 00000000..309fb794 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_2007.out @@ -0,0 +1,18 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2007/CO_2007.csv +22 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +339 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +360 -- PARSING RAW DATA +40 -- PARSING RAW DATA +43 -- PARSING RAW DATA +46 -- PARSING RAW DATA +62 -- PARSING RAW DATA +0.21019248167673746 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_2008.out b/run/stage_logs/NAPMD_CO/S1/0_2008.out new file mode 100644 index 00000000..ae248fa0 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_2008.out @@ -0,0 +1,18 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2008/CO_2008.csv +22 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +339 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +360 -- PARSING RAW DATA +40 -- PARSING RAW DATA +43 -- PARSING RAW DATA +46 -- PARSING RAW DATA +62 -- PARSING RAW DATA +0.2047603726387024 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_2009.out b/run/stage_logs/NAPMD_CO/S1/0_2009.out new file mode 100644 index 00000000..20161d82 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_2009.out @@ -0,0 +1,18 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2009/CO_2009.csv +22 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +339 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +360 -- PARSING RAW DATA +40 -- PARSING RAW DATA +43 -- PARSING RAW DATA +46 -- PARSING RAW DATA +62 -- PARSING RAW DATA +0.1988980491956075 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_2010.out b/run/stage_logs/NAPMD_CO/S1/0_2010.out new file mode 100644 index 00000000..c57d9e76 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_2010.out @@ -0,0 +1,23 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2010/CO_2010.csv +105 -- PARSING RAW DATA +108 -- PARSING RAW DATA +118 -- PARSING RAW DATA +22 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +339 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +360 -- PARSING RAW DATA +40 -- PARSING RAW DATA +43 -- PARSING RAW DATA +46 -- PARSING RAW DATA +62 -- PARSING RAW DATA +68 -- PARSING RAW DATA +80 -- PARSING RAW DATA +0.2510185201962789 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_2011.out b/run/stage_logs/NAPMD_CO/S1/0_2011.out new file mode 100644 index 00000000..81afd0ba --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_2011.out @@ -0,0 +1,24 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2011/CO_2011.csv +105 -- PARSING RAW DATA +108 -- PARSING RAW DATA +118 -- PARSING RAW DATA +22 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +339 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +360 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +43 -- PARSING RAW DATA +46 -- PARSING RAW DATA +62 -- PARSING RAW DATA +80 -- PARSING RAW DATA +0.25496464570363364 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_2012.out b/run/stage_logs/NAPMD_CO/S1/0_2012.out new file mode 100644 index 00000000..397c6982 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_2012.out @@ -0,0 +1,30 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2012/CO_2012.csv +1 -- PARSING RAW DATA +105 -- PARSING RAW DATA +108 -- PARSING RAW DATA +118 -- PARSING RAW DATA +18 -- PARSING RAW DATA +20 -- PARSING RAW DATA +22 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +339 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +360 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +43 -- PARSING RAW DATA +46 -- PARSING RAW DATA +5 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +80 -- PARSING RAW DATA +0.2843204895655314 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_2013.out b/run/stage_logs/NAPMD_CO/S1/0_2013.out new file mode 100644 index 00000000..669f8e5d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_2013.out @@ -0,0 +1,28 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2013/CO_2013.csv +1 -- PARSING RAW DATA +105 -- PARSING RAW DATA +108 -- PARSING RAW DATA +118 -- PARSING RAW DATA +18 -- PARSING RAW DATA +20 -- PARSING RAW DATA +22 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +339 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +360 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +43 -- PARSING RAW DATA +46 -- PARSING RAW DATA +5 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +80 -- PARSING RAW DATA +0.282840092976888 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_2014.out b/run/stage_logs/NAPMD_CO/S1/0_2014.out new file mode 100644 index 00000000..e0d53c79 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_2014.out @@ -0,0 +1,32 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2014/CO_2014.csv +1 -- PARSING RAW DATA +105 -- PARSING RAW DATA +108 -- PARSING RAW DATA +118 -- PARSING RAW DATA +18 -- PARSING RAW DATA +2 -- PARSING RAW DATA +20 -- PARSING RAW DATA +22 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +336 -- PARSING RAW DATA +337 -- PARSING RAW DATA +339 -- PARSING RAW DATA +340 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +360 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +43 -- PARSING RAW DATA +46 -- PARSING RAW DATA +5 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +80 -- PARSING RAW DATA +0.33488284746805824 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_2015.out b/run/stage_logs/NAPMD_CO/S1/0_2015.out new file mode 100644 index 00000000..9dae6793 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_2015.out @@ -0,0 +1,37 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2015/CO_2015.csv +1 -- PARSING RAW DATA +105 -- PARSING RAW DATA +108 -- PARSING RAW DATA +118 -- PARSING RAW DATA +18 -- PARSING RAW DATA +2 -- PARSING RAW DATA +20 -- PARSING RAW DATA +22 -- PARSING RAW DATA +271 -- PARSING RAW DATA +279 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +336 -- PARSING RAW DATA +337 -- PARSING RAW DATA +339 -- PARSING RAW DATA +340 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +360 -- PARSING RAW DATA +362 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +43 -- PARSING RAW DATA +46 -- PARSING RAW DATA +5 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +80 -- PARSING RAW DATA +89 -- PARSING RAW DATA +98 -- PARSING RAW DATA +0.32787453730901084 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_2016.out b/run/stage_logs/NAPMD_CO/S1/0_2016.out new file mode 100644 index 00000000..4d806bcb --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_2016.out @@ -0,0 +1,2 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2016/CO_2016.csv +0.09320483605066936 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_2017.out b/run/stage_logs/NAPMD_CO/S1/0_2017.out new file mode 100644 index 00000000..a063d802 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_2017.out @@ -0,0 +1,2 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2017/CO_2017.csv +0.07148180007934571 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_2018.out b/run/stage_logs/NAPMD_CO/S1/0_2018.out new file mode 100644 index 00000000..9cd70248 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_2018.out @@ -0,0 +1,2 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2018/CO_2018.csv +0.07844159205754599 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_2019.out b/run/stage_logs/NAPMD_CO/S1/0_2019.out new file mode 100644 index 00000000..bccfe139 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_2019.out @@ -0,0 +1,2 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2019/CO_2019.csv +0.09573561350504557 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_2020.out b/run/stage_logs/NAPMD_CO/S1/0_2020.out new file mode 100644 index 00000000..7ed1d5b1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_2020.out @@ -0,0 +1,49 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2020/CO_2020.csv +108 -- PARSING RAW DATA +118 -- PARSING RAW DATA +18 -- PARSING RAW DATA +2 -- PARSING RAW DATA +20 -- PARSING RAW DATA +22 -- PARSING RAW DATA +273 -- PARSING RAW DATA +279 -- PARSING RAW DATA +28 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +32 -- PARSING RAW DATA +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +336 -- PARSING RAW DATA +337 -- PARSING RAW DATA +340 -- PARSING RAW DATA +35 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +356 -- PARSING RAW DATA +357 -- PARSING RAW DATA +360 -- PARSING RAW DATA +363 -- PARSING RAW DATA +368 -- PARSING RAW DATA +369 -- PARSING RAW DATA +370 -- PARSING RAW DATA +372 -- PARSING RAW DATA +373 -- PARSING RAW DATA +374 -- PARSING RAW DATA +375 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +42 -- PARSING RAW DATA +43 -- PARSING RAW DATA +46 -- PARSING RAW DATA +5 -- PARSING RAW DATA +534 -- PARSING RAW DATA +540 -- PARSING RAW DATA +547 -- PARSING RAW DATA +6 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +80 -- PARSING RAW DATA +89 -- PARSING RAW DATA +98 -- PARSING RAW DATA +0.3939271370569865 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S1/0_2021.out b/run/stage_logs/NAPMD_CO/S1/0_2021.out new file mode 100644 index 00000000..8351aca5 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S1/0_2021.out @@ -0,0 +1,6 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2021/CO_2021.csv +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +357 -- PARSING RAW DATA +360 -- PARSING RAW DATA +0.027305444081624348 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_105_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_105_FTIR.out new file mode 100644 index 00000000..f9837b81 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_105_FTIR.out @@ -0,0 +1,4 @@ +105_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.013805099328358968 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_108_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_108_FTIR.out new file mode 100644 index 00000000..699e9507 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_108_FTIR.out @@ -0,0 +1,4 @@ +108_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.020028181870778403 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_118_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_118_FTIR.out new file mode 100644 index 00000000..7e43729c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_118_FTIR.out @@ -0,0 +1,4 @@ +118_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.021297021706899007 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_14_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_14_FTIR.out new file mode 100644 index 00000000..6debdf50 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_14_FTIR.out @@ -0,0 +1,4 @@ +14_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.029944082101186115 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_18_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_18_FTIR.out new file mode 100644 index 00000000..2e1676ae --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_18_FTIR.out @@ -0,0 +1,4 @@ +18_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.011279559135437012 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_1_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_1_FTIR.out new file mode 100644 index 00000000..0239241e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_1_FTIR.out @@ -0,0 +1,4 @@ +1_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.00752477248509725 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_20_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_20_FTIR.out new file mode 100644 index 00000000..37ce3d86 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_20_FTIR.out @@ -0,0 +1,4 @@ +20_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.010756965478261311 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_22_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_22_FTIR.out new file mode 100644 index 00000000..39099f90 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_22_FTIR.out @@ -0,0 +1,21 @@ +22_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2004-01-09 16:00:00 2004-12-31 12:00:00 1053487680 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/22_FTIR_1053487680_1054001520.npz'] +'StationConcatenate' object has no attribute 'existing_data' +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/22_FTIR_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/22_FTIR_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/22_FTIR_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/22_FTIR_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/22_FTIR_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/22_FTIR_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/22_FTIR_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/22_FTIR_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/22_FTIR_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/22_FTIR_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/22_FTIR_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/22_FTIR_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/22_FTIR_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/22_FTIR_1059260400_1059786000.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/22_FTIR_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.1375375747680664 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_271_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_271_FTIR.out new file mode 100644 index 00000000..b00aced4 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_271_FTIR.out @@ -0,0 +1,4 @@ +271_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0032277941703796388 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_273_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_273_FTIR.out new file mode 100644 index 00000000..1cadfbda --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_273_FTIR.out @@ -0,0 +1,4 @@ +273_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.002757620811462402 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_279_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_279_FTIR.out new file mode 100644 index 00000000..74651cbb --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_279_FTIR.out @@ -0,0 +1,4 @@ +279_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.005587470531463623 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_28_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_28_FTIR.out new file mode 100644 index 00000000..25c70b29 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_28_FTIR.out @@ -0,0 +1,4 @@ +28_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.002554515997568766 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_2_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_2_FTIR.out new file mode 100644 index 00000000..a0e4387b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_2_FTIR.out @@ -0,0 +1,4 @@ +2_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0054955561955769856 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_30_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_30_FTIR.out new file mode 100644 index 00000000..128c0e93 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_30_FTIR.out @@ -0,0 +1,4 @@ +30_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.058691151936848956 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_31_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_31_FTIR.out new file mode 100644 index 00000000..8a444a0b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_31_FTIR.out @@ -0,0 +1,17 @@ +31_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2005-06-10 04:00:00 2005-12-31 12:00:00 1054232880 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/31_FTIR_1054232880_1054527120.npz'] +'StationConcatenate' object has no attribute 'existing_data' +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/31_FTIR_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/31_FTIR_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/31_FTIR_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/31_FTIR_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/31_FTIR_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/31_FTIR_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/31_FTIR_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/31_FTIR_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/31_FTIR_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-07-23 23:00:00 1057682160 1057978020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/31_FTIR_1057682160_1057978020.npz'] +2015-08-19 01:00:00 2015-08-19 22:00:00 1059592380 1059593640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/31_FTIR_1059592380_1059593640.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.1335476040840149 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_324_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_324_FTIR.out new file mode 100644 index 00000000..84eb18f0 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_324_FTIR.out @@ -0,0 +1,4 @@ +324_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.041671005884806316 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_325_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_325_FTIR.out new file mode 100644 index 00000000..552e621f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_325_FTIR.out @@ -0,0 +1,4 @@ +325_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0682499130566915 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_326_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_326_FTIR.out new file mode 100644 index 00000000..5a7f6112 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_326_FTIR.out @@ -0,0 +1,4 @@ +326_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.00301053524017334 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_32_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_32_FTIR.out new file mode 100644 index 00000000..1c8a9700 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_32_FTIR.out @@ -0,0 +1,4 @@ +32_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0037466049194335937 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_330_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_330_FTIR.out new file mode 100644 index 00000000..9c4b1199 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_330_FTIR.out @@ -0,0 +1,4 @@ +330_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0026697556177775065 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_331_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_331_FTIR.out new file mode 100644 index 00000000..dfc32256 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_331_FTIR.out @@ -0,0 +1,4 @@ +331_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.07916492621103922 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_332_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_332_FTIR.out new file mode 100644 index 00000000..b5a146a6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_332_FTIR.out @@ -0,0 +1,4 @@ +332_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.050312558809916176 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_335_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_335_FTIR.out new file mode 100644 index 00000000..827a3932 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_335_FTIR.out @@ -0,0 +1,4 @@ +335_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.04102339347203573 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_336_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_336_FTIR.out new file mode 100644 index 00000000..95dbd6e6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_336_FTIR.out @@ -0,0 +1,4 @@ +336_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.00591588020324707 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_337_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_337_FTIR.out new file mode 100644 index 00000000..47c317e0 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_337_FTIR.out @@ -0,0 +1,4 @@ +337_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.006279897689819336 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_339_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_339_FTIR.out new file mode 100644 index 00000000..4d3d85d1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_339_FTIR.out @@ -0,0 +1,4 @@ +339_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.03575365543365479 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_340_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_340_FTIR.out new file mode 100644 index 00000000..d4bf6092 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_340_FTIR.out @@ -0,0 +1,4 @@ +340_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.006762707233428955 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_342_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_342_FTIR.out new file mode 100644 index 00000000..86c0703c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_342_FTIR.out @@ -0,0 +1,4 @@ +342_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0129266619682312 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_343_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_343_FTIR.out new file mode 100644 index 00000000..31170eba --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_343_FTIR.out @@ -0,0 +1,4 @@ +343_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.001720257600148519 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_347_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_347_FTIR.out new file mode 100644 index 00000000..0031a01b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_347_FTIR.out @@ -0,0 +1,4 @@ +347_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.006683250268300374 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_352_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_352_FTIR.out new file mode 100644 index 00000000..e1b27355 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_352_FTIR.out @@ -0,0 +1,4 @@ +352_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0524250864982605 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_354_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_354_FTIR.out new file mode 100644 index 00000000..f4a564ef --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_354_FTIR.out @@ -0,0 +1,4 @@ +354_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.057066563765207926 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_356_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_356_FTIR.out new file mode 100644 index 00000000..0bc28f43 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_356_FTIR.out @@ -0,0 +1,4 @@ +356_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0026663422584533693 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_357_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_357_FTIR.out new file mode 100644 index 00000000..b25f571d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_357_FTIR.out @@ -0,0 +1,4 @@ +357_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.004455935955047607 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_35_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_35_FTIR.out new file mode 100644 index 00000000..5489b60f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_35_FTIR.out @@ -0,0 +1,4 @@ +35_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0015012780825297038 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_360_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_360_FTIR.out new file mode 100644 index 00000000..6bbf8eac --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_360_FTIR.out @@ -0,0 +1,4 @@ +360_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.058741092681884766 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_362_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_362_FTIR.out new file mode 100644 index 00000000..6f3a90cd --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_362_FTIR.out @@ -0,0 +1,4 @@ +362_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.002296710014343262 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_363_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_363_FTIR.out new file mode 100644 index 00000000..9b0cfc6c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_363_FTIR.out @@ -0,0 +1,4 @@ +363_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0017242948214213052 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_368_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_368_FTIR.out new file mode 100644 index 00000000..ffee9e45 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_368_FTIR.out @@ -0,0 +1,4 @@ +368_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0017526904741923014 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_369_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_369_FTIR.out new file mode 100644 index 00000000..974b3b83 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_369_FTIR.out @@ -0,0 +1,4 @@ +369_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0012241284052530925 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_370_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_370_FTIR.out new file mode 100644 index 00000000..7f5dd2e3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_370_FTIR.out @@ -0,0 +1,4 @@ +370_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0031818230946858723 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_372_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_372_FTIR.out new file mode 100644 index 00000000..4950ad33 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_372_FTIR.out @@ -0,0 +1,4 @@ +372_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.002191758155822754 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_373_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_373_FTIR.out new file mode 100644 index 00000000..b939c436 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_373_FTIR.out @@ -0,0 +1,4 @@ +373_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0028241554896036784 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_374_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_374_FTIR.out new file mode 100644 index 00000000..d8518290 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_374_FTIR.out @@ -0,0 +1,4 @@ +374_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.002734816074371338 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_375_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_375_FTIR.out new file mode 100644 index 00000000..56256146 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_375_FTIR.out @@ -0,0 +1,4 @@ +375_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0021908362706502277 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_3_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_3_FTIR.out new file mode 100644 index 00000000..a379c185 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_3_FTIR.out @@ -0,0 +1,4 @@ +3_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.013262577851613363 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_40_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_40_FTIR.out new file mode 100644 index 00000000..2cbd5f08 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_40_FTIR.out @@ -0,0 +1,4 @@ +40_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.05157497326533 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_42_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_42_FTIR.out new file mode 100644 index 00000000..a0a0712f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_42_FTIR.out @@ -0,0 +1,4 @@ +42_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.003494699796040853 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_43_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_43_FTIR.out new file mode 100644 index 00000000..437cdd47 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_43_FTIR.out @@ -0,0 +1,18 @@ +43_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2007-02-28 12:00:00 2007-12-31 11:00:00 1055137680 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/43_FTIR_1055137680_1055578320.npz'] +'StationConcatenate' object has no attribute 'existing_data' +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/43_FTIR_1055137680_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/43_FTIR_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/43_FTIR_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/43_FTIR_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/43_FTIR_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/43_FTIR_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/43_FTIR_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/43_FTIR_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/43_FTIR_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/43_FTIR_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/43_FTIR_1059260400_1059786000.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/43_FTIR_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.11112456719080607 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_46_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_46_FTIR.out new file mode 100644 index 00000000..bdafbeca --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_46_FTIR.out @@ -0,0 +1,31 @@ +46_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1993-12-31 14:00:00 1994-12-31 12:00:00 1048215720 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/46_FTIR_1048215720_1048741200.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/46_FTIR_1048741200_1049266800.npz'] +1995-12-31 12:00:00 1996-12-31 12:00:00 1049266800 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/46_FTIR_1049266800_1049793840.npz'] +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/46_FTIR_1049793840_1050319440.npz'] +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/46_FTIR_1050319440_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/46_FTIR_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/46_FTIR_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/46_FTIR_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/46_FTIR_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/46_FTIR_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/46_FTIR_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/46_FTIR_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/46_FTIR_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/46_FTIR_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/46_FTIR_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/46_FTIR_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/46_FTIR_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/46_FTIR_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/46_FTIR_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/46_FTIR_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/46_FTIR_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/46_FTIR_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/46_FTIR_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/46_FTIR_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/46_FTIR_1059260400_1059786000.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/46_FTIR_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.1756725271542867 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_4_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_4_FTIR.out new file mode 100644 index 00000000..dc1e157e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_4_FTIR.out @@ -0,0 +1,4 @@ +4_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01588368813196818 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_534_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_534_FTIR.out new file mode 100644 index 00000000..c4ab7bf6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_534_FTIR.out @@ -0,0 +1,4 @@ +534_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0020607948303222657 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_540_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_540_FTIR.out new file mode 100644 index 00000000..fb6d80b6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_540_FTIR.out @@ -0,0 +1,4 @@ +540_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.001227716604868571 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_5_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_5_FTIR.out new file mode 100644 index 00000000..1fdf2e8e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_5_FTIR.out @@ -0,0 +1,4 @@ +5_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.010191659132639566 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_61_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_61_FTIR.out new file mode 100644 index 00000000..f2484eca --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_61_FTIR.out @@ -0,0 +1,4 @@ +61_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.02020258108774821 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_62_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_62_FTIR.out new file mode 100644 index 00000000..38e43d8d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_62_FTIR.out @@ -0,0 +1,31 @@ +62_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1993-12-31 13:00:00 1994-10-15 04:00:00 1048215660 1048629840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/62_FTIR_1048215660_1048629840.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1995-02-01 03:00:00 1995-12-31 12:00:00 1048786740 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/62_FTIR_1048786740_1049266800.npz'] +1995-12-31 12:00:00 1996-12-31 12:00:00 1049266800 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/62_FTIR_1049266800_1049793840.npz'] +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/62_FTIR_1049793840_1050319440.npz'] +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/62_FTIR_1050319440_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/62_FTIR_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/62_FTIR_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/62_FTIR_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/62_FTIR_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/62_FTIR_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/62_FTIR_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/62_FTIR_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/62_FTIR_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/62_FTIR_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/62_FTIR_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/62_FTIR_1055578260_1056103740.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/62_FTIR_1055578260_1056103740.npz +2007-12-31 12:00:00 2008-12-30 09:00:00 1055578320 1056103740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/62_FTIR_1055578260_1056103740.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/62_FTIR_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/62_FTIR_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/62_FTIR_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/62_FTIR_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/62_FTIR_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/62_FTIR_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/62_FTIR_1059260400_1059786000.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcco/temporary_S1/62_FTIR_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.16709725062052408 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_64_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_64_FTIR.out new file mode 100644 index 00000000..fbcff901 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_64_FTIR.out @@ -0,0 +1,4 @@ +64_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.012411995728810628 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_68_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_68_FTIR.out new file mode 100644 index 00000000..0460a1ae --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_68_FTIR.out @@ -0,0 +1,4 @@ +68_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.003150002161661784 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_6_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_6_FTIR.out new file mode 100644 index 00000000..d5e128a7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_6_FTIR.out @@ -0,0 +1,4 @@ +6_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0031425873438517254 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/0_80_FTIR.out b/run/stage_logs/NAPMD_CO/S2/0_80_FTIR.out new file mode 100644 index 00000000..311bd3c5 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/0_80_FTIR.out @@ -0,0 +1,4 @@ +80_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01825951337814331 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/1_547_FTIR.out b/run/stage_logs/NAPMD_CO/S2/1_547_FTIR.out new file mode 100644 index 00000000..99eae5ef --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/1_547_FTIR.out @@ -0,0 +1,3 @@ +547_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +ALL OF LONGITUDE VALUES ARE NaN. STATION REMOVED FROM FURTHER PROCESSING IN PIPELINE \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/1_89_FTIR.out b/run/stage_logs/NAPMD_CO/S2/1_89_FTIR.out new file mode 100644 index 00000000..7e21b504 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/1_89_FTIR.out @@ -0,0 +1,3 @@ +89_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +ALL OF LONGITUDE VALUES ARE NaN. STATION REMOVED FROM FURTHER PROCESSING IN PIPELINE \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S2/1_98_FTIR.out b/run/stage_logs/NAPMD_CO/S2/1_98_FTIR.out new file mode 100644 index 00000000..b84aa927 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S2/1_98_FTIR.out @@ -0,0 +1,3 @@ +98_FTIR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +ALL OF LONGITUDE VALUES ARE NaN. STATION REMOVED FROM FURTHER PROCESSING IN PIPELINE \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_105_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_105_FTIR.out new file mode 100644 index 00000000..88e28d8e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_105_FTIR.out @@ -0,0 +1,23 @@ +105_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.057316823800405 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_108_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_108_FTIR.out new file mode 100644 index 00000000..170cc722 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_108_FTIR.out @@ -0,0 +1,23 @@ +108_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1227028648058572 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_118_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_118_FTIR.out new file mode 100644 index 00000000..b952d3a7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_118_FTIR.out @@ -0,0 +1,23 @@ +118_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1008179505666098 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_14_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_14_FTIR.out new file mode 100644 index 00000000..65020880 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_14_FTIR.out @@ -0,0 +1,23 @@ +14_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.2741800546646118 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_18_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_18_FTIR.out new file mode 100644 index 00000000..98abffa9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_18_FTIR.out @@ -0,0 +1,23 @@ +18_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9935057361920675 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_1_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_1_FTIR.out new file mode 100644 index 00000000..3c7c98df --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_1_FTIR.out @@ -0,0 +1,23 @@ +1_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9217991352081298 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_20_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_20_FTIR.out new file mode 100644 index 00000000..aa372f8b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_20_FTIR.out @@ -0,0 +1,23 @@ +20_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6027719815572102 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_22_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_22_FTIR.out new file mode 100644 index 00000000..b6599098 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_22_FTIR.out @@ -0,0 +1,23 @@ +22_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.9324483434359232 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_271_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_271_FTIR.out new file mode 100644 index 00000000..ad076ef3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_271_FTIR.out @@ -0,0 +1,23 @@ +271_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7446120659510295 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_273_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_273_FTIR.out new file mode 100644 index 00000000..af039a65 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_273_FTIR.out @@ -0,0 +1,23 @@ +273_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7301663279533386 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_279_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_279_FTIR.out new file mode 100644 index 00000000..fac9db29 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_279_FTIR.out @@ -0,0 +1,23 @@ +279_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5830862840016683 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_28_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_28_FTIR.out new file mode 100644 index 00000000..90e3aa8b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_28_FTIR.out @@ -0,0 +1,23 @@ +28_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5160263856252034 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_2_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_2_FTIR.out new file mode 100644 index 00000000..52c25a27 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_2_FTIR.out @@ -0,0 +1,23 @@ +2_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7660380959510803 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_30_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_30_FTIR.out new file mode 100644 index 00000000..5423223d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_30_FTIR.out @@ -0,0 +1,23 @@ +30_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.9447914759318035 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_31_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_31_FTIR.out new file mode 100644 index 00000000..ae41bd54 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_31_FTIR.out @@ -0,0 +1,23 @@ +31_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1323767224947612 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_324_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_324_FTIR.out new file mode 100644 index 00000000..fc1e0ada --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_324_FTIR.out @@ -0,0 +1,23 @@ +324_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.600322147210439 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_325_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_325_FTIR.out new file mode 100644 index 00000000..148169c8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_325_FTIR.out @@ -0,0 +1,23 @@ +325_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +3.014815938472748 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_326_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_326_FTIR.out new file mode 100644 index 00000000..0fa1f53d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_326_FTIR.out @@ -0,0 +1,23 @@ +326_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.4478389819463094 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_32_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_32_FTIR.out new file mode 100644 index 00000000..eb6d3960 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_32_FTIR.out @@ -0,0 +1,23 @@ +32_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7514410138130188 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_330_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_330_FTIR.out new file mode 100644 index 00000000..bcabfee4 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_330_FTIR.out @@ -0,0 +1,23 @@ +330_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5915383497873942 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_331_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_331_FTIR.out new file mode 100644 index 00000000..2322da46 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_331_FTIR.out @@ -0,0 +1,23 @@ +331_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +3.6098795175552367 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_332_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_332_FTIR.out new file mode 100644 index 00000000..729c8110 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_332_FTIR.out @@ -0,0 +1,23 @@ +332_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.509825070699056 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_335_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_335_FTIR.out new file mode 100644 index 00000000..36164862 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_335_FTIR.out @@ -0,0 +1,23 @@ +335_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.2313073039054871 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_336_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_336_FTIR.out new file mode 100644 index 00000000..f12847b1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_336_FTIR.out @@ -0,0 +1,23 @@ +336_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8157068133354187 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_337_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_337_FTIR.out new file mode 100644 index 00000000..be402fab --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_337_FTIR.out @@ -0,0 +1,23 @@ +337_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8339186191558838 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_339_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_339_FTIR.out new file mode 100644 index 00000000..e71e223d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_339_FTIR.out @@ -0,0 +1,23 @@ +339_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.4321723222732543 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_340_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_340_FTIR.out new file mode 100644 index 00000000..fac587aa --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_340_FTIR.out @@ -0,0 +1,23 @@ +340_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7678798397382101 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_342_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_342_FTIR.out new file mode 100644 index 00000000..f5da4064 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_342_FTIR.out @@ -0,0 +1,23 @@ +342_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9540404995282491 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_343_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_343_FTIR.out new file mode 100644 index 00000000..f9832ee3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_343_FTIR.out @@ -0,0 +1,23 @@ +343_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7135881145795187 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_347_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_347_FTIR.out new file mode 100644 index 00000000..94ff1b1a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_347_FTIR.out @@ -0,0 +1,23 @@ +347_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8743119637171427 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_352_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_352_FTIR.out new file mode 100644 index 00000000..17ead0de --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_352_FTIR.out @@ -0,0 +1,23 @@ +352_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.6706999739011128 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_354_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_354_FTIR.out new file mode 100644 index 00000000..b4de72e6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_354_FTIR.out @@ -0,0 +1,23 @@ +354_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.8449437896410625 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_356_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_356_FTIR.out new file mode 100644 index 00000000..ebf970bb --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_356_FTIR.out @@ -0,0 +1,23 @@ +356_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7350699027379354 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_357_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_357_FTIR.out new file mode 100644 index 00000000..7d68adb5 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_357_FTIR.out @@ -0,0 +1,23 @@ +357_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7856717705726624 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_35_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_35_FTIR.out new file mode 100644 index 00000000..2cc1d57a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_35_FTIR.out @@ -0,0 +1,23 @@ +35_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5082554221153259 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_360_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_360_FTIR.out new file mode 100644 index 00000000..c6eb8c1d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_360_FTIR.out @@ -0,0 +1,23 @@ +360_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.678785999615987 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_362_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_362_FTIR.out new file mode 100644 index 00000000..8a8cab39 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_362_FTIR.out @@ -0,0 +1,23 @@ +362_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7208228826522827 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_363_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_363_FTIR.out new file mode 100644 index 00000000..fd8a5375 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_363_FTIR.out @@ -0,0 +1,23 @@ +363_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7768341898918152 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_368_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_368_FTIR.out new file mode 100644 index 00000000..26ecc499 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_368_FTIR.out @@ -0,0 +1,23 @@ +368_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7203761259714763 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_369_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_369_FTIR.out new file mode 100644 index 00000000..9b864ca7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_369_FTIR.out @@ -0,0 +1,23 @@ +369_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7700522581736247 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_370_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_370_FTIR.out new file mode 100644 index 00000000..9b43eaf4 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_370_FTIR.out @@ -0,0 +1,23 @@ +370_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7345657070477803 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_372_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_372_FTIR.out new file mode 100644 index 00000000..c8dc5e72 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_372_FTIR.out @@ -0,0 +1,23 @@ +372_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5955533901850383 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_373_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_373_FTIR.out new file mode 100644 index 00000000..b5a40235 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_373_FTIR.out @@ -0,0 +1,23 @@ +373_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6116304119427999 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_374_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_374_FTIR.out new file mode 100644 index 00000000..0610795b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_374_FTIR.out @@ -0,0 +1,23 @@ +374_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6504100322723388 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_375_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_375_FTIR.out new file mode 100644 index 00000000..4ede1d7f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_375_FTIR.out @@ -0,0 +1,23 @@ +375_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7344135721524556 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_3_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_3_FTIR.out new file mode 100644 index 00000000..8e80a6de --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_3_FTIR.out @@ -0,0 +1,23 @@ +3_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9960999687512716 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_40_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_40_FTIR.out new file mode 100644 index 00000000..4c0497e7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_40_FTIR.out @@ -0,0 +1,23 @@ +40_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.8900901714960736 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_42_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_42_FTIR.out new file mode 100644 index 00000000..5c6251cb --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_42_FTIR.out @@ -0,0 +1,23 @@ +42_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.44447651704152424 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_43_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_43_FTIR.out new file mode 100644 index 00000000..9fa33661 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_43_FTIR.out @@ -0,0 +1,23 @@ +43_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.2458715637524922 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_46_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_46_FTIR.out new file mode 100644 index 00000000..1c4d3d07 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_46_FTIR.out @@ -0,0 +1,23 @@ +46_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.0308411200841268 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_4_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_4_FTIR.out new file mode 100644 index 00000000..211cc99e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_4_FTIR.out @@ -0,0 +1,23 @@ +4_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.996934692064921 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_534_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_534_FTIR.out new file mode 100644 index 00000000..8e2dbf60 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_534_FTIR.out @@ -0,0 +1,23 @@ +534_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8252196947733561 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_540_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_540_FTIR.out new file mode 100644 index 00000000..4ae9d5db --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_540_FTIR.out @@ -0,0 +1,23 @@ +540_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5572916070620219 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_5_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_5_FTIR.out new file mode 100644 index 00000000..1417c764 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_5_FTIR.out @@ -0,0 +1,23 @@ +5_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9298707683881123 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_61_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_61_FTIR.out new file mode 100644 index 00000000..b61210bf --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_61_FTIR.out @@ -0,0 +1,23 @@ +61_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.2327185908953349 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_62_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_62_FTIR.out new file mode 100644 index 00000000..e15b1834 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_62_FTIR.out @@ -0,0 +1,23 @@ +62_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.951171092192332 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_64_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_64_FTIR.out new file mode 100644 index 00000000..2f97154f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_64_FTIR.out @@ -0,0 +1,23 @@ +64_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9177037954330445 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_68_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_68_FTIR.out new file mode 100644 index 00000000..23d936ad --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_68_FTIR.out @@ -0,0 +1,23 @@ +68_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8637305498123169 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_6_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_6_FTIR.out new file mode 100644 index 00000000..7e92540e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_6_FTIR.out @@ -0,0 +1,23 @@ +6_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7372823715209961 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/S3/0_80_FTIR.out b/run/stage_logs/NAPMD_CO/S3/0_80_FTIR.out new file mode 100644 index 00000000..b0b149e8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/S3/0_80_FTIR.out @@ -0,0 +1,23 @@ +80_FTIR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0590289235115051 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_105_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_105_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..3eb82803 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_105_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +105_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7237156589825948 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_105_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_105_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..5dd79e69 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_105_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +105_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2507028857866922 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_105_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_105_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..872bfe75 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_105_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +105_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0263441880544026 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_108_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_108_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..b454c086 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_108_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +108_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9389721035957337 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_108_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_108_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..0d979a83 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_108_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +108_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5265695810317994 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_108_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_108_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..6462c49d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_108_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +108_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2504558881123862 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_118_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_118_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..21513d35 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_118_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +118_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2734612822532654 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_118_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_118_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..03ba3dcd --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_118_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +118_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5553502400716146 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_118_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_118_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..ff9a23ff --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_118_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +118_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7654085834821065 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_14_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_14_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..f1ad45f6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_14_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +14_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4164991855621338 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_14_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_14_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..59e115f2 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_14_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +14_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7127633333206176 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_14_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_14_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..5474a16c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_14_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +14_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8363343318303427 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_18_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_18_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..8605ba55 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_18_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +18_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9211896220842998 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_18_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_18_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..cd9eabb0 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_18_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +18_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9248615582784017 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_18_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_18_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..a885fd42 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_18_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +18_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5983099857966105 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_1_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_1_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..3a1cb854 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_1_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +1_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.36923256317774455 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_1_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_1_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..7006412c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_1_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +1_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8570867498715719 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_1_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_1_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..3352c28a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_1_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +1_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3994958758354187 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_20_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_20_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..b2dd3734 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_20_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +20_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9519838213920593 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_20_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_20_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..18c7173d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_20_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +20_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9450037201245626 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_20_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_20_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..1925684c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_20_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +20_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8825563112894694 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_22_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_22_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..71ce27b0 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_22_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +22_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.3603555520375568 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_22_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_22_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..a45c26ac --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_22_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +22_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.560498615105947 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_22_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_22_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..d7e58e57 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_22_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +22_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6539072871208191 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_271_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_271_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..4975fe8d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_271_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +271_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.12289827664693197 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_271_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_271_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..6b06e5f1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_271_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +271_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4409539063771566 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_271_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_271_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..a6faaa6a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_271_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +271_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2137108047803243 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_273_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_273_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..f8935ade --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_273_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +273_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.04106434186299642 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_273_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_273_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..5febbd8f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_273_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +273_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4526108423868815 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_273_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_273_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..630dd62f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_273_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +273_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.10048260688781738 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_279_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_279_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..08cdeb8a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_279_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +279_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.27138051589330037 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_279_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_279_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..43c96e6c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_279_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +279_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7727020343144735 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_279_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_279_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..54f773ef --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_279_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +279_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2760899066925049 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_28_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_28_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..fed3369b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_28_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +28_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.06859926780064901 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_28_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_28_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..ade889d7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_28_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +28_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3322171171506246 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_28_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_28_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..6f28b743 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_28_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +28_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.14975217978159586 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_2_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_2_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..92dc74d5 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_2_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +2_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5135075012842815 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_2_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_2_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..6f491ac7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_2_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +2_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7390759627024333 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_2_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_2_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..b2026077 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_2_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +2_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.307017449537913 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_30_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_30_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..5b2c1478 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_30_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +30_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.205662270387014 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_30_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_30_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..0d91eae0 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_30_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +30_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.436336115996043 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_30_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_30_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..fa796629 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_30_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +30_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.199124558766683 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_31_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_31_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..21ccf966 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_31_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +31_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8756690382957458 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_31_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_31_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..2b907fe3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_31_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +31_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3368352850278218 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_31_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_31_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..7008487f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_31_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +31_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9986828605333964 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_324_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_324_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..dca6f5f5 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_324_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +324_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8022687991460165 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_324_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_324_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..52c66f76 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_324_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +324_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.7507070660591126 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_324_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_324_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..e3c8c378 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_324_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +324_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.3743327498435973 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_325_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_325_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..4567fc4a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_325_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +325_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.458323582013448 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_325_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_325_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..99d13fc8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_325_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +325_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.682726740837097 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_325_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_325_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..5e7c0cc8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_325_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +325_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.4513940175374347 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_326_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_326_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..40ec175e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_326_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +326_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.09337439537048339 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_326_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_326_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..7d7afa56 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_326_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +326_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3613866925239563 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_326_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_326_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..22d37a1e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_326_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +326_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2660618185997009 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_32_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_32_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..ca77fc53 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_32_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +32_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.12985278367996217 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_32_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_32_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..8ac8f426 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_32_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +32_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4178271492322286 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_32_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_32_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..855a252d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_32_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +32_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.21124314069747924 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_330_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_330_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..7f9b1d94 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_330_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +330_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.09909860293070476 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_330_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_330_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..ead14178 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_330_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +330_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.34773879051208495 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_330_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_330_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..54df5752 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_330_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +330_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.05096777677536011 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_331_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_331_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..4b05ed6d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_331_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +331_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.4294267853101092 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_331_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_331_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..4cfa3c85 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_331_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +331_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.717330288887024 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_331_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_331_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..8221ab79 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_331_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +331_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.2933547457059222 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_332_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_332_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..99c5b6ee --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_332_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +332_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8551816821098328 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_332_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_332_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..0a5c5aba --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_332_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +332_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.2390373150507608 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_332_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_332_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..7930d0ff --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_332_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +332_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9425251007080078 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_335_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_335_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..78a205da --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_335_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +335_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4771552602450053 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_335_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_335_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..2f1ca4b2 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_335_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +335_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9783727804819742 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_335_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_335_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..34ef1437 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_335_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +335_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.1395740071932474 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_336_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_336_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..163df52a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_336_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +336_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6323576807975769 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_336_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_336_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..fde3a166 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_336_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +336_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.87600785891215 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_336_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_336_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..7e607f11 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_336_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +336_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.32521063884099327 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_337_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_337_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..be830695 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_337_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +337_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.419259246190389 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_337_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_337_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..a2682ef6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_337_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +337_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6921675562858581 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_337_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_337_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..d778f8ed --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_337_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +337_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4048239827156067 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_339_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_339_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..9d3f579b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_339_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +339_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.236581250031789 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_339_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_339_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..b294d2aa --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_339_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +339_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.583622376124064 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_339_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_339_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..90c3d5aa --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_339_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +339_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.352043549219767 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_340_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_340_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..d9a285c3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_340_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +340_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6300796667734782 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_340_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_340_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..af84685b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_340_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +340_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8853881041208903 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_340_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_340_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..83be50bf --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_340_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +340_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6367533961931865 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_342_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_342_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..98d356b5 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_342_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +342_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.038756501674652 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_342_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_342_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..6e2cd98a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_342_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +342_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3252718567848205 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_342_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_342_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..8c94c6a9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_342_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +342_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6997732400894165 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_343_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_343_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..ebb9f377 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_343_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +343_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.05780628522237142 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_343_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_343_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..a09d4da9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_343_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +343_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.19403565327326458 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_343_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_343_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..8f9f40b9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_343_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +343_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.041429297129313154 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_347_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_347_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..04c26b0d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_347_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +347_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.47555767695109047 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_347_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_347_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..8eb96602 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_347_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +347_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6949678977330526 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_347_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_347_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..a9ae32fa --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_347_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +347_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7253747304280599 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_352_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_352_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..eae94bbb --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_352_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +352_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.2885971665382385 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_352_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_352_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..232e6047 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_352_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +352_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.4230481584866843 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_352_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_352_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..f9773ad0 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_352_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +352_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.226580305894216 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_354_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_354_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..f8bd4e3f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_354_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +354_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.264469035466512 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_354_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_354_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..34b3ae5c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_354_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +354_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.4149182120958965 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_354_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_354_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..c33c2591 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_354_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +354_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.0353822747866315 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_356_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_356_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..92382fa9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_356_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +356_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.03145347833633423 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_356_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_356_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..3370f57f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_356_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +356_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.32612903118133546 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_356_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_356_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..1bf3bd5e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_356_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +356_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.061951033274332684 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_357_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_357_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..c94985d1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_357_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +357_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3565109570821126 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_357_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_357_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..9f209504 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_357_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +357_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.532481582959493 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_357_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_357_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..e1f6d12a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_357_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +357_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2998331308364868 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_35_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_35_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..14727b6c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_35_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +35_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.07949803670247396 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_35_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_35_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..0695c6c4 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_35_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +35_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2581411878267924 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_35_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_35_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..ca77f403 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_35_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +35_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.048146220048268636 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_360_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_360_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..bc1d2179 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_360_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +360_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.6903403679529827 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_360_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_360_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..3714e8ba --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_360_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +360_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.425562326113383 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_360_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_360_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..822d0ccd --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_360_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +360_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9782543142636617 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_362_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_362_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..3d607c08 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_362_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +362_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.11630929708480835 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_362_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_362_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..0eaefbfd --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_362_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +362_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.28238143523534137 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_362_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_362_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..df0a3ec9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_362_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +362_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.03592120409011841 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_363_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_363_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..9a926d87 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_363_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +363_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.11628750165303549 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_363_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_363_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..97ddc02a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_363_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +363_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2872264583905538 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_363_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_363_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..3c973021 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_363_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +363_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.05491421620051066 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_368_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_368_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..0f591d8f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_368_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +368_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.11571988264719645 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_368_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_368_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..5c450b87 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_368_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +368_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.23410671949386597 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_368_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_368_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..cbbc12f4 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_368_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +368_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.09073114395141602 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_369_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_369_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..5d80bcc9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_369_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +369_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.04083014329274495 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_369_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_369_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..c58e985d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_369_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +369_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.22910046180089313 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_369_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_369_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..92e720ae --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_369_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +369_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.020517897605895997 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_370_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_370_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..22443f6e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_370_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +370_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.22900004784266154 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_370_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_370_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..7bd66254 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_370_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +370_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4103856643040975 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_370_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_370_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..b0f4a5e7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_370_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +370_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.19868839581807454 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_372_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_372_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..102d1080 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_372_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +372_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.12366722027460735 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_372_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_372_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..a336f7cf --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_372_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +372_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.33452115456263226 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_372_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_372_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..2c9c249d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_372_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +372_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.17289422353108724 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_373_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_373_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..d8f914ad --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_373_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +373_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.12298643986384074 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_373_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_373_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..4de1c8c7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_373_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +373_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.33355266650517784 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_373_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_373_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..92f0a49f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_373_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +373_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.06041641235351562 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_374_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_374_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..c6d14c81 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_374_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +374_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.0386001984278361 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_374_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_374_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..27789011 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_374_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +374_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3316706498463949 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_374_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_374_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..0000915b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_374_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +374_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.035940694808959964 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_375_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_375_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..95eadbfa --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_375_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +375_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.23061713377634685 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_375_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_375_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..a8ff46b5 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_375_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +375_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4199947913487752 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_375_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_375_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..684e9d74 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_375_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +375_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.08419480721155802 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_3_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_3_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..536cfe92 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_3_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +3_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1856472134590148 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_3_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_3_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..c9e6b412 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_3_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +3_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.563077708085378 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_3_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_3_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..fb1e7a18 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_3_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +3_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1711836854616802 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_40_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_40_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..3ef8db7f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_40_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +40_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.2463923573493956 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_40_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_40_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..4c28fcac --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_40_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +40_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.391114318370819 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_40_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_40_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..a8ef256d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_40_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +40_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.110170606772105 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_42_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_42_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..2284b19e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_42_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +42_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.1954551378885905 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_42_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_42_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..2be9abfa --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_42_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +42_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.41766719818115233 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_42_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_42_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..312fad86 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_42_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +42_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.03676151037216187 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_43_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_43_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..06d19c94 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_43_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +43_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7802628477414448 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_43_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_43_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..eed94e5e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_43_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +43_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.602418335278829 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_43_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_43_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..68d3e72a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_43_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +43_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7881605505943299 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_46_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_46_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..484844e5 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_46_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +46_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.1817747712135316 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_46_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_46_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..afefc4bc --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_46_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +46_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.5617541869481406 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_46_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_46_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..891aa6e2 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_46_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +46_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.225032802422841 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_4_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_4_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..02d2db9c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_4_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +4_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7006216923395793 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_4_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_4_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..02632b14 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_4_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +4_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0961965163548788 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_4_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_4_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..084a3caf --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_4_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +4_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9641072948773702 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_534_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_534_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..67091b88 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_534_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +534_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.08354331652323405 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_534_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_534_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..647c6220 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_534_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +534_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.401109250386556 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_534_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_534_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..4491dfb1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_534_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +534_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.039818330605824785 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_540_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_540_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..c74cec71 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_540_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +540_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.017639672756195067 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_540_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_540_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..67f3f3a1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_540_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +540_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.18589332103729247 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_540_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_540_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..91ab2b52 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_540_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +540_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.01120219628016154 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_5_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_5_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..b99e07a2 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_5_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +5_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.965214745203654 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_5_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_5_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..aa5a42a8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_5_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +5_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0386637409528097 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_5_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_5_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..ae624e39 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_5_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +5_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.910199518998464 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_61_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_61_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..d46ab5a7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_61_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +61_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.204483977953593 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_61_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_61_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..adb18b00 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_61_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +61_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5201125582059225 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_61_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_61_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..86df3356 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_61_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +61_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.031627106666565 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_62_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_62_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..75aef26f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_62_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +62_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.2637460350990297 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_62_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_62_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..6386c9ab --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_62_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +62_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.3823586384455364 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_62_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_62_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..74447c5e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_62_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +62_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.0715354243914286 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_64_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_64_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..6b7069ff --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_64_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +64_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8830452640851338 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_64_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_64_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..efd74d67 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_64_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +64_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1690358559290568 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_64_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_64_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..0e14e3d8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_64_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +64_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5955728212992351 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_68_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_68_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..4187e31e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_68_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +68_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.20756678978602092 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_68_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_68_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..b11a454a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_68_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +68_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4067901094754537 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_68_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_68_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..9ff442a5 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_68_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +68_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.21121162176132202 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_6_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_6_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..b3a845b5 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_6_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +6_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.17151655356089274 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_6_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_6_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..a4ecc319 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_6_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +6_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.37503742376963295 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_6_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_6_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..24bc54b8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_6_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +6_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.07945192257563273 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_80_FTIR_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_80_FTIR_D_GLOBAL.out new file mode 100644 index 00000000..3aee6f4e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_80_FTIR_D_GLOBAL.out @@ -0,0 +1,3 @@ +80_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1288175503412883 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_80_FTIR_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_80_FTIR_H_GLOBAL.out new file mode 100644 index 00000000..e4039e77 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_80_FTIR_H_GLOBAL.out @@ -0,0 +1,3 @@ +80_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5723089257876077 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T1/0_80_FTIR_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T1/0_80_FTIR_M_GLOBAL.out new file mode 100644 index 00000000..37283713 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T1/0_80_FTIR_M_GLOBAL.out @@ -0,0 +1,3 @@ +80_FTIR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2896044651667278 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_197901_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_197901_D_GLOBAL.out new file mode 100644 index 00000000..6fb49838 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_197901_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197901 STATION NETCDFs +0.051339685916900635 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_197901_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_197901_H_GLOBAL.out new file mode 100644 index 00000000..7df56855 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_197901_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197901 STATION NETCDFs +0.05572179555892944 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_197901_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_197901_M_GLOBAL.out new file mode 100644 index 00000000..5ea59167 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_197901_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197901 STATION NETCDFs +0.030189224084218345 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_197903_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_197903_D_GLOBAL.out new file mode 100644 index 00000000..8f60eb9a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_197903_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197903 STATION NETCDFs +0.04947580496470134 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_197903_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_197903_H_GLOBAL.out new file mode 100644 index 00000000..1255195f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_197903_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197903 STATION NETCDFs +0.07020256121953329 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_197903_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_197903_M_GLOBAL.out new file mode 100644 index 00000000..808722e7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_197903_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197903 STATION NETCDFs +0.06165163119633992 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_197904_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_197904_D_GLOBAL.out new file mode 100644 index 00000000..a9b149f1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_197904_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197904 STATION NETCDFs +0.0609129269917806 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_197904_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_197904_H_GLOBAL.out new file mode 100644 index 00000000..5590cfa3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_197904_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197904 STATION NETCDFs +0.0502239465713501 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_197904_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_197904_M_GLOBAL.out new file mode 100644 index 00000000..9a49da1e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_197904_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197904 STATION NETCDFs +0.05064461628595988 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_197905_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_197905_D_GLOBAL.out new file mode 100644 index 00000000..7c390bd2 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_197905_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197905 STATION NETCDFs +0.031617379188537596 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_197905_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_197905_H_GLOBAL.out new file mode 100644 index 00000000..7087a6e0 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_197905_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197905 STATION NETCDFs +0.05476615031560262 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_197905_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_197905_M_GLOBAL.out new file mode 100644 index 00000000..adc44962 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_197905_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197905 STATION NETCDFs +0.05053565899531046 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_197906_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_197906_D_GLOBAL.out new file mode 100644 index 00000000..9f11a078 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_197906_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197906 STATION NETCDFs +0.030190893014272056 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_197906_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_197906_H_GLOBAL.out new file mode 100644 index 00000000..cb24a1ee --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_197906_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197906 STATION NETCDFs +0.057344730695088705 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_197906_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_197906_M_GLOBAL.out new file mode 100644 index 00000000..7570476e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_197906_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197906 STATION NETCDFs +0.04051398038864136 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_197907_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_197907_D_GLOBAL.out new file mode 100644 index 00000000..ba3d905a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_197907_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197907 STATION NETCDFs +0.05706831614176432 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_197907_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_197907_H_GLOBAL.out new file mode 100644 index 00000000..71149a2a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_197907_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197907 STATION NETCDFs +0.06671148538589478 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_197907_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_197907_M_GLOBAL.out new file mode 100644 index 00000000..d3bcb39a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_197907_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197907 STATION NETCDFs +0.02981343666712443 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_197908_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_197908_D_GLOBAL.out new file mode 100644 index 00000000..20946a51 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_197908_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197908 STATION NETCDFs +0.05592387119928996 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_197908_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_197908_H_GLOBAL.out new file mode 100644 index 00000000..fd6fe70d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_197908_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197908 STATION NETCDFs +0.03059264421463013 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_197908_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_197908_M_GLOBAL.out new file mode 100644 index 00000000..e5c597cf --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_197908_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197908 STATION NETCDFs +0.048038633664449056 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_197909_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_197909_D_GLOBAL.out new file mode 100644 index 00000000..1e45a25e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_197909_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197909 STATION NETCDFs +0.06489462455113729 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_197909_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_197909_H_GLOBAL.out new file mode 100644 index 00000000..dc9e812e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_197909_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197909 STATION NETCDFs +0.05104622046152751 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_197909_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_197909_M_GLOBAL.out new file mode 100644 index 00000000..fa144e3b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_197909_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197909 STATION NETCDFs +0.06560584306716918 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_197910_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_197910_D_GLOBAL.out new file mode 100644 index 00000000..df1d371e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_197910_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197910 STATION NETCDFs +0.0548259695370992 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_197910_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_197910_H_GLOBAL.out new file mode 100644 index 00000000..ca3830f4 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_197910_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197910 STATION NETCDFs +0.059715827306111656 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_197910_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_197910_M_GLOBAL.out new file mode 100644 index 00000000..94836dfd --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_197910_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197910 STATION NETCDFs +0.04257280826568603 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_197911_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_197911_D_GLOBAL.out new file mode 100644 index 00000000..787b4827 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_197911_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197911 STATION NETCDFs +0.052666123708089194 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_197911_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_197911_H_GLOBAL.out new file mode 100644 index 00000000..9c624223 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_197911_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197911 STATION NETCDFs +0.02703030506769816 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_197911_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_197911_M_GLOBAL.out new file mode 100644 index 00000000..b0ce20a7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_197911_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197911 STATION NETCDFs +0.03554478883743286 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_197912_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_197912_D_GLOBAL.out new file mode 100644 index 00000000..0430ef0e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_197912_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197912 STATION NETCDFs +0.056156738599141436 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_197912_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_197912_H_GLOBAL.out new file mode 100644 index 00000000..291bc470 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_197912_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197912 STATION NETCDFs +0.0664358377456665 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_197912_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_197912_M_GLOBAL.out new file mode 100644 index 00000000..284df493 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_197912_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197912 STATION NETCDFs +0.0531964103380839 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198001_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198001_D_GLOBAL.out new file mode 100644 index 00000000..c46b3f77 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198001_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198001 STATION NETCDFs +0.06780920426050822 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198001_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198001_H_GLOBAL.out new file mode 100644 index 00000000..7d6a17f5 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198001_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198001 STATION NETCDFs +0.042506082852681475 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198001_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198001_M_GLOBAL.out new file mode 100644 index 00000000..8ff44bb3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198001_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198001 STATION NETCDFs +0.03456007242202759 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198002_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198002_D_GLOBAL.out new file mode 100644 index 00000000..1f4944f2 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198002_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198002 STATION NETCDFs +0.05282330513000488 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198002_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198002_H_GLOBAL.out new file mode 100644 index 00000000..00c01df3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198002_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198002 STATION NETCDFs +0.05352145433425903 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198002_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198002_M_GLOBAL.out new file mode 100644 index 00000000..338ad90e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198002_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198002 STATION NETCDFs +0.03763994375864665 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198003_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198003_D_GLOBAL.out new file mode 100644 index 00000000..2ae70724 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198003_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198003 STATION NETCDFs +0.04972651799519857 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198003_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198003_H_GLOBAL.out new file mode 100644 index 00000000..ecaae520 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198003_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198003 STATION NETCDFs +0.040471307436625165 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198003_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198003_M_GLOBAL.out new file mode 100644 index 00000000..965fedc2 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198003_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198003 STATION NETCDFs +0.06044328212738037 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198004_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198004_D_GLOBAL.out new file mode 100644 index 00000000..e67f7545 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198004_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198004 STATION NETCDFs +0.03799617290496826 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198004_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198004_H_GLOBAL.out new file mode 100644 index 00000000..a5072391 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198004_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198004 STATION NETCDFs +0.04232978820800781 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198004_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198004_M_GLOBAL.out new file mode 100644 index 00000000..c7bcb1fd --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198004_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198004 STATION NETCDFs +0.03671293656031291 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198005_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198005_D_GLOBAL.out new file mode 100644 index 00000000..e09a47dd --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198005_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198005 STATION NETCDFs +0.047564494609832766 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198005_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198005_H_GLOBAL.out new file mode 100644 index 00000000..21d8d42c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198005_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198005 STATION NETCDFs +0.06400957902272543 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198005_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198005_M_GLOBAL.out new file mode 100644 index 00000000..9b179c4e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198005_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198005 STATION NETCDFs +0.06789890130360922 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198006_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198006_D_GLOBAL.out new file mode 100644 index 00000000..b1622aa8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198006_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198006 STATION NETCDFs +0.02641372283299764 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198006_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198006_H_GLOBAL.out new file mode 100644 index 00000000..013716aa --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198006_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198006 STATION NETCDFs +0.06538158257802328 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198006_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198006_M_GLOBAL.out new file mode 100644 index 00000000..f8351596 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198006_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198006 STATION NETCDFs +0.03629289865493775 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198007_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198007_D_GLOBAL.out new file mode 100644 index 00000000..5e5c4110 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198007_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198007 STATION NETCDFs +0.05454574426015218 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198007_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198007_H_GLOBAL.out new file mode 100644 index 00000000..7ce0af24 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198007_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198007 STATION NETCDFs +0.03587714831034342 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198007_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198007_M_GLOBAL.out new file mode 100644 index 00000000..908c7e50 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198007_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198007 STATION NETCDFs +0.054495179653167726 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198008_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198008_D_GLOBAL.out new file mode 100644 index 00000000..8362f439 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198008_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198008 STATION NETCDFs +0.044514842828114826 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198008_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198008_H_GLOBAL.out new file mode 100644 index 00000000..2f11a2aa --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198008_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198008 STATION NETCDFs +0.028197344144185385 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198008_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198008_M_GLOBAL.out new file mode 100644 index 00000000..5a000a6f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198008_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198008 STATION NETCDFs +0.03252734740575155 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198009_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198009_D_GLOBAL.out new file mode 100644 index 00000000..ddc684d3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198009_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198009 STATION NETCDFs +0.04024193286895752 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198009_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198009_H_GLOBAL.out new file mode 100644 index 00000000..c55f29d9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198009_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198009 STATION NETCDFs +0.03867131471633911 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198009_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198009_M_GLOBAL.out new file mode 100644 index 00000000..18988f64 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198009_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198009 STATION NETCDFs +0.025412038962046305 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198010_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198010_D_GLOBAL.out new file mode 100644 index 00000000..9bee50df --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198010_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198010 STATION NETCDFs +0.03438605864842733 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198010_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198010_H_GLOBAL.out new file mode 100644 index 00000000..ec8b0447 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198010_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198010 STATION NETCDFs +0.05917973518371582 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198010_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198010_M_GLOBAL.out new file mode 100644 index 00000000..72286fa8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198010_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198010 STATION NETCDFs +0.06843632857004801 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198012_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198012_D_GLOBAL.out new file mode 100644 index 00000000..2c621bda --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198012_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198012 STATION NETCDFs +0.06545364061991374 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198012_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198012_H_GLOBAL.out new file mode 100644 index 00000000..fe36f43a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198012_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198012 STATION NETCDFs +0.06824516852696737 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198012_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198012_M_GLOBAL.out new file mode 100644 index 00000000..8ee8acea --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198012_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198012 STATION NETCDFs +0.0522849440574646 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198101_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198101_D_GLOBAL.out new file mode 100644 index 00000000..516fbc85 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198101_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198101 STATION NETCDFs +0.019794336954752603 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198101_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198101_H_GLOBAL.out new file mode 100644 index 00000000..f30edbbc --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198101_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198101 STATION NETCDFs +0.03706649939219157 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198101_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198101_M_GLOBAL.out new file mode 100644 index 00000000..5c1e8199 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198101_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198101 STATION NETCDFs +0.0737940788269043 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198102_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198102_D_GLOBAL.out new file mode 100644 index 00000000..1ff37d3a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198102_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198102 STATION NETCDFs +0.05119645198186239 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198102_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198102_H_GLOBAL.out new file mode 100644 index 00000000..1b4ebafe --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198102_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198102 STATION NETCDFs +0.053384490807851154 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198102_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198102_M_GLOBAL.out new file mode 100644 index 00000000..c54c621d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198102_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198102 STATION NETCDFs +0.03348289728164673 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198103_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198103_D_GLOBAL.out new file mode 100644 index 00000000..49297c40 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198103_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198103 STATION NETCDFs +0.07327537139256796 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198103_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198103_H_GLOBAL.out new file mode 100644 index 00000000..c095cb02 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198103_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198103 STATION NETCDFs +0.02717991272608439 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198103_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198103_M_GLOBAL.out new file mode 100644 index 00000000..0a70ad3c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198103_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198103 STATION NETCDFs +0.06805638074874878 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198106_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198106_D_GLOBAL.out new file mode 100644 index 00000000..7735b749 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198106_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198106 STATION NETCDFs +0.06981844107309977 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198106_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198106_H_GLOBAL.out new file mode 100644 index 00000000..1332416b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198106_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198106 STATION NETCDFs +0.06011435588200887 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198106_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198106_M_GLOBAL.out new file mode 100644 index 00000000..5a5bf007 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198106_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198106 STATION NETCDFs +0.06663631598154704 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198107_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198107_D_GLOBAL.out new file mode 100644 index 00000000..f8da9e5a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198107_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198107 STATION NETCDFs +0.07533941268920899 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198107_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198107_H_GLOBAL.out new file mode 100644 index 00000000..fd062633 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198107_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198107 STATION NETCDFs +0.06884761253992716 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198107_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198107_M_GLOBAL.out new file mode 100644 index 00000000..46882df1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198107_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198107 STATION NETCDFs +0.04151674509048462 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198108_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198108_D_GLOBAL.out new file mode 100644 index 00000000..ea747ff9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198108_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198108 STATION NETCDFs +0.058446868260701494 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198108_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198108_H_GLOBAL.out new file mode 100644 index 00000000..354acda8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198108_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198108 STATION NETCDFs +0.038476840655008955 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198108_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198108_M_GLOBAL.out new file mode 100644 index 00000000..e27eeaae --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198108_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198108 STATION NETCDFs +0.05761803388595581 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198109_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198109_D_GLOBAL.out new file mode 100644 index 00000000..2bbee07b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198109_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198109 STATION NETCDFs +0.0550009290377299 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198109_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198109_H_GLOBAL.out new file mode 100644 index 00000000..7bf01364 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198109_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198109 STATION NETCDFs +0.05152252912521362 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198109_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198109_M_GLOBAL.out new file mode 100644 index 00000000..a233fb6e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198109_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198109 STATION NETCDFs +0.0701544721921285 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198110_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198110_D_GLOBAL.out new file mode 100644 index 00000000..0ffa1b5f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198110_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198110 STATION NETCDFs +0.055392122268676756 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198110_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198110_H_GLOBAL.out new file mode 100644 index 00000000..6a84e16d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198110_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198110 STATION NETCDFs +0.029458347956339517 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198110_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198110_M_GLOBAL.out new file mode 100644 index 00000000..a733791d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198110_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198110 STATION NETCDFs +0.05492977698644002 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198111_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198111_D_GLOBAL.out new file mode 100644 index 00000000..adadf459 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198111_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198111 STATION NETCDFs +0.0646238644917806 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198111_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198111_H_GLOBAL.out new file mode 100644 index 00000000..8a34a007 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198111_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198111 STATION NETCDFs +0.02709271510442098 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198111_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198111_M_GLOBAL.out new file mode 100644 index 00000000..0ad8b327 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198111_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198111 STATION NETCDFs +0.05420655409495036 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198112_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198112_D_GLOBAL.out new file mode 100644 index 00000000..b66de2dc --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198112_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198112 STATION NETCDFs +0.051427205403645836 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198112_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198112_H_GLOBAL.out new file mode 100644 index 00000000..0b002567 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198112_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198112 STATION NETCDFs +0.0665212869644165 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198112_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198112_M_GLOBAL.out new file mode 100644 index 00000000..e708f381 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198112_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198112 STATION NETCDFs +0.022682273387908937 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198201_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198201_D_GLOBAL.out new file mode 100644 index 00000000..d0edbfcb --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198201_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198201 STATION NETCDFs +0.06523631811141968 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198201_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198201_H_GLOBAL.out new file mode 100644 index 00000000..f6965509 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198201_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198201 STATION NETCDFs +0.06602582136789957 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198201_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198201_M_GLOBAL.out new file mode 100644 index 00000000..84e01081 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198201_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198201 STATION NETCDFs +0.03673121929168701 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198202_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198202_D_GLOBAL.out new file mode 100644 index 00000000..59434477 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198202_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198202 STATION NETCDFs +0.04685518741607666 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198202_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198202_H_GLOBAL.out new file mode 100644 index 00000000..3b197864 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198202_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198202 STATION NETCDFs +0.06581385135650634 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198202_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198202_M_GLOBAL.out new file mode 100644 index 00000000..b6a07158 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198202_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198202 STATION NETCDFs +0.06014011700948079 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198203_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198203_D_GLOBAL.out new file mode 100644 index 00000000..8e52aa89 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198203_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198203 STATION NETCDFs +0.07443017562230428 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198203_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198203_H_GLOBAL.out new file mode 100644 index 00000000..02c03b3f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198203_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198203 STATION NETCDFs +0.047463385264078777 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198203_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198203_M_GLOBAL.out new file mode 100644 index 00000000..cdd6b362 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198203_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198203 STATION NETCDFs +0.0550848404566447 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198204_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198204_D_GLOBAL.out new file mode 100644 index 00000000..0465a9d6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198204_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198204 STATION NETCDFs +0.03801676034927368 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198204_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198204_H_GLOBAL.out new file mode 100644 index 00000000..17d6f0f7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198204_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198204 STATION NETCDFs +0.06022946834564209 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198204_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198204_M_GLOBAL.out new file mode 100644 index 00000000..fbcc99d3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198204_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198204 STATION NETCDFs +0.025698641935984295 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198205_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198205_D_GLOBAL.out new file mode 100644 index 00000000..d07c8d78 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198205_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198205 STATION NETCDFs +0.06559208631515503 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198205_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198205_H_GLOBAL.out new file mode 100644 index 00000000..dfba9824 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198205_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198205 STATION NETCDFs +0.0665324568748474 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198205_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198205_M_GLOBAL.out new file mode 100644 index 00000000..eb47ce37 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198205_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198205 STATION NETCDFs +0.06060714721679687 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198206_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198206_D_GLOBAL.out new file mode 100644 index 00000000..6022b2c0 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198206_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198206 STATION NETCDFs +0.027231597900390626 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198206_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198206_H_GLOBAL.out new file mode 100644 index 00000000..057edce5 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198206_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198206 STATION NETCDFs +0.054139093557993574 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198206_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198206_M_GLOBAL.out new file mode 100644 index 00000000..1abc95d5 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198206_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198206 STATION NETCDFs +0.03896305561065674 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198207_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198207_D_GLOBAL.out new file mode 100644 index 00000000..aad96b19 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198207_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198207 STATION NETCDFs +0.04035099744796753 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198207_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198207_H_GLOBAL.out new file mode 100644 index 00000000..b7a4e4f3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198207_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198207 STATION NETCDFs +0.050072272618611656 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198207_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198207_M_GLOBAL.out new file mode 100644 index 00000000..082239ec --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198207_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198207 STATION NETCDFs +0.039168079694112144 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198208_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198208_D_GLOBAL.out new file mode 100644 index 00000000..7b6e17d7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198208_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198208 STATION NETCDFs +0.06296817859013876 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198208_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198208_H_GLOBAL.out new file mode 100644 index 00000000..f6e5324a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198208_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198208 STATION NETCDFs +0.06771808465321859 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198208_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198208_M_GLOBAL.out new file mode 100644 index 00000000..11943b3a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198208_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198208 STATION NETCDFs +0.07047746976216634 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198209_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198209_D_GLOBAL.out new file mode 100644 index 00000000..7e8023b3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198209_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198209 STATION NETCDFs +0.0619171937306722 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198209_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198209_H_GLOBAL.out new file mode 100644 index 00000000..670980bd --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198209_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198209 STATION NETCDFs +0.031042516231536865 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198209_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198209_M_GLOBAL.out new file mode 100644 index 00000000..db4e8e75 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198209_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198209 STATION NETCDFs +0.070416792233785 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198210_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198210_D_GLOBAL.out new file mode 100644 index 00000000..ed2ae6c8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198210_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198210 STATION NETCDFs +0.06977965831756591 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198210_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198210_H_GLOBAL.out new file mode 100644 index 00000000..f7543f4b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198210_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198210 STATION NETCDFs +0.05791850090026855 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198210_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198210_M_GLOBAL.out new file mode 100644 index 00000000..001d8e44 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198210_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198210 STATION NETCDFs +0.06850803295771281 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198211_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198211_D_GLOBAL.out new file mode 100644 index 00000000..9a55a0b1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198211_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198211 STATION NETCDFs +0.05890901088714599 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198211_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198211_H_GLOBAL.out new file mode 100644 index 00000000..d7dd77f5 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198211_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198211 STATION NETCDFs +0.06463569402694702 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198211_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198211_M_GLOBAL.out new file mode 100644 index 00000000..a3621b89 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198211_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198211 STATION NETCDFs +0.06020850340525309 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198212_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198212_D_GLOBAL.out new file mode 100644 index 00000000..0c7d69e8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198212_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198212 STATION NETCDFs +0.029956090450286865 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198212_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198212_H_GLOBAL.out new file mode 100644 index 00000000..5b04e440 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198212_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198212 STATION NETCDFs +0.036217355728149415 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198212_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198212_M_GLOBAL.out new file mode 100644 index 00000000..79d2e525 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198212_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198212 STATION NETCDFs +0.025034451484680177 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198301_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198301_D_GLOBAL.out new file mode 100644 index 00000000..bcbf5344 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198301_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198301 STATION NETCDFs +0.050566911697387695 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198301_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198301_H_GLOBAL.out new file mode 100644 index 00000000..92e3dcf5 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198301_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198301 STATION NETCDFs +0.03127859036127726 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198301_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198301_M_GLOBAL.out new file mode 100644 index 00000000..6c65e651 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198301_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198301 STATION NETCDFs +0.06118769248326619 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198302_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198302_D_GLOBAL.out new file mode 100644 index 00000000..a1ec22ea --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198302_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198302 STATION NETCDFs +0.07096205552419027 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198302_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198302_H_GLOBAL.out new file mode 100644 index 00000000..bba5c2fa --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198302_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198302 STATION NETCDFs +0.051949973901112875 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198302_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198302_M_GLOBAL.out new file mode 100644 index 00000000..cb1e9e5f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198302_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198302 STATION NETCDFs +0.05520246426264445 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198303_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198303_D_GLOBAL.out new file mode 100644 index 00000000..d89ee18b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198303_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198303 STATION NETCDFs +0.052218981583913165 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198303_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198303_H_GLOBAL.out new file mode 100644 index 00000000..ef439a91 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198303_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198303 STATION NETCDFs +0.05035823583602905 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198303_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198303_M_GLOBAL.out new file mode 100644 index 00000000..307f5dd6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198303_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198303 STATION NETCDFs +0.054489763577779134 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198304_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198304_D_GLOBAL.out new file mode 100644 index 00000000..0d8cacd6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198304_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198304 STATION NETCDFs +0.04655302762985229 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198304_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198304_H_GLOBAL.out new file mode 100644 index 00000000..efe3463e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198304_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198304 STATION NETCDFs +0.059366885821024576 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198304_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198304_M_GLOBAL.out new file mode 100644 index 00000000..4ad4e1ef --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198304_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198304 STATION NETCDFs +0.03951575756072998 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198305_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198305_D_GLOBAL.out new file mode 100644 index 00000000..9517695c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198305_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198305 STATION NETCDFs +0.036380231380462646 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198305_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198305_H_GLOBAL.out new file mode 100644 index 00000000..c8a81b4b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198305_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198305 STATION NETCDFs +0.05230085055033366 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198305_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198305_M_GLOBAL.out new file mode 100644 index 00000000..0c46bb04 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198305_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198305 STATION NETCDFs +0.026262656847635905 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198306_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198306_D_GLOBAL.out new file mode 100644 index 00000000..153cf4eb --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198306_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198306 STATION NETCDFs +0.056086063385009766 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198306_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198306_H_GLOBAL.out new file mode 100644 index 00000000..c2c13060 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198306_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198306 STATION NETCDFs +0.061858189105987546 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198306_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198306_M_GLOBAL.out new file mode 100644 index 00000000..34405926 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198306_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198306 STATION NETCDFs +0.03698479731877645 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198307_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198307_D_GLOBAL.out new file mode 100644 index 00000000..3a56e2e2 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198307_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198307 STATION NETCDFs +0.038989158471425374 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198307_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198307_H_GLOBAL.out new file mode 100644 index 00000000..548f9873 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198307_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198307 STATION NETCDFs +0.03728617429733276 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198307_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198307_M_GLOBAL.out new file mode 100644 index 00000000..cbe0eea2 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198307_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198307 STATION NETCDFs +0.07197022040685018 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198308_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198308_D_GLOBAL.out new file mode 100644 index 00000000..1a4faf01 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198308_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198308 STATION NETCDFs +0.04241606791814168 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198308_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198308_H_GLOBAL.out new file mode 100644 index 00000000..4e8d37d7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198308_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198308 STATION NETCDFs +0.041283241907755536 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198308_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198308_M_GLOBAL.out new file mode 100644 index 00000000..9103599c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198308_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198308 STATION NETCDFs +0.03735270897547404 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198309_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198309_D_GLOBAL.out new file mode 100644 index 00000000..32f490dc --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198309_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198309 STATION NETCDFs +0.07768027782440186 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198309_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198309_H_GLOBAL.out new file mode 100644 index 00000000..b6db27c3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198309_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198309 STATION NETCDFs +0.038420538107554116 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198309_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198309_M_GLOBAL.out new file mode 100644 index 00000000..4d5b4baa --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198309_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198309 STATION NETCDFs +0.06106253067652385 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198310_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198310_D_GLOBAL.out new file mode 100644 index 00000000..81353aae --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198310_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198310 STATION NETCDFs +0.06228614648183187 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198310_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198310_H_GLOBAL.out new file mode 100644 index 00000000..9f53c6f9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198310_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198310 STATION NETCDFs +0.024979352951049805 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198310_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198310_M_GLOBAL.out new file mode 100644 index 00000000..c444c616 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198310_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198310 STATION NETCDFs +0.05491245587666829 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198311_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198311_D_GLOBAL.out new file mode 100644 index 00000000..a782ab71 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198311_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198311 STATION NETCDFs +0.06660983562469483 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198311_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198311_H_GLOBAL.out new file mode 100644 index 00000000..75e38c45 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198311_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198311 STATION NETCDFs +0.036335961023966475 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198311_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198311_M_GLOBAL.out new file mode 100644 index 00000000..114bb9b2 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198311_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198311 STATION NETCDFs +0.037555372714996337 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198312_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198312_D_GLOBAL.out new file mode 100644 index 00000000..553d7547 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198312_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198312 STATION NETCDFs +0.05305035511652629 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198312_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198312_H_GLOBAL.out new file mode 100644 index 00000000..53477b08 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198312_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198312 STATION NETCDFs +0.056810458501180015 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198312_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198312_M_GLOBAL.out new file mode 100644 index 00000000..36903f41 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198312_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198312 STATION NETCDFs +0.048170431454976397 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198401_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198401_D_GLOBAL.out new file mode 100644 index 00000000..9af345e9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198401_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198401 STATION NETCDFs +0.040424537658691403 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198401_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198401_H_GLOBAL.out new file mode 100644 index 00000000..6da6784d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198401_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198401 STATION NETCDFs +0.0679638942082723 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198401_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198401_M_GLOBAL.out new file mode 100644 index 00000000..188f113b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198401_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198401 STATION NETCDFs +0.06816021998723348 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198402_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198402_D_GLOBAL.out new file mode 100644 index 00000000..d66bff4c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198402_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198402 STATION NETCDFs +0.07322089274724325 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198402_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198402_H_GLOBAL.out new file mode 100644 index 00000000..623aaae1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198402_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198402 STATION NETCDFs +0.041175623734792076 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198402_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198402_M_GLOBAL.out new file mode 100644 index 00000000..94df0566 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198402_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198402 STATION NETCDFs +0.06607348124186198 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198403_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198403_D_GLOBAL.out new file mode 100644 index 00000000..2cdf00b3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198403_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198403 STATION NETCDFs +0.052419487635294595 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198403_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198403_H_GLOBAL.out new file mode 100644 index 00000000..3cd6e00d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198403_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198403 STATION NETCDFs +0.06234954198201497 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198403_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198403_M_GLOBAL.out new file mode 100644 index 00000000..1a074279 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198403_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198403 STATION NETCDFs +0.0282639741897583 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198404_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198404_D_GLOBAL.out new file mode 100644 index 00000000..a5cbbeda --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198404_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198404 STATION NETCDFs +0.0327103853225708 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198404_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198404_H_GLOBAL.out new file mode 100644 index 00000000..3bd6c9e9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198404_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198404 STATION NETCDFs +0.036849204699198404 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198404_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198404_M_GLOBAL.out new file mode 100644 index 00000000..c76fdc12 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198404_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198404 STATION NETCDFs +0.03305576642354329 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198405_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198405_D_GLOBAL.out new file mode 100644 index 00000000..fd6e7210 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198405_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198405 STATION NETCDFs +0.05661427974700928 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198405_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198405_H_GLOBAL.out new file mode 100644 index 00000000..f3e53733 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198405_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198405 STATION NETCDFs +0.06653307676315308 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198405_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198405_M_GLOBAL.out new file mode 100644 index 00000000..d6cdbbda --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198405_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198405 STATION NETCDFs +0.0556038498878479 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198406_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198406_D_GLOBAL.out new file mode 100644 index 00000000..677a564e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198406_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198406 STATION NETCDFs +0.04163415431976318 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198406_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198406_H_GLOBAL.out new file mode 100644 index 00000000..6debce91 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198406_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198406 STATION NETCDFs +0.06818954149881999 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198406_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198406_M_GLOBAL.out new file mode 100644 index 00000000..dc72020c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198406_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198406 STATION NETCDFs +0.05593041181564331 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198407_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198407_D_GLOBAL.out new file mode 100644 index 00000000..78fc6243 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198407_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198407 STATION NETCDFs +0.05958586533864339 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198407_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198407_H_GLOBAL.out new file mode 100644 index 00000000..a623c234 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198407_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198407 STATION NETCDFs +0.07748077710469564 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198407_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198407_M_GLOBAL.out new file mode 100644 index 00000000..747dbc29 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198407_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198407 STATION NETCDFs +0.06356428861618042 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198408_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198408_D_GLOBAL.out new file mode 100644 index 00000000..fa03f373 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198408_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198408 STATION NETCDFs +0.055231722195943196 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198408_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198408_H_GLOBAL.out new file mode 100644 index 00000000..3b1c81d0 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198408_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198408 STATION NETCDFs +0.067397141456604 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198408_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198408_M_GLOBAL.out new file mode 100644 index 00000000..90120bbd --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198408_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198408 STATION NETCDFs +0.06477904717127482 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198409_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198409_D_GLOBAL.out new file mode 100644 index 00000000..56d3261e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198409_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198409 STATION NETCDFs +0.057363184293111165 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198409_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198409_H_GLOBAL.out new file mode 100644 index 00000000..9e87f245 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198409_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198409 STATION NETCDFs +0.07284597555796306 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198409_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198409_M_GLOBAL.out new file mode 100644 index 00000000..79aba1fe --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198409_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198409 STATION NETCDFs +0.07155738274256389 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198410_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198410_D_GLOBAL.out new file mode 100644 index 00000000..c30cf58d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198410_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198410 STATION NETCDFs +0.030189792315165203 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198410_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198410_H_GLOBAL.out new file mode 100644 index 00000000..28c445ac --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198410_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198410 STATION NETCDFs +0.054023575782775876 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198410_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198410_M_GLOBAL.out new file mode 100644 index 00000000..ea27c11c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198410_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198410 STATION NETCDFs +0.057815579573313396 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198411_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198411_D_GLOBAL.out new file mode 100644 index 00000000..24388462 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198411_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198411 STATION NETCDFs +0.06716043551762899 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198411_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198411_H_GLOBAL.out new file mode 100644 index 00000000..e0843db9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198411_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198411 STATION NETCDFs +0.07163991133371989 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198411_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198411_M_GLOBAL.out new file mode 100644 index 00000000..bc007d54 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198411_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198411 STATION NETCDFs +0.07174123525619507 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198412_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198412_D_GLOBAL.out new file mode 100644 index 00000000..474a746b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198412_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198412 STATION NETCDFs +0.04249871969223022 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198412_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198412_H_GLOBAL.out new file mode 100644 index 00000000..ce05d815 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198412_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198412 STATION NETCDFs +0.05290145874023437 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198412_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198412_M_GLOBAL.out new file mode 100644 index 00000000..312f7133 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198412_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198412 STATION NETCDFs +0.035172009468078615 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198501_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198501_D_GLOBAL.out new file mode 100644 index 00000000..523c728b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198501_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198501 STATION NETCDFs +0.06746946573257447 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198501_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198501_H_GLOBAL.out new file mode 100644 index 00000000..b74fdea3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198501_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198501 STATION NETCDFs +0.0410678227742513 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198501_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198501_M_GLOBAL.out new file mode 100644 index 00000000..4bcc12bf --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198501_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198501 STATION NETCDFs +0.04961734215418498 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198502_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198502_D_GLOBAL.out new file mode 100644 index 00000000..f06c72b0 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198502_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198502 STATION NETCDFs +0.036330246925354005 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198502_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198502_H_GLOBAL.out new file mode 100644 index 00000000..e5c5ecbe --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198502_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198502 STATION NETCDFs +0.05916517972946167 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198502_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198502_M_GLOBAL.out new file mode 100644 index 00000000..7779079d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198502_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198502 STATION NETCDFs +0.060319141546885176 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198503_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198503_D_GLOBAL.out new file mode 100644 index 00000000..6f5e76a8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198503_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198503 STATION NETCDFs +0.05938623746236165 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198503_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198503_H_GLOBAL.out new file mode 100644 index 00000000..07246bde --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198503_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198503 STATION NETCDFs +0.04090640147527059 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198503_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198503_M_GLOBAL.out new file mode 100644 index 00000000..b6a9d672 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198503_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198503 STATION NETCDFs +0.046771530310312906 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198504_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198504_D_GLOBAL.out new file mode 100644 index 00000000..46b6d110 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198504_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198504 STATION NETCDFs +0.05693205197652181 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198504_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198504_H_GLOBAL.out new file mode 100644 index 00000000..2176ce3f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198504_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198504 STATION NETCDFs +0.03687281608581543 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198504_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198504_M_GLOBAL.out new file mode 100644 index 00000000..267f8209 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198504_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198504 STATION NETCDFs +0.054295090834299724 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198505_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198505_D_GLOBAL.out new file mode 100644 index 00000000..76dd5090 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198505_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198505 STATION NETCDFs +0.051418391863505046 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198505_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198505_H_GLOBAL.out new file mode 100644 index 00000000..a7322288 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198505_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198505 STATION NETCDFs +0.07651426394780476 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198505_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198505_M_GLOBAL.out new file mode 100644 index 00000000..dbfed15e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198505_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198505 STATION NETCDFs +0.05830639600753784 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198506_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198506_D_GLOBAL.out new file mode 100644 index 00000000..ea1afc6e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198506_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198506 STATION NETCDFs +0.02681680123011271 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198506_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198506_H_GLOBAL.out new file mode 100644 index 00000000..8a863181 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198506_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198506 STATION NETCDFs +0.020490066210428873 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198506_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198506_M_GLOBAL.out new file mode 100644 index 00000000..3a4ccc76 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198506_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198506 STATION NETCDFs +0.05211646954218547 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198507_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198507_D_GLOBAL.out new file mode 100644 index 00000000..557242c3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198507_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198507 STATION NETCDFs +0.05450067122777303 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198507_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198507_H_GLOBAL.out new file mode 100644 index 00000000..36cf1ff8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198507_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198507 STATION NETCDFs +0.07280468543370565 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198507_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198507_M_GLOBAL.out new file mode 100644 index 00000000..a4e490d0 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198507_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198507 STATION NETCDFs +0.0293363889058431 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198508_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198508_D_GLOBAL.out new file mode 100644 index 00000000..65457c7e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198508_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198508 STATION NETCDFs +0.0639202356338501 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198508_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198508_H_GLOBAL.out new file mode 100644 index 00000000..2fb516c3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198508_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198508 STATION NETCDFs +0.05840062697728475 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198508_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198508_M_GLOBAL.out new file mode 100644 index 00000000..b14adb69 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198508_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198508 STATION NETCDFs +0.07209055423736573 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198509_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198509_D_GLOBAL.out new file mode 100644 index 00000000..a2ab2a5e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198509_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198509 STATION NETCDFs +0.05012375513712565 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198509_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198509_H_GLOBAL.out new file mode 100644 index 00000000..f7b093f6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198509_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198509 STATION NETCDFs +0.057481586933135986 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198509_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198509_M_GLOBAL.out new file mode 100644 index 00000000..348dbb30 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198509_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198509 STATION NETCDFs +0.041674327850341794 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198510_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198510_D_GLOBAL.out new file mode 100644 index 00000000..89b03159 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198510_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198510 STATION NETCDFs +0.06228306293487549 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198510_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198510_H_GLOBAL.out new file mode 100644 index 00000000..7f45ff0b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198510_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198510 STATION NETCDFs +0.05596478382746379 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198510_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198510_M_GLOBAL.out new file mode 100644 index 00000000..89a32098 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198510_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198510 STATION NETCDFs +0.035304474830627444 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198511_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198511_D_GLOBAL.out new file mode 100644 index 00000000..1015375b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198511_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198511 STATION NETCDFs +0.05853238900502523 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198511_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198511_H_GLOBAL.out new file mode 100644 index 00000000..406985df --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198511_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198511 STATION NETCDFs +0.0337687889734904 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198511_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198511_M_GLOBAL.out new file mode 100644 index 00000000..19bdf0ec --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198511_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198511 STATION NETCDFs +0.06793810923894246 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198512_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198512_D_GLOBAL.out new file mode 100644 index 00000000..5f293b80 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198512_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198512 STATION NETCDFs +0.027076188723246256 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198512_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198512_H_GLOBAL.out new file mode 100644 index 00000000..a5a4f0f9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198512_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198512 STATION NETCDFs +0.04352660973866781 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198512_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198512_M_GLOBAL.out new file mode 100644 index 00000000..18b7b3af --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198512_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198512 STATION NETCDFs +0.0686922033627828 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198601_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198601_D_GLOBAL.out new file mode 100644 index 00000000..fa99bd44 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198601_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198601 STATION NETCDFs +0.05707767407099406 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198601_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198601_H_GLOBAL.out new file mode 100644 index 00000000..c1900d24 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198601_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198601 STATION NETCDFs +0.0373476505279541 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198601_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198601_M_GLOBAL.out new file mode 100644 index 00000000..7fa16ebb --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198601_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198601 STATION NETCDFs +0.0557607372601827 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198602_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198602_D_GLOBAL.out new file mode 100644 index 00000000..05c70377 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198602_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198602 STATION NETCDFs +0.05635379155476888 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198602_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198602_H_GLOBAL.out new file mode 100644 index 00000000..9b6e14e9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198602_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198602 STATION NETCDFs +0.03437225023905436 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198602_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198602_M_GLOBAL.out new file mode 100644 index 00000000..42f458a9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198602_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198602 STATION NETCDFs +0.01939659516016642 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198603_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198603_D_GLOBAL.out new file mode 100644 index 00000000..acf97507 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198603_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198603 STATION NETCDFs +0.04295343557993571 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198603_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198603_H_GLOBAL.out new file mode 100644 index 00000000..ec792e86 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198603_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198603 STATION NETCDFs +0.05300509532292684 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198603_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198603_M_GLOBAL.out new file mode 100644 index 00000000..8704a96f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198603_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198603 STATION NETCDFs +0.05657195250193278 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198604_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198604_D_GLOBAL.out new file mode 100644 index 00000000..177cad32 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198604_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198604 STATION NETCDFs +0.029741926987965902 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198604_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198604_H_GLOBAL.out new file mode 100644 index 00000000..dfc347f6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198604_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198604 STATION NETCDFs +0.048242270946502686 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198604_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198604_M_GLOBAL.out new file mode 100644 index 00000000..a56094ac --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198604_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198604 STATION NETCDFs +0.03347088893254598 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198605_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198605_D_GLOBAL.out new file mode 100644 index 00000000..1a80fcf0 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198605_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198605 STATION NETCDFs +0.04110568364461263 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198605_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198605_H_GLOBAL.out new file mode 100644 index 00000000..1f6837be --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198605_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198605 STATION NETCDFs +0.050838534037272134 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198605_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198605_M_GLOBAL.out new file mode 100644 index 00000000..44014ca0 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198605_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198605 STATION NETCDFs +0.041949601968129475 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198606_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198606_D_GLOBAL.out new file mode 100644 index 00000000..aa0b633e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198606_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198606 STATION NETCDFs +0.02857759396235148 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198606_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198606_H_GLOBAL.out new file mode 100644 index 00000000..07f67ad2 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198606_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198606 STATION NETCDFs +0.056587556997934975 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198606_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198606_M_GLOBAL.out new file mode 100644 index 00000000..f79a7d6f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198606_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198606 STATION NETCDFs +0.058885049819946286 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198607_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198607_D_GLOBAL.out new file mode 100644 index 00000000..2af2324a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198607_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198607 STATION NETCDFs +0.05182525316874186 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198607_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198607_H_GLOBAL.out new file mode 100644 index 00000000..3dbd1a76 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198607_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198607 STATION NETCDFs +0.017804062366485594 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198607_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198607_M_GLOBAL.out new file mode 100644 index 00000000..18c5c8f7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198607_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198607 STATION NETCDFs +0.04245620171229045 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198608_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198608_D_GLOBAL.out new file mode 100644 index 00000000..a2b5af6a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198608_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198608 STATION NETCDFs +0.05873260895411173 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198608_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198608_H_GLOBAL.out new file mode 100644 index 00000000..e2c20451 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198608_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198608 STATION NETCDFs +0.05322349468866984 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198608_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198608_M_GLOBAL.out new file mode 100644 index 00000000..c23a3416 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198608_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198608 STATION NETCDFs +0.03190917174021403 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198609_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198609_D_GLOBAL.out new file mode 100644 index 00000000..50ef7a7f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198609_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198609 STATION NETCDFs +0.029193703333536783 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198609_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198609_H_GLOBAL.out new file mode 100644 index 00000000..c744a5eb --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198609_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198609 STATION NETCDFs +0.04567234516143799 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198609_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198609_M_GLOBAL.out new file mode 100644 index 00000000..eb2839ad --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198609_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198609 STATION NETCDFs +0.05855234464009603 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198610_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198610_D_GLOBAL.out new file mode 100644 index 00000000..18fc675b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198610_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198610 STATION NETCDFs +0.03672800064086914 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198610_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198610_H_GLOBAL.out new file mode 100644 index 00000000..96af314c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198610_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198610 STATION NETCDFs +0.03718752861022949 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198610_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198610_M_GLOBAL.out new file mode 100644 index 00000000..01feee14 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198610_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198610 STATION NETCDFs +0.04159014225006104 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198611_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198611_D_GLOBAL.out new file mode 100644 index 00000000..c286f9e8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198611_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198611 STATION NETCDFs +0.03312579790751139 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198611_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198611_H_GLOBAL.out new file mode 100644 index 00000000..405390ac --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198611_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198611 STATION NETCDFs +0.02947188218434652 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198611_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198611_M_GLOBAL.out new file mode 100644 index 00000000..203f121d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198611_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198611 STATION NETCDFs +0.05155921777089437 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198612_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198612_D_GLOBAL.out new file mode 100644 index 00000000..1aa778e5 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198612_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198612 STATION NETCDFs +0.02740104595820109 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198612_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198612_H_GLOBAL.out new file mode 100644 index 00000000..001c4d8b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198612_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198612 STATION NETCDFs +0.05137791633605957 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198612_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198612_M_GLOBAL.out new file mode 100644 index 00000000..ccfe71eb --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198612_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198612 STATION NETCDFs +0.03640839656194051 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198701_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198701_D_GLOBAL.out new file mode 100644 index 00000000..5dc859e6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198701_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198701 STATION NETCDFs +0.07186017036437989 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198701_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198701_H_GLOBAL.out new file mode 100644 index 00000000..50963790 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198701_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198701 STATION NETCDFs +0.03315411806106568 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198701_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198701_M_GLOBAL.out new file mode 100644 index 00000000..146af3c3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198701_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198701 STATION NETCDFs +0.0501780112584432 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198702_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198702_D_GLOBAL.out new file mode 100644 index 00000000..c3b9b682 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198702_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198702 STATION NETCDFs +0.05318697690963745 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198702_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198702_H_GLOBAL.out new file mode 100644 index 00000000..38e1999f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198702_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198702 STATION NETCDFs +0.03419214089711507 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198702_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198702_M_GLOBAL.out new file mode 100644 index 00000000..2093e06f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198702_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198702 STATION NETCDFs +0.06455206871032715 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198703_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198703_D_GLOBAL.out new file mode 100644 index 00000000..8da2bb3b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198703_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198703 STATION NETCDFs +0.022066497802734376 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198703_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198703_H_GLOBAL.out new file mode 100644 index 00000000..7a4869e5 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198703_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198703 STATION NETCDFs +0.07093296051025391 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198703_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198703_M_GLOBAL.out new file mode 100644 index 00000000..4cb6a7c3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198703_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198703 STATION NETCDFs +0.04727484782536825 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198704_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198704_D_GLOBAL.out new file mode 100644 index 00000000..53166f05 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198704_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198704 STATION NETCDFs +0.051964962482452394 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198704_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198704_H_GLOBAL.out new file mode 100644 index 00000000..8c6d8323 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198704_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198704 STATION NETCDFs +0.04979834953943888 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198704_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198704_M_GLOBAL.out new file mode 100644 index 00000000..6b2c5abd --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198704_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198704 STATION NETCDFs +0.030108058452606203 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198705_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198705_D_GLOBAL.out new file mode 100644 index 00000000..827922ad --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198705_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198705 STATION NETCDFs +0.05257011254628499 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198705_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198705_H_GLOBAL.out new file mode 100644 index 00000000..b5b47e2f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198705_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198705 STATION NETCDFs +0.054790842533111575 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198705_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198705_M_GLOBAL.out new file mode 100644 index 00000000..81da7ae3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198705_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198705 STATION NETCDFs +0.06354816754659016 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198804_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198804_D_GLOBAL.out new file mode 100644 index 00000000..a72ec5ec --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198804_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198804 STATION NETCDFs +0.055892475446065265 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198804_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198804_H_GLOBAL.out new file mode 100644 index 00000000..06148cfe --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198804_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198804 STATION NETCDFs +0.06305825312932332 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198804_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198804_M_GLOBAL.out new file mode 100644 index 00000000..f56113bf --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198804_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198804 STATION NETCDFs +0.048619067668914794 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198810_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198810_D_GLOBAL.out new file mode 100644 index 00000000..c1d88a5d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198810_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198810 STATION NETCDFs +0.059601910909016925 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198810_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198810_H_GLOBAL.out new file mode 100644 index 00000000..bfd7c1f8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198810_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198810 STATION NETCDFs +0.04460582733154297 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198810_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198810_M_GLOBAL.out new file mode 100644 index 00000000..d9e346d0 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198810_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198810 STATION NETCDFs +0.06171407699584961 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198811_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198811_D_GLOBAL.out new file mode 100644 index 00000000..665dcdc7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198811_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198811 STATION NETCDFs +0.07078208923339843 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198811_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198811_H_GLOBAL.out new file mode 100644 index 00000000..a1f4215b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198811_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198811 STATION NETCDFs +0.03667945861816406 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198811_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198811_M_GLOBAL.out new file mode 100644 index 00000000..4733de3f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198811_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198811 STATION NETCDFs +0.04863095283508301 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198812_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198812_D_GLOBAL.out new file mode 100644 index 00000000..9bc31a80 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198812_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198812 STATION NETCDFs +0.051639310518900555 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198812_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198812_H_GLOBAL.out new file mode 100644 index 00000000..3df9b652 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198812_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198812 STATION NETCDFs +0.032208037376403806 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198812_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198812_M_GLOBAL.out new file mode 100644 index 00000000..251b4554 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198812_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198812 STATION NETCDFs +0.04796781142552694 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198901_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198901_D_GLOBAL.out new file mode 100644 index 00000000..aa6c9ce3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198901_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198901 STATION NETCDFs +0.058753756682078044 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198901_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198901_H_GLOBAL.out new file mode 100644 index 00000000..ce188621 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198901_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198901 STATION NETCDFs +0.016471449534098306 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198901_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198901_M_GLOBAL.out new file mode 100644 index 00000000..7059d63d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198901_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198901 STATION NETCDFs +0.05691889524459839 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198902_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198902_D_GLOBAL.out new file mode 100644 index 00000000..eb185da4 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198902_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198902 STATION NETCDFs +0.05961367686589559 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198902_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198902_H_GLOBAL.out new file mode 100644 index 00000000..5657041e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198902_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198902 STATION NETCDFs +0.03607210318247477 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198902_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198902_M_GLOBAL.out new file mode 100644 index 00000000..126fc371 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198902_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198902 STATION NETCDFs +0.03967555363972982 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198903_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198903_D_GLOBAL.out new file mode 100644 index 00000000..b12b503f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198903_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198903 STATION NETCDFs +0.06144386927286784 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198903_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198903_H_GLOBAL.out new file mode 100644 index 00000000..584d86b6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198903_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198903 STATION NETCDFs +0.041175774733225506 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198903_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198903_M_GLOBAL.out new file mode 100644 index 00000000..a64a06b9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198903_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198903 STATION NETCDFs +0.06996338764826457 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198904_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198904_D_GLOBAL.out new file mode 100644 index 00000000..70b6a62e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198904_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198904 STATION NETCDFs +0.03810453017552694 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198904_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198904_H_GLOBAL.out new file mode 100644 index 00000000..bffa58b7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198904_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198904 STATION NETCDFs +0.07227769295374552 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198904_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198904_M_GLOBAL.out new file mode 100644 index 00000000..8df5d01e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198904_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198904 STATION NETCDFs +0.04712669849395752 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198905_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198905_D_GLOBAL.out new file mode 100644 index 00000000..2726c54d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198905_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198905 STATION NETCDFs +0.04102706114451091 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198905_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198905_H_GLOBAL.out new file mode 100644 index 00000000..319da02a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198905_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198905 STATION NETCDFs +0.055726397037506106 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198905_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198905_M_GLOBAL.out new file mode 100644 index 00000000..cbb76664 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198905_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198905 STATION NETCDFs +0.03396011590957641 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198906_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198906_D_GLOBAL.out new file mode 100644 index 00000000..78e86446 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198906_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198906 STATION NETCDFs +0.038475000858306886 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198906_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198906_H_GLOBAL.out new file mode 100644 index 00000000..b7369efd --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198906_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198906 STATION NETCDFs +0.05558912754058838 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198906_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198906_M_GLOBAL.out new file mode 100644 index 00000000..855e4508 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198906_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198906 STATION NETCDFs +0.06773908138275146 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198907_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198907_D_GLOBAL.out new file mode 100644 index 00000000..920df2c1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198907_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198907 STATION NETCDFs +0.036656542619069414 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198907_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198907_H_GLOBAL.out new file mode 100644 index 00000000..211948cf --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198907_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198907 STATION NETCDFs +0.06403163671493531 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198907_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198907_M_GLOBAL.out new file mode 100644 index 00000000..8872c091 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198907_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198907 STATION NETCDFs +0.03641415039698283 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198908_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198908_D_GLOBAL.out new file mode 100644 index 00000000..7a102bfa --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198908_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198908 STATION NETCDFs +0.05523653825124105 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198908_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198908_H_GLOBAL.out new file mode 100644 index 00000000..bebdde27 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198908_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198908 STATION NETCDFs +0.033402828375498454 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198908_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198908_M_GLOBAL.out new file mode 100644 index 00000000..7db3e301 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198908_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198908 STATION NETCDFs +0.037195253372192386 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198909_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198909_D_GLOBAL.out new file mode 100644 index 00000000..45a71898 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198909_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198909 STATION NETCDFs +0.03496782779693604 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198909_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198909_H_GLOBAL.out new file mode 100644 index 00000000..d30907de --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198909_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198909 STATION NETCDFs +0.030717178185780843 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198909_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198909_M_GLOBAL.out new file mode 100644 index 00000000..7cb5ce89 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198909_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198909 STATION NETCDFs +0.06697661876678467 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198910_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198910_D_GLOBAL.out new file mode 100644 index 00000000..1b92e30e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198910_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198910 STATION NETCDFs +0.06539445718129476 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198910_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198910_H_GLOBAL.out new file mode 100644 index 00000000..3de89e96 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198910_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198910 STATION NETCDFs +0.03114524284998576 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198910_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198910_M_GLOBAL.out new file mode 100644 index 00000000..6d95fb54 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198910_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198910 STATION NETCDFs +0.028302506605784098 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198911_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198911_D_GLOBAL.out new file mode 100644 index 00000000..b5f44ed1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198911_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198911 STATION NETCDFs +0.03629734516143799 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198911_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198911_H_GLOBAL.out new file mode 100644 index 00000000..3afeab94 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198911_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198911 STATION NETCDFs +0.06985541979471842 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198911_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198911_M_GLOBAL.out new file mode 100644 index 00000000..9bb53ad8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198911_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198911 STATION NETCDFs +0.07199892600377401 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198912_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198912_D_GLOBAL.out new file mode 100644 index 00000000..24ca5d99 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198912_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198912 STATION NETCDFs +0.06668546199798583 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198912_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198912_H_GLOBAL.out new file mode 100644 index 00000000..483adab4 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198912_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198912 STATION NETCDFs +0.04803757270177205 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_198912_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_198912_M_GLOBAL.out new file mode 100644 index 00000000..9210c0f5 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_198912_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198912 STATION NETCDFs +0.05042036771774292 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199001_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199001_D_GLOBAL.out new file mode 100644 index 00000000..334d6643 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199001_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199001 STATION NETCDFs +0.03367084264755249 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199001_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199001_H_GLOBAL.out new file mode 100644 index 00000000..f104bd1d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199001_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199001 STATION NETCDFs +0.02574871778488159 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199001_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199001_M_GLOBAL.out new file mode 100644 index 00000000..79f787ea --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199001_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199001 STATION NETCDFs +0.046232672532399495 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199002_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199002_D_GLOBAL.out new file mode 100644 index 00000000..8ae5a4fb --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199002_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199002 STATION NETCDFs +0.05451296170552571 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199002_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199002_H_GLOBAL.out new file mode 100644 index 00000000..fa33c055 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199002_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199002 STATION NETCDFs +0.05972019036610921 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199002_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199002_M_GLOBAL.out new file mode 100644 index 00000000..24f0c3f6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199002_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199002 STATION NETCDFs +0.022233529885609945 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199003_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199003_D_GLOBAL.out new file mode 100644 index 00000000..b5dd39be --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199003_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199003 STATION NETCDFs +0.03018089532852173 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199003_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199003_H_GLOBAL.out new file mode 100644 index 00000000..4039a46d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199003_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199003 STATION NETCDFs +0.0635767420132955 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199003_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199003_M_GLOBAL.out new file mode 100644 index 00000000..04149a80 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199003_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199003 STATION NETCDFs +0.02950901985168457 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199004_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199004_D_GLOBAL.out new file mode 100644 index 00000000..dce48cb1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199004_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199004 STATION NETCDFs +0.05981185038884481 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199004_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199004_H_GLOBAL.out new file mode 100644 index 00000000..f411aac9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199004_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199004 STATION NETCDFs +0.03481838305791219 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199004_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199004_M_GLOBAL.out new file mode 100644 index 00000000..1a5a9004 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199004_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199004 STATION NETCDFs +0.06699965000152588 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199005_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199005_D_GLOBAL.out new file mode 100644 index 00000000..87e1b2cd --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199005_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199005 STATION NETCDFs +0.03562908967336019 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199005_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199005_H_GLOBAL.out new file mode 100644 index 00000000..03080d3a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199005_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199005 STATION NETCDFs +0.0624594767888387 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199005_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199005_M_GLOBAL.out new file mode 100644 index 00000000..b49cbe57 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199005_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199005 STATION NETCDFs +0.056265016396840416 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199006_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199006_D_GLOBAL.out new file mode 100644 index 00000000..b1b2b5d8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199006_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199006 STATION NETCDFs +0.06042843262354533 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199006_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199006_H_GLOBAL.out new file mode 100644 index 00000000..338a4dd3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199006_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199006 STATION NETCDFs +0.037688287099202473 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199006_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199006_M_GLOBAL.out new file mode 100644 index 00000000..1a7741be --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199006_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199006 STATION NETCDFs +0.06852412223815918 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199007_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199007_D_GLOBAL.out new file mode 100644 index 00000000..c1841aaa --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199007_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199007 STATION NETCDFs +0.06910782257715861 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199007_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199007_H_GLOBAL.out new file mode 100644 index 00000000..fbfc3c51 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199007_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199007 STATION NETCDFs +0.045437514781951904 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199007_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199007_M_GLOBAL.out new file mode 100644 index 00000000..8b61fe97 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199007_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199007 STATION NETCDFs +0.06338179508845011 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199008_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199008_D_GLOBAL.out new file mode 100644 index 00000000..27605eca --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199008_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199008 STATION NETCDFs +0.036006089051564535 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199008_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199008_H_GLOBAL.out new file mode 100644 index 00000000..e6651233 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199008_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199008 STATION NETCDFs +0.07704176108042399 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199008_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199008_M_GLOBAL.out new file mode 100644 index 00000000..223b8d38 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199008_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199008 STATION NETCDFs +0.045845778783162434 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199009_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199009_D_GLOBAL.out new file mode 100644 index 00000000..a445dff9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199009_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199009 STATION NETCDFs +0.06893842220306397 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199009_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199009_H_GLOBAL.out new file mode 100644 index 00000000..1b28a884 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199009_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199009 STATION NETCDFs +0.07319605350494385 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199009_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199009_M_GLOBAL.out new file mode 100644 index 00000000..27e33dd0 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199009_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199009 STATION NETCDFs +0.020971818765004476 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199010_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199010_D_GLOBAL.out new file mode 100644 index 00000000..f80da48e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199010_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199010 STATION NETCDFs +0.058336583773295085 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199010_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199010_H_GLOBAL.out new file mode 100644 index 00000000..1f0ddd8a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199010_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199010 STATION NETCDFs +0.031251231829325356 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199010_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199010_M_GLOBAL.out new file mode 100644 index 00000000..b5e7f990 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199010_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199010 STATION NETCDFs +0.04563762744267782 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199011_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199011_D_GLOBAL.out new file mode 100644 index 00000000..107609ed --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199011_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199011 STATION NETCDFs +0.061459457874298094 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199011_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199011_H_GLOBAL.out new file mode 100644 index 00000000..bb2a34cd --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199011_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199011 STATION NETCDFs +0.027457396189371746 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199011_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199011_M_GLOBAL.out new file mode 100644 index 00000000..1cf54f95 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199011_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199011 STATION NETCDFs +0.07464316288630167 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199012_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199012_D_GLOBAL.out new file mode 100644 index 00000000..e52506b2 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199012_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199012 STATION NETCDFs +0.042293258508046466 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199012_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199012_H_GLOBAL.out new file mode 100644 index 00000000..fb4b92d9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199012_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199012 STATION NETCDFs +0.05802574157714844 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199012_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199012_M_GLOBAL.out new file mode 100644 index 00000000..56ddee81 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199012_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199012 STATION NETCDFs +0.041200780868530275 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199101_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199101_D_GLOBAL.out new file mode 100644 index 00000000..135021aa --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199101_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199101 STATION NETCDFs +0.05374941825866699 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199101_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199101_H_GLOBAL.out new file mode 100644 index 00000000..24577d3c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199101_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199101 STATION NETCDFs +0.05944987138112386 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199101_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199101_M_GLOBAL.out new file mode 100644 index 00000000..5c89cb0c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199101_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199101 STATION NETCDFs +0.027549346288045246 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199102_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199102_D_GLOBAL.out new file mode 100644 index 00000000..6e2a3e1f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199102_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199102 STATION NETCDFs +0.026840460300445557 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199102_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199102_H_GLOBAL.out new file mode 100644 index 00000000..c7f58c99 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199102_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199102 STATION NETCDFs +0.0625230312347412 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199102_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199102_M_GLOBAL.out new file mode 100644 index 00000000..ff33b254 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199102_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199102 STATION NETCDFs +0.06813148260116578 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199103_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199103_D_GLOBAL.out new file mode 100644 index 00000000..c57fd4d9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199103_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199103 STATION NETCDFs +0.06345592737197876 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199103_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199103_H_GLOBAL.out new file mode 100644 index 00000000..477fef45 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199103_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199103 STATION NETCDFs +0.052230433622996016 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199103_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199103_M_GLOBAL.out new file mode 100644 index 00000000..b4866b29 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199103_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199103 STATION NETCDFs +0.05735599994659424 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199104_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199104_D_GLOBAL.out new file mode 100644 index 00000000..58e8836d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199104_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199104 STATION NETCDFs +0.02733721335728963 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199104_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199104_H_GLOBAL.out new file mode 100644 index 00000000..27919346 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199104_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199104 STATION NETCDFs +0.0668614109357198 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199104_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199104_M_GLOBAL.out new file mode 100644 index 00000000..7dd63f88 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199104_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199104 STATION NETCDFs +0.030159727732340495 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199105_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199105_D_GLOBAL.out new file mode 100644 index 00000000..f0cc292b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199105_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199105 STATION NETCDFs +0.06876572767893473 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199105_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199105_H_GLOBAL.out new file mode 100644 index 00000000..d3a60123 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199105_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199105 STATION NETCDFs +0.026770846048990885 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199105_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199105_M_GLOBAL.out new file mode 100644 index 00000000..1b654e3f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199105_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199105 STATION NETCDFs +0.05131061474482219 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199106_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199106_D_GLOBAL.out new file mode 100644 index 00000000..d5fd4d04 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199106_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199106 STATION NETCDFs +0.06264352003733317 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199106_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199106_H_GLOBAL.out new file mode 100644 index 00000000..ea7c7eae --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199106_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199106 STATION NETCDFs +0.05750240484873454 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199106_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199106_M_GLOBAL.out new file mode 100644 index 00000000..8337b118 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199106_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199106 STATION NETCDFs +0.02002942164738973 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199107_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199107_D_GLOBAL.out new file mode 100644 index 00000000..63c80ffe --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199107_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199107 STATION NETCDFs +0.054680832227071124 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199107_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199107_H_GLOBAL.out new file mode 100644 index 00000000..65f4c8ee --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199107_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199107 STATION NETCDFs +0.07347234884897867 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199107_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199107_M_GLOBAL.out new file mode 100644 index 00000000..fe551b48 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199107_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199107 STATION NETCDFs +0.06830568313598633 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199108_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199108_D_GLOBAL.out new file mode 100644 index 00000000..8a53c77e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199108_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199108 STATION NETCDFs +0.03414986928304036 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199108_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199108_H_GLOBAL.out new file mode 100644 index 00000000..457ce0f4 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199108_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199108 STATION NETCDFs +0.049960056940714516 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199108_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199108_M_GLOBAL.out new file mode 100644 index 00000000..31e38f95 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199108_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199108 STATION NETCDFs +0.03419516881306966 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199109_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199109_D_GLOBAL.out new file mode 100644 index 00000000..c522301c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199109_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199109 STATION NETCDFs +0.06450993220011393 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199109_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199109_H_GLOBAL.out new file mode 100644 index 00000000..cf74556b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199109_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199109 STATION NETCDFs +0.03202259540557861 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199109_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199109_M_GLOBAL.out new file mode 100644 index 00000000..c45a8160 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199109_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199109 STATION NETCDFs +0.05307077964146932 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199110_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199110_D_GLOBAL.out new file mode 100644 index 00000000..93195c35 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199110_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199110 STATION NETCDFs +0.028583065668741862 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199110_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199110_H_GLOBAL.out new file mode 100644 index 00000000..0d8f1330 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199110_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199110 STATION NETCDFs +0.05376249154408773 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199110_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199110_M_GLOBAL.out new file mode 100644 index 00000000..4962d8de --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199110_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199110 STATION NETCDFs +0.058301655451456706 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199111_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199111_D_GLOBAL.out new file mode 100644 index 00000000..be5688ce --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199111_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199111 STATION NETCDFs +0.036365079879760745 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199111_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199111_H_GLOBAL.out new file mode 100644 index 00000000..e741534f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199111_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199111 STATION NETCDFs +0.04951530694961548 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199111_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199111_M_GLOBAL.out new file mode 100644 index 00000000..9c74eda0 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199111_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199111 STATION NETCDFs +0.07527453502019246 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199112_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199112_D_GLOBAL.out new file mode 100644 index 00000000..3c1e94f7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199112_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199112 STATION NETCDFs +0.0523946483929952 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199112_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199112_H_GLOBAL.out new file mode 100644 index 00000000..4d0eef21 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199112_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199112 STATION NETCDFs +0.04041660626729329 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199112_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199112_M_GLOBAL.out new file mode 100644 index 00000000..f2da236c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199112_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199112 STATION NETCDFs +0.03555228312810262 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199201_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199201_D_GLOBAL.out new file mode 100644 index 00000000..b2bdede8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199201_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199201 STATION NETCDFs +0.027747142314910888 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199201_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199201_H_GLOBAL.out new file mode 100644 index 00000000..d341625d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199201_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199201 STATION NETCDFs +0.053607694307963055 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199201_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199201_M_GLOBAL.out new file mode 100644 index 00000000..e703799c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199201_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199201 STATION NETCDFs +0.03972050348917643 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199202_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199202_D_GLOBAL.out new file mode 100644 index 00000000..35329cb9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199202_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199202 STATION NETCDFs +0.056522274017333986 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199202_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199202_H_GLOBAL.out new file mode 100644 index 00000000..5aabdc96 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199202_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199202 STATION NETCDFs +0.06589033603668212 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199202_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199202_M_GLOBAL.out new file mode 100644 index 00000000..77e2aed9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199202_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199202 STATION NETCDFs +0.03673096497853597 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199203_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199203_D_GLOBAL.out new file mode 100644 index 00000000..f04404bb --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199203_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199203 STATION NETCDFs +0.052611911296844484 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199203_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199203_H_GLOBAL.out new file mode 100644 index 00000000..d1f16e14 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199203_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199203 STATION NETCDFs +0.0368513027826945 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199203_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199203_M_GLOBAL.out new file mode 100644 index 00000000..ca67fc2b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199203_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199203 STATION NETCDFs +0.03999901215235392 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199204_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199204_D_GLOBAL.out new file mode 100644 index 00000000..cf153e4c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199204_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199204 STATION NETCDFs +0.027943229675292967 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199204_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199204_H_GLOBAL.out new file mode 100644 index 00000000..e396c545 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199204_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199204 STATION NETCDFs +0.06052518288294474 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199204_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199204_M_GLOBAL.out new file mode 100644 index 00000000..3d0424ae --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199204_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199204 STATION NETCDFs +0.04729419549306234 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199207_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199207_D_GLOBAL.out new file mode 100644 index 00000000..e9c20443 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199207_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199207 STATION NETCDFs +0.026305532455444335 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199207_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199207_H_GLOBAL.out new file mode 100644 index 00000000..219ab636 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199207_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199207 STATION NETCDFs +0.04091110626856486 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199207_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199207_M_GLOBAL.out new file mode 100644 index 00000000..f88c4526 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199207_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199207 STATION NETCDFs +0.05598148107528687 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199208_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199208_D_GLOBAL.out new file mode 100644 index 00000000..9153100d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199208_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199208 STATION NETCDFs +0.04189131259918213 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199208_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199208_H_GLOBAL.out new file mode 100644 index 00000000..6e8fa7d1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199208_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199208 STATION NETCDFs +0.06364587545394898 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199208_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199208_M_GLOBAL.out new file mode 100644 index 00000000..9219ed35 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199208_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199208 STATION NETCDFs +0.06614511410395305 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199209_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199209_D_GLOBAL.out new file mode 100644 index 00000000..acdd5a16 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199209_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199209 STATION NETCDFs +0.034322357177734374 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199209_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199209_H_GLOBAL.out new file mode 100644 index 00000000..3678a32d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199209_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199209 STATION NETCDFs +0.0548220952351888 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199209_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199209_M_GLOBAL.out new file mode 100644 index 00000000..baec41c7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199209_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199209 STATION NETCDFs +0.05588675737380981 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199210_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199210_D_GLOBAL.out new file mode 100644 index 00000000..5ef768ce --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199210_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199210 STATION NETCDFs +0.07788918415705363 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199210_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199210_H_GLOBAL.out new file mode 100644 index 00000000..cabc9a66 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199210_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199210 STATION NETCDFs +0.031222053368886313 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199210_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199210_M_GLOBAL.out new file mode 100644 index 00000000..0739138f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199210_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199210 STATION NETCDFs +0.05102673768997192 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199211_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199211_D_GLOBAL.out new file mode 100644 index 00000000..f63890b9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199211_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199211 STATION NETCDFs +0.05351116259892782 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199211_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199211_H_GLOBAL.out new file mode 100644 index 00000000..fbda0d43 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199211_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199211 STATION NETCDFs +0.06315329869588217 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199211_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199211_M_GLOBAL.out new file mode 100644 index 00000000..19650dd3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199211_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199211 STATION NETCDFs +0.03355185985565186 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199212_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199212_D_GLOBAL.out new file mode 100644 index 00000000..0c096192 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199212_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199212 STATION NETCDFs +0.05966150760650635 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199212_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199212_H_GLOBAL.out new file mode 100644 index 00000000..7cf54d3d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199212_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199212 STATION NETCDFs +0.06891024510065714 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199212_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199212_M_GLOBAL.out new file mode 100644 index 00000000..04ac6089 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199212_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199212 STATION NETCDFs +0.03353441953659057 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199301_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199301_D_GLOBAL.out new file mode 100644 index 00000000..9e4b4fcb --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199301_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199301 STATION NETCDFs +0.06556684970855713 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199301_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199301_H_GLOBAL.out new file mode 100644 index 00000000..0ede9bab --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199301_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199301 STATION NETCDFs +0.03577058712641398 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199301_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199301_M_GLOBAL.out new file mode 100644 index 00000000..3e8f0570 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199301_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199301 STATION NETCDFs +0.06167933940887451 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199302_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199302_D_GLOBAL.out new file mode 100644 index 00000000..e717c5cc --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199302_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199302 STATION NETCDFs +0.06173481941223145 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199302_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199302_H_GLOBAL.out new file mode 100644 index 00000000..e4850635 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199302_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199302 STATION NETCDFs +0.05501260757446289 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199302_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199302_M_GLOBAL.out new file mode 100644 index 00000000..7b39a730 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199302_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199302 STATION NETCDFs +0.06506202220916749 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199303_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199303_D_GLOBAL.out new file mode 100644 index 00000000..e03bca69 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199303_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199303 STATION NETCDFs +0.07111549774805705 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199303_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199303_H_GLOBAL.out new file mode 100644 index 00000000..c8179ff3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199303_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199303 STATION NETCDFs +0.057916438579559325 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199303_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199303_M_GLOBAL.out new file mode 100644 index 00000000..80b0a133 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199303_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199303 STATION NETCDFs +0.052822812398274736 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199304_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199304_D_GLOBAL.out new file mode 100644 index 00000000..cab45120 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199304_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199304 STATION NETCDFs +0.07425386508305867 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199304_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199304_H_GLOBAL.out new file mode 100644 index 00000000..8d0573cb --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199304_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199304 STATION NETCDFs +0.054099126656850176 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199304_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199304_M_GLOBAL.out new file mode 100644 index 00000000..9a5bb5d9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199304_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199304 STATION NETCDFs +0.07226971785227458 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199305_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199305_D_GLOBAL.out new file mode 100644 index 00000000..67213a9e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199305_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199305 STATION NETCDFs +0.05227445761362712 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199305_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199305_H_GLOBAL.out new file mode 100644 index 00000000..1ef4c15f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199305_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199305 STATION NETCDFs +0.06644552946090698 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199305_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199305_M_GLOBAL.out new file mode 100644 index 00000000..dd79b22e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199305_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199305 STATION NETCDFs +0.032437459627787275 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199306_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199306_D_GLOBAL.out new file mode 100644 index 00000000..e2cb6bc3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199306_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199306 STATION NETCDFs +0.058498899141947426 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199306_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199306_H_GLOBAL.out new file mode 100644 index 00000000..5111050d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199306_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199306 STATION NETCDFs +0.07013929684956868 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199306_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199306_M_GLOBAL.out new file mode 100644 index 00000000..b0cb3136 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199306_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199306 STATION NETCDFs +0.06285486221313477 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199307_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199307_D_GLOBAL.out new file mode 100644 index 00000000..d41206b9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199307_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199307 STATION NETCDFs +0.03804072141647339 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199307_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199307_H_GLOBAL.out new file mode 100644 index 00000000..43cf1702 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199307_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199307 STATION NETCDFs +0.05910708506902059 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199307_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199307_M_GLOBAL.out new file mode 100644 index 00000000..a2cd8e8a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199307_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199307 STATION NETCDFs +0.05889321168263753 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199308_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199308_D_GLOBAL.out new file mode 100644 index 00000000..e72b2d36 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199308_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199308 STATION NETCDFs +0.07087761163711548 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199308_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199308_H_GLOBAL.out new file mode 100644 index 00000000..537489ee --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199308_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199308 STATION NETCDFs +0.06842954158782959 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199308_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199308_M_GLOBAL.out new file mode 100644 index 00000000..24f6a246 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199308_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199308 STATION NETCDFs +0.05552420616149902 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199309_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199309_D_GLOBAL.out new file mode 100644 index 00000000..b3f85689 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199309_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199309 STATION NETCDFs +0.07089786529541016 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199309_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199309_H_GLOBAL.out new file mode 100644 index 00000000..e84d8899 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199309_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199309 STATION NETCDFs +0.056741758187611895 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199309_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199309_M_GLOBAL.out new file mode 100644 index 00000000..feb8c4a9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199309_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199309 STATION NETCDFs +0.05162992874781291 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199310_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199310_D_GLOBAL.out new file mode 100644 index 00000000..7237c8ff --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199310_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199310 STATION NETCDFs +0.02917483647664388 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199310_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199310_H_GLOBAL.out new file mode 100644 index 00000000..677f63d4 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199310_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199310 STATION NETCDFs +0.05355042219161987 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199310_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199310_M_GLOBAL.out new file mode 100644 index 00000000..2c6bfc92 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199310_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199310 STATION NETCDFs +0.06419572830200196 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199311_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199311_D_GLOBAL.out new file mode 100644 index 00000000..f15300f1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199311_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199311 STATION NETCDFs +0.03856856028238932 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199311_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199311_H_GLOBAL.out new file mode 100644 index 00000000..f23a63e4 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199311_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199311 STATION NETCDFs +0.031961150964101154 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199311_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199311_M_GLOBAL.out new file mode 100644 index 00000000..bc01796d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199311_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199311 STATION NETCDFs +0.037974071502685544 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199312_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199312_D_GLOBAL.out new file mode 100644 index 00000000..e1193cad --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199312_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199312 STATION NETCDFs +0.06320666869481405 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199312_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199312_H_GLOBAL.out new file mode 100644 index 00000000..3094811e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199312_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199312 STATION NETCDFs +0.048430379231770834 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199312_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199312_M_GLOBAL.out new file mode 100644 index 00000000..ff3336cc --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199312_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199312 STATION NETCDFs +0.0574282964070638 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199401_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199401_D_GLOBAL.out new file mode 100644 index 00000000..22c45e02 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199401_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199401 STATION NETCDFs +0.04559100866317749 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199401_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199401_H_GLOBAL.out new file mode 100644 index 00000000..b70abf03 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199401_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199401 STATION NETCDFs +0.07193159659703573 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199401_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199401_M_GLOBAL.out new file mode 100644 index 00000000..7d6b59c5 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199401_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199401 STATION NETCDFs +0.05425012509028117 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199402_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199402_D_GLOBAL.out new file mode 100644 index 00000000..1242d16a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199402_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199402 STATION NETCDFs +0.03173162937164307 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199402_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199402_H_GLOBAL.out new file mode 100644 index 00000000..21972a2a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199402_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199402 STATION NETCDFs +0.07390528917312622 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199402_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199402_M_GLOBAL.out new file mode 100644 index 00000000..b80b1d9c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199402_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199402 STATION NETCDFs +0.06988438367843627 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199403_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199403_D_GLOBAL.out new file mode 100644 index 00000000..63c73d0e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199403_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199403 STATION NETCDFs +0.04418423573176066 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199403_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199403_H_GLOBAL.out new file mode 100644 index 00000000..bb9077bd --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199403_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199403 STATION NETCDFs +0.07282467683156331 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199403_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199403_M_GLOBAL.out new file mode 100644 index 00000000..16ea88f1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199403_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199403 STATION NETCDFs +0.05076544682184855 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199404_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199404_D_GLOBAL.out new file mode 100644 index 00000000..36b58e17 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199404_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199404 STATION NETCDFs +0.06095487674077352 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199404_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199404_H_GLOBAL.out new file mode 100644 index 00000000..10b4d7aa --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199404_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199404 STATION NETCDFs +0.07843833764394124 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199404_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199404_M_GLOBAL.out new file mode 100644 index 00000000..a7e89132 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199404_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199404 STATION NETCDFs +0.03902010122934977 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199405_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199405_D_GLOBAL.out new file mode 100644 index 00000000..8d84dc80 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199405_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199405 STATION NETCDFs +0.06812174320220947 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199405_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199405_H_GLOBAL.out new file mode 100644 index 00000000..86fa408a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199405_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199405 STATION NETCDFs +0.05682168404261271 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199405_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199405_M_GLOBAL.out new file mode 100644 index 00000000..28e77b74 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199405_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199405 STATION NETCDFs +0.05997104247411092 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199406_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199406_D_GLOBAL.out new file mode 100644 index 00000000..9c405285 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199406_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199406 STATION NETCDFs +0.06218882401784261 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199406_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199406_H_GLOBAL.out new file mode 100644 index 00000000..0dfa9a38 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199406_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199406 STATION NETCDFs +0.06424557367960612 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199406_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199406_M_GLOBAL.out new file mode 100644 index 00000000..2acb217b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199406_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199406 STATION NETCDFs +0.05941896041234334 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199407_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199407_D_GLOBAL.out new file mode 100644 index 00000000..92b0e348 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199407_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199407 STATION NETCDFs +0.033661011854807535 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199407_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199407_H_GLOBAL.out new file mode 100644 index 00000000..adf39322 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199407_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199407 STATION NETCDFs +0.05691035588582357 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199407_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199407_M_GLOBAL.out new file mode 100644 index 00000000..e794a8d6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199407_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199407 STATION NETCDFs +0.04275823434193929 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199408_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199408_D_GLOBAL.out new file mode 100644 index 00000000..b99af8c1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199408_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199408 STATION NETCDFs +0.07071210145950317 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199408_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199408_H_GLOBAL.out new file mode 100644 index 00000000..6032a5a0 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199408_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199408 STATION NETCDFs +0.07770474751790364 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199408_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199408_M_GLOBAL.out new file mode 100644 index 00000000..c3c532f1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199408_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199408 STATION NETCDFs +0.0676654060681661 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199409_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199409_D_GLOBAL.out new file mode 100644 index 00000000..274220d2 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199409_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199409 STATION NETCDFs +0.07014768520991008 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199409_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199409_H_GLOBAL.out new file mode 100644 index 00000000..43f15650 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199409_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199409 STATION NETCDFs +0.058613113562266034 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199409_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199409_M_GLOBAL.out new file mode 100644 index 00000000..85ee2d13 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199409_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199409 STATION NETCDFs +0.06895859241485595 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199410_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199410_D_GLOBAL.out new file mode 100644 index 00000000..9d1f7d10 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199410_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199410 STATION NETCDFs +0.04211188952128093 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199410_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199410_H_GLOBAL.out new file mode 100644 index 00000000..fcc0bdac --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199410_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199410 STATION NETCDFs +0.039677282174428306 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199410_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199410_M_GLOBAL.out new file mode 100644 index 00000000..1c5616cc --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199410_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199410 STATION NETCDFs +0.06199484666188558 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199411_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199411_D_GLOBAL.out new file mode 100644 index 00000000..5eeca671 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199411_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199411 STATION NETCDFs +0.059338617324829104 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199411_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199411_H_GLOBAL.out new file mode 100644 index 00000000..1f5c7b08 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199411_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199411 STATION NETCDFs +0.02769205967585246 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199411_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199411_M_GLOBAL.out new file mode 100644 index 00000000..bf5b4d4d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199411_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199411 STATION NETCDFs +0.06135137478510539 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199412_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199412_D_GLOBAL.out new file mode 100644 index 00000000..5d805524 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199412_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199412 STATION NETCDFs +0.034048187732696536 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199412_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199412_H_GLOBAL.out new file mode 100644 index 00000000..25b45aca --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199412_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199412 STATION NETCDFs +0.07780124346415201 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199412_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199412_M_GLOBAL.out new file mode 100644 index 00000000..5b3467cf --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199412_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199412 STATION NETCDFs +0.04270288546880086 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199501_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199501_D_GLOBAL.out new file mode 100644 index 00000000..3b02cac2 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199501_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199501 STATION NETCDFs +0.038514578342437746 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199501_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199501_H_GLOBAL.out new file mode 100644 index 00000000..dd29806f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199501_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199501 STATION NETCDFs +0.06900651454925537 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199501_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199501_M_GLOBAL.out new file mode 100644 index 00000000..7a40173a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199501_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199501 STATION NETCDFs +0.06891403992970785 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199502_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199502_D_GLOBAL.out new file mode 100644 index 00000000..ccd1074c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199502_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199502 STATION NETCDFs +0.03925393025080363 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199502_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199502_H_GLOBAL.out new file mode 100644 index 00000000..cc478b14 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199502_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199502 STATION NETCDFs +0.07320330540339152 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199502_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199502_M_GLOBAL.out new file mode 100644 index 00000000..3ad4e552 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199502_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199502 STATION NETCDFs +0.062323002020517985 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199503_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199503_D_GLOBAL.out new file mode 100644 index 00000000..f1a0ea15 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199503_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199503 STATION NETCDFs +0.03562858104705811 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199503_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199503_H_GLOBAL.out new file mode 100644 index 00000000..aef8fc50 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199503_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199503 STATION NETCDFs +0.0777509331703186 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199503_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199503_M_GLOBAL.out new file mode 100644 index 00000000..54795cd4 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199503_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199503 STATION NETCDFs +0.03853299617767334 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199504_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199504_D_GLOBAL.out new file mode 100644 index 00000000..f7b540b4 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199504_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199504 STATION NETCDFs +0.06494933366775513 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199504_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199504_H_GLOBAL.out new file mode 100644 index 00000000..29c58101 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199504_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199504 STATION NETCDFs +0.05968941450119018 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199504_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199504_M_GLOBAL.out new file mode 100644 index 00000000..8bd6565e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199504_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199504 STATION NETCDFs +0.06846932570139568 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199505_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199505_D_GLOBAL.out new file mode 100644 index 00000000..701517ea --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199505_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199505 STATION NETCDFs +0.03877952496210734 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199505_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199505_H_GLOBAL.out new file mode 100644 index 00000000..d6d95a29 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199505_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199505 STATION NETCDFs +0.06753313541412354 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199505_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199505_M_GLOBAL.out new file mode 100644 index 00000000..c8996a74 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199505_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199505 STATION NETCDFs +0.07353512048721314 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199506_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199506_D_GLOBAL.out new file mode 100644 index 00000000..05699823 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199506_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199506 STATION NETCDFs +0.06782495578130086 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199506_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199506_H_GLOBAL.out new file mode 100644 index 00000000..7665a9b1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199506_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199506 STATION NETCDFs +0.06189509232838949 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199506_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199506_M_GLOBAL.out new file mode 100644 index 00000000..5473098a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199506_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199506 STATION NETCDFs +0.04305562178293864 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199507_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199507_D_GLOBAL.out new file mode 100644 index 00000000..47047be2 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199507_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199507 STATION NETCDFs +0.07107919851938883 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199507_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199507_H_GLOBAL.out new file mode 100644 index 00000000..71db4c90 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199507_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199507 STATION NETCDFs +0.06806910832722982 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199507_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199507_M_GLOBAL.out new file mode 100644 index 00000000..26e1837b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199507_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199507 STATION NETCDFs +0.06630975802739461 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199508_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199508_D_GLOBAL.out new file mode 100644 index 00000000..b7e74f83 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199508_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199508 STATION NETCDFs +0.06412510474522909 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199508_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199508_H_GLOBAL.out new file mode 100644 index 00000000..bf5991f8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199508_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199508 STATION NETCDFs +0.05943464438120524 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199508_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199508_M_GLOBAL.out new file mode 100644 index 00000000..2e43b1d0 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199508_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199508 STATION NETCDFs +0.06490196784337361 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199509_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199509_D_GLOBAL.out new file mode 100644 index 00000000..7f8e2d8d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199509_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199509 STATION NETCDFs +0.06890174945195517 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199509_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199509_H_GLOBAL.out new file mode 100644 index 00000000..eb8457b3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199509_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199509 STATION NETCDFs +0.055155706405639646 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199509_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199509_M_GLOBAL.out new file mode 100644 index 00000000..ddb51e6f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199509_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199509 STATION NETCDFs +0.052518630027771 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199510_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199510_D_GLOBAL.out new file mode 100644 index 00000000..ba6d8f90 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199510_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199510 STATION NETCDFs +0.030692013104756673 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199510_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199510_H_GLOBAL.out new file mode 100644 index 00000000..1624e59e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199510_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199510 STATION NETCDFs +0.06812275648117065 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199510_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199510_M_GLOBAL.out new file mode 100644 index 00000000..eb14e0cd --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199510_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199510 STATION NETCDFs +0.033481093247731526 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199511_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199511_D_GLOBAL.out new file mode 100644 index 00000000..60608cc3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199511_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199511 STATION NETCDFs +0.06000752449035644 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199511_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199511_H_GLOBAL.out new file mode 100644 index 00000000..c276a293 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199511_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199511 STATION NETCDFs +0.07575531005859375 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199511_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199511_M_GLOBAL.out new file mode 100644 index 00000000..17ca2d8e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199511_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199511 STATION NETCDFs +0.04310429096221924 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199512_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199512_D_GLOBAL.out new file mode 100644 index 00000000..3d880057 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199512_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199512 STATION NETCDFs +0.06383840640385946 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199512_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199512_H_GLOBAL.out new file mode 100644 index 00000000..472b99b9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199512_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199512 STATION NETCDFs +0.06782106161117554 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199512_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199512_M_GLOBAL.out new file mode 100644 index 00000000..713dac19 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199512_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199512 STATION NETCDFs +0.07003987232844035 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199601_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199601_D_GLOBAL.out new file mode 100644 index 00000000..ff209ec0 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199601_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199601 STATION NETCDFs +0.06502342224121094 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199601_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199601_H_GLOBAL.out new file mode 100644 index 00000000..811e8b34 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199601_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199601 STATION NETCDFs +0.05544634262720744 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199601_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199601_M_GLOBAL.out new file mode 100644 index 00000000..5492b3c7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199601_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199601 STATION NETCDFs +0.07972627878189087 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199602_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199602_D_GLOBAL.out new file mode 100644 index 00000000..854c4a9b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199602_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199602 STATION NETCDFs +0.0609505295753479 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199602_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199602_H_GLOBAL.out new file mode 100644 index 00000000..dc96ea33 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199602_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199602 STATION NETCDFs +0.06779742240905762 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199602_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199602_M_GLOBAL.out new file mode 100644 index 00000000..c9042698 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199602_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199602 STATION NETCDFs +0.06982279618581136 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199603_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199603_D_GLOBAL.out new file mode 100644 index 00000000..ac60e76c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199603_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199603 STATION NETCDFs +0.07437687714894613 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199603_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199603_H_GLOBAL.out new file mode 100644 index 00000000..2a0a8a6f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199603_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199603 STATION NETCDFs +0.06152890125910441 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199603_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199603_M_GLOBAL.out new file mode 100644 index 00000000..da336232 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199603_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199603 STATION NETCDFs +0.05771951675415039 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199604_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199604_D_GLOBAL.out new file mode 100644 index 00000000..46d05c88 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199604_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199604 STATION NETCDFs +0.044154779116312666 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199604_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199604_H_GLOBAL.out new file mode 100644 index 00000000..cc1846a3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199604_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199604 STATION NETCDFs +0.04945164918899536 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199604_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199604_M_GLOBAL.out new file mode 100644 index 00000000..834dae22 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199604_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199604 STATION NETCDFs +0.0643469214439392 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199605_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199605_D_GLOBAL.out new file mode 100644 index 00000000..45c7f238 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199605_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199605 STATION NETCDFs +0.06496376991271972 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199605_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199605_H_GLOBAL.out new file mode 100644 index 00000000..029664cb --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199605_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199605 STATION NETCDFs +0.06704327662785849 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199605_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199605_M_GLOBAL.out new file mode 100644 index 00000000..f6490d8f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199605_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199605 STATION NETCDFs +0.06551269292831421 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199606_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199606_D_GLOBAL.out new file mode 100644 index 00000000..0332228e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199606_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199606 STATION NETCDFs +0.04586111307144165 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199606_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199606_H_GLOBAL.out new file mode 100644 index 00000000..a977fb29 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199606_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199606 STATION NETCDFs +0.07253400882085165 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199606_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199606_M_GLOBAL.out new file mode 100644 index 00000000..eed59b9a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199606_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199606 STATION NETCDFs +0.045800089836120605 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199607_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199607_D_GLOBAL.out new file mode 100644 index 00000000..af60f5e8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199607_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199607 STATION NETCDFs +0.055360960960388186 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199607_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199607_H_GLOBAL.out new file mode 100644 index 00000000..38c67e43 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199607_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199607 STATION NETCDFs +0.06115764776865641 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199607_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199607_M_GLOBAL.out new file mode 100644 index 00000000..7c292d8b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199607_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199607 STATION NETCDFs +0.04873799085617066 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199608_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199608_D_GLOBAL.out new file mode 100644 index 00000000..d95a914f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199608_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199608 STATION NETCDFs +0.03460561037063599 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199608_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199608_H_GLOBAL.out new file mode 100644 index 00000000..b1143c52 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199608_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199608 STATION NETCDFs +0.047417616844177245 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199608_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199608_M_GLOBAL.out new file mode 100644 index 00000000..0d35896a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199608_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199608 STATION NETCDFs +0.04681899150212606 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199609_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199609_D_GLOBAL.out new file mode 100644 index 00000000..c977af9e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199609_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199609 STATION NETCDFs +0.06999026536941529 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199609_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199609_H_GLOBAL.out new file mode 100644 index 00000000..b85ba779 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199609_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199609 STATION NETCDFs +0.07129638989766439 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199609_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199609_M_GLOBAL.out new file mode 100644 index 00000000..9ec02322 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199609_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199609 STATION NETCDFs +0.05051613251368205 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199610_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199610_D_GLOBAL.out new file mode 100644 index 00000000..3f7ca4b8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199610_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199610 STATION NETCDFs +0.05755597750345866 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199610_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199610_H_GLOBAL.out new file mode 100644 index 00000000..a25d40b9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199610_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199610 STATION NETCDFs +0.06815394957860312 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199610_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199610_M_GLOBAL.out new file mode 100644 index 00000000..4711fccb --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199610_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199610 STATION NETCDFs +0.02857218583424886 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199611_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199611_D_GLOBAL.out new file mode 100644 index 00000000..2e8c901d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199611_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199611 STATION NETCDFs +0.06954638163248698 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199611_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199611_H_GLOBAL.out new file mode 100644 index 00000000..aa6941eb --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199611_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199611 STATION NETCDFs +0.07921175161997478 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199611_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199611_M_GLOBAL.out new file mode 100644 index 00000000..0e6cfc5a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199611_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199611 STATION NETCDFs +0.06878715356191 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199612_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199612_D_GLOBAL.out new file mode 100644 index 00000000..77ce0581 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199612_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199612 STATION NETCDFs +0.06921842892964682 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199612_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199612_H_GLOBAL.out new file mode 100644 index 00000000..8021c88d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199612_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199612 STATION NETCDFs +0.029196453094482423 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199612_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199612_M_GLOBAL.out new file mode 100644 index 00000000..9a7172e6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199612_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199612 STATION NETCDFs +0.06162046591440837 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199701_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199701_D_GLOBAL.out new file mode 100644 index 00000000..36b03d76 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199701_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199701 STATION NETCDFs +0.04686669111251831 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199701_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199701_H_GLOBAL.out new file mode 100644 index 00000000..62ca95a5 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199701_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199701 STATION NETCDFs +0.03436987400054932 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199701_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199701_M_GLOBAL.out new file mode 100644 index 00000000..aec4cb20 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199701_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199701 STATION NETCDFs +0.05058250824610392 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199702_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199702_D_GLOBAL.out new file mode 100644 index 00000000..fe4f72b7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199702_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199702 STATION NETCDFs +0.05706250270207723 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199702_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199702_H_GLOBAL.out new file mode 100644 index 00000000..d3713010 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199702_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199702 STATION NETCDFs +0.06506654818852743 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199702_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199702_M_GLOBAL.out new file mode 100644 index 00000000..257ebac1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199702_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199702 STATION NETCDFs +0.06446787118911743 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199703_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199703_D_GLOBAL.out new file mode 100644 index 00000000..5018cd9d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199703_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199703 STATION NETCDFs +0.057713651657104494 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199703_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199703_H_GLOBAL.out new file mode 100644 index 00000000..836f0ad1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199703_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199703 STATION NETCDFs +0.06871878306070964 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199703_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199703_M_GLOBAL.out new file mode 100644 index 00000000..ad3d80fc --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199703_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199703 STATION NETCDFs +0.025169686476389567 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199704_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199704_D_GLOBAL.out new file mode 100644 index 00000000..39ca5e60 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199704_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199704 STATION NETCDFs +0.07365973790486653 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199704_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199704_H_GLOBAL.out new file mode 100644 index 00000000..500d7784 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199704_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199704 STATION NETCDFs +0.0645674228668213 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199704_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199704_M_GLOBAL.out new file mode 100644 index 00000000..56b9aeed --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199704_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199704 STATION NETCDFs +0.06990506251653035 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199705_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199705_D_GLOBAL.out new file mode 100644 index 00000000..3de2af66 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199705_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199705 STATION NETCDFs +0.04308627049128214 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199705_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199705_H_GLOBAL.out new file mode 100644 index 00000000..aeba49e6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199705_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199705 STATION NETCDFs +0.06011858383814494 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199705_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199705_M_GLOBAL.out new file mode 100644 index 00000000..45c940f3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199705_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199705 STATION NETCDFs +0.06086874008178711 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199706_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199706_D_GLOBAL.out new file mode 100644 index 00000000..fab38fbb --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199706_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199706 STATION NETCDFs +0.0494016965230306 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199706_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199706_H_GLOBAL.out new file mode 100644 index 00000000..082b8f3f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199706_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199706 STATION NETCDFs +0.07052642504374186 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199706_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199706_M_GLOBAL.out new file mode 100644 index 00000000..9a0c28a4 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199706_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199706 STATION NETCDFs +0.06765285730361939 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199707_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199707_D_GLOBAL.out new file mode 100644 index 00000000..d29167b7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199707_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199707 STATION NETCDFs +0.0639604131380717 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199707_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199707_H_GLOBAL.out new file mode 100644 index 00000000..8a0af784 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199707_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199707 STATION NETCDFs +0.02465227444966634 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199707_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199707_M_GLOBAL.out new file mode 100644 index 00000000..c0d75173 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199707_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199707 STATION NETCDFs +0.03718807697296143 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199708_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199708_D_GLOBAL.out new file mode 100644 index 00000000..5321ef61 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199708_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199708 STATION NETCDFs +0.06615277131398518 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199708_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199708_H_GLOBAL.out new file mode 100644 index 00000000..8c7c1d9b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199708_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199708 STATION NETCDFs +0.07134124040603637 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199708_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199708_M_GLOBAL.out new file mode 100644 index 00000000..85bf9945 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199708_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199708 STATION NETCDFs +0.07363407611846924 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199709_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199709_D_GLOBAL.out new file mode 100644 index 00000000..1640fafb --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199709_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199709 STATION NETCDFs +0.0493692954381307 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199709_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199709_H_GLOBAL.out new file mode 100644 index 00000000..c3e54f59 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199709_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199709 STATION NETCDFs +0.05097806453704834 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199709_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199709_M_GLOBAL.out new file mode 100644 index 00000000..d25f2acb --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199709_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199709 STATION NETCDFs +0.06485358476638795 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199710_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199710_D_GLOBAL.out new file mode 100644 index 00000000..0eb4a8f2 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199710_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199710 STATION NETCDFs +0.06459499994913737 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199710_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199710_H_GLOBAL.out new file mode 100644 index 00000000..6fd1fcdd --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199710_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199710 STATION NETCDFs +0.05406519571940104 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199710_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199710_M_GLOBAL.out new file mode 100644 index 00000000..ce2a2074 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199710_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199710 STATION NETCDFs +0.04382936954498291 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199711_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199711_D_GLOBAL.out new file mode 100644 index 00000000..4f9cbf7a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199711_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199711 STATION NETCDFs +0.06414719422658284 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199711_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199711_H_GLOBAL.out new file mode 100644 index 00000000..b2430792 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199711_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199711 STATION NETCDFs +0.06691803137461344 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199711_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199711_M_GLOBAL.out new file mode 100644 index 00000000..4d51ee55 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199711_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199711 STATION NETCDFs +0.06837935447692871 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199712_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199712_D_GLOBAL.out new file mode 100644 index 00000000..f49bd9ff --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199712_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199712 STATION NETCDFs +0.0650930643081665 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199712_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199712_H_GLOBAL.out new file mode 100644 index 00000000..50adf853 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199712_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199712 STATION NETCDFs +0.056391378243764244 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199712_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199712_M_GLOBAL.out new file mode 100644 index 00000000..3449f86e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199712_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199712 STATION NETCDFs +0.043620912233988444 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199801_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199801_D_GLOBAL.out new file mode 100644 index 00000000..53879c42 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199801_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199801 STATION NETCDFs +0.05433024168014526 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199801_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199801_H_GLOBAL.out new file mode 100644 index 00000000..9d05a608 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199801_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199801 STATION NETCDFs +0.052189000447591144 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199801_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199801_M_GLOBAL.out new file mode 100644 index 00000000..ad20fc52 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199801_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199801 STATION NETCDFs +0.0487480362256368 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199802_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199802_D_GLOBAL.out new file mode 100644 index 00000000..eacb111e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199802_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199802 STATION NETCDFs +0.07728988329569499 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199802_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199802_H_GLOBAL.out new file mode 100644 index 00000000..acada395 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199802_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199802 STATION NETCDFs +0.0313955823580424 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199802_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199802_M_GLOBAL.out new file mode 100644 index 00000000..24e79735 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199802_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199802 STATION NETCDFs +0.07648643652598063 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199803_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199803_D_GLOBAL.out new file mode 100644 index 00000000..9fd283db --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199803_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199803 STATION NETCDFs +0.05547117789586385 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199803_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199803_H_GLOBAL.out new file mode 100644 index 00000000..fb3e1d9b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199803_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199803 STATION NETCDFs +0.06445197264353435 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199803_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199803_M_GLOBAL.out new file mode 100644 index 00000000..9c4310ed --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199803_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199803 STATION NETCDFs +0.0452933669090271 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199804_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199804_D_GLOBAL.out new file mode 100644 index 00000000..13edf684 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199804_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199804 STATION NETCDFs +0.039046716690063474 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199804_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199804_H_GLOBAL.out new file mode 100644 index 00000000..f2a83235 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199804_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199804 STATION NETCDFs +0.06897882223129273 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199804_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199804_M_GLOBAL.out new file mode 100644 index 00000000..e31325bd --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199804_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199804 STATION NETCDFs +0.03154741923014323 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199805_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199805_D_GLOBAL.out new file mode 100644 index 00000000..56002cfe --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199805_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199805 STATION NETCDFs +0.060215191046396895 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199805_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199805_H_GLOBAL.out new file mode 100644 index 00000000..22ab0bfa --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199805_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199805 STATION NETCDFs +0.06438339153925578 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199805_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199805_M_GLOBAL.out new file mode 100644 index 00000000..93ad764d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199805_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199805 STATION NETCDFs +0.05534857114156087 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199806_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199806_D_GLOBAL.out new file mode 100644 index 00000000..795abf75 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199806_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199806 STATION NETCDFs +0.07607833941777548 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199806_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199806_H_GLOBAL.out new file mode 100644 index 00000000..607b97f4 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199806_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199806 STATION NETCDFs +0.06104074319203694 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199806_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199806_M_GLOBAL.out new file mode 100644 index 00000000..b095cfcc --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199806_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199806 STATION NETCDFs +0.04491214354832967 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199807_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199807_D_GLOBAL.out new file mode 100644 index 00000000..350db11e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199807_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199807 STATION NETCDFs +0.05886724789937337 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199807_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199807_H_GLOBAL.out new file mode 100644 index 00000000..e601104e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199807_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199807 STATION NETCDFs +0.07230757474899292 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199807_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199807_M_GLOBAL.out new file mode 100644 index 00000000..972a15cf --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199807_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199807 STATION NETCDFs +0.04608827034632365 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199808_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199808_D_GLOBAL.out new file mode 100644 index 00000000..9509e87d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199808_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199808 STATION NETCDFs +0.07652213970820108 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199808_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199808_H_GLOBAL.out new file mode 100644 index 00000000..16eed4b2 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199808_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199808 STATION NETCDFs +0.053992422421773274 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199808_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199808_M_GLOBAL.out new file mode 100644 index 00000000..9bc6743e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199808_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199808 STATION NETCDFs +0.056052112579345705 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199809_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199809_D_GLOBAL.out new file mode 100644 index 00000000..91e2785b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199809_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199809 STATION NETCDFs +0.0379585862159729 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199809_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199809_H_GLOBAL.out new file mode 100644 index 00000000..71a543a9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199809_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199809 STATION NETCDFs +0.059407516320546465 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199809_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199809_M_GLOBAL.out new file mode 100644 index 00000000..ce221205 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199809_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199809 STATION NETCDFs +0.06931541760762533 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199810_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199810_D_GLOBAL.out new file mode 100644 index 00000000..3367576e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199810_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199810 STATION NETCDFs +0.04850437641143799 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199810_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199810_H_GLOBAL.out new file mode 100644 index 00000000..e62798c4 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199810_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199810 STATION NETCDFs +0.0378126581509908 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199810_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199810_M_GLOBAL.out new file mode 100644 index 00000000..cb04e334 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199810_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199810 STATION NETCDFs +0.07080623308817545 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199811_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199811_D_GLOBAL.out new file mode 100644 index 00000000..1e31484c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199811_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199811 STATION NETCDFs +0.06743801434834798 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199811_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199811_H_GLOBAL.out new file mode 100644 index 00000000..e62bc850 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199811_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199811 STATION NETCDFs +0.06249451239903768 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199811_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199811_M_GLOBAL.out new file mode 100644 index 00000000..fa154a46 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199811_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199811 STATION NETCDFs +0.062124915917714435 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199812_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199812_D_GLOBAL.out new file mode 100644 index 00000000..08022319 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199812_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199812 STATION NETCDFs +0.05152135292689006 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199812_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199812_H_GLOBAL.out new file mode 100644 index 00000000..1e572c87 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199812_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199812 STATION NETCDFs +0.06628714005152385 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199812_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199812_M_GLOBAL.out new file mode 100644 index 00000000..cd1a56bd --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199812_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199812 STATION NETCDFs +0.056189560890197755 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199901_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199901_D_GLOBAL.out new file mode 100644 index 00000000..bf85fba6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199901_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199901 STATION NETCDFs +0.04556519985198974 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199901_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199901_H_GLOBAL.out new file mode 100644 index 00000000..018feba1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199901_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199901 STATION NETCDFs +0.056887892882029216 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199901_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199901_M_GLOBAL.out new file mode 100644 index 00000000..2b6bea28 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199901_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199901 STATION NETCDFs +0.06265931526819865 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199902_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199902_D_GLOBAL.out new file mode 100644 index 00000000..caddc2f2 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199902_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199902 STATION NETCDFs +0.06041002670923869 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199902_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199902_H_GLOBAL.out new file mode 100644 index 00000000..045017ae --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199902_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199902 STATION NETCDFs +0.055347740650177 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199902_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199902_M_GLOBAL.out new file mode 100644 index 00000000..e2e6680a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199902_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199902 STATION NETCDFs +0.03474744955698649 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199903_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199903_D_GLOBAL.out new file mode 100644 index 00000000..ae1ba299 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199903_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199903 STATION NETCDFs +0.07034039497375488 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199903_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199903_H_GLOBAL.out new file mode 100644 index 00000000..86c43fc4 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199903_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199903 STATION NETCDFs +0.06741337776184082 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199903_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199903_M_GLOBAL.out new file mode 100644 index 00000000..fdbac865 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199903_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199903 STATION NETCDFs +0.04255392948786418 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199904_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199904_D_GLOBAL.out new file mode 100644 index 00000000..3964411c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199904_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199904 STATION NETCDFs +0.0791534145673116 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199904_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199904_H_GLOBAL.out new file mode 100644 index 00000000..4c455a22 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199904_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199904 STATION NETCDFs +0.07603232065836589 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199904_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199904_M_GLOBAL.out new file mode 100644 index 00000000..d88d0a14 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199904_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199904 STATION NETCDFs +0.04471942186355591 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199905_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199905_D_GLOBAL.out new file mode 100644 index 00000000..7def1a3f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199905_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199905 STATION NETCDFs +0.04162521759668986 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199905_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199905_H_GLOBAL.out new file mode 100644 index 00000000..ba1a556e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199905_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199905 STATION NETCDFs +0.055356740951538086 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199905_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199905_M_GLOBAL.out new file mode 100644 index 00000000..6585e060 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199905_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199905 STATION NETCDFs +0.031594479084014894 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199906_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199906_D_GLOBAL.out new file mode 100644 index 00000000..b2933779 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199906_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199906 STATION NETCDFs +0.053016475836435956 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199906_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199906_H_GLOBAL.out new file mode 100644 index 00000000..8e3cbff9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199906_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199906 STATION NETCDFs +0.06928062438964844 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199906_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199906_M_GLOBAL.out new file mode 100644 index 00000000..1a038fe0 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199906_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199906 STATION NETCDFs +0.04840755065282186 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199907_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199907_D_GLOBAL.out new file mode 100644 index 00000000..dacfff48 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199907_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199907 STATION NETCDFs +0.058106462160746254 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199907_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199907_H_GLOBAL.out new file mode 100644 index 00000000..8c7750da --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199907_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199907 STATION NETCDFs +0.04267328977584839 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199907_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199907_M_GLOBAL.out new file mode 100644 index 00000000..cd015b8d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199907_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199907 STATION NETCDFs +0.0694642464319865 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199908_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199908_D_GLOBAL.out new file mode 100644 index 00000000..da9a99e0 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199908_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199908 STATION NETCDFs +0.07507284482320149 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199908_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199908_H_GLOBAL.out new file mode 100644 index 00000000..eaa0b623 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199908_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199908 STATION NETCDFs +0.07938778400421143 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199908_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199908_M_GLOBAL.out new file mode 100644 index 00000000..1793e2a8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199908_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199908 STATION NETCDFs +0.0674428939819336 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199909_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199909_D_GLOBAL.out new file mode 100644 index 00000000..8be76d51 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199909_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199909 STATION NETCDFs +0.0668864647547404 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199909_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199909_H_GLOBAL.out new file mode 100644 index 00000000..447307f7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199909_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199909 STATION NETCDFs +0.06870160102844239 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199909_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199909_M_GLOBAL.out new file mode 100644 index 00000000..c8900f96 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199909_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199909 STATION NETCDFs +0.05665202140808105 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199910_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199910_D_GLOBAL.out new file mode 100644 index 00000000..fed2adc8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199910_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199910 STATION NETCDFs +0.06822789907455444 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199910_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199910_H_GLOBAL.out new file mode 100644 index 00000000..26579297 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199910_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199910 STATION NETCDFs +0.06808792352676392 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199910_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199910_M_GLOBAL.out new file mode 100644 index 00000000..bef5882b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199910_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199910 STATION NETCDFs +0.05927191178003947 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199911_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199911_D_GLOBAL.out new file mode 100644 index 00000000..22d42241 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199911_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199911 STATION NETCDFs +0.04483937025070191 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199911_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199911_H_GLOBAL.out new file mode 100644 index 00000000..9dc29d10 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199911_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199911 STATION NETCDFs +0.07243380546569825 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199911_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199911_M_GLOBAL.out new file mode 100644 index 00000000..5f14c808 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199911_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199911 STATION NETCDFs +0.0660640279452006 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199912_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199912_D_GLOBAL.out new file mode 100644 index 00000000..6dcd0e1d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199912_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199912 STATION NETCDFs +0.06690541903177898 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199912_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199912_H_GLOBAL.out new file mode 100644 index 00000000..219c05df --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199912_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199912 STATION NETCDFs +0.033111266295115155 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_199912_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_199912_M_GLOBAL.out new file mode 100644 index 00000000..9a8cea86 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_199912_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199912 STATION NETCDFs +0.07084222237269083 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200001_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200001_D_GLOBAL.out new file mode 100644 index 00000000..680b8155 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200001_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200001 STATION NETCDFs +0.05717639525731404 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200001_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200001_H_GLOBAL.out new file mode 100644 index 00000000..eea1ee1f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200001_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200001 STATION NETCDFs +0.05562493403752645 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200001_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200001_M_GLOBAL.out new file mode 100644 index 00000000..6f4fc555 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200001_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200001 STATION NETCDFs +0.06602521340052286 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200002_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200002_D_GLOBAL.out new file mode 100644 index 00000000..c9d17a13 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200002_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200002 STATION NETCDFs +0.03430223862330119 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200002_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200002_H_GLOBAL.out new file mode 100644 index 00000000..7f52a1f2 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200002_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200002 STATION NETCDFs +0.033830591042836505 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200002_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200002_M_GLOBAL.out new file mode 100644 index 00000000..659f7894 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200002_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200002 STATION NETCDFs +0.06403440634409586 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200003_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200003_D_GLOBAL.out new file mode 100644 index 00000000..8c9f1d3e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200003_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200003 STATION NETCDFs +0.06028346220652262 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200003_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200003_H_GLOBAL.out new file mode 100644 index 00000000..667c8ad8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200003_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200003 STATION NETCDFs +0.06373732487360637 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200003_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200003_M_GLOBAL.out new file mode 100644 index 00000000..1856555e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200003_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200003 STATION NETCDFs +0.06781238714853922 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200004_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200004_D_GLOBAL.out new file mode 100644 index 00000000..4e478e31 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200004_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200004 STATION NETCDFs +0.06864616076151529 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200004_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200004_H_GLOBAL.out new file mode 100644 index 00000000..dea47657 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200004_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200004 STATION NETCDFs +0.03401119709014892 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200004_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200004_M_GLOBAL.out new file mode 100644 index 00000000..a9c051c2 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200004_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200004 STATION NETCDFs +0.061965656280517575 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200005_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200005_D_GLOBAL.out new file mode 100644 index 00000000..3990af55 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200005_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200005 STATION NETCDFs +0.07785040934880574 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200005_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200005_H_GLOBAL.out new file mode 100644 index 00000000..759337c1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200005_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200005 STATION NETCDFs +0.034391021728515624 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200005_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200005_M_GLOBAL.out new file mode 100644 index 00000000..51747e91 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200005_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200005 STATION NETCDFs +0.06986943483352662 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200006_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200006_D_GLOBAL.out new file mode 100644 index 00000000..9bcc8b55 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200006_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200006 STATION NETCDFs +0.07481420437494914 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200006_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200006_H_GLOBAL.out new file mode 100644 index 00000000..2c130255 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200006_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200006 STATION NETCDFs +0.031989367802937825 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200006_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200006_M_GLOBAL.out new file mode 100644 index 00000000..6470420f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200006_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200006 STATION NETCDFs +0.062498843669891356 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200007_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200007_D_GLOBAL.out new file mode 100644 index 00000000..de628e5a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200007_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200007 STATION NETCDFs +0.046085798740386964 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200007_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200007_H_GLOBAL.out new file mode 100644 index 00000000..269bf218 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200007_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200007 STATION NETCDFs +0.06266855796178182 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200007_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200007_M_GLOBAL.out new file mode 100644 index 00000000..be211f07 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200007_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200007 STATION NETCDFs +0.06776434183120728 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200008_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200008_D_GLOBAL.out new file mode 100644 index 00000000..72835a94 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200008_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200008 STATION NETCDFs +0.056794110933939615 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200008_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200008_H_GLOBAL.out new file mode 100644 index 00000000..f5cba493 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200008_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200008 STATION NETCDFs +0.035645588239034014 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200008_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200008_M_GLOBAL.out new file mode 100644 index 00000000..51191d15 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200008_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200008 STATION NETCDFs +0.06898538668950399 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200009_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200009_D_GLOBAL.out new file mode 100644 index 00000000..4f6e019b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200009_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200009 STATION NETCDFs +0.07636129856109619 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200009_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200009_H_GLOBAL.out new file mode 100644 index 00000000..d98d14ee --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200009_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200009 STATION NETCDFs +0.057501375675201416 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200009_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200009_M_GLOBAL.out new file mode 100644 index 00000000..64d64268 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200009_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200009 STATION NETCDFs +0.04054147005081177 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200010_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200010_D_GLOBAL.out new file mode 100644 index 00000000..593e2680 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200010_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200010 STATION NETCDFs +0.05215786298116048 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200010_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200010_H_GLOBAL.out new file mode 100644 index 00000000..68341caf --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200010_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200010 STATION NETCDFs +0.07311365207036337 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200010_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200010_M_GLOBAL.out new file mode 100644 index 00000000..aebf829e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200010_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200010 STATION NETCDFs +0.04571094910303752 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200011_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200011_D_GLOBAL.out new file mode 100644 index 00000000..c9aa12d3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200011_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200011 STATION NETCDFs +0.050911041100819905 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200011_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200011_H_GLOBAL.out new file mode 100644 index 00000000..3122fb49 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200011_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200011 STATION NETCDFs +0.07736077308654785 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200011_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200011_M_GLOBAL.out new file mode 100644 index 00000000..32d855e7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200011_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200011 STATION NETCDFs +0.06712155342102051 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200012_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200012_D_GLOBAL.out new file mode 100644 index 00000000..04d1a61d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200012_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200012 STATION NETCDFs +0.06692583958307902 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200012_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200012_H_GLOBAL.out new file mode 100644 index 00000000..342c8af9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200012_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200012 STATION NETCDFs +0.05645599365234375 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200012_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200012_M_GLOBAL.out new file mode 100644 index 00000000..5084103f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200012_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200012 STATION NETCDFs +0.05305968523025513 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200101_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200101_D_GLOBAL.out new file mode 100644 index 00000000..bb635d9e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200101_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200101 STATION NETCDFs +0.030912232398986817 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200101_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200101_H_GLOBAL.out new file mode 100644 index 00000000..a6a9226f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200101_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200101 STATION NETCDFs +0.06000154813130697 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200101_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200101_M_GLOBAL.out new file mode 100644 index 00000000..abf669be --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200101_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200101 STATION NETCDFs +0.0318256934483846 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200102_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200102_D_GLOBAL.out new file mode 100644 index 00000000..7a7b4bd5 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200102_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200102 STATION NETCDFs +0.06273374954859416 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200102_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200102_H_GLOBAL.out new file mode 100644 index 00000000..95ffb9a6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200102_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200102 STATION NETCDFs +0.06799930731455485 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200102_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200102_M_GLOBAL.out new file mode 100644 index 00000000..f81576e7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200102_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200102 STATION NETCDFs +0.07137908538182576 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200103_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200103_D_GLOBAL.out new file mode 100644 index 00000000..6fa5fab8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200103_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200103 STATION NETCDFs +0.06748409668604533 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200103_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200103_H_GLOBAL.out new file mode 100644 index 00000000..7cb67b19 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200103_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200103 STATION NETCDFs +0.05513845682144165 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200103_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200103_M_GLOBAL.out new file mode 100644 index 00000000..58da7ac0 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200103_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200103 STATION NETCDFs +0.06719009876251221 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200104_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200104_D_GLOBAL.out new file mode 100644 index 00000000..a0059892 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200104_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200104 STATION NETCDFs +0.057625404993693036 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200104_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200104_H_GLOBAL.out new file mode 100644 index 00000000..199d79d7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200104_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200104 STATION NETCDFs +0.04781566858291626 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200104_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200104_M_GLOBAL.out new file mode 100644 index 00000000..6d9d898a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200104_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200104 STATION NETCDFs +0.06861734390258789 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200105_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200105_D_GLOBAL.out new file mode 100644 index 00000000..d89e641a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200105_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200105 STATION NETCDFs +0.04593726396560669 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200105_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200105_H_GLOBAL.out new file mode 100644 index 00000000..c42d2ecf --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200105_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200105 STATION NETCDFs +0.04710390567779541 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200105_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200105_M_GLOBAL.out new file mode 100644 index 00000000..ee15e855 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200105_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200105 STATION NETCDFs +0.06790169477462768 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200106_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200106_D_GLOBAL.out new file mode 100644 index 00000000..21118267 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200106_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200106 STATION NETCDFs +0.05710706313451131 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200106_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200106_H_GLOBAL.out new file mode 100644 index 00000000..bab92304 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200106_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200106 STATION NETCDFs +0.031233243147532144 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200106_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200106_M_GLOBAL.out new file mode 100644 index 00000000..f8afbb4e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200106_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200106 STATION NETCDFs +0.03950161536534627 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200107_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200107_D_GLOBAL.out new file mode 100644 index 00000000..c822ebfe --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200107_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200107 STATION NETCDFs +0.0747477650642395 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200107_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200107_H_GLOBAL.out new file mode 100644 index 00000000..cf1b9657 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200107_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200107 STATION NETCDFs +0.06710511843363444 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200107_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200107_M_GLOBAL.out new file mode 100644 index 00000000..8fdfecb2 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200107_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200107 STATION NETCDFs +0.05598595937093099 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200108_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200108_D_GLOBAL.out new file mode 100644 index 00000000..78996154 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200108_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200108 STATION NETCDFs +0.061275784174601236 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200108_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200108_H_GLOBAL.out new file mode 100644 index 00000000..e51ba820 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200108_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200108 STATION NETCDFs +0.062136701742808026 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200108_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200108_M_GLOBAL.out new file mode 100644 index 00000000..0fe34075 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200108_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200108 STATION NETCDFs +0.05758743683497111 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200109_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200109_D_GLOBAL.out new file mode 100644 index 00000000..f1fd497f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200109_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200109 STATION NETCDFs +0.05858205159505208 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200109_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200109_H_GLOBAL.out new file mode 100644 index 00000000..6d1a550e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200109_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200109 STATION NETCDFs +0.06081817150115967 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200109_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200109_M_GLOBAL.out new file mode 100644 index 00000000..c4109da1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200109_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200109 STATION NETCDFs +0.0727248509724935 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200110_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200110_D_GLOBAL.out new file mode 100644 index 00000000..27d813ce --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200110_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200110 STATION NETCDFs +0.06898605426152547 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200110_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200110_H_GLOBAL.out new file mode 100644 index 00000000..7004ba3a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200110_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200110 STATION NETCDFs +0.0439094344774882 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200110_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200110_M_GLOBAL.out new file mode 100644 index 00000000..4708ec11 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200110_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200110 STATION NETCDFs +0.06617958148320516 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200111_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200111_D_GLOBAL.out new file mode 100644 index 00000000..951715f3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200111_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200111 STATION NETCDFs +0.08004224300384521 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200111_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200111_H_GLOBAL.out new file mode 100644 index 00000000..d59a7e51 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200111_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200111 STATION NETCDFs +0.04360464413960775 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200111_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200111_M_GLOBAL.out new file mode 100644 index 00000000..1a29d38a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200111_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200111 STATION NETCDFs +0.03367369174957276 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200112_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200112_D_GLOBAL.out new file mode 100644 index 00000000..c5f7ffb2 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200112_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200112 STATION NETCDFs +0.06819555759429932 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200112_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200112_H_GLOBAL.out new file mode 100644 index 00000000..e719861f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200112_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200112 STATION NETCDFs +0.05382955074310303 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200112_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200112_M_GLOBAL.out new file mode 100644 index 00000000..10190c0d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200112_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200112 STATION NETCDFs +0.07513049840927125 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200201_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200201_D_GLOBAL.out new file mode 100644 index 00000000..7adde3f9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200201_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200201 STATION NETCDFs +0.07805050611495971 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200201_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200201_H_GLOBAL.out new file mode 100644 index 00000000..69696306 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200201_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200201 STATION NETCDFs +0.08059669733047485 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200201_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200201_M_GLOBAL.out new file mode 100644 index 00000000..bdd38c66 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200201_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200201 STATION NETCDFs +0.07962200244267782 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200202_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200202_D_GLOBAL.out new file mode 100644 index 00000000..6cd19910 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200202_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200202 STATION NETCDFs +0.07080595890680949 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200202_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200202_H_GLOBAL.out new file mode 100644 index 00000000..3fb5517e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200202_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200202 STATION NETCDFs +0.06238390207290649 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200202_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200202_M_GLOBAL.out new file mode 100644 index 00000000..98a09d61 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200202_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200202 STATION NETCDFs +0.0728314717610677 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200203_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200203_D_GLOBAL.out new file mode 100644 index 00000000..1a739523 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200203_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200203 STATION NETCDFs +0.07352799971898397 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200203_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200203_H_GLOBAL.out new file mode 100644 index 00000000..796b4b60 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200203_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200203 STATION NETCDFs +0.05368517637252808 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200203_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200203_M_GLOBAL.out new file mode 100644 index 00000000..e4ce7280 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200203_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200203 STATION NETCDFs +0.06476077238718668 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200204_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200204_D_GLOBAL.out new file mode 100644 index 00000000..d04339df --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200204_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200204 STATION NETCDFs +0.06262402137120565 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200204_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200204_H_GLOBAL.out new file mode 100644 index 00000000..a2805fc3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200204_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200204 STATION NETCDFs +0.07120170990626017 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200204_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200204_M_GLOBAL.out new file mode 100644 index 00000000..ba015edd --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200204_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200204 STATION NETCDFs +0.061485652128855386 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200205_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200205_D_GLOBAL.out new file mode 100644 index 00000000..2eac4cd8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200205_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200205 STATION NETCDFs +0.06803255081176758 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200205_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200205_H_GLOBAL.out new file mode 100644 index 00000000..865c8e0a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200205_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200205 STATION NETCDFs +0.07002231677373251 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200205_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200205_M_GLOBAL.out new file mode 100644 index 00000000..411d24db --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200205_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200205 STATION NETCDFs +0.07928493420282999 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200206_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200206_D_GLOBAL.out new file mode 100644 index 00000000..4defe1cc --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200206_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200206 STATION NETCDFs +0.07433267037073771 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200206_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200206_H_GLOBAL.out new file mode 100644 index 00000000..92740408 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200206_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200206 STATION NETCDFs +0.03731132348378499 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200206_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200206_M_GLOBAL.out new file mode 100644 index 00000000..3dce36c5 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200206_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200206 STATION NETCDFs +0.07139556805292765 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200207_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200207_D_GLOBAL.out new file mode 100644 index 00000000..84235a16 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200207_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200207 STATION NETCDFs +0.07903337876001994 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200207_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200207_H_GLOBAL.out new file mode 100644 index 00000000..598727bb --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200207_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200207 STATION NETCDFs +0.07261080344518026 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200207_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200207_M_GLOBAL.out new file mode 100644 index 00000000..c7cb897a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200207_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200207 STATION NETCDFs +0.05029102166493734 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200208_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200208_D_GLOBAL.out new file mode 100644 index 00000000..35e1046e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200208_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200208 STATION NETCDFs +0.060896960894266765 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200208_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200208_H_GLOBAL.out new file mode 100644 index 00000000..bc70d00e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200208_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200208 STATION NETCDFs +0.07228132088979085 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200208_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200208_M_GLOBAL.out new file mode 100644 index 00000000..c98e0c3b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200208_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200208 STATION NETCDFs +0.06925848722457886 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200209_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200209_D_GLOBAL.out new file mode 100644 index 00000000..98064631 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200209_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200209 STATION NETCDFs +0.06525865395863852 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200209_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200209_H_GLOBAL.out new file mode 100644 index 00000000..1d5b052e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200209_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200209 STATION NETCDFs +0.05985359748204549 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200209_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200209_M_GLOBAL.out new file mode 100644 index 00000000..195e430d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200209_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200209 STATION NETCDFs +0.05070645809173584 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200210_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200210_D_GLOBAL.out new file mode 100644 index 00000000..f48ddca6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200210_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200210 STATION NETCDFs +0.0713830828666687 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200210_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200210_H_GLOBAL.out new file mode 100644 index 00000000..3d15371d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200210_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200210 STATION NETCDFs +0.07643909851710001 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200210_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200210_M_GLOBAL.out new file mode 100644 index 00000000..c7940581 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200210_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200210 STATION NETCDFs +0.06094197432200114 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200211_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200211_D_GLOBAL.out new file mode 100644 index 00000000..a7903c6f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200211_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200211 STATION NETCDFs +0.06376665035883586 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200211_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200211_H_GLOBAL.out new file mode 100644 index 00000000..3d341add --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200211_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200211 STATION NETCDFs +0.0627979834874471 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200211_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200211_M_GLOBAL.out new file mode 100644 index 00000000..09ee16b1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200211_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200211 STATION NETCDFs +0.06527470350265503 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200212_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200212_D_GLOBAL.out new file mode 100644 index 00000000..20f9335f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200212_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200212 STATION NETCDFs +0.06402641534805298 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200212_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200212_H_GLOBAL.out new file mode 100644 index 00000000..7369a9e6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200212_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200212 STATION NETCDFs +0.07800122102101643 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200212_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200212_M_GLOBAL.out new file mode 100644 index 00000000..d0551e0c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200212_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200212 STATION NETCDFs +0.05972731908162435 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200301_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200301_D_GLOBAL.out new file mode 100644 index 00000000..201d2207 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200301_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200301 STATION NETCDFs +0.08065251509348552 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200301_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200301_H_GLOBAL.out new file mode 100644 index 00000000..ec4c744c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200301_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200301 STATION NETCDFs +0.07323174873987834 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200301_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200301_M_GLOBAL.out new file mode 100644 index 00000000..37a06bcb --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200301_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200301 STATION NETCDFs +0.035520466168721516 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200302_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200302_D_GLOBAL.out new file mode 100644 index 00000000..d82d47fd --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200302_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200302 STATION NETCDFs +0.07222413619359334 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200302_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200302_H_GLOBAL.out new file mode 100644 index 00000000..235d78dd --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200302_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200302 STATION NETCDFs +0.07013365427652994 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200302_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200302_M_GLOBAL.out new file mode 100644 index 00000000..8e638d2f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200302_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200302 STATION NETCDFs +0.07998867829640706 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200303_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200303_D_GLOBAL.out new file mode 100644 index 00000000..7e97d133 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200303_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200303 STATION NETCDFs +0.058759848276774086 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200303_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200303_H_GLOBAL.out new file mode 100644 index 00000000..9fc2f4fc --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200303_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200303 STATION NETCDFs +0.04700214068094889 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200303_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200303_M_GLOBAL.out new file mode 100644 index 00000000..0a119a3b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200303_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200303 STATION NETCDFs +0.07305495738983155 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200304_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200304_D_GLOBAL.out new file mode 100644 index 00000000..ba3f8a06 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200304_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200304 STATION NETCDFs +0.06995241244633993 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200304_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200304_H_GLOBAL.out new file mode 100644 index 00000000..39a31324 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200304_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200304 STATION NETCDFs +0.03768922487894694 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200304_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200304_M_GLOBAL.out new file mode 100644 index 00000000..3a861bf6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200304_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200304 STATION NETCDFs +0.05684260527292887 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200305_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200305_D_GLOBAL.out new file mode 100644 index 00000000..0ff4437b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200305_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200305 STATION NETCDFs +0.07902849912643432 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200305_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200305_H_GLOBAL.out new file mode 100644 index 00000000..b695db1f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200305_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200305 STATION NETCDFs +0.060190860430399576 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200305_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200305_M_GLOBAL.out new file mode 100644 index 00000000..2e273811 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200305_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200305 STATION NETCDFs +0.07604820728302002 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200306_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200306_D_GLOBAL.out new file mode 100644 index 00000000..882b6503 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200306_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200306 STATION NETCDFs +0.03701631228129069 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200306_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200306_H_GLOBAL.out new file mode 100644 index 00000000..8fa4eca5 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200306_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200306 STATION NETCDFs +0.06972107489903769 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200306_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200306_M_GLOBAL.out new file mode 100644 index 00000000..7990b3b8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200306_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200306 STATION NETCDFs +0.0813241163889567 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200307_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200307_D_GLOBAL.out new file mode 100644 index 00000000..49f4b5ec --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200307_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200307 STATION NETCDFs +0.06173069079717 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200307_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200307_H_GLOBAL.out new file mode 100644 index 00000000..ea89cf57 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200307_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200307 STATION NETCDFs +0.06920629342397054 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200307_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200307_M_GLOBAL.out new file mode 100644 index 00000000..2002fcb9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200307_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200307 STATION NETCDFs +0.07200733423233033 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200308_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200308_D_GLOBAL.out new file mode 100644 index 00000000..7eb09672 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200308_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200308 STATION NETCDFs +0.05744913816452026 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200308_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200308_H_GLOBAL.out new file mode 100644 index 00000000..4673ecab --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200308_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200308 STATION NETCDFs +0.0481452743212382 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200308_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200308_M_GLOBAL.out new file mode 100644 index 00000000..6aec0c30 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200308_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200308 STATION NETCDFs +0.057005186875661217 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200309_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200309_D_GLOBAL.out new file mode 100644 index 00000000..d8bfe6da --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200309_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200309 STATION NETCDFs +0.04729057153065999 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200309_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200309_H_GLOBAL.out new file mode 100644 index 00000000..afd687a6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200309_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200309 STATION NETCDFs +0.07166934013366699 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200309_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200309_M_GLOBAL.out new file mode 100644 index 00000000..612a1c48 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200309_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200309 STATION NETCDFs +0.08225059509277344 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200310_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200310_D_GLOBAL.out new file mode 100644 index 00000000..75d63981 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200310_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200310 STATION NETCDFs +0.07555679480234782 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200310_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200310_H_GLOBAL.out new file mode 100644 index 00000000..87126d5b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200310_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200310 STATION NETCDFs +0.06998387177785238 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200310_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200310_M_GLOBAL.out new file mode 100644 index 00000000..f856a061 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200310_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200310 STATION NETCDFs +0.07379823128382365 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200311_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200311_D_GLOBAL.out new file mode 100644 index 00000000..61617d9b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200311_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200311 STATION NETCDFs +0.0659793734550476 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200311_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200311_H_GLOBAL.out new file mode 100644 index 00000000..e0495d02 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200311_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200311 STATION NETCDFs +0.05528981288274129 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200311_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200311_M_GLOBAL.out new file mode 100644 index 00000000..33c7e766 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200311_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200311 STATION NETCDFs +0.07089158693949381 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200312_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200312_D_GLOBAL.out new file mode 100644 index 00000000..06daafd2 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200312_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200312 STATION NETCDFs +0.053745893637339275 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200312_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200312_H_GLOBAL.out new file mode 100644 index 00000000..acdf15d3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200312_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200312 STATION NETCDFs +0.04116857846577962 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200312_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200312_M_GLOBAL.out new file mode 100644 index 00000000..f490fb0b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200312_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200312 STATION NETCDFs +0.06031554937362671 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200401_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200401_D_GLOBAL.out new file mode 100644 index 00000000..7f75e5a4 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200401_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200401 STATION NETCDFs +0.07455782095591228 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200401_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200401_H_GLOBAL.out new file mode 100644 index 00000000..559e7602 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200401_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200401 STATION NETCDFs +0.07626771132151286 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200401_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200401_M_GLOBAL.out new file mode 100644 index 00000000..d5e8d55f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200401_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200401 STATION NETCDFs +0.07311397790908813 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200402_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200402_D_GLOBAL.out new file mode 100644 index 00000000..9f3bf17f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200402_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200402 STATION NETCDFs +0.0696091095606486 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200402_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200402_H_GLOBAL.out new file mode 100644 index 00000000..22f4c303 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200402_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200402 STATION NETCDFs +0.055155622959136966 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200402_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200402_M_GLOBAL.out new file mode 100644 index 00000000..817f06e2 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200402_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200402 STATION NETCDFs +0.0718859036763509 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200403_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200403_D_GLOBAL.out new file mode 100644 index 00000000..4b98978b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200403_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200403 STATION NETCDFs +0.08174120982487997 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200403_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200403_H_GLOBAL.out new file mode 100644 index 00000000..83486f7b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200403_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200403 STATION NETCDFs +0.06978621880213419 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200403_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200403_M_GLOBAL.out new file mode 100644 index 00000000..f3511a19 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200403_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200403 STATION NETCDFs +0.050974798202514646 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200404_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200404_D_GLOBAL.out new file mode 100644 index 00000000..47374947 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200404_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200404 STATION NETCDFs +0.05820656220118205 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200404_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200404_H_GLOBAL.out new file mode 100644 index 00000000..2c7dca16 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200404_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200404 STATION NETCDFs +0.047075788180033364 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200404_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200404_M_GLOBAL.out new file mode 100644 index 00000000..525f4bf8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200404_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200404 STATION NETCDFs +0.06887506643931071 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200405_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200405_D_GLOBAL.out new file mode 100644 index 00000000..08297547 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200405_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200405 STATION NETCDFs +0.0718425472577413 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200405_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200405_H_GLOBAL.out new file mode 100644 index 00000000..ac7ad6a2 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200405_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200405 STATION NETCDFs +0.07540929714838664 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200405_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200405_M_GLOBAL.out new file mode 100644 index 00000000..fe005e9d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200405_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200405 STATION NETCDFs +0.07369701067606609 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200406_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200406_D_GLOBAL.out new file mode 100644 index 00000000..a4e57375 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200406_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200406 STATION NETCDFs +0.05874505837758382 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200406_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200406_H_GLOBAL.out new file mode 100644 index 00000000..7a76e64b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200406_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200406 STATION NETCDFs +0.056651103496551516 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200406_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200406_M_GLOBAL.out new file mode 100644 index 00000000..af0329ee --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200406_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200406 STATION NETCDFs +0.07230566740036011 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200407_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200407_D_GLOBAL.out new file mode 100644 index 00000000..8574c2e5 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200407_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200407 STATION NETCDFs +0.07157398462295532 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200407_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200407_H_GLOBAL.out new file mode 100644 index 00000000..9f3e62c3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200407_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200407 STATION NETCDFs +0.06816579500834147 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200407_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200407_M_GLOBAL.out new file mode 100644 index 00000000..6c8ea915 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200407_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200407 STATION NETCDFs +0.07426677942276001 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200408_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200408_D_GLOBAL.out new file mode 100644 index 00000000..38a74448 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200408_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200408 STATION NETCDFs +0.03559579451878866 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200408_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200408_H_GLOBAL.out new file mode 100644 index 00000000..8f04b8bf --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200408_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200408 STATION NETCDFs +0.06298172473907471 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200408_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200408_M_GLOBAL.out new file mode 100644 index 00000000..7e786b5a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200408_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200408 STATION NETCDFs +0.07284912268320719 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200409_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200409_D_GLOBAL.out new file mode 100644 index 00000000..5daa7915 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200409_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200409 STATION NETCDFs +0.04375836451848348 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200409_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200409_H_GLOBAL.out new file mode 100644 index 00000000..02516d5d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200409_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200409 STATION NETCDFs +0.08258411884307862 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200409_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200409_M_GLOBAL.out new file mode 100644 index 00000000..655fe82b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200409_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200409 STATION NETCDFs +0.07023030916849772 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200410_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200410_D_GLOBAL.out new file mode 100644 index 00000000..76d32a38 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200410_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200410 STATION NETCDFs +0.0546346386273702 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200410_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200410_H_GLOBAL.out new file mode 100644 index 00000000..763e2c0a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200410_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200410 STATION NETCDFs +0.061169262727101645 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200410_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200410_M_GLOBAL.out new file mode 100644 index 00000000..ea0105d2 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200410_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200410 STATION NETCDFs +0.07329402367273967 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200411_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200411_D_GLOBAL.out new file mode 100644 index 00000000..7d2ce423 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200411_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200411 STATION NETCDFs +0.073635200659434 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200411_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200411_H_GLOBAL.out new file mode 100644 index 00000000..ed6bd765 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200411_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200411 STATION NETCDFs +0.0746567408243815 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200411_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200411_M_GLOBAL.out new file mode 100644 index 00000000..4e684bad --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200411_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200411 STATION NETCDFs +0.06036041180292765 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200412_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200412_D_GLOBAL.out new file mode 100644 index 00000000..5d7fa088 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200412_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200412 STATION NETCDFs +0.07391771475474039 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200412_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200412_H_GLOBAL.out new file mode 100644 index 00000000..e8ab7f45 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200412_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200412 STATION NETCDFs +0.07233297824859619 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200412_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200412_M_GLOBAL.out new file mode 100644 index 00000000..9da8e310 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200412_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200412 STATION NETCDFs +0.06895323991775512 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200501_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200501_D_GLOBAL.out new file mode 100644 index 00000000..1914850d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200501_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200501 STATION NETCDFs +0.05126470724741618 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200501_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200501_H_GLOBAL.out new file mode 100644 index 00000000..5e50aab1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200501_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200501 STATION NETCDFs +0.07196518580118814 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200501_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200501_M_GLOBAL.out new file mode 100644 index 00000000..fc4828e8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200501_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200501 STATION NETCDFs +0.07444281975428263 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200502_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200502_D_GLOBAL.out new file mode 100644 index 00000000..29280c8f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200502_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200502 STATION NETCDFs +0.07513882319132487 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200502_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200502_H_GLOBAL.out new file mode 100644 index 00000000..fa7bae72 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200502_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200502 STATION NETCDFs +0.07012921571731567 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200502_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200502_M_GLOBAL.out new file mode 100644 index 00000000..954bf325 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200502_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200502 STATION NETCDFs +0.07871890068054199 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200503_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200503_D_GLOBAL.out new file mode 100644 index 00000000..e69eeaed --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200503_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200503 STATION NETCDFs +0.07858654260635375 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200503_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200503_H_GLOBAL.out new file mode 100644 index 00000000..56d401d2 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200503_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200503 STATION NETCDFs +0.055775614579518636 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200503_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200503_M_GLOBAL.out new file mode 100644 index 00000000..de5b0c43 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200503_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200503 STATION NETCDFs +0.07290993928909302 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200504_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200504_D_GLOBAL.out new file mode 100644 index 00000000..265cf120 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200504_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200504 STATION NETCDFs +0.07173860867818196 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200504_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200504_H_GLOBAL.out new file mode 100644 index 00000000..56563a5d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200504_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200504 STATION NETCDFs +0.06851775646209717 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200504_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200504_M_GLOBAL.out new file mode 100644 index 00000000..c045d2d9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200504_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200504 STATION NETCDFs +0.07216847737630208 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200505_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200505_D_GLOBAL.out new file mode 100644 index 00000000..94b382e9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200505_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200505 STATION NETCDFs +0.08007505337397257 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200505_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200505_H_GLOBAL.out new file mode 100644 index 00000000..e1e99d59 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200505_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200505 STATION NETCDFs +0.03663319746653239 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200505_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200505_M_GLOBAL.out new file mode 100644 index 00000000..a717c02e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200505_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200505 STATION NETCDFs +0.06261446078618367 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200506_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200506_D_GLOBAL.out new file mode 100644 index 00000000..46afddf4 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200506_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200506 STATION NETCDFs +0.07093172868092855 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200506_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200506_H_GLOBAL.out new file mode 100644 index 00000000..6640d48e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200506_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200506 STATION NETCDFs +0.06697375774383545 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200506_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200506_M_GLOBAL.out new file mode 100644 index 00000000..335c1460 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200506_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200506 STATION NETCDFs +0.06746178070704142 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200507_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200507_D_GLOBAL.out new file mode 100644 index 00000000..165dc1f4 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200507_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200507 STATION NETCDFs +0.0762810746828715 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200507_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200507_H_GLOBAL.out new file mode 100644 index 00000000..5b44dd1c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200507_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200507 STATION NETCDFs +0.07184427579243978 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200507_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200507_M_GLOBAL.out new file mode 100644 index 00000000..7a18e121 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200507_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200507 STATION NETCDFs +0.07528461615244547 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200508_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200508_D_GLOBAL.out new file mode 100644 index 00000000..49275cfc --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200508_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200508 STATION NETCDFs +0.05694473584493001 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200508_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200508_H_GLOBAL.out new file mode 100644 index 00000000..63710d29 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200508_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200508 STATION NETCDFs +0.058781250317891436 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200508_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200508_M_GLOBAL.out new file mode 100644 index 00000000..2c6a7e17 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200508_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200508 STATION NETCDFs +0.08632332483927409 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200509_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200509_D_GLOBAL.out new file mode 100644 index 00000000..6bea6a06 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200509_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200509 STATION NETCDFs +0.06873888572057088 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200509_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200509_H_GLOBAL.out new file mode 100644 index 00000000..9e0db2cc --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200509_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200509 STATION NETCDFs +0.07311914364496867 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200509_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200509_M_GLOBAL.out new file mode 100644 index 00000000..3497053a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200509_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200509 STATION NETCDFs +0.07180833419164022 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200510_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200510_D_GLOBAL.out new file mode 100644 index 00000000..e7afdc9c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200510_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200510 STATION NETCDFs +0.05571624040603638 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200510_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200510_H_GLOBAL.out new file mode 100644 index 00000000..6907de54 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200510_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200510 STATION NETCDFs +0.05762706995010376 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200510_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200510_M_GLOBAL.out new file mode 100644 index 00000000..f33730ee --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200510_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200510 STATION NETCDFs +0.07189064423243205 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200511_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200511_D_GLOBAL.out new file mode 100644 index 00000000..5a128063 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200511_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200511 STATION NETCDFs +0.07164499362309774 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200511_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200511_H_GLOBAL.out new file mode 100644 index 00000000..4f7602ba --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200511_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200511 STATION NETCDFs +0.06400755246480307 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200511_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200511_M_GLOBAL.out new file mode 100644 index 00000000..669b250e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200511_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200511 STATION NETCDFs +0.0762160062789917 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200512_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200512_D_GLOBAL.out new file mode 100644 index 00000000..d2919bf5 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200512_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200512 STATION NETCDFs +0.0558773398399353 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200512_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200512_H_GLOBAL.out new file mode 100644 index 00000000..db30c560 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200512_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200512 STATION NETCDFs +0.07108493248621622 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200512_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200512_M_GLOBAL.out new file mode 100644 index 00000000..d7a3050f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200512_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200512 STATION NETCDFs +0.07045655647913615 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200601_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200601_D_GLOBAL.out new file mode 100644 index 00000000..bf68b120 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200601_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200601 STATION NETCDFs +0.07214475075403849 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200601_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200601_H_GLOBAL.out new file mode 100644 index 00000000..45d05659 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200601_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200601 STATION NETCDFs +0.03493722279866537 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200601_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200601_M_GLOBAL.out new file mode 100644 index 00000000..81c74549 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200601_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200601 STATION NETCDFs +0.07426555156707763 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200602_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200602_D_GLOBAL.out new file mode 100644 index 00000000..2e11c770 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200602_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200602 STATION NETCDFs +0.07064149777094524 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200602_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200602_H_GLOBAL.out new file mode 100644 index 00000000..6fdb329a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200602_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200602 STATION NETCDFs +0.07208185990651449 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200602_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200602_M_GLOBAL.out new file mode 100644 index 00000000..5a7ad186 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200602_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200602 STATION NETCDFs +0.0373481273651123 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200603_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200603_D_GLOBAL.out new file mode 100644 index 00000000..24b9219d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200603_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200603 STATION NETCDFs +0.07211408615112305 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200603_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200603_H_GLOBAL.out new file mode 100644 index 00000000..be0c8dfd --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200603_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200603 STATION NETCDFs +0.05238942305246989 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200603_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200603_M_GLOBAL.out new file mode 100644 index 00000000..cb18203d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200603_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200603 STATION NETCDFs +0.03850588798522949 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200604_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200604_D_GLOBAL.out new file mode 100644 index 00000000..98f80e4e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200604_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200604 STATION NETCDFs +0.06296739578247071 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200604_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200604_H_GLOBAL.out new file mode 100644 index 00000000..d41fe6a0 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200604_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200604 STATION NETCDFs +0.0376163919766744 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200604_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200604_M_GLOBAL.out new file mode 100644 index 00000000..f3910103 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200604_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200604 STATION NETCDFs +0.07284699678421021 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200605_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200605_D_GLOBAL.out new file mode 100644 index 00000000..b9877dae --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200605_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200605 STATION NETCDFs +0.07530563672383626 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200605_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200605_H_GLOBAL.out new file mode 100644 index 00000000..a35e74bd --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200605_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200605 STATION NETCDFs +0.03412397305170695 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200605_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200605_M_GLOBAL.out new file mode 100644 index 00000000..49366a40 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200605_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200605 STATION NETCDFs +0.06056494315465291 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200606_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200606_D_GLOBAL.out new file mode 100644 index 00000000..4e302805 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200606_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200606 STATION NETCDFs +0.07952990134557088 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200606_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200606_H_GLOBAL.out new file mode 100644 index 00000000..54da5b82 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200606_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200606 STATION NETCDFs +0.08142546017964682 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200606_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200606_M_GLOBAL.out new file mode 100644 index 00000000..6095f04d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200606_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200606 STATION NETCDFs +0.046928962071736656 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200607_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200607_D_GLOBAL.out new file mode 100644 index 00000000..3490f6f6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200607_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200607 STATION NETCDFs +0.07054567337036133 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200607_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200607_H_GLOBAL.out new file mode 100644 index 00000000..53c7dbf0 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200607_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200607 STATION NETCDFs +0.06727406978607178 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200607_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200607_M_GLOBAL.out new file mode 100644 index 00000000..fcce317e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200607_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200607 STATION NETCDFs +0.07463695208231608 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200608_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200608_D_GLOBAL.out new file mode 100644 index 00000000..672a6d89 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200608_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200608 STATION NETCDFs +0.0719435731569926 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200608_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200608_H_GLOBAL.out new file mode 100644 index 00000000..4c80a6ea --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200608_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200608 STATION NETCDFs +0.07175827423731486 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200608_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200608_M_GLOBAL.out new file mode 100644 index 00000000..551927b8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200608_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200608 STATION NETCDFs +0.07837307453155518 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200609_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200609_D_GLOBAL.out new file mode 100644 index 00000000..03b8c1a6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200609_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200609 STATION NETCDFs +0.057332968711853026 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200609_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200609_H_GLOBAL.out new file mode 100644 index 00000000..8c4b9ab2 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200609_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200609 STATION NETCDFs +0.07891403039296468 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200609_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200609_M_GLOBAL.out new file mode 100644 index 00000000..15b3c321 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200609_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200609 STATION NETCDFs +0.07378518978754679 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200610_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200610_D_GLOBAL.out new file mode 100644 index 00000000..4e56713e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200610_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200610 STATION NETCDFs +0.07195841868718465 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200610_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200610_H_GLOBAL.out new file mode 100644 index 00000000..444b28da --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200610_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200610 STATION NETCDFs +0.0788722276687622 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200610_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200610_M_GLOBAL.out new file mode 100644 index 00000000..3494344d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200610_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200610 STATION NETCDFs +0.06402142445246378 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200611_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200611_D_GLOBAL.out new file mode 100644 index 00000000..cc0c2a4f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200611_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200611 STATION NETCDFs +0.05389213562011719 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200611_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200611_H_GLOBAL.out new file mode 100644 index 00000000..c3dfc57a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200611_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200611 STATION NETCDFs +0.06082675457000732 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200611_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200611_M_GLOBAL.out new file mode 100644 index 00000000..f0e68f07 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200611_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200611 STATION NETCDFs +0.06816625595092773 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200612_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200612_D_GLOBAL.out new file mode 100644 index 00000000..5dbd9dd1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200612_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200612 STATION NETCDFs +0.07714511156082153 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200612_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200612_H_GLOBAL.out new file mode 100644 index 00000000..c944c93c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200612_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200612 STATION NETCDFs +0.0470671017964681 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200612_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200612_M_GLOBAL.out new file mode 100644 index 00000000..21abe79f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200612_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200612 STATION NETCDFs +0.07170315186182658 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200701_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200701_D_GLOBAL.out new file mode 100644 index 00000000..53e1db99 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200701_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200701 STATION NETCDFs +0.07047021389007568 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200701_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200701_H_GLOBAL.out new file mode 100644 index 00000000..aee2828e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200701_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200701 STATION NETCDFs +0.07175248861312866 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200701_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200701_M_GLOBAL.out new file mode 100644 index 00000000..5e170385 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200701_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200701 STATION NETCDFs +0.05044703483581543 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200702_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200702_D_GLOBAL.out new file mode 100644 index 00000000..e5e684d1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200702_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200702 STATION NETCDFs +0.06785541375478109 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200702_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200702_H_GLOBAL.out new file mode 100644 index 00000000..5e63225b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200702_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200702 STATION NETCDFs +0.07036242882410686 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200702_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200702_M_GLOBAL.out new file mode 100644 index 00000000..defd7d5d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200702_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200702 STATION NETCDFs +0.0716569701830546 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200703_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200703_D_GLOBAL.out new file mode 100644 index 00000000..7fb65357 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200703_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200703 STATION NETCDFs +0.06351724863052369 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200703_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200703_H_GLOBAL.out new file mode 100644 index 00000000..02998dc2 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200703_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200703 STATION NETCDFs +0.07249042193094889 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200703_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200703_M_GLOBAL.out new file mode 100644 index 00000000..0cba856c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200703_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200703 STATION NETCDFs +0.049476059277852376 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200704_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200704_D_GLOBAL.out new file mode 100644 index 00000000..6e5c8da7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200704_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200704 STATION NETCDFs +0.07104870080947875 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200704_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200704_H_GLOBAL.out new file mode 100644 index 00000000..5de25250 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200704_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200704 STATION NETCDFs +0.04365590413411458 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200704_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200704_M_GLOBAL.out new file mode 100644 index 00000000..4412b939 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200704_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200704 STATION NETCDFs +0.0422544519106547 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200705_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200705_D_GLOBAL.out new file mode 100644 index 00000000..90d03ad4 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200705_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200705 STATION NETCDFs +0.041505030790964764 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200705_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200705_H_GLOBAL.out new file mode 100644 index 00000000..8490ba36 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200705_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200705 STATION NETCDFs +0.047947982947031655 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200705_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200705_M_GLOBAL.out new file mode 100644 index 00000000..fb55faf1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200705_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200705 STATION NETCDFs +0.05841747522354126 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200706_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200706_D_GLOBAL.out new file mode 100644 index 00000000..6ff14dfd --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200706_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200706 STATION NETCDFs +0.08228439092636108 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200706_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200706_H_GLOBAL.out new file mode 100644 index 00000000..ff8e3b47 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200706_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200706 STATION NETCDFs +0.07550455729166666 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200706_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200706_M_GLOBAL.out new file mode 100644 index 00000000..79c2a321 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200706_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200706 STATION NETCDFs +0.07947292725245157 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200707_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200707_D_GLOBAL.out new file mode 100644 index 00000000..f247f778 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200707_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200707 STATION NETCDFs +0.06784191926320395 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200707_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200707_H_GLOBAL.out new file mode 100644 index 00000000..fdc338df --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200707_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200707 STATION NETCDFs +0.04913947582244873 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200707_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200707_M_GLOBAL.out new file mode 100644 index 00000000..21e470ac --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200707_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200707 STATION NETCDFs +0.03484591245651245 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200708_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200708_D_GLOBAL.out new file mode 100644 index 00000000..e77c44ef --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200708_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200708 STATION NETCDFs +0.0712532122929891 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200708_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200708_H_GLOBAL.out new file mode 100644 index 00000000..69c3877d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200708_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200708 STATION NETCDFs +0.0618294874827067 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200708_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200708_M_GLOBAL.out new file mode 100644 index 00000000..343becb5 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200708_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200708 STATION NETCDFs +0.0669925610224406 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200709_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200709_D_GLOBAL.out new file mode 100644 index 00000000..ba54b73b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200709_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200709 STATION NETCDFs +0.07346566120783488 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200709_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200709_H_GLOBAL.out new file mode 100644 index 00000000..34e984c4 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200709_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200709 STATION NETCDFs +0.06277503172556559 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200709_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200709_M_GLOBAL.out new file mode 100644 index 00000000..e455902c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200709_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200709 STATION NETCDFs +0.07004419962565105 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200710_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200710_D_GLOBAL.out new file mode 100644 index 00000000..ccd9cccd --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200710_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200710 STATION NETCDFs +0.0489531954129537 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200710_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200710_H_GLOBAL.out new file mode 100644 index 00000000..8ad700f5 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200710_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200710 STATION NETCDFs +0.07687867879867553 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200710_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200710_M_GLOBAL.out new file mode 100644 index 00000000..9db18c60 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200710_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200710 STATION NETCDFs +0.07033816576004029 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200711_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200711_D_GLOBAL.out new file mode 100644 index 00000000..5ddf944e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200711_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200711 STATION NETCDFs +0.03791503111521403 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200711_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200711_H_GLOBAL.out new file mode 100644 index 00000000..d611f5c8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200711_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200711 STATION NETCDFs +0.07444306214650472 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200711_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200711_M_GLOBAL.out new file mode 100644 index 00000000..27004cd1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200711_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200711 STATION NETCDFs +0.07200696468353271 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200712_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200712_D_GLOBAL.out new file mode 100644 index 00000000..8cd7ab99 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200712_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200712 STATION NETCDFs +0.07690564791361491 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200712_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200712_H_GLOBAL.out new file mode 100644 index 00000000..26b3391f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200712_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200712 STATION NETCDFs +0.05270308256149292 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200712_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200712_M_GLOBAL.out new file mode 100644 index 00000000..ec1a8009 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200712_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200712 STATION NETCDFs +0.07096459865570068 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200801_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200801_D_GLOBAL.out new file mode 100644 index 00000000..c5e17993 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200801_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200801 STATION NETCDFs +0.046573551495869954 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200801_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200801_H_GLOBAL.out new file mode 100644 index 00000000..ccd88bba --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200801_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200801 STATION NETCDFs +0.07335118452707927 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200801_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200801_M_GLOBAL.out new file mode 100644 index 00000000..e3aadde3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200801_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200801 STATION NETCDFs +0.07855990727742514 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200802_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200802_D_GLOBAL.out new file mode 100644 index 00000000..2fbb2f2c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200802_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200802 STATION NETCDFs +0.07246964772542318 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200802_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200802_H_GLOBAL.out new file mode 100644 index 00000000..1da4c239 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200802_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200802 STATION NETCDFs +0.06113937298456828 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200802_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200802_M_GLOBAL.out new file mode 100644 index 00000000..10c5d04e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200802_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200802 STATION NETCDFs +0.04722397327423096 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200803_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200803_D_GLOBAL.out new file mode 100644 index 00000000..cac0f7bd --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200803_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200803 STATION NETCDFs +0.06947034994761149 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200803_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200803_H_GLOBAL.out new file mode 100644 index 00000000..c7257f67 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200803_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200803 STATION NETCDFs +0.07345908880233765 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200803_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200803_M_GLOBAL.out new file mode 100644 index 00000000..99d60263 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200803_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200803 STATION NETCDFs +0.04185896714528402 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200804_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200804_D_GLOBAL.out new file mode 100644 index 00000000..f0e9d779 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200804_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200804 STATION NETCDFs +0.07337458531061808 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200804_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200804_H_GLOBAL.out new file mode 100644 index 00000000..578495bb --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200804_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200804 STATION NETCDFs +0.0815538207689921 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200804_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200804_M_GLOBAL.out new file mode 100644 index 00000000..f09e1a40 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200804_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200804 STATION NETCDFs +0.051955525080362955 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200805_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200805_D_GLOBAL.out new file mode 100644 index 00000000..2f5305cb --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200805_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200805 STATION NETCDFs +0.07181348800659179 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200805_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200805_H_GLOBAL.out new file mode 100644 index 00000000..035222f4 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200805_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200805 STATION NETCDFs +0.04086851676305135 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200805_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200805_M_GLOBAL.out new file mode 100644 index 00000000..70ff73d9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200805_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200805 STATION NETCDFs +0.07424294153849284 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200806_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200806_D_GLOBAL.out new file mode 100644 index 00000000..6ca90ab7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200806_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200806 STATION NETCDFs +0.06679683923721313 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200806_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200806_H_GLOBAL.out new file mode 100644 index 00000000..cf08e610 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200806_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200806 STATION NETCDFs +0.06928780476252237 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200806_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200806_M_GLOBAL.out new file mode 100644 index 00000000..be3c1cdf --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200806_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200806 STATION NETCDFs +0.0714883804321289 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200807_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200807_D_GLOBAL.out new file mode 100644 index 00000000..0e727597 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200807_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200807 STATION NETCDFs +0.07882246176401773 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200807_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200807_H_GLOBAL.out new file mode 100644 index 00000000..95bb08ec --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200807_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200807 STATION NETCDFs +0.0715496818224589 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200807_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200807_M_GLOBAL.out new file mode 100644 index 00000000..8f114733 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200807_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200807 STATION NETCDFs +0.06913915077845255 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200808_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200808_D_GLOBAL.out new file mode 100644 index 00000000..f147f7a9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200808_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200808 STATION NETCDFs +0.08024909496307372 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200808_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200808_H_GLOBAL.out new file mode 100644 index 00000000..088978df --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200808_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200808 STATION NETCDFs +0.06504889329274495 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200808_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200808_M_GLOBAL.out new file mode 100644 index 00000000..5e01116b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200808_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200808 STATION NETCDFs +0.07912487586339315 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200809_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200809_D_GLOBAL.out new file mode 100644 index 00000000..4b8c11d6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200809_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200809 STATION NETCDFs +0.07056078116099039 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200809_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200809_H_GLOBAL.out new file mode 100644 index 00000000..0a56a0f7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200809_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200809 STATION NETCDFs +0.06977858543395996 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200809_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200809_M_GLOBAL.out new file mode 100644 index 00000000..9060aaac --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200809_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200809 STATION NETCDFs +0.08254887660344441 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200810_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200810_D_GLOBAL.out new file mode 100644 index 00000000..923d6e29 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200810_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200810 STATION NETCDFs +0.06073518991470337 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200810_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200810_H_GLOBAL.out new file mode 100644 index 00000000..a2da62c7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200810_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200810 STATION NETCDFs +0.08044166564941406 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200810_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200810_M_GLOBAL.out new file mode 100644 index 00000000..eacc4f11 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200810_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200810 STATION NETCDFs +0.05327911376953125 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200811_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200811_D_GLOBAL.out new file mode 100644 index 00000000..c581292c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200811_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200811 STATION NETCDFs +0.04837798277537028 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200811_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200811_H_GLOBAL.out new file mode 100644 index 00000000..27290502 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200811_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200811 STATION NETCDFs +0.07453881104787191 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200811_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200811_M_GLOBAL.out new file mode 100644 index 00000000..3446c522 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200811_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200811 STATION NETCDFs +0.06955417394638061 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200812_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200812_D_GLOBAL.out new file mode 100644 index 00000000..c675c363 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200812_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200812 STATION NETCDFs +0.061190311113993326 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200812_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200812_H_GLOBAL.out new file mode 100644 index 00000000..ed21c74f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200812_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200812 STATION NETCDFs +0.07122644980748495 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200812_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200812_M_GLOBAL.out new file mode 100644 index 00000000..07e5d706 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200812_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200812 STATION NETCDFs +0.06286521752675374 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200901_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200901_D_GLOBAL.out new file mode 100644 index 00000000..b40de904 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200901_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200901 STATION NETCDFs +0.060304450988769534 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200901_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200901_H_GLOBAL.out new file mode 100644 index 00000000..76fe245d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200901_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200901 STATION NETCDFs +0.07003948291142782 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200901_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200901_M_GLOBAL.out new file mode 100644 index 00000000..8eb9ca80 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200901_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200901 STATION NETCDFs +0.08125573396682739 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200902_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200902_D_GLOBAL.out new file mode 100644 index 00000000..f205982f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200902_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200902 STATION NETCDFs +0.05724767049153646 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200902_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200902_H_GLOBAL.out new file mode 100644 index 00000000..6163fcbe --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200902_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200902 STATION NETCDFs +0.06271133422851563 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200902_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200902_M_GLOBAL.out new file mode 100644 index 00000000..2cac06da --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200902_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200902 STATION NETCDFs +0.07157054344813028 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200903_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200903_D_GLOBAL.out new file mode 100644 index 00000000..9dc3df39 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200903_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200903 STATION NETCDFs +0.07428450187047322 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200903_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200903_H_GLOBAL.out new file mode 100644 index 00000000..d44ff235 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200903_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200903 STATION NETCDFs +0.06927435000737509 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200903_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200903_M_GLOBAL.out new file mode 100644 index 00000000..d5662f6f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200903_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200903 STATION NETCDFs +0.05695940653483073 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200904_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200904_D_GLOBAL.out new file mode 100644 index 00000000..54d08a5e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200904_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200904 STATION NETCDFs +0.044372745354970294 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200904_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200904_H_GLOBAL.out new file mode 100644 index 00000000..827e85f6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200904_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200904 STATION NETCDFs +0.07243661483128866 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200904_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200904_M_GLOBAL.out new file mode 100644 index 00000000..48d215f7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200904_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200904 STATION NETCDFs +0.06904359658559163 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200905_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200905_D_GLOBAL.out new file mode 100644 index 00000000..46ab037d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200905_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200905 STATION NETCDFs +0.056209059556325276 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200905_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200905_H_GLOBAL.out new file mode 100644 index 00000000..c0c0b062 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200905_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200905 STATION NETCDFs +0.059762473901112875 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200905_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200905_M_GLOBAL.out new file mode 100644 index 00000000..0adfa99a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200905_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200905 STATION NETCDFs +0.05343481699625651 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200906_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200906_D_GLOBAL.out new file mode 100644 index 00000000..65a048ba --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200906_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200906 STATION NETCDFs +0.05966726541519165 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200906_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200906_H_GLOBAL.out new file mode 100644 index 00000000..e2d6aac9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200906_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200906 STATION NETCDFs +0.07947789827982585 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200906_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200906_M_GLOBAL.out new file mode 100644 index 00000000..c064cfc4 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200906_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200906 STATION NETCDFs +0.060684208075205484 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200907_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200907_D_GLOBAL.out new file mode 100644 index 00000000..9cd07e57 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200907_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200907 STATION NETCDFs +0.07261033455530802 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200907_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200907_H_GLOBAL.out new file mode 100644 index 00000000..1cbd7b84 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200907_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200907 STATION NETCDFs +0.05096780061721802 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200907_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200907_M_GLOBAL.out new file mode 100644 index 00000000..51b8a0e5 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200907_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200907 STATION NETCDFs +0.07850774526596069 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200908_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200908_D_GLOBAL.out new file mode 100644 index 00000000..7d21663c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200908_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200908 STATION NETCDFs +0.06374998092651367 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200908_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200908_H_GLOBAL.out new file mode 100644 index 00000000..eb5f468a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200908_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200908 STATION NETCDFs +0.07768471638361613 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200908_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200908_M_GLOBAL.out new file mode 100644 index 00000000..f819e048 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200908_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200908 STATION NETCDFs +0.06859122514724732 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200909_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200909_D_GLOBAL.out new file mode 100644 index 00000000..6e4f5715 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200909_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200909 STATION NETCDFs +0.07524569034576416 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200909_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200909_H_GLOBAL.out new file mode 100644 index 00000000..e6094e97 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200909_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200909 STATION NETCDFs +0.0446178396542867 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200909_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200909_M_GLOBAL.out new file mode 100644 index 00000000..b78f1d40 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200909_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200909 STATION NETCDFs +0.060708260536193846 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200910_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200910_D_GLOBAL.out new file mode 100644 index 00000000..ceea7923 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200910_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200910 STATION NETCDFs +0.07215625047683716 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200910_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200910_H_GLOBAL.out new file mode 100644 index 00000000..7152a85d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200910_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200910 STATION NETCDFs +0.04985373814900716 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200910_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200910_M_GLOBAL.out new file mode 100644 index 00000000..44ebac8f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200910_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200910 STATION NETCDFs +0.07685979604721069 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200911_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200911_D_GLOBAL.out new file mode 100644 index 00000000..2e0a1048 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200911_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200911 STATION NETCDFs +0.07137496868769327 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200911_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200911_H_GLOBAL.out new file mode 100644 index 00000000..982fc373 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200911_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200911 STATION NETCDFs +0.06891272068023682 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200911_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200911_M_GLOBAL.out new file mode 100644 index 00000000..b6be9ffe --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200911_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200911 STATION NETCDFs +0.06519573529561361 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200912_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200912_D_GLOBAL.out new file mode 100644 index 00000000..cf942403 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200912_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200912 STATION NETCDFs +0.07583139340082805 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200912_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200912_H_GLOBAL.out new file mode 100644 index 00000000..3925fadb --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200912_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200912 STATION NETCDFs +0.08709355195363362 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_200912_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_200912_M_GLOBAL.out new file mode 100644 index 00000000..7972794d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_200912_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200912 STATION NETCDFs +0.05706960360209147 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201001_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201001_D_GLOBAL.out new file mode 100644 index 00000000..ac8ca785 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201001_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201001 STATION NETCDFs +0.05709362427393595 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201001_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201001_H_GLOBAL.out new file mode 100644 index 00000000..1ff09f00 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201001_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201001 STATION NETCDFs +0.07240831851959229 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201001_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201001_M_GLOBAL.out new file mode 100644 index 00000000..ff80d1ed --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201001_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201001 STATION NETCDFs +0.07192211945851644 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201002_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201002_D_GLOBAL.out new file mode 100644 index 00000000..9cc89dfb --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201002_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201002 STATION NETCDFs +0.04909684658050537 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201002_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201002_H_GLOBAL.out new file mode 100644 index 00000000..5bb526fa --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201002_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201002 STATION NETCDFs +0.06425785223642985 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201002_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201002_M_GLOBAL.out new file mode 100644 index 00000000..4ea632c9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201002_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201002 STATION NETCDFs +0.05379789670308431 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201003_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201003_D_GLOBAL.out new file mode 100644 index 00000000..62626bf3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201003_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201003 STATION NETCDFs +0.0665248155593872 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201003_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201003_H_GLOBAL.out new file mode 100644 index 00000000..39abfd3f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201003_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201003 STATION NETCDFs +0.07378801504770914 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201003_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201003_M_GLOBAL.out new file mode 100644 index 00000000..c4df1260 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201003_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201003 STATION NETCDFs +0.03879715204238891 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201004_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201004_D_GLOBAL.out new file mode 100644 index 00000000..e3f982be --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201004_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201004 STATION NETCDFs +0.07421826918919881 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201004_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201004_H_GLOBAL.out new file mode 100644 index 00000000..38dea68d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201004_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201004 STATION NETCDFs +0.058386353651682536 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201004_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201004_M_GLOBAL.out new file mode 100644 index 00000000..6e0c8c4b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201004_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201004 STATION NETCDFs +0.07401798963546753 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201005_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201005_D_GLOBAL.out new file mode 100644 index 00000000..e39ba02b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201005_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201005 STATION NETCDFs +0.07385138670603435 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201005_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201005_H_GLOBAL.out new file mode 100644 index 00000000..ca822697 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201005_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201005 STATION NETCDFs +0.07356112798055013 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201005_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201005_M_GLOBAL.out new file mode 100644 index 00000000..71ac9889 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201005_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201005 STATION NETCDFs +0.07809528509775797 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201006_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201006_D_GLOBAL.out new file mode 100644 index 00000000..6f96ce09 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201006_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201006 STATION NETCDFs +0.07709605693817138 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201006_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201006_H_GLOBAL.out new file mode 100644 index 00000000..eb0bfa43 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201006_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201006 STATION NETCDFs +0.06152084271113078 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201006_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201006_M_GLOBAL.out new file mode 100644 index 00000000..5d84f9c8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201006_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201006 STATION NETCDFs +0.0449533740679423 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201007_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201007_D_GLOBAL.out new file mode 100644 index 00000000..59e320a5 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201007_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201007 STATION NETCDFs +0.05537972052892049 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201007_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201007_H_GLOBAL.out new file mode 100644 index 00000000..32e6c397 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201007_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201007 STATION NETCDFs +0.08900462786356608 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201007_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201007_M_GLOBAL.out new file mode 100644 index 00000000..40782536 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201007_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201007 STATION NETCDFs +0.07911805709203085 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201008_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201008_D_GLOBAL.out new file mode 100644 index 00000000..4a2aa8c2 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201008_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201008 STATION NETCDFs +0.07673186858495076 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201008_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201008_H_GLOBAL.out new file mode 100644 index 00000000..710d7636 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201008_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201008 STATION NETCDFs +0.06572217146555583 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201008_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201008_M_GLOBAL.out new file mode 100644 index 00000000..200d2144 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201008_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201008 STATION NETCDFs +0.06433441638946533 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201009_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201009_D_GLOBAL.out new file mode 100644 index 00000000..e331987a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201009_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201009 STATION NETCDFs +0.07770776351292928 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201009_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201009_H_GLOBAL.out new file mode 100644 index 00000000..00c57b8f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201009_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201009 STATION NETCDFs +0.05721602439880371 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201009_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201009_M_GLOBAL.out new file mode 100644 index 00000000..b406fa89 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201009_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201009 STATION NETCDFs +0.058175086975097656 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201010_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201010_D_GLOBAL.out new file mode 100644 index 00000000..0c0558a6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201010_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201010 STATION NETCDFs +0.07311467329661052 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201010_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201010_H_GLOBAL.out new file mode 100644 index 00000000..c8886837 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201010_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201010 STATION NETCDFs +0.07493425607681274 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201010_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201010_M_GLOBAL.out new file mode 100644 index 00000000..d7bbc56e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201010_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201010 STATION NETCDFs +0.07392797470092774 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201011_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201011_D_GLOBAL.out new file mode 100644 index 00000000..c689e4a6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201011_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201011 STATION NETCDFs +0.07586922248204549 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201011_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201011_H_GLOBAL.out new file mode 100644 index 00000000..d8e001ec --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201011_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201011 STATION NETCDFs +0.07602224349975586 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201011_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201011_M_GLOBAL.out new file mode 100644 index 00000000..dd6f347f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201011_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201011 STATION NETCDFs +0.07422106266021729 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201012_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201012_D_GLOBAL.out new file mode 100644 index 00000000..3b52f95c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201012_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201012 STATION NETCDFs +0.05733466943105062 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201012_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201012_H_GLOBAL.out new file mode 100644 index 00000000..2a40e8e1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201012_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201012 STATION NETCDFs +0.07889758745829265 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201012_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201012_M_GLOBAL.out new file mode 100644 index 00000000..47053998 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201012_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201012 STATION NETCDFs +0.0989341656366984 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201101_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201101_D_GLOBAL.out new file mode 100644 index 00000000..a64bec14 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201101_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201101 STATION NETCDFs +0.08174774249394735 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201101_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201101_H_GLOBAL.out new file mode 100644 index 00000000..6cdf1642 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201101_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201101 STATION NETCDFs +0.08360287745793661 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201101_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201101_M_GLOBAL.out new file mode 100644 index 00000000..65e4f320 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201101_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201101 STATION NETCDFs +0.07580617268880209 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201102_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201102_D_GLOBAL.out new file mode 100644 index 00000000..81655297 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201102_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201102 STATION NETCDFs +0.08196662664413452 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201102_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201102_H_GLOBAL.out new file mode 100644 index 00000000..9cdc90b9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201102_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201102 STATION NETCDFs +0.06945255994796753 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201102_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201102_M_GLOBAL.out new file mode 100644 index 00000000..eca25b3c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201102_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201102 STATION NETCDFs +0.0701571544011434 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201103_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201103_D_GLOBAL.out new file mode 100644 index 00000000..90b8af50 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201103_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201103 STATION NETCDFs +0.0502005656560262 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201103_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201103_H_GLOBAL.out new file mode 100644 index 00000000..9984629a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201103_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201103 STATION NETCDFs +0.07693738142649333 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201103_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201103_M_GLOBAL.out new file mode 100644 index 00000000..44684fca --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201103_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201103 STATION NETCDFs +0.077880064646403 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201104_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201104_D_GLOBAL.out new file mode 100644 index 00000000..5ccd10ea --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201104_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201104 STATION NETCDFs +0.0772526224454244 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201104_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201104_H_GLOBAL.out new file mode 100644 index 00000000..9baebcb1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201104_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201104 STATION NETCDFs +0.06547062794367473 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201104_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201104_M_GLOBAL.out new file mode 100644 index 00000000..82650c54 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201104_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201104 STATION NETCDFs +0.0744653026262919 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201105_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201105_D_GLOBAL.out new file mode 100644 index 00000000..d97507a0 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201105_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201105 STATION NETCDFs +0.08138964573542277 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201105_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201105_H_GLOBAL.out new file mode 100644 index 00000000..cc17ea1d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201105_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201105 STATION NETCDFs +0.05973552465438843 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201105_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201105_M_GLOBAL.out new file mode 100644 index 00000000..c9684b37 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201105_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201105 STATION NETCDFs +0.05736651420593262 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201106_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201106_D_GLOBAL.out new file mode 100644 index 00000000..8bc86631 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201106_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201106 STATION NETCDFs +0.07355568408966065 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201106_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201106_H_GLOBAL.out new file mode 100644 index 00000000..00312eaa --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201106_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201106 STATION NETCDFs +0.059536282221476236 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201106_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201106_M_GLOBAL.out new file mode 100644 index 00000000..b5c97767 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201106_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201106 STATION NETCDFs +0.08064050277074178 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201107_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201107_D_GLOBAL.out new file mode 100644 index 00000000..070289f0 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201107_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201107 STATION NETCDFs +0.06512613693873087 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201107_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201107_H_GLOBAL.out new file mode 100644 index 00000000..f650064e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201107_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201107 STATION NETCDFs +0.057579358418782554 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201107_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201107_M_GLOBAL.out new file mode 100644 index 00000000..30519584 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201107_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201107 STATION NETCDFs +0.07072700262069702 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201108_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201108_D_GLOBAL.out new file mode 100644 index 00000000..da17b0cb --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201108_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201108 STATION NETCDFs +0.07334705591201782 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201108_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201108_H_GLOBAL.out new file mode 100644 index 00000000..636ac139 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201108_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201108 STATION NETCDFs +0.07481869061787923 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201108_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201108_M_GLOBAL.out new file mode 100644 index 00000000..dcf450fd --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201108_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201108 STATION NETCDFs +0.06005153656005859 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201109_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201109_D_GLOBAL.out new file mode 100644 index 00000000..e05cdc97 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201109_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201109 STATION NETCDFs +0.0646056890487671 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201109_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201109_H_GLOBAL.out new file mode 100644 index 00000000..9fb799fe --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201109_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201109 STATION NETCDFs +0.049057137966156 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201109_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201109_M_GLOBAL.out new file mode 100644 index 00000000..0568b781 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201109_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201109 STATION NETCDFs +0.06869240204493204 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201110_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201110_D_GLOBAL.out new file mode 100644 index 00000000..f2a98b8f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201110_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201110 STATION NETCDFs +0.08075926701227824 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201110_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201110_H_GLOBAL.out new file mode 100644 index 00000000..8eba59e7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201110_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201110 STATION NETCDFs +0.07304608821868896 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201110_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201110_M_GLOBAL.out new file mode 100644 index 00000000..99f31353 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201110_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201110 STATION NETCDFs +0.06613016525904337 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201111_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201111_D_GLOBAL.out new file mode 100644 index 00000000..69d37425 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201111_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201111 STATION NETCDFs +0.0760979453722636 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201111_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201111_H_GLOBAL.out new file mode 100644 index 00000000..cca72b59 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201111_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201111 STATION NETCDFs +0.08077003955841064 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201111_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201111_M_GLOBAL.out new file mode 100644 index 00000000..c443d883 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201111_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201111 STATION NETCDFs +0.06385838190714518 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201112_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201112_D_GLOBAL.out new file mode 100644 index 00000000..9d5c47d1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201112_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201112 STATION NETCDFs +0.07988425890604654 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201112_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201112_H_GLOBAL.out new file mode 100644 index 00000000..6288dd5c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201112_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201112 STATION NETCDFs +0.07381192445755005 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201112_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201112_M_GLOBAL.out new file mode 100644 index 00000000..49fef27a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201112_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201112 STATION NETCDFs +0.0479253093401591 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201201_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201201_D_GLOBAL.out new file mode 100644 index 00000000..333ae9c7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201201_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201201 STATION NETCDFs +0.05272684494654337 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201201_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201201_H_GLOBAL.out new file mode 100644 index 00000000..1e0b3824 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201201_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201201 STATION NETCDFs +0.07102725505828858 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201201_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201201_M_GLOBAL.out new file mode 100644 index 00000000..6031de80 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201201_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201201 STATION NETCDFs +0.08208255767822266 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201202_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201202_D_GLOBAL.out new file mode 100644 index 00000000..a9e1eb79 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201202_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201202 STATION NETCDFs +0.07957870165506999 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201202_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201202_H_GLOBAL.out new file mode 100644 index 00000000..3c0ce92e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201202_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201202 STATION NETCDFs +0.07803121407826742 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201202_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201202_M_GLOBAL.out new file mode 100644 index 00000000..a6a06774 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201202_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201202 STATION NETCDFs +0.08200793266296387 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201203_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201203_D_GLOBAL.out new file mode 100644 index 00000000..13c86db5 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201203_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201203 STATION NETCDFs +0.053087667624155684 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201203_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201203_H_GLOBAL.out new file mode 100644 index 00000000..1cc5c6e8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201203_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201203 STATION NETCDFs +0.06392707824707031 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201203_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201203_M_GLOBAL.out new file mode 100644 index 00000000..15ed74da --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201203_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201203 STATION NETCDFs +0.043101060390472415 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201204_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201204_D_GLOBAL.out new file mode 100644 index 00000000..77654474 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201204_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201204 STATION NETCDFs +0.07264124155044556 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201204_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201204_H_GLOBAL.out new file mode 100644 index 00000000..fcb094df --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201204_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201204 STATION NETCDFs +0.07166080474853516 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201204_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201204_M_GLOBAL.out new file mode 100644 index 00000000..9d623a89 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201204_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201204 STATION NETCDFs +0.07229666312535604 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201205_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201205_D_GLOBAL.out new file mode 100644 index 00000000..1c3132e4 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201205_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201205 STATION NETCDFs +0.059356403350830075 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201205_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201205_H_GLOBAL.out new file mode 100644 index 00000000..2cf5e61e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201205_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201205 STATION NETCDFs +0.07613715330759684 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201205_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201205_M_GLOBAL.out new file mode 100644 index 00000000..f69ecb44 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201205_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201205 STATION NETCDFs +0.07656701803207397 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201206_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201206_D_GLOBAL.out new file mode 100644 index 00000000..aa80cdae --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201206_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201206 STATION NETCDFs +0.0792232076327006 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201206_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201206_H_GLOBAL.out new file mode 100644 index 00000000..b7ec097d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201206_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201206 STATION NETCDFs +0.06574626366297404 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201206_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201206_M_GLOBAL.out new file mode 100644 index 00000000..c6567acc --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201206_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201206 STATION NETCDFs +0.061896002292633055 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201207_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201207_D_GLOBAL.out new file mode 100644 index 00000000..bebe7d9d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201207_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201207 STATION NETCDFs +0.08579708735148112 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201207_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201207_H_GLOBAL.out new file mode 100644 index 00000000..51f7539a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201207_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201207 STATION NETCDFs +0.07461779514948527 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201207_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201207_M_GLOBAL.out new file mode 100644 index 00000000..e1e3c595 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201207_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201207 STATION NETCDFs +0.07852276563644409 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201208_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201208_D_GLOBAL.out new file mode 100644 index 00000000..51a812f7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201208_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201208 STATION NETCDFs +0.07432421445846557 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201208_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201208_H_GLOBAL.out new file mode 100644 index 00000000..b8d51749 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201208_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201208 STATION NETCDFs +0.05743573904037476 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201208_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201208_M_GLOBAL.out new file mode 100644 index 00000000..7ca8fbe0 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201208_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201208 STATION NETCDFs +0.08287160396575928 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201209_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201209_D_GLOBAL.out new file mode 100644 index 00000000..b5150237 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201209_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201209 STATION NETCDFs +0.07272628545761109 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201209_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201209_H_GLOBAL.out new file mode 100644 index 00000000..89f76c7d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201209_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201209 STATION NETCDFs +0.050964951515197754 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201209_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201209_M_GLOBAL.out new file mode 100644 index 00000000..799e90f6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201209_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201209 STATION NETCDFs +0.06314452091852824 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201210_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201210_D_GLOBAL.out new file mode 100644 index 00000000..ee63379c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201210_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201210 STATION NETCDFs +0.05303885142008464 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201210_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201210_H_GLOBAL.out new file mode 100644 index 00000000..00c8b2ed --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201210_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201210 STATION NETCDFs +0.05563051303227742 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201210_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201210_M_GLOBAL.out new file mode 100644 index 00000000..35cde100 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201210_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201210 STATION NETCDFs +0.07637780507405599 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201211_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201211_D_GLOBAL.out new file mode 100644 index 00000000..1d0ef8de --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201211_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201211 STATION NETCDFs +0.0766487201054891 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201211_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201211_H_GLOBAL.out new file mode 100644 index 00000000..b3cb311c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201211_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201211 STATION NETCDFs +0.06119699875513713 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201211_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201211_M_GLOBAL.out new file mode 100644 index 00000000..da05a1b6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201211_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201211 STATION NETCDFs +0.06560229857762655 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201212_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201212_D_GLOBAL.out new file mode 100644 index 00000000..186c19a7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201212_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201212 STATION NETCDFs +0.08116204341252645 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201212_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201212_H_GLOBAL.out new file mode 100644 index 00000000..e255c356 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201212_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201212 STATION NETCDFs +0.07506452401479086 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201212_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201212_M_GLOBAL.out new file mode 100644 index 00000000..d604a5ff --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201212_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201212 STATION NETCDFs +0.05496770143508911 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201301_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201301_D_GLOBAL.out new file mode 100644 index 00000000..7cb64178 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201301_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201301 STATION NETCDFs +0.08716102441151936 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201301_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201301_H_GLOBAL.out new file mode 100644 index 00000000..0e32937e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201301_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201301 STATION NETCDFs +0.08117263317108155 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201301_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201301_M_GLOBAL.out new file mode 100644 index 00000000..0d57c991 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201301_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201301 STATION NETCDFs +0.0774251381556193 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201302_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201302_D_GLOBAL.out new file mode 100644 index 00000000..f13ed6c6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201302_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201302 STATION NETCDFs +0.07609590689341227 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201302_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201302_H_GLOBAL.out new file mode 100644 index 00000000..e27b33f7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201302_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201302 STATION NETCDFs +0.04988937377929688 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201302_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201302_M_GLOBAL.out new file mode 100644 index 00000000..f8ab8363 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201302_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201302 STATION NETCDFs +0.07936215400695801 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201303_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201303_D_GLOBAL.out new file mode 100644 index 00000000..45aee0ae --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201303_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201303 STATION NETCDFs +0.0784760316212972 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201303_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201303_H_GLOBAL.out new file mode 100644 index 00000000..e7cd312d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201303_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201303 STATION NETCDFs +0.07644471724828085 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201303_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201303_M_GLOBAL.out new file mode 100644 index 00000000..3b410b6c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201303_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201303 STATION NETCDFs +0.0788005550702413 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201304_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201304_D_GLOBAL.out new file mode 100644 index 00000000..f99b75dc --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201304_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201304 STATION NETCDFs +0.07318692604700724 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201304_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201304_H_GLOBAL.out new file mode 100644 index 00000000..09de90ef --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201304_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201304 STATION NETCDFs +0.07811841169993082 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201304_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201304_M_GLOBAL.out new file mode 100644 index 00000000..9a9bfbdc --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201304_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201304 STATION NETCDFs +0.06503729025522868 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201305_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201305_D_GLOBAL.out new file mode 100644 index 00000000..910e0af8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201305_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201305 STATION NETCDFs +0.07031408150990805 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201305_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201305_H_GLOBAL.out new file mode 100644 index 00000000..98151d5a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201305_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201305 STATION NETCDFs +0.07524237632751465 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201305_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201305_M_GLOBAL.out new file mode 100644 index 00000000..1963793e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201305_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201305 STATION NETCDFs +0.05610704819361369 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201306_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201306_D_GLOBAL.out new file mode 100644 index 00000000..69e00b6e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201306_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201306 STATION NETCDFs +0.09086613655090332 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201306_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201306_H_GLOBAL.out new file mode 100644 index 00000000..68eb8967 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201306_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201306 STATION NETCDFs +0.077989129225413 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201306_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201306_M_GLOBAL.out new file mode 100644 index 00000000..b69202d7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201306_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201306 STATION NETCDFs +0.0773287852605184 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201307_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201307_D_GLOBAL.out new file mode 100644 index 00000000..7bd20a96 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201307_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201307 STATION NETCDFs +0.0773984948794047 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201307_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201307_H_GLOBAL.out new file mode 100644 index 00000000..9f216856 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201307_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201307 STATION NETCDFs +0.07371755043665568 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201307_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201307_M_GLOBAL.out new file mode 100644 index 00000000..28b9c8d5 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201307_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201307 STATION NETCDFs +0.07409204244613647 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201308_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201308_D_GLOBAL.out new file mode 100644 index 00000000..33d37cef --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201308_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201308 STATION NETCDFs +0.07797429958979289 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201308_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201308_H_GLOBAL.out new file mode 100644 index 00000000..7bc21b80 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201308_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201308 STATION NETCDFs +0.07630397081375122 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201308_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201308_M_GLOBAL.out new file mode 100644 index 00000000..67feae38 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201308_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201308 STATION NETCDFs +0.07407799561818441 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201309_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201309_D_GLOBAL.out new file mode 100644 index 00000000..5a05e67e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201309_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201309 STATION NETCDFs +0.056081287066141766 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201309_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201309_H_GLOBAL.out new file mode 100644 index 00000000..820d7549 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201309_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201309 STATION NETCDFs +0.07629388570785522 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201309_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201309_M_GLOBAL.out new file mode 100644 index 00000000..3d4ccf85 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201309_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201309 STATION NETCDFs +0.07703282833099365 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201310_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201310_D_GLOBAL.out new file mode 100644 index 00000000..6bd70a4b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201310_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201310 STATION NETCDFs +0.07229215304056803 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201310_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201310_H_GLOBAL.out new file mode 100644 index 00000000..2feb9c0c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201310_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201310 STATION NETCDFs +0.06761236190795898 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201310_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201310_M_GLOBAL.out new file mode 100644 index 00000000..b3578b3a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201310_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201310 STATION NETCDFs +0.08304505745569865 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201311_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201311_D_GLOBAL.out new file mode 100644 index 00000000..38fdd3ae --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201311_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201311 STATION NETCDFs +0.06376210451126099 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201311_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201311_H_GLOBAL.out new file mode 100644 index 00000000..2fe21960 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201311_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201311 STATION NETCDFs +0.08191430568695068 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201311_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201311_M_GLOBAL.out new file mode 100644 index 00000000..fd717e9d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201311_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201311 STATION NETCDFs +0.07450399398803711 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201312_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201312_D_GLOBAL.out new file mode 100644 index 00000000..7a81c1f6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201312_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201312 STATION NETCDFs +0.05294882456461589 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201312_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201312_H_GLOBAL.out new file mode 100644 index 00000000..269c7765 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201312_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201312 STATION NETCDFs +0.06864035129547119 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201312_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201312_M_GLOBAL.out new file mode 100644 index 00000000..6f751c26 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201312_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201312 STATION NETCDFs +0.08287907838821411 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201401_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201401_D_GLOBAL.out new file mode 100644 index 00000000..8aff4fb9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201401_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201401 STATION NETCDFs +0.07301287253697714 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201401_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201401_H_GLOBAL.out new file mode 100644 index 00000000..27a7f4e1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201401_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201401 STATION NETCDFs +0.09154173930486044 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201401_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201401_M_GLOBAL.out new file mode 100644 index 00000000..9a950a8f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201401_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201401 STATION NETCDFs +0.07427939573923746 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201402_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201402_D_GLOBAL.out new file mode 100644 index 00000000..ed2e475c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201402_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201402 STATION NETCDFs +0.06324817736943562 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201402_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201402_H_GLOBAL.out new file mode 100644 index 00000000..3adb4574 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201402_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201402 STATION NETCDFs +0.07367579142252605 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201402_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201402_M_GLOBAL.out new file mode 100644 index 00000000..9acfa6cc --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201402_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201402 STATION NETCDFs +0.08255203564961751 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201403_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201403_D_GLOBAL.out new file mode 100644 index 00000000..3dadac19 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201403_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201403 STATION NETCDFs +0.05876926978429158 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201403_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201403_H_GLOBAL.out new file mode 100644 index 00000000..90a7a217 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201403_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201403 STATION NETCDFs +0.07252495686213176 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201403_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201403_M_GLOBAL.out new file mode 100644 index 00000000..413e08db --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201403_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201403 STATION NETCDFs +0.08017975091934204 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201404_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201404_D_GLOBAL.out new file mode 100644 index 00000000..a0af5079 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201404_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201404 STATION NETCDFs +0.07293349504470825 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201404_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201404_H_GLOBAL.out new file mode 100644 index 00000000..3adf1e77 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201404_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201404 STATION NETCDFs +0.0748380740483602 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201404_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201404_M_GLOBAL.out new file mode 100644 index 00000000..e98e0d62 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201404_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201404 STATION NETCDFs +0.06866445541381835 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201405_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201405_D_GLOBAL.out new file mode 100644 index 00000000..d77af037 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201405_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201405 STATION NETCDFs +0.06270498434702555 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201405_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201405_H_GLOBAL.out new file mode 100644 index 00000000..ed9f0060 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201405_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201405 STATION NETCDFs +0.07600385745366414 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201405_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201405_M_GLOBAL.out new file mode 100644 index 00000000..c3e6e911 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201405_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201405 STATION NETCDFs +0.08199390967686972 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201406_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201406_D_GLOBAL.out new file mode 100644 index 00000000..eace8c97 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201406_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201406 STATION NETCDFs +0.07907030979792277 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201406_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201406_H_GLOBAL.out new file mode 100644 index 00000000..72f9f475 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201406_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201406 STATION NETCDFs +0.0731847643852234 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201406_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201406_M_GLOBAL.out new file mode 100644 index 00000000..2bd7f5ed --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201406_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201406 STATION NETCDFs +0.06151433388392131 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201407_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201407_D_GLOBAL.out new file mode 100644 index 00000000..f34f4237 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201407_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201407 STATION NETCDFs +0.07148444255193075 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201407_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201407_H_GLOBAL.out new file mode 100644 index 00000000..08dbf215 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201407_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201407 STATION NETCDFs +0.04734675089518229 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201407_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201407_M_GLOBAL.out new file mode 100644 index 00000000..30369535 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201407_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201407 STATION NETCDFs +0.07535835107167561 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201408_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201408_D_GLOBAL.out new file mode 100644 index 00000000..62537db1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201408_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201408 STATION NETCDFs +0.082731827100118 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201408_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201408_H_GLOBAL.out new file mode 100644 index 00000000..8071b2cb --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201408_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201408 STATION NETCDFs +0.07120476166407268 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201408_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201408_M_GLOBAL.out new file mode 100644 index 00000000..bcf3973d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201408_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201408 STATION NETCDFs +0.0572632114092509 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201409_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201409_D_GLOBAL.out new file mode 100644 index 00000000..26b3d4ba --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201409_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201409 STATION NETCDFs +0.05966326395670573 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201409_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201409_H_GLOBAL.out new file mode 100644 index 00000000..b9c0c3d6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201409_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201409 STATION NETCDFs +0.09192384084065755 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201409_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201409_M_GLOBAL.out new file mode 100644 index 00000000..23ace719 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201409_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201409 STATION NETCDFs +0.08875614802042643 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201410_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201410_D_GLOBAL.out new file mode 100644 index 00000000..c8913d94 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201410_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201410 STATION NETCDFs +0.06503200928370158 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201410_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201410_H_GLOBAL.out new file mode 100644 index 00000000..f323776c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201410_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201410 STATION NETCDFs +0.08797848224639893 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201410_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201410_M_GLOBAL.out new file mode 100644 index 00000000..68c95df9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201410_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201410 STATION NETCDFs +0.07455552419026693 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201411_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201411_D_GLOBAL.out new file mode 100644 index 00000000..6bd89900 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201411_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201411 STATION NETCDFs +0.07996765772501628 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201411_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201411_H_GLOBAL.out new file mode 100644 index 00000000..77301b61 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201411_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201411 STATION NETCDFs +0.07615681489308675 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201411_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201411_M_GLOBAL.out new file mode 100644 index 00000000..1ac6ad23 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201411_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201411 STATION NETCDFs +0.07323794762293498 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201412_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201412_D_GLOBAL.out new file mode 100644 index 00000000..f7bf2cf3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201412_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201412 STATION NETCDFs +0.0734421451886495 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201412_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201412_H_GLOBAL.out new file mode 100644 index 00000000..4aeb5841 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201412_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201412 STATION NETCDFs +0.07739309867223104 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201412_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201412_M_GLOBAL.out new file mode 100644 index 00000000..bb478080 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201412_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201412 STATION NETCDFs +0.07957891623179118 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201501_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201501_D_GLOBAL.out new file mode 100644 index 00000000..9e289fe0 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201501_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201501 STATION NETCDFs +0.0808647354443868 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201501_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201501_H_GLOBAL.out new file mode 100644 index 00000000..aa668a1c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201501_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201501 STATION NETCDFs +0.05670530398686727 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201501_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201501_M_GLOBAL.out new file mode 100644 index 00000000..fb32b777 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201501_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201501 STATION NETCDFs +0.07059904734293619 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201502_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201502_D_GLOBAL.out new file mode 100644 index 00000000..d504d49b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201502_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201502 STATION NETCDFs +0.07222991784413656 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201502_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201502_H_GLOBAL.out new file mode 100644 index 00000000..637c9cb5 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201502_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201502 STATION NETCDFs +0.0783130407333374 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201502_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201502_M_GLOBAL.out new file mode 100644 index 00000000..25846ea6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201502_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201502 STATION NETCDFs +0.05662142833073934 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201503_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201503_D_GLOBAL.out new file mode 100644 index 00000000..3715cfc9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201503_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201503 STATION NETCDFs +0.07828235228856405 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201503_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201503_H_GLOBAL.out new file mode 100644 index 00000000..39acede2 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201503_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201503 STATION NETCDFs +0.07508455514907837 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201503_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201503_M_GLOBAL.out new file mode 100644 index 00000000..b433acde --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201503_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201503 STATION NETCDFs +0.08096349636713664 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201504_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201504_D_GLOBAL.out new file mode 100644 index 00000000..02b4cc5f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201504_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201504 STATION NETCDFs +0.08873185316721598 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201504_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201504_H_GLOBAL.out new file mode 100644 index 00000000..532a9d72 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201504_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201504 STATION NETCDFs +0.07741051912307739 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201504_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201504_M_GLOBAL.out new file mode 100644 index 00000000..566143c1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201504_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201504 STATION NETCDFs +0.07423898379007975 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201505_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201505_D_GLOBAL.out new file mode 100644 index 00000000..7ddb3427 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201505_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201505 STATION NETCDFs +0.07491629123687744 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201505_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201505_H_GLOBAL.out new file mode 100644 index 00000000..9cab8770 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201505_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201505 STATION NETCDFs +0.07822918097178141 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201505_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201505_M_GLOBAL.out new file mode 100644 index 00000000..6288ecbf --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201505_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201505 STATION NETCDFs +0.07364704608917236 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201506_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201506_D_GLOBAL.out new file mode 100644 index 00000000..fb3d22a5 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201506_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201506 STATION NETCDFs +0.09220543305079142 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201506_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201506_H_GLOBAL.out new file mode 100644 index 00000000..92dd99cb --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201506_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201506 STATION NETCDFs +0.04072778622309367 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201506_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201506_M_GLOBAL.out new file mode 100644 index 00000000..2d7940c1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201506_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201506 STATION NETCDFs +0.0849832534790039 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201507_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201507_D_GLOBAL.out new file mode 100644 index 00000000..ac7e6bea --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201507_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201507 STATION NETCDFs +0.07228405475616455 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201507_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201507_H_GLOBAL.out new file mode 100644 index 00000000..abd16b27 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201507_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201507 STATION NETCDFs +0.07735686699549357 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201507_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201507_M_GLOBAL.out new file mode 100644 index 00000000..e238a3fe --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201507_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201507 STATION NETCDFs +0.08118506669998168 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201508_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201508_D_GLOBAL.out new file mode 100644 index 00000000..b6a7a46a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201508_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201508 STATION NETCDFs +0.07746578852335612 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201508_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201508_H_GLOBAL.out new file mode 100644 index 00000000..8398929a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201508_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201508 STATION NETCDFs +0.06329031785329182 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201508_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201508_M_GLOBAL.out new file mode 100644 index 00000000..f87ac24a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201508_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201508 STATION NETCDFs +0.07330533663431803 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201509_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201509_D_GLOBAL.out new file mode 100644 index 00000000..20adb04a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201509_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201509 STATION NETCDFs +0.07958223025004069 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201509_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201509_H_GLOBAL.out new file mode 100644 index 00000000..60900679 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201509_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201509 STATION NETCDFs +0.07509944438934327 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201509_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201509_M_GLOBAL.out new file mode 100644 index 00000000..2ed6b4be --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201509_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201509 STATION NETCDFs +0.09649875164031982 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201510_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201510_D_GLOBAL.out new file mode 100644 index 00000000..a6d605ca --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201510_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201510 STATION NETCDFs +0.06348539590835571 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201510_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201510_H_GLOBAL.out new file mode 100644 index 00000000..65394435 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201510_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201510 STATION NETCDFs +0.06334505081176758 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201510_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201510_M_GLOBAL.out new file mode 100644 index 00000000..b3399c00 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201510_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201510 STATION NETCDFs +0.08894890149434408 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201511_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201511_D_GLOBAL.out new file mode 100644 index 00000000..ea427c33 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201511_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201511 STATION NETCDFs +0.05956074396769206 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201511_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201511_H_GLOBAL.out new file mode 100644 index 00000000..645104f7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201511_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201511 STATION NETCDFs +0.07774117390314737 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201511_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201511_M_GLOBAL.out new file mode 100644 index 00000000..2a34ccd3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201511_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201511 STATION NETCDFs +0.07698465983072916 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201512_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201512_D_GLOBAL.out new file mode 100644 index 00000000..899d7599 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201512_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201512 STATION NETCDFs +0.07766717274983724 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201512_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201512_H_GLOBAL.out new file mode 100644 index 00000000..55d547f0 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201512_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201512 STATION NETCDFs +0.07371548811594646 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201512_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201512_M_GLOBAL.out new file mode 100644 index 00000000..efff4943 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201512_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201512 STATION NETCDFs +0.05382313330968221 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201912_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201912_D_GLOBAL.out new file mode 100644 index 00000000..373a3581 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201912_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201912 STATION NETCDFs +0.05605509678522746 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201912_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201912_H_GLOBAL.out new file mode 100644 index 00000000..878163a8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201912_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201912 STATION NETCDFs +0.09810272057851156 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_201912_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_201912_M_GLOBAL.out new file mode 100644 index 00000000..d9c8c513 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_201912_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201912 STATION NETCDFs +0.07514266173044841 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202001_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202001_D_GLOBAL.out new file mode 100644 index 00000000..3ec62ef6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202001_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202001 STATION NETCDFs +0.07834151983261109 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202001_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202001_H_GLOBAL.out new file mode 100644 index 00000000..b95cd90a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202001_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202001 STATION NETCDFs +0.08235339721043905 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202001_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202001_M_GLOBAL.out new file mode 100644 index 00000000..c78880b3 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202001_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202001 STATION NETCDFs +0.0804051399230957 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202002_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202002_D_GLOBAL.out new file mode 100644 index 00000000..624f4149 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202002_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202002 STATION NETCDFs +0.06730145613352458 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202002_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202002_H_GLOBAL.out new file mode 100644 index 00000000..58d11a81 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202002_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202002 STATION NETCDFs +0.06650236447652182 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202002_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202002_M_GLOBAL.out new file mode 100644 index 00000000..51ce791c --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202002_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202002 STATION NETCDFs +0.0808141827583313 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202003_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202003_D_GLOBAL.out new file mode 100644 index 00000000..d27e90dc --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202003_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202003 STATION NETCDFs +0.07576267719268799 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202003_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202003_H_GLOBAL.out new file mode 100644 index 00000000..f081b4e7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202003_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202003 STATION NETCDFs +0.07351569334665935 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202003_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202003_M_GLOBAL.out new file mode 100644 index 00000000..037c6c3d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202003_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202003 STATION NETCDFs +0.09054081042607626 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202004_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202004_D_GLOBAL.out new file mode 100644 index 00000000..7e347c5e --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202004_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202004 STATION NETCDFs +0.07449425061543782 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202004_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202004_H_GLOBAL.out new file mode 100644 index 00000000..685f7ac4 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202004_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202004 STATION NETCDFs +0.053377799193064374 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202004_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202004_M_GLOBAL.out new file mode 100644 index 00000000..5b9575e4 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202004_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202004 STATION NETCDFs +0.07469553550084432 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202005_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202005_D_GLOBAL.out new file mode 100644 index 00000000..610e59d0 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202005_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202005 STATION NETCDFs +0.07817923625310262 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202005_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202005_H_GLOBAL.out new file mode 100644 index 00000000..31834dd1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202005_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202005 STATION NETCDFs +0.09543561935424805 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202005_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202005_M_GLOBAL.out new file mode 100644 index 00000000..fad513dc --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202005_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202005 STATION NETCDFs +0.0993257204691569 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202006_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202006_D_GLOBAL.out new file mode 100644 index 00000000..ce03f328 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202006_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202006 STATION NETCDFs +0.06986480553944906 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202006_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202006_H_GLOBAL.out new file mode 100644 index 00000000..a1aed5c4 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202006_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202006 STATION NETCDFs +0.07358886400858561 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202006_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202006_M_GLOBAL.out new file mode 100644 index 00000000..1d70e05a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202006_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202006 STATION NETCDFs +0.07413135369618734 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202007_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202007_D_GLOBAL.out new file mode 100644 index 00000000..c2611146 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202007_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202007 STATION NETCDFs +0.08465210596720378 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202007_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202007_H_GLOBAL.out new file mode 100644 index 00000000..1fdb6a42 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202007_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202007 STATION NETCDFs +0.0811727523803711 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202007_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202007_M_GLOBAL.out new file mode 100644 index 00000000..028a5b09 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202007_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202007 STATION NETCDFs +0.08923125664393107 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202008_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202008_D_GLOBAL.out new file mode 100644 index 00000000..71de3fde --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202008_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202008 STATION NETCDFs +0.08306660254796346 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202008_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202008_H_GLOBAL.out new file mode 100644 index 00000000..cf7a2b40 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202008_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202008 STATION NETCDFs +0.06906157732009888 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202008_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202008_M_GLOBAL.out new file mode 100644 index 00000000..641d4d5f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202008_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202008 STATION NETCDFs +0.07512994209925333 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202009_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202009_D_GLOBAL.out new file mode 100644 index 00000000..72b1ee62 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202009_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202009 STATION NETCDFs +0.0719030261039734 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202009_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202009_H_GLOBAL.out new file mode 100644 index 00000000..f473f560 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202009_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202009 STATION NETCDFs +0.08958218495051067 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202009_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202009_M_GLOBAL.out new file mode 100644 index 00000000..7803559d --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202009_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202009 STATION NETCDFs +0.07134405771891277 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202010_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202010_D_GLOBAL.out new file mode 100644 index 00000000..83c24737 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202010_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202010 STATION NETCDFs +0.07239713271458943 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202010_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202010_H_GLOBAL.out new file mode 100644 index 00000000..8fa60659 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202010_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202010 STATION NETCDFs +0.06932533979415893 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202010_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202010_M_GLOBAL.out new file mode 100644 index 00000000..d824042a --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202010_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202010 STATION NETCDFs +0.07973277568817139 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202011_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202011_D_GLOBAL.out new file mode 100644 index 00000000..6dff5af9 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202011_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202011 STATION NETCDFs +0.08191777070363362 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202011_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202011_H_GLOBAL.out new file mode 100644 index 00000000..d238d041 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202011_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202011 STATION NETCDFs +0.07142522732416788 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202011_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202011_M_GLOBAL.out new file mode 100644 index 00000000..728e6f9f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202011_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202011 STATION NETCDFs +0.082484499613444 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202012_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202012_D_GLOBAL.out new file mode 100644 index 00000000..3f5928c7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202012_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202012 STATION NETCDFs +0.08360554774602254 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202012_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202012_H_GLOBAL.out new file mode 100644 index 00000000..eea9a0e8 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202012_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202012 STATION NETCDFs +0.08315953016281127 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202012_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202012_M_GLOBAL.out new file mode 100644 index 00000000..2f811119 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202012_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202012 STATION NETCDFs +0.06509601672490438 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202101_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202101_D_GLOBAL.out new file mode 100644 index 00000000..de9e0ad7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202101_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202101 STATION NETCDFs +0.025947848955790203 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202101_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202101_H_GLOBAL.out new file mode 100644 index 00000000..565f1072 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202101_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202101 STATION NETCDFs +0.056227374076843264 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202101_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202101_M_GLOBAL.out new file mode 100644 index 00000000..c332da6f --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202101_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202101 STATION NETCDFs +0.07821550766626993 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202102_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202102_D_GLOBAL.out new file mode 100644 index 00000000..849af60b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202102_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202102 STATION NETCDFs +0.06680721839269002 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202102_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202102_H_GLOBAL.out new file mode 100644 index 00000000..86cd83ff --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202102_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202102 STATION NETCDFs +0.05879412492116292 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202102_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202102_M_GLOBAL.out new file mode 100644 index 00000000..29a1b14b --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202102_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202102 STATION NETCDFs +0.06391268173853557 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202103_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202103_D_GLOBAL.out new file mode 100644 index 00000000..aac2f633 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202103_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202103 STATION NETCDFs +0.030419286092122397 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202103_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202103_H_GLOBAL.out new file mode 100644 index 00000000..6eb72a35 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202103_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202103 STATION NETCDFs +0.0525652805964152 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202103_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202103_M_GLOBAL.out new file mode 100644 index 00000000..e71a9094 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202103_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202103 STATION NETCDFs +0.03519528309504191 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202104_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202104_D_GLOBAL.out new file mode 100644 index 00000000..26208115 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202104_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202104 STATION NETCDFs +0.0333515723546346 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202104_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202104_H_GLOBAL.out new file mode 100644 index 00000000..e9e521d6 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202104_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202104 STATION NETCDFs +0.05711466868718465 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202104_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202104_M_GLOBAL.out new file mode 100644 index 00000000..8bbedaf7 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202104_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202104 STATION NETCDFs +0.05341802438100179 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202105_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202105_D_GLOBAL.out new file mode 100644 index 00000000..bbc468c2 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202105_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202105 STATION NETCDFs +0.03298419713973999 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202105_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202105_H_GLOBAL.out new file mode 100644 index 00000000..4929d236 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202105_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202105 STATION NETCDFs +0.03627853393554688 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202105_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202105_M_GLOBAL.out new file mode 100644 index 00000000..41bdaf93 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202105_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202105 STATION NETCDFs +0.07679002285003662 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202106_D_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202106_D_GLOBAL.out new file mode 100644 index 00000000..425565a1 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202106_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202106 STATION NETCDFs +0.05732510884602864 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202106_H_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202106_H_GLOBAL.out new file mode 100644 index 00000000..b96a0d21 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202106_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202106 STATION NETCDFs +0.03673930565516154 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_CO/T2/0_202106_M_GLOBAL.out b/run/stage_logs/NAPMD_CO/T2/0_202106_M_GLOBAL.out new file mode 100644 index 00000000..ea409d44 --- /dev/null +++ b/run/stage_logs/NAPMD_CO/T2/0_202106_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202106 STATION NETCDFs +0.07631181478500366 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/S1/0_2018.out b/run/stage_logs/NAPMD_NH3/S1/0_2018.out new file mode 100644 index 00000000..79ac24a1 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/S1/0_2018.out @@ -0,0 +1,3 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2018/NH3_2018.csv +52 -- PARSING RAW DATA +0.012061798572540283 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/S1/0_2019.out b/run/stage_logs/NAPMD_NH3/S1/0_2019.out new file mode 100644 index 00000000..79df26da --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/S1/0_2019.out @@ -0,0 +1,3 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2019/NH3_2019.csv +52 -- PARSING RAW DATA +0.012590670585632324 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/S1/0_2020.out b/run/stage_logs/NAPMD_NH3/S1/0_2020.out new file mode 100644 index 00000000..01e27cc6 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/S1/0_2020.out @@ -0,0 +1,3 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2020/NH3_2020.csv +52 -- PARSING RAW DATA +0.0127754807472229 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/S2/0_52_CL(EMC).out b/run/stage_logs/NAPMD_NH3/S2/0_52_CL(EMC).out new file mode 100644 index 00000000..b0026158 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/S2/0_52_CL(EMC).out @@ -0,0 +1,4 @@ +52_CL(EMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.010007822513580322 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/S3/0_52_CL(EMC).out b/run/stage_logs/NAPMD_NH3/S3/0_52_CL(EMC).out new file mode 100644 index 00000000..e84e5157 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/S3/0_52_CL(EMC).out @@ -0,0 +1,23 @@ +52_CL(EMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1926828106244405 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T1/0_52_CL(EMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T1/0_52_CL(EMC)_D_GLOBAL.out new file mode 100644 index 00000000..1a172f88 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T1/0_52_CL(EMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +52_CL(EMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.13767561117808025 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T1/0_52_CL(EMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T1/0_52_CL(EMC)_H_GLOBAL.out new file mode 100644 index 00000000..84903cb8 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T1/0_52_CL(EMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +52_CL(EMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.44458455642064415 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T1/0_52_CL(EMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T1/0_52_CL(EMC)_M_GLOBAL.out new file mode 100644 index 00000000..c8c4d3be --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T1/0_52_CL(EMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +52_CL(EMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.10275260210037232 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201712_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201712_D_GLOBAL.out new file mode 100644 index 00000000..6a03d196 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201712_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201712 STATION NETCDFs +0.04781449238459269 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201712_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201712_H_GLOBAL.out new file mode 100644 index 00000000..9ed293df --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201712_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201712 STATION NETCDFs +0.04366620381673177 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201712_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201712_M_GLOBAL.out new file mode 100644 index 00000000..0103ce38 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201712_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201712 STATION NETCDFs +0.04549330472946167 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201801_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201801_D_GLOBAL.out new file mode 100644 index 00000000..15957a43 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201801_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201801 STATION NETCDFs +0.04844721555709839 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201801_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201801_H_GLOBAL.out new file mode 100644 index 00000000..684e435c --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201801_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201801 STATION NETCDFs +0.024287633101145425 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201801_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201801_M_GLOBAL.out new file mode 100644 index 00000000..97f428de --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201801_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201801 STATION NETCDFs +0.049510729312896726 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201802_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201802_D_GLOBAL.out new file mode 100644 index 00000000..8af93176 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201802_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201802 STATION NETCDFs +0.025450634956359863 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201802_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201802_H_GLOBAL.out new file mode 100644 index 00000000..811c38a4 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201802_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201802 STATION NETCDFs +0.022421324253082277 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201802_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201802_M_GLOBAL.out new file mode 100644 index 00000000..306177a2 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201802_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201802 STATION NETCDFs +0.039329985777537026 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201803_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201803_D_GLOBAL.out new file mode 100644 index 00000000..9fba4247 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201803_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201803 STATION NETCDFs +0.03970056374867757 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201803_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201803_H_GLOBAL.out new file mode 100644 index 00000000..edce7778 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201803_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201803 STATION NETCDFs +0.044760223229726157 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201803_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201803_M_GLOBAL.out new file mode 100644 index 00000000..706ea375 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201803_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201803 STATION NETCDFs +0.025401270389556883 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201804_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201804_D_GLOBAL.out new file mode 100644 index 00000000..b7805d46 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201804_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201804 STATION NETCDFs +0.054825695355733235 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201804_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201804_H_GLOBAL.out new file mode 100644 index 00000000..2520a2ff --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201804_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201804 STATION NETCDFs +0.048898708820343015 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201804_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201804_M_GLOBAL.out new file mode 100644 index 00000000..0ac46e63 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201804_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201804 STATION NETCDFs +0.02119234005610148 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201805_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201805_D_GLOBAL.out new file mode 100644 index 00000000..bea1d261 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201805_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201805 STATION NETCDFs +0.045896387100219725 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201805_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201805_H_GLOBAL.out new file mode 100644 index 00000000..01d24b25 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201805_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201805 STATION NETCDFs +0.05025691191355387 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201805_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201805_M_GLOBAL.out new file mode 100644 index 00000000..037a12a5 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201805_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201805 STATION NETCDFs +0.046220986048380534 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201806_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201806_D_GLOBAL.out new file mode 100644 index 00000000..198b94e7 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201806_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201806 STATION NETCDFs +0.0489449421564738 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201806_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201806_H_GLOBAL.out new file mode 100644 index 00000000..91060643 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201806_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201806 STATION NETCDFs +0.03614331483840942 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201806_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201806_M_GLOBAL.out new file mode 100644 index 00000000..9f97b190 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201806_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201806 STATION NETCDFs +0.04907606840133667 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201807_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201807_D_GLOBAL.out new file mode 100644 index 00000000..983f4ac3 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201807_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201807 STATION NETCDFs +0.04543208678563436 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201807_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201807_H_GLOBAL.out new file mode 100644 index 00000000..55c11db9 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201807_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201807 STATION NETCDFs +0.03129109541575114 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201807_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201807_M_GLOBAL.out new file mode 100644 index 00000000..83409d2f --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201807_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201807 STATION NETCDFs +0.036387030283610025 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201808_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201808_D_GLOBAL.out new file mode 100644 index 00000000..604e4d0b --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201808_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201808 STATION NETCDFs +0.04070053497950236 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201808_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201808_H_GLOBAL.out new file mode 100644 index 00000000..7f3e1fdb --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201808_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201808 STATION NETCDFs +0.04886869192123413 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201808_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201808_M_GLOBAL.out new file mode 100644 index 00000000..f9a0b824 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201808_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201808 STATION NETCDFs +0.020229574044545492 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201809_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201809_D_GLOBAL.out new file mode 100644 index 00000000..8e3722d3 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201809_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201809 STATION NETCDFs +0.049188844362894696 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201809_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201809_H_GLOBAL.out new file mode 100644 index 00000000..2e1b6c2a --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201809_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201809 STATION NETCDFs +0.037613503138224286 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201809_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201809_M_GLOBAL.out new file mode 100644 index 00000000..39f17f15 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201809_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201809 STATION NETCDFs +0.035158149401346844 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201810_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201810_D_GLOBAL.out new file mode 100644 index 00000000..66a0d5f9 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201810_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201810 STATION NETCDFs +0.04827957550684611 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201810_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201810_H_GLOBAL.out new file mode 100644 index 00000000..c32b35e7 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201810_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201810 STATION NETCDFs +0.04889467159907023 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201810_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201810_M_GLOBAL.out new file mode 100644 index 00000000..940cfd19 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201810_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201810 STATION NETCDFs +0.047786839803059894 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201811_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201811_D_GLOBAL.out new file mode 100644 index 00000000..45816930 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201811_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201811 STATION NETCDFs +0.05478559335072835 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201811_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201811_H_GLOBAL.out new file mode 100644 index 00000000..7f7de871 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201811_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201811 STATION NETCDFs +0.05449331998825073 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201811_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201811_M_GLOBAL.out new file mode 100644 index 00000000..5c08d46e --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201811_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201811 STATION NETCDFs +0.045859122276306154 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201812_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201812_D_GLOBAL.out new file mode 100644 index 00000000..3937af1d --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201812_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201812 STATION NETCDFs +0.04864954948425293 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201812_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201812_H_GLOBAL.out new file mode 100644 index 00000000..ded8027a --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201812_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201812 STATION NETCDFs +0.04971135854721069 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201812_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201812_M_GLOBAL.out new file mode 100644 index 00000000..944dbee2 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201812_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201812 STATION NETCDFs +0.04822251001993815 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201901_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201901_D_GLOBAL.out new file mode 100644 index 00000000..ff3d23b6 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201901_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201901 STATION NETCDFs +0.020597581068674722 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201901_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201901_H_GLOBAL.out new file mode 100644 index 00000000..af926faa --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201901_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201901 STATION NETCDFs +0.04937045971552531 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201901_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201901_M_GLOBAL.out new file mode 100644 index 00000000..0e3d7db0 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201901_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201901 STATION NETCDFs +0.03418839375178019 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201902_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201902_D_GLOBAL.out new file mode 100644 index 00000000..40c9a9f3 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201902_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201902 STATION NETCDFs +0.04438519875208537 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201902_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201902_H_GLOBAL.out new file mode 100644 index 00000000..da7710af --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201902_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201902 STATION NETCDFs +0.055761667092641194 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201902_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201902_M_GLOBAL.out new file mode 100644 index 00000000..e3329c8f --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201902_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201902 STATION NETCDFs +0.04761964480082194 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201903_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201903_D_GLOBAL.out new file mode 100644 index 00000000..ea60cc67 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201903_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201903 STATION NETCDFs +0.04797796010971069 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201903_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201903_H_GLOBAL.out new file mode 100644 index 00000000..ad99090b --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201903_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201903 STATION NETCDFs +0.023252467314402264 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201903_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201903_M_GLOBAL.out new file mode 100644 index 00000000..5033b7a1 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201903_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201903 STATION NETCDFs +0.04271360238393148 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201904_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201904_D_GLOBAL.out new file mode 100644 index 00000000..b804d75c --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201904_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201904 STATION NETCDFs +0.054228365421295166 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201904_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201904_H_GLOBAL.out new file mode 100644 index 00000000..8c64fc3d --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201904_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201904 STATION NETCDFs +0.04766372442245483 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201904_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201904_M_GLOBAL.out new file mode 100644 index 00000000..0275a442 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201904_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201904 STATION NETCDFs +0.03418724536895752 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201905_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201905_D_GLOBAL.out new file mode 100644 index 00000000..fd00f34f --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201905_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201905 STATION NETCDFs +0.037605440616607665 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201905_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201905_H_GLOBAL.out new file mode 100644 index 00000000..45eb1532 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201905_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201905 STATION NETCDFs +0.023433772722880046 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201905_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201905_M_GLOBAL.out new file mode 100644 index 00000000..119ec86a --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201905_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201905 STATION NETCDFs +0.023014557361602784 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201906_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201906_D_GLOBAL.out new file mode 100644 index 00000000..83c7eb80 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201906_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201906 STATION NETCDFs +0.03881493806838989 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201906_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201906_H_GLOBAL.out new file mode 100644 index 00000000..74d49b8e --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201906_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201906 STATION NETCDFs +0.04938928683598836 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201906_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201906_M_GLOBAL.out new file mode 100644 index 00000000..63c0b2f4 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201906_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201906 STATION NETCDFs +0.04630137284596761 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201907_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201907_D_GLOBAL.out new file mode 100644 index 00000000..cfcbd382 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201907_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201907 STATION NETCDFs +0.04947755734125773 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201907_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201907_H_GLOBAL.out new file mode 100644 index 00000000..99586cb9 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201907_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201907 STATION NETCDFs +0.049169719219207764 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201907_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201907_M_GLOBAL.out new file mode 100644 index 00000000..87942348 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201907_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201907 STATION NETCDFs +0.01964812676111857 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201908_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201908_D_GLOBAL.out new file mode 100644 index 00000000..7e40d906 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201908_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201908 STATION NETCDFs +0.022446354230244953 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201908_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201908_H_GLOBAL.out new file mode 100644 index 00000000..7eacf7df --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201908_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201908 STATION NETCDFs +0.04736488262812297 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201908_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201908_M_GLOBAL.out new file mode 100644 index 00000000..77847da1 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201908_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201908 STATION NETCDFs +0.0475343902905782 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201909_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201909_D_GLOBAL.out new file mode 100644 index 00000000..a908a1f7 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201909_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201909 STATION NETCDFs +0.044504308700561525 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201909_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201909_H_GLOBAL.out new file mode 100644 index 00000000..5a607e1a --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201909_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201909 STATION NETCDFs +0.05502084493637085 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201909_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201909_M_GLOBAL.out new file mode 100644 index 00000000..cb666722 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201909_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201909 STATION NETCDFs +0.035049692789713545 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201910_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201910_D_GLOBAL.out new file mode 100644 index 00000000..0132dbcf --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201910_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201910 STATION NETCDFs +0.049343430995941163 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201910_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201910_H_GLOBAL.out new file mode 100644 index 00000000..4ef5e362 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201910_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201910 STATION NETCDFs +0.043864083290100095 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201910_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201910_M_GLOBAL.out new file mode 100644 index 00000000..22329560 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201910_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201910 STATION NETCDFs +0.03552473386128743 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201911_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201911_D_GLOBAL.out new file mode 100644 index 00000000..a3a82260 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201911_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201911 STATION NETCDFs +0.02465813954671224 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201911_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201911_H_GLOBAL.out new file mode 100644 index 00000000..a85cb468 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201911_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201911 STATION NETCDFs +0.04926630258560181 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201911_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201911_M_GLOBAL.out new file mode 100644 index 00000000..7d57f6c2 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201911_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201911 STATION NETCDFs +0.04498196442921956 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201912_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201912_D_GLOBAL.out new file mode 100644 index 00000000..c39d2af6 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201912_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201912 STATION NETCDFs +0.05023114681243897 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201912_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201912_H_GLOBAL.out new file mode 100644 index 00000000..b361ed0b --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201912_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201912 STATION NETCDFs +0.05330708821614583 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_201912_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_201912_M_GLOBAL.out new file mode 100644 index 00000000..0f1d1b4f --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_201912_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201912 STATION NETCDFs +0.04326347510019938 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_202001_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_202001_D_GLOBAL.out new file mode 100644 index 00000000..f82d3884 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_202001_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202001 STATION NETCDFs +0.041090965270996094 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_202001_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_202001_H_GLOBAL.out new file mode 100644 index 00000000..1f7d4e4f --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_202001_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202001 STATION NETCDFs +0.04291814168294271 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_202001_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_202001_M_GLOBAL.out new file mode 100644 index 00000000..51dc2422 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_202001_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202001 STATION NETCDFs +0.05545036395390828 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_202002_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_202002_D_GLOBAL.out new file mode 100644 index 00000000..5899c706 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_202002_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202002 STATION NETCDFs +0.05050621430079142 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_202002_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_202002_H_GLOBAL.out new file mode 100644 index 00000000..dff1e7ca --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_202002_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202002 STATION NETCDFs +0.04225263992945353 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_202002_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_202002_M_GLOBAL.out new file mode 100644 index 00000000..1f588ce3 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_202002_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202002 STATION NETCDFs +0.04814682404200236 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_202003_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_202003_D_GLOBAL.out new file mode 100644 index 00000000..ec3237dd --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_202003_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202003 STATION NETCDFs +0.047473013401031494 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_202003_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_202003_H_GLOBAL.out new file mode 100644 index 00000000..d0477f40 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_202003_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202003 STATION NETCDFs +0.042411768436431886 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_202003_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_202003_M_GLOBAL.out new file mode 100644 index 00000000..166acab4 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_202003_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202003 STATION NETCDFs +0.044730218251546223 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_202004_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_202004_D_GLOBAL.out new file mode 100644 index 00000000..d8ba0435 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_202004_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202004 STATION NETCDFs +0.04928038120269775 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_202004_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_202004_H_GLOBAL.out new file mode 100644 index 00000000..28c9a4d0 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_202004_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202004 STATION NETCDFs +0.047613163789113365 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_202004_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_202004_M_GLOBAL.out new file mode 100644 index 00000000..c4bd4682 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_202004_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202004 STATION NETCDFs +0.014901403586069744 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_202005_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_202005_D_GLOBAL.out new file mode 100644 index 00000000..5b091c9b --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_202005_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202005 STATION NETCDFs +0.044277127583821616 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_202005_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_202005_H_GLOBAL.out new file mode 100644 index 00000000..10e7ebdb --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_202005_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202005 STATION NETCDFs +0.05030070145924886 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_202005_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_202005_M_GLOBAL.out new file mode 100644 index 00000000..f68a1b94 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_202005_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202005 STATION NETCDFs +0.03044876257578532 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_202006_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_202006_D_GLOBAL.out new file mode 100644 index 00000000..d2e86ac9 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_202006_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202006 STATION NETCDFs +0.04946239789326986 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_202006_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_202006_H_GLOBAL.out new file mode 100644 index 00000000..ad1f6332 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_202006_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202006 STATION NETCDFs +0.047895793120066324 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_202006_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_202006_M_GLOBAL.out new file mode 100644 index 00000000..9e00fdf2 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_202006_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202006 STATION NETCDFs +0.048562208811442055 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_202007_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_202007_D_GLOBAL.out new file mode 100644 index 00000000..7885d46f --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_202007_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202007 STATION NETCDFs +0.025344212849934895 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_202007_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_202007_H_GLOBAL.out new file mode 100644 index 00000000..6c5bf8e3 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_202007_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202007 STATION NETCDFs +0.044895493984222413 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_202007_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_202007_M_GLOBAL.out new file mode 100644 index 00000000..ac398cb1 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_202007_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202007 STATION NETCDFs +0.04963730573654175 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_202008_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_202008_D_GLOBAL.out new file mode 100644 index 00000000..9cfb8e22 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_202008_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202008 STATION NETCDFs +0.041060245037078856 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_202008_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_202008_H_GLOBAL.out new file mode 100644 index 00000000..11809677 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_202008_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202008 STATION NETCDFs +0.049037655194600425 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_202008_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_202008_M_GLOBAL.out new file mode 100644 index 00000000..16f95694 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_202008_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202008 STATION NETCDFs +0.04811942974726359 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_202009_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_202009_D_GLOBAL.out new file mode 100644 index 00000000..513876f0 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_202009_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202009 STATION NETCDFs +0.04540372292200724 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_202009_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_202009_H_GLOBAL.out new file mode 100644 index 00000000..1ab32708 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_202009_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202009 STATION NETCDFs +0.048118003209431964 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_202009_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_202009_M_GLOBAL.out new file mode 100644 index 00000000..6047b057 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_202009_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202009 STATION NETCDFs +0.04893202781677246 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_202010_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_202010_D_GLOBAL.out new file mode 100644 index 00000000..924bb35d --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_202010_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202010 STATION NETCDFs +0.03817397356033325 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_202010_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_202010_H_GLOBAL.out new file mode 100644 index 00000000..96e2fcfc --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_202010_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202010 STATION NETCDFs +0.04886979262034098 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_202010_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_202010_M_GLOBAL.out new file mode 100644 index 00000000..aedcf119 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_202010_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202010 STATION NETCDFs +0.04935791492462158 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_202011_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_202011_D_GLOBAL.out new file mode 100644 index 00000000..ee029d96 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_202011_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202011 STATION NETCDFs +0.049773832162221275 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_202011_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_202011_H_GLOBAL.out new file mode 100644 index 00000000..5969eaaa --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_202011_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202011 STATION NETCDFs +0.048092631498972575 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_202011_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_202011_M_GLOBAL.out new file mode 100644 index 00000000..07d4593e --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_202011_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202011 STATION NETCDFs +0.04052517811457316 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_202012_D_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_202012_D_GLOBAL.out new file mode 100644 index 00000000..3dbe94f6 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_202012_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202012 STATION NETCDFs +0.024077312151590983 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_202012_H_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_202012_H_GLOBAL.out new file mode 100644 index 00000000..86bc0451 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_202012_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202012 STATION NETCDFs +0.04740935564041138 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NH3/T2/0_202012_M_GLOBAL.out b/run/stage_logs/NAPMD_NH3/T2/0_202012_M_GLOBAL.out new file mode 100644 index 00000000..357a5037 --- /dev/null +++ b/run/stage_logs/NAPMD_NH3/T2/0_202012_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202012 STATION NETCDFs +0.047804983456929524 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_1979.out b/run/stage_logs/NAPMD_NO/S1/0_1979.out new file mode 100644 index 00000000..39b6a309 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_1979.out @@ -0,0 +1,3 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1979/NO_1979.csv +325 -- PARSING RAW DATA +0.00778814951578776 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_1980.out b/run/stage_logs/NAPMD_NO/S1/0_1980.out new file mode 100644 index 00000000..86fefacc --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_1980.out @@ -0,0 +1,4 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1980/NO_1980.csv +325 -- PARSING RAW DATA +347 -- PARSING RAW DATA +0.00719223419825236 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_1981.out b/run/stage_logs/NAPMD_NO/S1/0_1981.out new file mode 100644 index 00000000..a293cdbd --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_1981.out @@ -0,0 +1,5 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1981/NO_1981.csv +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +347 -- PARSING RAW DATA +0.013024501005808512 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_1982.out b/run/stage_logs/NAPMD_NO/S1/0_1982.out new file mode 100644 index 00000000..c47ee247 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_1982.out @@ -0,0 +1,6 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1982/NO_1982.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +331 -- PARSING RAW DATA +347 -- PARSING RAW DATA +0.019499440987904865 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_1983.out b/run/stage_logs/NAPMD_NO/S1/0_1983.out new file mode 100644 index 00000000..9c3a0cce --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_1983.out @@ -0,0 +1,8 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1983/NO_1983.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +347 -- PARSING RAW DATA +0.02827625274658203 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_1984.out b/run/stage_logs/NAPMD_NO/S1/0_1984.out new file mode 100644 index 00000000..602c1479 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_1984.out @@ -0,0 +1,9 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1984/NO_1984.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +347 -- PARSING RAW DATA +0.044384435812632246 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_1985.out b/run/stage_logs/NAPMD_NO/S1/0_1985.out new file mode 100644 index 00000000..23b6ad10 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_1985.out @@ -0,0 +1,8 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1985/NO_1985.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +0.04224995374679565 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_1986.out b/run/stage_logs/NAPMD_NO/S1/0_1986.out new file mode 100644 index 00000000..1439d5d5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_1986.out @@ -0,0 +1,8 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1986/NO_1986.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +0.04510280688603719 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_1987.out b/run/stage_logs/NAPMD_NO/S1/0_1987.out new file mode 100644 index 00000000..8e346f6d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_1987.out @@ -0,0 +1,7 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1987/NO_1987.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +0.03691463867823283 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_1988.out b/run/stage_logs/NAPMD_NO/S1/0_1988.out new file mode 100644 index 00000000..69b4332a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_1988.out @@ -0,0 +1,8 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1988/NO_1988.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +0.03765964905420939 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_1989.out b/run/stage_logs/NAPMD_NO/S1/0_1989.out new file mode 100644 index 00000000..271fc7ca --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_1989.out @@ -0,0 +1,8 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1989/NO_1989.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +0.04331195751825968 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_1994.out b/run/stage_logs/NAPMD_NO/S1/0_1994.out new file mode 100644 index 00000000..97981ead --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_1994.out @@ -0,0 +1,22 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1994/NO_1994.csv +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +40 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +0.16678367853164672 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_1995.out b/run/stage_logs/NAPMD_NO/S1/0_1995.out new file mode 100644 index 00000000..2e326d2b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_1995.out @@ -0,0 +1,22 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1995/NO_1995.csv +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +40 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +0.22176514069239298 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_1996.out b/run/stage_logs/NAPMD_NO/S1/0_1996.out new file mode 100644 index 00000000..5c30635c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_1996.out @@ -0,0 +1,31 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1996/NO_1996.csv +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +0.43824462095896405 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_1997.out b/run/stage_logs/NAPMD_NO/S1/0_1997.out new file mode 100644 index 00000000..9fcf13a6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_1997.out @@ -0,0 +1,32 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1997/NO_1997.csv +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.4499886631965637 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_1998.out b/run/stage_logs/NAPMD_NO/S1/0_1998.out new file mode 100644 index 00000000..ff3f5af2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_1998.out @@ -0,0 +1,33 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1998/NO_1998.csv +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +60 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.5072089831034342 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_1999.out b/run/stage_logs/NAPMD_NO/S1/0_1999.out new file mode 100644 index 00000000..93af4d6c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_1999.out @@ -0,0 +1,33 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1999/NO_1999.csv +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +60 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.5063683311144511 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_2000.out b/run/stage_logs/NAPMD_NO/S1/0_2000.out new file mode 100644 index 00000000..30d5c32d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_2000.out @@ -0,0 +1,35 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2000/NO_2000.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +27 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.5349628845850627 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_2001.out b/run/stage_logs/NAPMD_NO/S1/0_2001.out new file mode 100644 index 00000000..2a5fc86a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_2001.out @@ -0,0 +1,35 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2001/NO_2001.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +27 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.5479405840237935 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_2002.out b/run/stage_logs/NAPMD_NO/S1/0_2002.out new file mode 100644 index 00000000..064df2c8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_2002.out @@ -0,0 +1,35 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2002/NO_2002.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +27 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.5364261825879415 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_2003.out b/run/stage_logs/NAPMD_NO/S1/0_2003.out new file mode 100644 index 00000000..c6feb1b4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_2003.out @@ -0,0 +1,34 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2003/NO_2003.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +27 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.5159504254659016 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_2004.out b/run/stage_logs/NAPMD_NO/S1/0_2004.out new file mode 100644 index 00000000..3a59f1ce --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_2004.out @@ -0,0 +1,35 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2004/NO_2004.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.47307369311650593 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_2005.out b/run/stage_logs/NAPMD_NO/S1/0_2005.out new file mode 100644 index 00000000..30103a83 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_2005.out @@ -0,0 +1,32 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2005/NO_2005.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +62 -- PARSING RAW DATA +8 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.5128709077835083 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_2006.out b/run/stage_logs/NAPMD_NO/S1/0_2006.out new file mode 100644 index 00000000..cfadb148 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_2006.out @@ -0,0 +1,30 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2006/NO_2006.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +62 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.44261516332626344 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_2007.out b/run/stage_logs/NAPMD_NO/S1/0_2007.out new file mode 100644 index 00000000..8aa7a2e2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_2007.out @@ -0,0 +1,31 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2007/NO_2007.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.4509232759475708 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_2008.out b/run/stage_logs/NAPMD_NO/S1/0_2008.out new file mode 100644 index 00000000..eea5e5ee --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_2008.out @@ -0,0 +1,31 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2008/NO_2008.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.48384445905685425 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_2009.out b/run/stage_logs/NAPMD_NO/S1/0_2009.out new file mode 100644 index 00000000..a9f1cfd8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_2009.out @@ -0,0 +1,31 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2009/NO_2009.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.484789776802063 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_2010.out b/run/stage_logs/NAPMD_NO/S1/0_2010.out new file mode 100644 index 00000000..5bae18ce --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_2010.out @@ -0,0 +1,50 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2010/NO_2010.csv +1 -- PARSING RAW DATA +100 -- PARSING RAW DATA +101 -- PARSING RAW DATA +102 -- PARSING RAW DATA +104 -- PARSING RAW DATA +105 -- PARSING RAW DATA +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +118 -- PARSING RAW DATA +119 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +68 -- PARSING RAW DATA +76 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +86 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.6874913056691487 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_2011.out b/run/stage_logs/NAPMD_NO/S1/0_2011.out new file mode 100644 index 00000000..743fa743 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_2011.out @@ -0,0 +1,52 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2011/NO_2011.csv +1 -- PARSING RAW DATA +100 -- PARSING RAW DATA +101 -- PARSING RAW DATA +102 -- PARSING RAW DATA +104 -- PARSING RAW DATA +105 -- PARSING RAW DATA +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +118 -- PARSING RAW DATA +119 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +37 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +48 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +76 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +86 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.6867879192034404 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_2012.out b/run/stage_logs/NAPMD_NO/S1/0_2012.out new file mode 100644 index 00000000..29c648a6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_2012.out @@ -0,0 +1,57 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2012/NO_2012.csv +1 -- PARSING RAW DATA +100 -- PARSING RAW DATA +101 -- PARSING RAW DATA +102 -- PARSING RAW DATA +104 -- PARSING RAW DATA +105 -- PARSING RAW DATA +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +118 -- PARSING RAW DATA +119 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +18 -- PARSING RAW DATA +20 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +37 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +48 -- PARSING RAW DATA +5 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +76 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +86 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.7375119050343831 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_2013.out b/run/stage_logs/NAPMD_NO/S1/0_2013.out new file mode 100644 index 00000000..22bd4230 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_2013.out @@ -0,0 +1,51 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2013/NO_2013.csv +100 -- PARSING RAW DATA +101 -- PARSING RAW DATA +102 -- PARSING RAW DATA +104 -- PARSING RAW DATA +105 -- PARSING RAW DATA +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +113 -- PARSING RAW DATA +118 -- PARSING RAW DATA +119 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +18 -- PARSING RAW DATA +20 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +37 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +48 -- PARSING RAW DATA +5 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +86 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.7097502430280049 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_2014.out b/run/stage_logs/NAPMD_NO/S1/0_2014.out new file mode 100644 index 00000000..0094ab1e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_2014.out @@ -0,0 +1,55 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2014/NO_2014.csv +100 -- PARSING RAW DATA +101 -- PARSING RAW DATA +102 -- PARSING RAW DATA +104 -- PARSING RAW DATA +105 -- PARSING RAW DATA +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +113 -- PARSING RAW DATA +118 -- PARSING RAW DATA +119 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +18 -- PARSING RAW DATA +20 -- PARSING RAW DATA +21 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +34 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +362 -- PARSING RAW DATA +363 -- PARSING RAW DATA +37 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +48 -- PARSING RAW DATA +5 -- PARSING RAW DATA +51 -- PARSING RAW DATA +52 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +86 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.7284210046132406 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_2015.out b/run/stage_logs/NAPMD_NO/S1/0_2015.out new file mode 100644 index 00000000..0006c22f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_2015.out @@ -0,0 +1,62 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2015/NO_2015.csv +100 -- PARSING RAW DATA +101 -- PARSING RAW DATA +102 -- PARSING RAW DATA +104 -- PARSING RAW DATA +105 -- PARSING RAW DATA +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +113 -- PARSING RAW DATA +118 -- PARSING RAW DATA +119 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +18 -- PARSING RAW DATA +20 -- PARSING RAW DATA +21 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +270 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +278 -- PARSING RAW DATA +279 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +34 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +37 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +48 -- PARSING RAW DATA +5 -- PARSING RAW DATA +51 -- PARSING RAW DATA +52 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +86 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.749123998483022 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_2016.out b/run/stage_logs/NAPMD_NO/S1/0_2016.out new file mode 100644 index 00000000..adaac692 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_2016.out @@ -0,0 +1,62 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2016/NO_2016.csv +100 -- PARSING RAW DATA +101 -- PARSING RAW DATA +102 -- PARSING RAW DATA +104 -- PARSING RAW DATA +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +118 -- PARSING RAW DATA +119 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +18 -- PARSING RAW DATA +20 -- PARSING RAW DATA +21 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +270 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +278 -- PARSING RAW DATA +279 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +34 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +37 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +48 -- PARSING RAW DATA +5 -- PARSING RAW DATA +51 -- PARSING RAW DATA +52 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +65 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +86 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.7494660337766011 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_2017.out b/run/stage_logs/NAPMD_NO/S1/0_2017.out new file mode 100644 index 00000000..92cc05bd --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_2017.out @@ -0,0 +1,64 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2017/NO_2017.csv +100 -- PARSING RAW DATA +101 -- PARSING RAW DATA +102 -- PARSING RAW DATA +103 -- PARSING RAW DATA +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +119 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +18 -- PARSING RAW DATA +20 -- PARSING RAW DATA +21 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +270 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +278 -- PARSING RAW DATA +279 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +32 -- PARSING RAW DATA +34 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +37 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +42 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +48 -- PARSING RAW DATA +5 -- PARSING RAW DATA +51 -- PARSING RAW DATA +52 -- PARSING RAW DATA +529 -- PARSING RAW DATA +57 -- PARSING RAW DATA +6 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +65 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +86 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.750941793123881 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_2018.out b/run/stage_logs/NAPMD_NO/S1/0_2018.out new file mode 100644 index 00000000..c641802f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_2018.out @@ -0,0 +1,2 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2018/NO_2018.csv +0.15681550900141397 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_2019.out b/run/stage_logs/NAPMD_NO/S1/0_2019.out new file mode 100644 index 00000000..24bbc51a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_2019.out @@ -0,0 +1,2 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2019/NO_2019.csv +0.17630621194839477 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_2020.out b/run/stage_logs/NAPMD_NO/S1/0_2020.out new file mode 100644 index 00000000..c2bcf19f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_2020.out @@ -0,0 +1,60 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2020/NO_2020.csv +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +18 -- PARSING RAW DATA +20 -- PARSING RAW DATA +21 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +24 -- PARSING RAW DATA +26 -- PARSING RAW DATA +270 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +278 -- PARSING RAW DATA +279 -- PARSING RAW DATA +28 -- PARSING RAW DATA +30 -- PARSING RAW DATA +32 -- PARSING RAW DATA +34 -- PARSING RAW DATA +35 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +357 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +366 -- PARSING RAW DATA +368 -- PARSING RAW DATA +369 -- PARSING RAW DATA +37 -- PARSING RAW DATA +370 -- PARSING RAW DATA +372 -- PARSING RAW DATA +373 -- PARSING RAW DATA +374 -- PARSING RAW DATA +375 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +42 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +48 -- PARSING RAW DATA +5 -- PARSING RAW DATA +51 -- PARSING RAW DATA +52 -- PARSING RAW DATA +534 -- PARSING RAW DATA +540 -- PARSING RAW DATA +57 -- PARSING RAW DATA +6 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.752107810974121 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S1/0_2021.out b/run/stage_logs/NAPMD_NO/S1/0_2021.out new file mode 100644 index 00000000..8f13b500 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S1/0_2021.out @@ -0,0 +1,10 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2021/NO_2021.csv +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +357 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +0.048458413283030195 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_100_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_100_CL(IMC).out new file mode 100644 index 00000000..6ccc6719 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_100_CL(IMC).out @@ -0,0 +1,4 @@ +100_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.02370214859644572 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_101_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_101_CL(IMC).out new file mode 100644 index 00000000..0928f09d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_101_CL(IMC).out @@ -0,0 +1,4 @@ +101_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0250456968943278 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_102_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_102_CL(IMC).out new file mode 100644 index 00000000..40569f64 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_102_CL(IMC).out @@ -0,0 +1,4 @@ +102_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.023693668842315673 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_104_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_104_CL(IMC).out new file mode 100644 index 00000000..496a7c02 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_104_CL(IMC).out @@ -0,0 +1,4 @@ +104_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.019451423486073812 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_105_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_105_CL(IMC).out new file mode 100644 index 00000000..71b7967f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_105_CL(IMC).out @@ -0,0 +1,4 @@ +105_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.010502473513285319 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_107_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_107_CL(IMC).out new file mode 100644 index 00000000..2eefa2ee --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_107_CL(IMC).out @@ -0,0 +1,4 @@ +107_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.020610098044077554 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_108_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_108_CL(IMC).out new file mode 100644 index 00000000..dbff0181 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_108_CL(IMC).out @@ -0,0 +1,4 @@ +108_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.02285658915837606 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_109_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_109_CL(IMC).out new file mode 100644 index 00000000..5cf13b58 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_109_CL(IMC).out @@ -0,0 +1,4 @@ +109_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.02350561221440633 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_110_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_110_CL(IMC).out new file mode 100644 index 00000000..b226455b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_110_CL(IMC).out @@ -0,0 +1,4 @@ +110_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.010013322035471598 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_113_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_113_CL(IMC).out new file mode 100644 index 00000000..279ad358 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_113_CL(IMC).out @@ -0,0 +1,4 @@ +113_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.022002879778544107 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_118_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_118_CL(IMC).out new file mode 100644 index 00000000..bc33671f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_118_CL(IMC).out @@ -0,0 +1,4 @@ +118_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.021218045552571615 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_119_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_119_CL(IMC).out new file mode 100644 index 00000000..5d812a0b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_119_CL(IMC).out @@ -0,0 +1,4 @@ +119_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0227579394976298 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_11_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_11_CL(IMC).out new file mode 100644 index 00000000..13339f3c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_11_CL(IMC).out @@ -0,0 +1,31 @@ +11_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1996-01-17 13:00:00 1996-12-20 15:00:00 1049291340 1049778180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/11_CL(IMC)_1049291340_1049778180.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1996-12-31 12:00:00 1997-12-15 02:00:00 1049793840 1050295800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/11_CL(IMC)_1049793840_1050295800.npz'] +1998-02-19 04:00:00 1998-12-31 12:00:00 1050390960 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/11_CL(IMC)_1050390960_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/11_CL(IMC)_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/11_CL(IMC)_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/11_CL(IMC)_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/11_CL(IMC)_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/11_CL(IMC)_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/11_CL(IMC)_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/11_CL(IMC)_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/11_CL(IMC)_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/11_CL(IMC)_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/11_CL(IMC)_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/11_CL(IMC)_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/11_CL(IMC)_1055052720_1055578320.npz +2007-12-31 15:00:00 2008-12-31 11:00:00 1055578500 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/11_CL(IMC)_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/11_CL(IMC)_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/11_CL(IMC)_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/11_CL(IMC)_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/11_CL(IMC)_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/11_CL(IMC)_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/11_CL(IMC)_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/11_CL(IMC)_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/11_CL(IMC)_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/11_CL(IMC)_1060313040_1060838640.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/11_CL(IMC)_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.15824493964513142 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_13_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_13_CL(IMC).out new file mode 100644 index 00000000..de46adbf --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_13_CL(IMC).out @@ -0,0 +1,4 @@ +13_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0665913184483846 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_14_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_14_CL(IMC).out new file mode 100644 index 00000000..c4c71d39 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_14_CL(IMC).out @@ -0,0 +1,4 @@ +14_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.027337968349456787 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_15_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_15_CL(IMC).out new file mode 100644 index 00000000..98bfd9ff --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_15_CL(IMC).out @@ -0,0 +1,33 @@ +15_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1994-01-01 17:00:00 1994-12-31 12:00:00 1048217340 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/15_CL(IMC)_1048217340_1048741200.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/15_CL(IMC)_1048741200_1049266800.npz'] +1995-12-31 13:00:00 1996-12-10 15:00:00 1049266860 1049763780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/15_CL(IMC)_1049266860_1049763780.npz'] +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/15_CL(IMC)_1049793840_1050319440.npz'] +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/15_CL(IMC)_1050319440_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/15_CL(IMC)_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/15_CL(IMC)_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/15_CL(IMC)_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/15_CL(IMC)_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/15_CL(IMC)_1052948880_1053474480.npz'] +2003-12-31 14:00:00 2004-12-31 12:00:00 1053474600 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/15_CL(IMC)_1053474600_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/15_CL(IMC)_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-29 02:00:00 1054527120 1055049240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/15_CL(IMC)_1054527120_1055049240.npz'] +2007-01-04 03:00:00 2007-12-31 11:00:00 1055057940 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/15_CL(IMC)_1055057940_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/15_CL(IMC)_1055057940_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/15_CL(IMC)_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/15_CL(IMC)_1055057940_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/15_CL(IMC)_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/15_CL(IMC)_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/15_CL(IMC)_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/15_CL(IMC)_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/15_CL(IMC)_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/15_CL(IMC)_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/15_CL(IMC)_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/15_CL(IMC)_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/15_CL(IMC)_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/15_CL(IMC)_1060313040_1060838640.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/15_CL(IMC)_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.16605399847030639 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_18_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_18_CL(IMC).out new file mode 100644 index 00000000..65029a7b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_18_CL(IMC).out @@ -0,0 +1,4 @@ +18_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01701639493306478 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_19_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_19_CL(IMC).out new file mode 100644 index 00000000..851e07c4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_19_CL(IMC).out @@ -0,0 +1,4 @@ +19_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.020667529106140135 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_1_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_1_CL(IMC).out new file mode 100644 index 00000000..73571b3d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_1_CL(IMC).out @@ -0,0 +1,4 @@ +1_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.031190017859141033 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_20_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_20_CL(IMC).out new file mode 100644 index 00000000..b00c202b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_20_CL(IMC).out @@ -0,0 +1,4 @@ +20_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.017881155014038086 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_21_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_21_CL(IMC).out new file mode 100644 index 00000000..6258358c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_21_CL(IMC).out @@ -0,0 +1,4 @@ +21_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.013102976481119792 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_22_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_22_CL(IMC).out new file mode 100644 index 00000000..05e1857a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_22_CL(IMC).out @@ -0,0 +1,24 @@ +22_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2003-02-03 04:00:00 2003-12-31 12:00:00 1052997360 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/22_CL(IMC)_1052997360_1053474480.npz'] +'StationConcatenate' object has no attribute 'existing_data' +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/22_CL(IMC)_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/22_CL(IMC)_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/22_CL(IMC)_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/22_CL(IMC)_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/22_CL(IMC)_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/22_CL(IMC)_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/22_CL(IMC)_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/22_CL(IMC)_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/22_CL(IMC)_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/22_CL(IMC)_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/22_CL(IMC)_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/22_CL(IMC)_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/22_CL(IMC)_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/22_CL(IMC)_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/22_CL(IMC)_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/22_CL(IMC)_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/22_CL(IMC)_1060313040_1060838640.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/22_CL(IMC)_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.15964365402857464 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_23_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_23_CL(IMC).out new file mode 100644 index 00000000..c1076160 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_23_CL(IMC).out @@ -0,0 +1,33 @@ +23_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1993-12-31 13:00:00 1994-12-31 12:00:00 1048215660 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/23_CL(IMC)_1048215660_1048741200.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/23_CL(IMC)_1048741200_1049266800.npz'] +1995-12-31 12:00:00 1996-12-31 12:00:00 1049266800 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/23_CL(IMC)_1049266800_1049793840.npz'] +1996-12-31 12:00:00 1997-12-24 15:00:00 1049793840 1050309540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/23_CL(IMC)_1049793840_1050309540.npz'] +1998-03-05 17:00:00 1998-12-31 12:00:00 1050411900 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/23_CL(IMC)_1050411900_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/23_CL(IMC)_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/23_CL(IMC)_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/23_CL(IMC)_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/23_CL(IMC)_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/23_CL(IMC)_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/23_CL(IMC)_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-24 03:00:00 1054001520 1054516500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/23_CL(IMC)_1054001520_1054516500.npz'] +2006-01-06 01:00:00 2006-12-31 12:00:00 1054535100 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/23_CL(IMC)_1054535100_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/23_CL(IMC)_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/23_CL(IMC)_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/23_CL(IMC)_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/23_CL(IMC)_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/23_CL(IMC)_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/23_CL(IMC)_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/23_CL(IMC)_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/23_CL(IMC)_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/23_CL(IMC)_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/23_CL(IMC)_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/23_CL(IMC)_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/23_CL(IMC)_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/23_CL(IMC)_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/23_CL(IMC)_1060313040_1060838640.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/23_CL(IMC)_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.17083065509796141 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_24_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_24_CL(IMC).out new file mode 100644 index 00000000..e387811d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_24_CL(IMC).out @@ -0,0 +1,4 @@ +24_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.00488128662109375 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_26_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_26_CL(IMC).out new file mode 100644 index 00000000..aa5348ae --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_26_CL(IMC).out @@ -0,0 +1,33 @@ +26_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1994-01-22 17:00:00 1994-12-31 12:00:00 1048247580 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/26_CL(IMC)_1048247580_1048741200.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/26_CL(IMC)_1048741200_1049266800.npz'] +1995-12-31 12:00:00 1996-12-31 12:00:00 1049266800 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/26_CL(IMC)_1049266800_1049793840.npz'] +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/26_CL(IMC)_1049793840_1050319440.npz'] +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/26_CL(IMC)_1050319440_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/26_CL(IMC)_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/26_CL(IMC)_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/26_CL(IMC)_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/26_CL(IMC)_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/26_CL(IMC)_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/26_CL(IMC)_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/26_CL(IMC)_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/26_CL(IMC)_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/26_CL(IMC)_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/26_CL(IMC)_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/26_CL(IMC)_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/26_CL(IMC)_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/26_CL(IMC)_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/26_CL(IMC)_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/26_CL(IMC)_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/26_CL(IMC)_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/26_CL(IMC)_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/26_CL(IMC)_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/26_CL(IMC)_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/26_CL(IMC)_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/26_CL(IMC)_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/26_CL(IMC)_1060313040_1060838640.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/26_CL(IMC)_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.2197721481323242 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_270_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_270_CL(IMC).out new file mode 100644 index 00000000..499e8554 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_270_CL(IMC).out @@ -0,0 +1,4 @@ +270_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.016103756427764893 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_271_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_271_CL(IMC).out new file mode 100644 index 00000000..967947f9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_271_CL(IMC).out @@ -0,0 +1,4 @@ +271_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.006836557388305664 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_272_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_272_CL(IMC).out new file mode 100644 index 00000000..cbdb14a0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_272_CL(IMC).out @@ -0,0 +1,4 @@ +272_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.009518051147460937 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_274_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_274_CL(IMC).out new file mode 100644 index 00000000..bd38729b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_274_CL(IMC).out @@ -0,0 +1,4 @@ +274_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.010808459917704264 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_275_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_275_CL(IMC).out new file mode 100644 index 00000000..bda6aaa5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_275_CL(IMC).out @@ -0,0 +1,4 @@ +275_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01219566265741984 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_278_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_278_CL(IMC).out new file mode 100644 index 00000000..5edea9e0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_278_CL(IMC).out @@ -0,0 +1,4 @@ +278_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.012524592876434325 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_279_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_279_CL(IMC).out new file mode 100644 index 00000000..6caace92 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_279_CL(IMC).out @@ -0,0 +1,4 @@ +279_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.012591803073883056 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_27_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_27_CL(IMC).out new file mode 100644 index 00000000..9cbd4684 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_27_CL(IMC).out @@ -0,0 +1,4 @@ +27_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.009413989384969075 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_28_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_28_CL(IMC).out new file mode 100644 index 00000000..ee67fa6a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_28_CL(IMC).out @@ -0,0 +1,4 @@ +28_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.018730390071868896 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_29_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_29_CL(IMC).out new file mode 100644 index 00000000..ee0b79b1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_29_CL(IMC).out @@ -0,0 +1,31 @@ +29_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1994-05-23 03:00:00 1994-12-31 12:00:00 1048420980 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/29_CL(IMC)_1048420980_1048741200.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/29_CL(IMC)_1048741200_1049266800.npz'] +1995-12-31 12:00:00 1996-12-31 11:00:00 1049266800 1049793780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/29_CL(IMC)_1049266800_1049793780.npz'] +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/29_CL(IMC)_1049793840_1050319440.npz'] +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/29_CL(IMC)_1050319440_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/29_CL(IMC)_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/29_CL(IMC)_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/29_CL(IMC)_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/29_CL(IMC)_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-25 03:00:00 1052948880 1053465300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/29_CL(IMC)_1052948880_1053465300.npz'] +2004-01-06 01:00:00 2004-12-31 12:00:00 1053482460 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/29_CL(IMC)_1053482460_1054001520.npz'] +2004-12-31 12:00:00 2005-02-10 18:00:00 1054001520 1054060920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/29_CL(IMC)_1054001520_1054060920.npz'] +2007-05-31 13:00:00 2007-12-31 11:00:00 1055270220 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/29_CL(IMC)_1055270220_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/29_CL(IMC)_1055270220_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/29_CL(IMC)_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/29_CL(IMC)_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/29_CL(IMC)_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/29_CL(IMC)_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/29_CL(IMC)_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/29_CL(IMC)_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/29_CL(IMC)_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/29_CL(IMC)_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/29_CL(IMC)_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/29_CL(IMC)_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/29_CL(IMC)_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/29_CL(IMC)_1060313040_1060838640.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.09927598635355632 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_30_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_30_CL(IMC).out new file mode 100644 index 00000000..e3f2ac67 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_30_CL(IMC).out @@ -0,0 +1,4 @@ +30_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.06613576412200928 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_31_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_31_CL(IMC).out new file mode 100644 index 00000000..c3165578 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_31_CL(IMC).out @@ -0,0 +1,18 @@ +31_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2004-10-30 12:00:00 2004-12-31 12:00:00 1053912240 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/31_CL(IMC)_1053912240_1054001520.npz'] +'StationConcatenate' object has no attribute 'existing_data' +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/31_CL(IMC)_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/31_CL(IMC)_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/31_CL(IMC)_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/31_CL(IMC)_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/31_CL(IMC)_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/31_CL(IMC)_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/31_CL(IMC)_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/31_CL(IMC)_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/31_CL(IMC)_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/31_CL(IMC)_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-07-23 23:00:00 1057682160 1057978020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/31_CL(IMC)_1057682160_1057978020.npz'] +2015-08-19 01:00:00 2015-08-19 22:00:00 1059592380 1059593640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/31_CL(IMC)_1059592380_1059593640.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.1282915234565735 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_325_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_325_CL(IMC).out new file mode 100644 index 00000000..61bb0c0e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_325_CL(IMC).out @@ -0,0 +1,4 @@ +325_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.023817360401153564 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_326_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_326_CL(IMC).out new file mode 100644 index 00000000..59fc6bf3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_326_CL(IMC).out @@ -0,0 +1,4 @@ +326_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.012874845663706462 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_327_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_327_CL(IMC).out new file mode 100644 index 00000000..b19e3144 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_327_CL(IMC).out @@ -0,0 +1,4 @@ +327_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.016888312498728433 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_32_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_32_CL(IMC).out new file mode 100644 index 00000000..c7694c74 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_32_CL(IMC).out @@ -0,0 +1,4 @@ +32_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.005900883674621582 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_330_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_330_CL(IMC).out new file mode 100644 index 00000000..2407eec7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_330_CL(IMC).out @@ -0,0 +1,4 @@ +330_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.012137524286905925 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_331_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_331_CL(IMC).out new file mode 100644 index 00000000..dad06f86 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_331_CL(IMC).out @@ -0,0 +1,4 @@ +331_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.016552329063415527 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_338_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_338_CL(IMC).out new file mode 100644 index 00000000..702a4735 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_338_CL(IMC).out @@ -0,0 +1,4 @@ +338_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.016818320751190184 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_347_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_347_CL(IMC).out new file mode 100644 index 00000000..854647de --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_347_CL(IMC).out @@ -0,0 +1,4 @@ +347_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.008199612299601236 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_34_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_34_CL(IMC).out new file mode 100644 index 00000000..5895fd12 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_34_CL(IMC).out @@ -0,0 +1,4 @@ +34_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.012724236647288004 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_352_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_352_CL(IMC).out new file mode 100644 index 00000000..8707b965 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_352_CL(IMC).out @@ -0,0 +1,4 @@ +352_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.06604123512903849 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_354_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_354_CL(IMC).out new file mode 100644 index 00000000..d90aa85f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_354_CL(IMC).out @@ -0,0 +1,4 @@ +354_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.06768959760665894 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_357_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_357_CL(IMC).out new file mode 100644 index 00000000..f72a2dc1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_357_CL(IMC).out @@ -0,0 +1,4 @@ +357_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.005775249004364014 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_358_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_358_CL(IMC).out new file mode 100644 index 00000000..34969668 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_358_CL(IMC).out @@ -0,0 +1,4 @@ +358_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.06469118197758993 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_359_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_359_CL(IMC).out new file mode 100644 index 00000000..26cb89be --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_359_CL(IMC).out @@ -0,0 +1,4 @@ +359_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.06391921043395996 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_35_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_35_CL(IMC).out new file mode 100644 index 00000000..7bac69a6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_35_CL(IMC).out @@ -0,0 +1,4 @@ +35_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.002494919300079346 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_360_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_360_CL(IMC).out new file mode 100644 index 00000000..b98b7f62 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_360_CL(IMC).out @@ -0,0 +1,4 @@ +360_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.05709454615910848 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_361_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_361_CL(IMC).out new file mode 100644 index 00000000..b09972e6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_361_CL(IMC).out @@ -0,0 +1,4 @@ +361_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0629948059717814 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_363_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_363_CL(IMC).out new file mode 100644 index 00000000..c70b33e1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_363_CL(IMC).out @@ -0,0 +1,4 @@ +363_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.06707154512405396 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_366_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_366_CL(IMC).out new file mode 100644 index 00000000..a80bdfcb --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_366_CL(IMC).out @@ -0,0 +1,4 @@ +366_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0027864535649617514 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_368_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_368_CL(IMC).out new file mode 100644 index 00000000..0f1b6526 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_368_CL(IMC).out @@ -0,0 +1,4 @@ +368_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0016477028528849283 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_369_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_369_CL(IMC).out new file mode 100644 index 00000000..db27c5f2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_369_CL(IMC).out @@ -0,0 +1,4 @@ +369_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0014824271202087402 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_370_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_370_CL(IMC).out new file mode 100644 index 00000000..9c285230 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_370_CL(IMC).out @@ -0,0 +1,4 @@ +370_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0044658859570821125 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_372_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_372_CL(IMC).out new file mode 100644 index 00000000..ec06ca56 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_372_CL(IMC).out @@ -0,0 +1,4 @@ +372_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.002074285348256429 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_373_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_373_CL(IMC).out new file mode 100644 index 00000000..76294b67 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_373_CL(IMC).out @@ -0,0 +1,4 @@ +373_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0052827278772989905 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_374_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_374_CL(IMC).out new file mode 100644 index 00000000..9dab553b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_374_CL(IMC).out @@ -0,0 +1,4 @@ +374_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.003502531846364339 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_375_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_375_CL(IMC).out new file mode 100644 index 00000000..4d32f01c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_375_CL(IMC).out @@ -0,0 +1,4 @@ +375_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.003739337126413981 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_37_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_37_CL(IMC).out new file mode 100644 index 00000000..7d1cc3e8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_37_CL(IMC).out @@ -0,0 +1,4 @@ +37_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.02193675438563029 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_3_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_3_CL(IMC).out new file mode 100644 index 00000000..2fb86264 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_3_CL(IMC).out @@ -0,0 +1,4 @@ +3_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.046170735359191896 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_40_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_40_CL(IMC).out new file mode 100644 index 00000000..f2b17ad0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_40_CL(IMC).out @@ -0,0 +1,4 @@ +40_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.061887749036153156 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_41_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_41_CL(IMC).out new file mode 100644 index 00000000..91308b74 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_41_CL(IMC).out @@ -0,0 +1,31 @@ +41_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1996-04-12 04:00:00 1996-12-31 12:00:00 1049414640 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/41_CL(IMC)_1049414640_1049793840.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/41_CL(IMC)_1049793840_1050319440.npz'] +1997-12-31 13:00:00 1998-12-31 12:00:00 1050319500 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/41_CL(IMC)_1050319500_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/41_CL(IMC)_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/41_CL(IMC)_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/41_CL(IMC)_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/41_CL(IMC)_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/41_CL(IMC)_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/41_CL(IMC)_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/41_CL(IMC)_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-30 15:00:00 1054527120 1055051460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/41_CL(IMC)_1054527120_1055051460.npz'] +2006-12-31 16:00:00 2007-12-31 11:00:00 1055052960 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/41_CL(IMC)_1055052960_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/41_CL(IMC)_1055052960_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/41_CL(IMC)_1055578260_1056104100.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/41_CL(IMC)_1055052960_1055578320.npz +2007-12-31 12:00:00 2008-12-30 15:00:00 1055578320 1056104100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/41_CL(IMC)_1055578260_1056104100.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/41_CL(IMC)_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/41_CL(IMC)_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/41_CL(IMC)_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/41_CL(IMC)_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/41_CL(IMC)_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/41_CL(IMC)_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/41_CL(IMC)_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/41_CL(IMC)_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/41_CL(IMC)_1060313040_1060838640.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/41_CL(IMC)_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.16808567444483438 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_42_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_42_CL(IMC).out new file mode 100644 index 00000000..416b68b5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_42_CL(IMC).out @@ -0,0 +1,4 @@ +42_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.003921997547149658 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_43_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_43_CL(IMC).out new file mode 100644 index 00000000..fb22cf04 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_43_CL(IMC).out @@ -0,0 +1,20 @@ +43_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2007-04-19 05:00:00 2007-12-31 11:00:00 1055209260 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/43_CL(IMC)_1055209260_1055578320.npz'] +'StationConcatenate' object has no attribute 'existing_data' +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/43_CL(IMC)_1055209260_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/43_CL(IMC)_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/43_CL(IMC)_1055209260_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/43_CL(IMC)_1055578260_1056105300.npz'] +2008-12-31 15:00:00 2009-12-31 12:00:00 1056105540 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/43_CL(IMC)_1056105540_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/43_CL(IMC)_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/43_CL(IMC)_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/43_CL(IMC)_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/43_CL(IMC)_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/43_CL(IMC)_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/43_CL(IMC)_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/43_CL(IMC)_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/43_CL(IMC)_1060313040_1060838640.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/43_CL(IMC)_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0809298594792684 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_44_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_44_CL(IMC).out new file mode 100644 index 00000000..863681ff --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_44_CL(IMC).out @@ -0,0 +1,4 @@ +44_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.06177083651224772 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_45_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_45_CL(IMC).out new file mode 100644 index 00000000..515783e5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_45_CL(IMC).out @@ -0,0 +1,33 @@ +45_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1993-12-31 13:00:00 1994-12-31 12:00:00 1048215660 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/45_CL(IMC)_1048215660_1048741200.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/45_CL(IMC)_1048741200_1049266800.npz'] +1995-12-31 12:00:00 1996-12-31 12:00:00 1049266800 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/45_CL(IMC)_1049266800_1049793840.npz'] +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/45_CL(IMC)_1049793840_1050319440.npz'] +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/45_CL(IMC)_1050319440_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/45_CL(IMC)_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/45_CL(IMC)_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/45_CL(IMC)_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-29 21:00:00 1052423280 1052946540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/45_CL(IMC)_1052423280_1052946540.npz'] +2003-01-07 04:00:00 2003-12-31 12:00:00 1052958480 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/45_CL(IMC)_1052958480_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 11:00:00 1053474540 1054001460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/45_CL(IMC)_1053474540_1054001460.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/45_CL(IMC)_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-29 03:00:00 1054527120 1055049300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/45_CL(IMC)_1054527120_1055049300.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/45_CL(IMC)_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/45_CL(IMC)_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/45_CL(IMC)_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/45_CL(IMC)_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/45_CL(IMC)_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/45_CL(IMC)_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/45_CL(IMC)_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 11:00:00 1057156560 1057682100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/45_CL(IMC)_1057156560_1057682100.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/45_CL(IMC)_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/45_CL(IMC)_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/45_CL(IMC)_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/45_CL(IMC)_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/45_CL(IMC)_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/45_CL(IMC)_1060313040_1060838640.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/45_CL(IMC)_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.16458218495051066 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_46_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_46_CL(IMC).out new file mode 100644 index 00000000..8a0f9cd2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_46_CL(IMC).out @@ -0,0 +1,33 @@ +46_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1993-12-31 15:00:00 1994-12-31 12:00:00 1048215780 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/46_CL(IMC)_1048215780_1048741200.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/46_CL(IMC)_1048741200_1049266800.npz'] +1995-12-31 12:00:00 1996-11-26 23:00:00 1049266800 1049744100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/46_CL(IMC)_1049266800_1049744100.npz'] +1997-02-27 17:00:00 1997-12-22 21:00:00 1049877660 1050307020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/46_CL(IMC)_1049877660_1050307020.npz'] +1998-01-07 06:00:00 1998-12-31 12:00:00 1050329160 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/46_CL(IMC)_1050329160_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/46_CL(IMC)_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/46_CL(IMC)_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/46_CL(IMC)_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/46_CL(IMC)_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/46_CL(IMC)_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/46_CL(IMC)_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/46_CL(IMC)_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/46_CL(IMC)_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/46_CL(IMC)_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/46_CL(IMC)_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/46_CL(IMC)_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/46_CL(IMC)_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/46_CL(IMC)_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/46_CL(IMC)_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/46_CL(IMC)_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/46_CL(IMC)_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/46_CL(IMC)_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/46_CL(IMC)_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/46_CL(IMC)_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/46_CL(IMC)_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 03:00:00 1059786000 1060312500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/46_CL(IMC)_1059786000_1060312500.npz'] +2017-01-03 01:00:00 2017-12-31 12:00:00 1060316700 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/46_CL(IMC)_1060316700_1060838640.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/46_CL(IMC)_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.16044034957885742 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_48_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_48_CL(IMC).out new file mode 100644 index 00000000..5b834b8b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_48_CL(IMC).out @@ -0,0 +1,4 @@ +48_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01881984869639079 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_4_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_4_CL(IMC).out new file mode 100644 index 00000000..b09945be --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_4_CL(IMC).out @@ -0,0 +1,4 @@ +4_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.02182956536610921 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_51_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_51_CL(IMC).out new file mode 100644 index 00000000..1a6614d5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_51_CL(IMC).out @@ -0,0 +1,33 @@ +51_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1993-12-31 13:00:00 1994-12-31 12:00:00 1048215660 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/51_CL(IMC)_1048215660_1048741200.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/51_CL(IMC)_1048741200_1049266800.npz'] +1995-12-31 12:00:00 1996-12-31 12:00:00 1049266800 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/51_CL(IMC)_1049266800_1049793840.npz'] +1996-12-31 13:00:00 1997-12-31 12:00:00 1049793900 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/51_CL(IMC)_1049793900_1050319440.npz'] +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/51_CL(IMC)_1050319440_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/51_CL(IMC)_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/51_CL(IMC)_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/51_CL(IMC)_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/51_CL(IMC)_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/51_CL(IMC)_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/51_CL(IMC)_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/51_CL(IMC)_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/51_CL(IMC)_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/51_CL(IMC)_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/51_CL(IMC)_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/51_CL(IMC)_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/51_CL(IMC)_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/51_CL(IMC)_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/51_CL(IMC)_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/51_CL(IMC)_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/51_CL(IMC)_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/51_CL(IMC)_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/51_CL(IMC)_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/51_CL(IMC)_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/51_CL(IMC)_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 10:00:00 1059786000 1060312920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/51_CL(IMC)_1059786000_1060312920.npz'] +2016-12-31 12:00:00 2017-12-31 11:00:00 1060313040 1060838580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/51_CL(IMC)_1060313040_1060838580.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/51_CL(IMC)_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.16863387425740559 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_529_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_529_CL(IMC).out new file mode 100644 index 00000000..6ff4e1fc --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_529_CL(IMC).out @@ -0,0 +1,4 @@ +529_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0015248974164326985 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_52_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_52_CL(IMC).out new file mode 100644 index 00000000..ceb9cf47 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_52_CL(IMC).out @@ -0,0 +1,4 @@ +52_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.00903148651123047 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_534_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_534_CL(IMC).out new file mode 100644 index 00000000..45e17c0e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_534_CL(IMC).out @@ -0,0 +1,4 @@ +534_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0015487591425577798 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_540_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_540_CL(IMC).out new file mode 100644 index 00000000..432847f3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_540_CL(IMC).out @@ -0,0 +1,4 @@ +540_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.003620890776316325 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_54_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_54_CL(IMC).out new file mode 100644 index 00000000..afe2cde4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_54_CL(IMC).out @@ -0,0 +1,4 @@ +54_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.05465439955393473 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_57_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_57_CL(IMC).out new file mode 100644 index 00000000..d5517107 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_57_CL(IMC).out @@ -0,0 +1,4 @@ +57_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.062167962392171226 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_59_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_59_CL(IMC).out new file mode 100644 index 00000000..4b63d6eb --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_59_CL(IMC).out @@ -0,0 +1,4 @@ +59_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.02992138862609863 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_5_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_5_CL(IMC).out new file mode 100644 index 00000000..e83c3a56 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_5_CL(IMC).out @@ -0,0 +1,4 @@ +5_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01475600004196167 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_60_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_60_CL(IMC).out new file mode 100644 index 00000000..f966fe61 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_60_CL(IMC).out @@ -0,0 +1,4 @@ +60_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.005865645408630371 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_61_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_61_CL(IMC).out new file mode 100644 index 00000000..772b78ae --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_61_CL(IMC).out @@ -0,0 +1,4 @@ +61_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.024391122659047446 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_62_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_62_CL(IMC).out new file mode 100644 index 00000000..3a324cde --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_62_CL(IMC).out @@ -0,0 +1,33 @@ +62_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1993-12-31 13:00:00 1994-12-31 12:00:00 1048215660 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/62_CL(IMC)_1048215660_1048741200.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/62_CL(IMC)_1048741200_1049266800.npz'] +1995-12-31 12:00:00 1996-12-31 12:00:00 1049266800 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/62_CL(IMC)_1049266800_1049793840.npz'] +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/62_CL(IMC)_1049793840_1050319440.npz'] +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/62_CL(IMC)_1050319440_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/62_CL(IMC)_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/62_CL(IMC)_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/62_CL(IMC)_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/62_CL(IMC)_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/62_CL(IMC)_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/62_CL(IMC)_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/62_CL(IMC)_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/62_CL(IMC)_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/62_CL(IMC)_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/62_CL(IMC)_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/62_CL(IMC)_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/62_CL(IMC)_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/62_CL(IMC)_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 02:00:00 1056105360 1056630360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/62_CL(IMC)_1056105360_1056630360.npz'] +2010-01-01 17:00:00 2010-12-31 12:00:00 1056632700 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/62_CL(IMC)_1056632700_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/62_CL(IMC)_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/62_CL(IMC)_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/62_CL(IMC)_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/62_CL(IMC)_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/62_CL(IMC)_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 03:00:00 1059786000 1060312500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/62_CL(IMC)_1059786000_1060312500.npz'] +2017-01-03 01:00:00 2017-12-31 12:00:00 1060316700 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/62_CL(IMC)_1060316700_1060838640.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/62_CL(IMC)_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.1653838316599528 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_63_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_63_CL(IMC).out new file mode 100644 index 00000000..191ed169 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_63_CL(IMC).out @@ -0,0 +1,4 @@ +63_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.027178951104482017 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_64_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_64_CL(IMC).out new file mode 100644 index 00000000..9d8e6dcb --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_64_CL(IMC).out @@ -0,0 +1,4 @@ +64_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.019625536600748696 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_65_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_65_CL(IMC).out new file mode 100644 index 00000000..9b04222c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_65_CL(IMC).out @@ -0,0 +1,4 @@ +65_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.008746107419331869 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_68_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_68_CL(IMC).out new file mode 100644 index 00000000..6afad569 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_68_CL(IMC).out @@ -0,0 +1,4 @@ +68_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0022218982378641766 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_6_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_6_CL(IMC).out new file mode 100644 index 00000000..0f2e85c0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_6_CL(IMC).out @@ -0,0 +1,4 @@ +6_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.006769907474517822 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_76_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_76_CL(IMC).out new file mode 100644 index 00000000..34c7283a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_76_CL(IMC).out @@ -0,0 +1,4 @@ +76_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.006073153018951416 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_79_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_79_CL(IMC).out new file mode 100644 index 00000000..fc18cbf7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_79_CL(IMC).out @@ -0,0 +1,4 @@ +79_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.022146058082580567 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_80_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_80_CL(IMC).out new file mode 100644 index 00000000..7ce4e32a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_80_CL(IMC).out @@ -0,0 +1,4 @@ +80_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01950173775355021 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_84_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_84_CL(IMC).out new file mode 100644 index 00000000..7ea4558f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_84_CL(IMC).out @@ -0,0 +1,4 @@ +84_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.02466493844985962 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_86_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_86_CL(IMC).out new file mode 100644 index 00000000..0b82e4f7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_86_CL(IMC).out @@ -0,0 +1,4 @@ +86_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.022768143812815347 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_87_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_87_CL(IMC).out new file mode 100644 index 00000000..16f5eb0c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_87_CL(IMC).out @@ -0,0 +1,4 @@ +87_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.02331654230753581 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_8_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_8_CL(IMC).out new file mode 100644 index 00000000..a3d69051 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_8_CL(IMC).out @@ -0,0 +1,4 @@ +8_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.020948302745819092 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/0_9_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/0_9_CL(IMC).out new file mode 100644 index 00000000..dc07789c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/0_9_CL(IMC).out @@ -0,0 +1,22 @@ +9_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2005-12-21 04:00:00 2005-12-21 23:00:00 1054512240 1054513380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/9_CL(IMC)_1054512240_1054513380.npz'] +'StationConcatenate' object has no attribute 'existing_data' +2006-01-03 02:00:00 2006-12-31 12:00:00 1054530840 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/9_CL(IMC)_1054530840_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/9_CL(IMC)_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/9_CL(IMC)_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/9_CL(IMC)_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/9_CL(IMC)_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/9_CL(IMC)_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/9_CL(IMC)_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/9_CL(IMC)_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/9_CL(IMC)_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/9_CL(IMC)_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/9_CL(IMC)_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/9_CL(IMC)_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/9_CL(IMC)_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/9_CL(IMC)_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/9_CL(IMC)_1060313040_1060838640.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno/temporary_S1/9_CL(IMC)_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.10940837462743123 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/1_103_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/1_103_CL(IMC).out new file mode 100644 index 00000000..adf425d5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/1_103_CL(IMC).out @@ -0,0 +1,5 @@ +103_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +NO VALID DATA TO WRITE OUT AFTER REMOVING UNIQUE STATION DATA WITH EXTENT < 31 DAYS. +STATION WILL NOT CONTINUE IN PIPELINE. \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S2/1_362_CL(IMC).out b/run/stage_logs/NAPMD_NO/S2/1_362_CL(IMC).out new file mode 100644 index 00000000..3e1f07d9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S2/1_362_CL(IMC).out @@ -0,0 +1,5 @@ +362_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +NO VALID DATA TO WRITE OUT AFTER REMOVING UNIQUE STATION DATA WITH EXTENT < 31 DAYS. +STATION WILL NOT CONTINUE IN PIPELINE. \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_100_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_100_CL(IMC).out new file mode 100644 index 00000000..8a4629f0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_100_CL(IMC).out @@ -0,0 +1,23 @@ +100_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1041733781496683 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_101_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_101_CL(IMC).out new file mode 100644 index 00000000..1897ae24 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_101_CL(IMC).out @@ -0,0 +1,23 @@ +101_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.053357462088267 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_102_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_102_CL(IMC).out new file mode 100644 index 00000000..021b6fc8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_102_CL(IMC).out @@ -0,0 +1,23 @@ +102_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0918874621391297 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_104_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_104_CL(IMC).out new file mode 100644 index 00000000..3fa653ef --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_104_CL(IMC).out @@ -0,0 +1,23 @@ +104_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0098931392033894 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_105_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_105_CL(IMC).out new file mode 100644 index 00000000..0f3b7c6d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_105_CL(IMC).out @@ -0,0 +1,23 @@ +105_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8671943664550781 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_107_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_107_CL(IMC).out new file mode 100644 index 00000000..c4b9f5f6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_107_CL(IMC).out @@ -0,0 +1,23 @@ +107_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.007305924097697 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_108_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_108_CL(IMC).out new file mode 100644 index 00000000..4b1e7c32 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_108_CL(IMC).out @@ -0,0 +1,23 @@ +108_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1314125577608745 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_109_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_109_CL(IMC).out new file mode 100644 index 00000000..d6bf2ccc --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_109_CL(IMC).out @@ -0,0 +1,23 @@ +109_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.2346834659576416 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_110_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_110_CL(IMC).out new file mode 100644 index 00000000..eb912b3f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_110_CL(IMC).out @@ -0,0 +1,23 @@ +110_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8593647678693136 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_113_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_113_CL(IMC).out new file mode 100644 index 00000000..66c9fa5d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_113_CL(IMC).out @@ -0,0 +1,23 @@ +113_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1455126921335856 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_118_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_118_CL(IMC).out new file mode 100644 index 00000000..347e90e2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_118_CL(IMC).out @@ -0,0 +1,23 @@ +118_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0138387560844422 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_119_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_119_CL(IMC).out new file mode 100644 index 00000000..cbf91ceb --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_119_CL(IMC).out @@ -0,0 +1,23 @@ +119_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.120165181159973 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_11_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_11_CL(IMC).out new file mode 100644 index 00000000..04b452e5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_11_CL(IMC).out @@ -0,0 +1,23 @@ +11_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.9201181332270305 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_13_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_13_CL(IMC).out new file mode 100644 index 00000000..46ad73e7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_13_CL(IMC).out @@ -0,0 +1,23 @@ +13_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.1538551529248555 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_14_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_14_CL(IMC).out new file mode 100644 index 00000000..80ada887 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_14_CL(IMC).out @@ -0,0 +1,23 @@ +14_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.2228702028592429 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_15_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_15_CL(IMC).out new file mode 100644 index 00000000..7b260372 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_15_CL(IMC).out @@ -0,0 +1,23 @@ +15_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.0421670993169148 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_18_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_18_CL(IMC).out new file mode 100644 index 00000000..bf6f0a63 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_18_CL(IMC).out @@ -0,0 +1,23 @@ +18_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9974979797999064 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_19_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_19_CL(IMC).out new file mode 100644 index 00000000..e00d9e7a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_19_CL(IMC).out @@ -0,0 +1,23 @@ +19_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1025920112927754 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_1_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_1_CL(IMC).out new file mode 100644 index 00000000..79ffad9f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_1_CL(IMC).out @@ -0,0 +1,23 @@ +1_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.3362308621406556 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_20_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_20_CL(IMC).out new file mode 100644 index 00000000..10d4a33d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_20_CL(IMC).out @@ -0,0 +1,23 @@ +20_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1407636801401775 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_21_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_21_CL(IMC).out new file mode 100644 index 00000000..fc106005 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_21_CL(IMC).out @@ -0,0 +1,23 @@ +21_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7285183111826579 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_22_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_22_CL(IMC).out new file mode 100644 index 00000000..f05ac01b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_22_CL(IMC).out @@ -0,0 +1,23 @@ +22_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.5049971024195352 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_23_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_23_CL(IMC).out new file mode 100644 index 00000000..60bb23f1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_23_CL(IMC).out @@ -0,0 +1,23 @@ +23_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.087265690167745 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_24_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_24_CL(IMC).out new file mode 100644 index 00000000..c5829065 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_24_CL(IMC).out @@ -0,0 +1,23 @@ +24_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7030500809351603 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_26_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_26_CL(IMC).out new file mode 100644 index 00000000..370b9b04 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_26_CL(IMC).out @@ -0,0 +1,23 @@ +26_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +3.4620571374893188 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_270_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_270_CL(IMC).out new file mode 100644 index 00000000..c8ea06d9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_270_CL(IMC).out @@ -0,0 +1,23 @@ +270_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8269031286239624 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_271_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_271_CL(IMC).out new file mode 100644 index 00000000..3981a53d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_271_CL(IMC).out @@ -0,0 +1,23 @@ +271_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8345122456550598 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_272_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_272_CL(IMC).out new file mode 100644 index 00000000..d222e087 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_272_CL(IMC).out @@ -0,0 +1,23 @@ +272_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6446759819984436 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_274_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_274_CL(IMC).out new file mode 100644 index 00000000..150b29e8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_274_CL(IMC).out @@ -0,0 +1,23 @@ +274_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.794493822256724 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_275_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_275_CL(IMC).out new file mode 100644 index 00000000..0319f2db --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_275_CL(IMC).out @@ -0,0 +1,23 @@ +275_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8277963081995646 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_278_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_278_CL(IMC).out new file mode 100644 index 00000000..621275f1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_278_CL(IMC).out @@ -0,0 +1,23 @@ +278_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7288254936536153 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_279_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_279_CL(IMC).out new file mode 100644 index 00000000..63b57c4e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_279_CL(IMC).out @@ -0,0 +1,23 @@ +279_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8220346132914226 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_27_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_27_CL(IMC).out new file mode 100644 index 00000000..abd81085 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_27_CL(IMC).out @@ -0,0 +1,23 @@ +27_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8270825346310934 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_28_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_28_CL(IMC).out new file mode 100644 index 00000000..421a9029 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_28_CL(IMC).out @@ -0,0 +1,23 @@ +28_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.6323740561803182 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_29_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_29_CL(IMC).out new file mode 100644 index 00000000..3ea28e9a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_29_CL(IMC).out @@ -0,0 +1,23 @@ +29_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.896317966779073 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_30_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_30_CL(IMC).out new file mode 100644 index 00000000..83162772 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_30_CL(IMC).out @@ -0,0 +1,23 @@ +30_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.237459131081899 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_31_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_31_CL(IMC).out new file mode 100644 index 00000000..111c388a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_31_CL(IMC).out @@ -0,0 +1,23 @@ +31_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1306594769159952 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_325_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_325_CL(IMC).out new file mode 100644 index 00000000..6abc9ed5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_325_CL(IMC).out @@ -0,0 +1,23 @@ +325_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1609372258186341 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_326_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_326_CL(IMC).out new file mode 100644 index 00000000..06867001 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_326_CL(IMC).out @@ -0,0 +1,23 @@ +326_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0043010671933492 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_327_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_327_CL(IMC).out new file mode 100644 index 00000000..0caf3583 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_327_CL(IMC).out @@ -0,0 +1,23 @@ +327_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9335119962692261 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_32_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_32_CL(IMC).out new file mode 100644 index 00000000..ebe948a2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_32_CL(IMC).out @@ -0,0 +1,23 @@ +32_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5800500988960267 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_330_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_330_CL(IMC).out new file mode 100644 index 00000000..a5f481d2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_330_CL(IMC).out @@ -0,0 +1,23 @@ +330_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8832521160443624 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_331_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_331_CL(IMC).out new file mode 100644 index 00000000..34a1b8ad --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_331_CL(IMC).out @@ -0,0 +1,23 @@ +331_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9789249936739604 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_338_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_338_CL(IMC).out new file mode 100644 index 00000000..dfdbedfd --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_338_CL(IMC).out @@ -0,0 +1,23 @@ +338_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9468734820683797 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_347_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_347_CL(IMC).out new file mode 100644 index 00000000..752fe625 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_347_CL(IMC).out @@ -0,0 +1,23 @@ +347_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8195946176846822 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_34_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_34_CL(IMC).out new file mode 100644 index 00000000..1b8667ea --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_34_CL(IMC).out @@ -0,0 +1,23 @@ +34_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7645588517189026 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_352_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_352_CL(IMC).out new file mode 100644 index 00000000..df850cc0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_352_CL(IMC).out @@ -0,0 +1,23 @@ +352_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.1267123103141783 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_354_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_354_CL(IMC).out new file mode 100644 index 00000000..a134d2f4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_354_CL(IMC).out @@ -0,0 +1,23 @@ +354_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.065135709444682 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_357_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_357_CL(IMC).out new file mode 100644 index 00000000..82bc3999 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_357_CL(IMC).out @@ -0,0 +1,23 @@ +357_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6085825244585673 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_358_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_358_CL(IMC).out new file mode 100644 index 00000000..2ec63833 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_358_CL(IMC).out @@ -0,0 +1,23 @@ +358_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.8912299712498983 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_359_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_359_CL(IMC).out new file mode 100644 index 00000000..d3f2985a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_359_CL(IMC).out @@ -0,0 +1,23 @@ +359_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.9064433892567954 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_35_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_35_CL(IMC).out new file mode 100644 index 00000000..6e438bec --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_35_CL(IMC).out @@ -0,0 +1,23 @@ +35_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.49510449965794884 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_360_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_360_CL(IMC).out new file mode 100644 index 00000000..c110e1a6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_360_CL(IMC).out @@ -0,0 +1,23 @@ +360_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.727564271291097 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_361_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_361_CL(IMC).out new file mode 100644 index 00000000..4b98c60b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_361_CL(IMC).out @@ -0,0 +1,23 @@ +361_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.0401650150616963 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_363_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_363_CL(IMC).out new file mode 100644 index 00000000..7e6a9b6e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_363_CL(IMC).out @@ -0,0 +1,23 @@ +363_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.9071393251419066 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_366_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_366_CL(IMC).out new file mode 100644 index 00000000..efb31d12 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_366_CL(IMC).out @@ -0,0 +1,23 @@ +366_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6094760537147522 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_368_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_368_CL(IMC).out new file mode 100644 index 00000000..7ee6ca12 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_368_CL(IMC).out @@ -0,0 +1,23 @@ +368_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5344449559847514 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_369_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_369_CL(IMC).out new file mode 100644 index 00000000..960d10c5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_369_CL(IMC).out @@ -0,0 +1,23 @@ +369_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6054635405540466 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_370_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_370_CL(IMC).out new file mode 100644 index 00000000..bfa3481a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_370_CL(IMC).out @@ -0,0 +1,23 @@ +370_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6973217129707336 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_372_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_372_CL(IMC).out new file mode 100644 index 00000000..24bb5ad9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_372_CL(IMC).out @@ -0,0 +1,23 @@ +372_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7002572615941366 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_373_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_373_CL(IMC).out new file mode 100644 index 00000000..c7a636b6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_373_CL(IMC).out @@ -0,0 +1,23 @@ +373_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5526932954788208 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_374_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_374_CL(IMC).out new file mode 100644 index 00000000..08fabc74 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_374_CL(IMC).out @@ -0,0 +1,23 @@ +374_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.692394765218099 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_375_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_375_CL(IMC).out new file mode 100644 index 00000000..97964e79 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_375_CL(IMC).out @@ -0,0 +1,23 @@ +375_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.598185133934021 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_37_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_37_CL(IMC).out new file mode 100644 index 00000000..b8309746 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_37_CL(IMC).out @@ -0,0 +1,23 @@ +37_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0142685135205587 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_3_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_3_CL(IMC).out new file mode 100644 index 00000000..cce56e6c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_3_CL(IMC).out @@ -0,0 +1,23 @@ +3_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.4813773910204568 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_40_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_40_CL(IMC).out new file mode 100644 index 00000000..7ddb0a35 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_40_CL(IMC).out @@ -0,0 +1,23 @@ +40_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.0378968000411986 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_41_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_41_CL(IMC).out new file mode 100644 index 00000000..706936af --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_41_CL(IMC).out @@ -0,0 +1,23 @@ +41_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.7754052877426147 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_42_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_42_CL(IMC).out new file mode 100644 index 00000000..5119955c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_42_CL(IMC).out @@ -0,0 +1,23 @@ +42_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5864206631978353 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_43_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_43_CL(IMC).out new file mode 100644 index 00000000..1ede85a2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_43_CL(IMC).out @@ -0,0 +1,23 @@ +43_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.2605819225311279 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_44_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_44_CL(IMC).out new file mode 100644 index 00000000..053891a4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_44_CL(IMC).out @@ -0,0 +1,23 @@ +44_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.237116567293803 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_45_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_45_CL(IMC).out new file mode 100644 index 00000000..c891f3ba --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_45_CL(IMC).out @@ -0,0 +1,23 @@ +45_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.213646650314331 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_46_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_46_CL(IMC).out new file mode 100644 index 00000000..1e4beeff --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_46_CL(IMC).out @@ -0,0 +1,23 @@ +46_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.0560505509376528 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_48_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_48_CL(IMC).out new file mode 100644 index 00000000..e3fc4c42 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_48_CL(IMC).out @@ -0,0 +1,23 @@ +48_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1240021427472433 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_4_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_4_CL(IMC).out new file mode 100644 index 00000000..54d4f92d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_4_CL(IMC).out @@ -0,0 +1,23 @@ +4_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0190308014551799 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_51_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_51_CL(IMC).out new file mode 100644 index 00000000..6cc4a921 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_51_CL(IMC).out @@ -0,0 +1,23 @@ +51_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.1923863530158996 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_529_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_529_CL(IMC).out new file mode 100644 index 00000000..8348106b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_529_CL(IMC).out @@ -0,0 +1,23 @@ +529_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5889712889989217 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_52_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_52_CL(IMC).out new file mode 100644 index 00000000..2f2d66a6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_52_CL(IMC).out @@ -0,0 +1,23 @@ +52_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7356642882029215 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_534_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_534_CL(IMC).out new file mode 100644 index 00000000..929ec61c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_534_CL(IMC).out @@ -0,0 +1,23 @@ +534_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5312331398328145 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_540_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_540_CL(IMC).out new file mode 100644 index 00000000..820f5ac6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_540_CL(IMC).out @@ -0,0 +1,23 @@ +540_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6193882266680399 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_54_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_54_CL(IMC).out new file mode 100644 index 00000000..87c1be55 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_54_CL(IMC).out @@ -0,0 +1,23 @@ +54_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.107939624786377 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_57_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_57_CL(IMC).out new file mode 100644 index 00000000..aa92b60d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_57_CL(IMC).out @@ -0,0 +1,23 @@ +57_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.2638583103815715 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_59_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_59_CL(IMC).out new file mode 100644 index 00000000..a3bf6a5e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_59_CL(IMC).out @@ -0,0 +1,23 @@ +59_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.3152071793874105 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_5_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_5_CL(IMC).out new file mode 100644 index 00000000..1a1e7db4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_5_CL(IMC).out @@ -0,0 +1,23 @@ +5_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8617839097976685 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_60_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_60_CL(IMC).out new file mode 100644 index 00000000..314e6319 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_60_CL(IMC).out @@ -0,0 +1,23 @@ +60_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6430666009585063 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_61_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_61_CL(IMC).out new file mode 100644 index 00000000..d5ffa9f5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_61_CL(IMC).out @@ -0,0 +1,23 @@ +61_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.4890523036321004 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_62_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_62_CL(IMC).out new file mode 100644 index 00000000..466f029b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_62_CL(IMC).out @@ -0,0 +1,23 @@ +62_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +3.241082799434662 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_63_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_63_CL(IMC).out new file mode 100644 index 00000000..51c38737 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_63_CL(IMC).out @@ -0,0 +1,23 @@ +63_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.2727133711179097 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_64_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_64_CL(IMC).out new file mode 100644 index 00000000..75799dba --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_64_CL(IMC).out @@ -0,0 +1,23 @@ +64_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8283494710922241 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_65_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_65_CL(IMC).out new file mode 100644 index 00000000..e7deca84 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_65_CL(IMC).out @@ -0,0 +1,23 @@ +65_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7284071365992228 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_68_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_68_CL(IMC).out new file mode 100644 index 00000000..36be77ce --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_68_CL(IMC).out @@ -0,0 +1,23 @@ +68_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6525685906410217 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_6_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_6_CL(IMC).out new file mode 100644 index 00000000..49e5eb7f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_6_CL(IMC).out @@ -0,0 +1,23 @@ +6_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7860478242238362 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_76_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_76_CL(IMC).out new file mode 100644 index 00000000..389307ba --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_76_CL(IMC).out @@ -0,0 +1,23 @@ +76_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7464397589365641 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_79_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_79_CL(IMC).out new file mode 100644 index 00000000..67c0e123 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_79_CL(IMC).out @@ -0,0 +1,23 @@ +79_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0718465209007264 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_80_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_80_CL(IMC).out new file mode 100644 index 00000000..0ff59506 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_80_CL(IMC).out @@ -0,0 +1,23 @@ +80_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.120365810394287 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_84_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_84_CL(IMC).out new file mode 100644 index 00000000..9ee7c745 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_84_CL(IMC).out @@ -0,0 +1,23 @@ +84_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9316850741704304 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_86_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_86_CL(IMC).out new file mode 100644 index 00000000..a5b0306f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_86_CL(IMC).out @@ -0,0 +1,23 @@ +86_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.107424525419871 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_87_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_87_CL(IMC).out new file mode 100644 index 00000000..daea363c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_87_CL(IMC).out @@ -0,0 +1,23 @@ +87_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1527140855789184 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_8_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_8_CL(IMC).out new file mode 100644 index 00000000..5df366ff --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_8_CL(IMC).out @@ -0,0 +1,23 @@ +8_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0507174928983052 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/S3/0_9_CL(IMC).out b/run/stage_logs/NAPMD_NO/S3/0_9_CL(IMC).out new file mode 100644 index 00000000..361071e8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/S3/0_9_CL(IMC).out @@ -0,0 +1,23 @@ +9_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.3726325472195944 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_100_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_100_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..76b26341 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_100_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +100_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9312122782071431 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_100_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_100_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..94ef268c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_100_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +100_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.6860204458236696 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_100_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_100_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..946c1644 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_100_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +100_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.923728346824646 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_101_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_101_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..f4b97079 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_101_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +101_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4444529414176941 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_101_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_101_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..27e120dd --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_101_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +101_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.6815017580986025 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_101_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_101_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..c151c314 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_101_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +101_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3919921278953552 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_102_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_102_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..f8dc6e85 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_102_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +102_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.4058651526769004 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_102_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_102_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..c8cd09b8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_102_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +102_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5583182017008463 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_102_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_102_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..2c34daec --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_102_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +102_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9112890720367431 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_104_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_104_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..61db6c8a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_104_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +104_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7201691667238871 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_104_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_104_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..24e1db08 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_104_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +104_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2743260622024537 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_104_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_104_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..e9ac8e29 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_104_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +104_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8929513533910116 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_105_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_105_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..7a4a5a54 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_105_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +105_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5497407039006551 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_105_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_105_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..731b462f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_105_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +105_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8620147148768107 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_105_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_105_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..4339c004 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_105_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +105_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.508191665013631 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_107_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_107_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..4fd0e870 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_107_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +107_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2721328735351562 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_107_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_107_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..4e89db8e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_107_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +107_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1719736536343892 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_107_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_107_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..7c6cfd3a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_107_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +107_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7756015419960022 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_108_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_108_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..4bb2e401 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_108_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +108_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2183576146761577 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_108_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_108_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..718568d3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_108_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +108_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2446677088737488 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_108_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_108_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..aa05f13a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_108_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +108_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.347024420897166 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_109_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_109_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..f0e24f7f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_109_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +109_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9120565017064413 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_109_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_109_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..2eec9b2d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_109_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +109_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2442062497138977 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_109_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_109_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..1b4371d4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_109_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +109_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4459150393803915 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_110_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_110_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..8324851d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_110_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +110_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4601356029510498 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_110_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_110_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..1f777817 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_110_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +110_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7977905591328939 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_110_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_110_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..ed05256d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_110_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +110_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8172218481699626 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_113_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_113_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..a8fabfe8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_113_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +113_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9113554199536641 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_113_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_113_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..e99efd96 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_113_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +113_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2464506864547729 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_113_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_113_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..6e5ec434 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_113_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +113_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.4034844279289245 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_118_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_118_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..7e41c0b1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_118_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +118_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7515519738197327 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_118_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_118_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..e686cc4d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_118_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +118_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0447420676549275 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_118_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_118_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..722b9423 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_118_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +118_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3235553542772929 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_119_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_119_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..894554c2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_119_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +119_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9479767958323161 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_119_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_119_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..3fce1443 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_119_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +119_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.695875898996989 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_119_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_119_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..6c8bcaa5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_119_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +119_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8983106215794882 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_11_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_11_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..03e77216 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_11_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +11_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.79876024723053 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_11_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_11_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..114ee95e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_11_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +11_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.359977451960246 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_11_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_11_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..8b93eafb --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_11_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +11_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +4.825663220882416 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_13_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_13_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..2724382c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_13_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +13_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9322833657264709 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_13_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_13_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..baae7154 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_13_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +13_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.204856197039286 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_13_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_13_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..d16d65ee --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_13_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +13_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1314276893933615 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_14_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_14_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..b68b7608 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_14_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +14_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5296125451723734 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_14_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_14_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..e874ccfe --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_14_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +14_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9506296992301941 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_14_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_14_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..d8193776 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_14_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +14_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.8519267797470094 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_15_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_15_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..f0264282 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_15_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +15_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.071568707625071 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_15_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_15_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..33ec699f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_15_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +15_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.507679545879364 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_15_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_15_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..5efe3ea6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_15_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +15_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.873524741331736 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_18_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_18_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..fd2d0f7e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_18_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +18_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9688953836758931 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_18_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_18_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..5bfa6106 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_18_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +18_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3353522936503093 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_18_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_18_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..3a28d6cd --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_18_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +18_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9021781881650288 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_19_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_19_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..338dcfa8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_19_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +19_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8903473416964213 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_19_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_19_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..9269162a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_19_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +19_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2366356174151103 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_19_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_19_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..ce467862 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_19_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +19_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.3277234037717185 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_1_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_1_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..b3d5b48f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_1_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +1_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.086742607752482 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_1_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_1_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..a5842ade --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_1_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +1_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.535647209485372 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_1_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_1_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..1e586444 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_1_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +1_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1972081383069357 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_20_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_20_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..e05f756d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_20_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +20_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7545537789662679 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_20_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_20_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..e7ce1c7b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_20_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +20_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0562771081924438 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_20_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_20_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..cfc3b077 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_20_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +20_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.31218871275583904 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_21_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_21_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..44e374cb --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_21_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +21_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6720488826433818 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_21_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_21_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..ce6a4cfe --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_21_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +21_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.005063740412394 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_21_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_21_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..bec68093 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_21_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +21_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1453891197840373 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_22_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_22_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..04c87ccd --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_22_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +22_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.123402694861094 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_22_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_22_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..527df204 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_22_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +22_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8888875683148703 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_22_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_22_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..1663b0ff --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_22_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +22_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.203584329287211 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_23_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_23_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..b71af246 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_23_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +23_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +5.069265782833099 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_23_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_23_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..85913798 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_23_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +23_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +5.311744105815888 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_23_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_23_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..e8366c0c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_23_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +23_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +5.1200019796689356 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_24_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_24_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..82f51b33 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_24_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +24_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.12367219924926758 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_24_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_24_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..3a61d2a5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_24_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +24_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.29576568603515624 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_24_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_24_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..23470206 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_24_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +24_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.17668695449829103 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_26_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_26_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..829fcd0f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_26_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +26_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.9562088012695313 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_26_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_26_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..67e9b1c4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_26_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +26_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +5.3205174962679544 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_26_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_26_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..4fb304d9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_26_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +26_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9187547167142232 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_270_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_270_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..4b9e127c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_270_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +270_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.925958800315857 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_270_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_270_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..48bde314 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_270_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +270_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.858359158039093 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_270_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_270_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..b0726246 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_270_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +270_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5984923044840494 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_271_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_271_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..b5f60a69 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_271_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +271_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.48860896825790406 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_271_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_271_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..934fa5fc --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_271_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +271_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7309681415557862 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_271_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_271_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..0daf2b95 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_271_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +271_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.24483609994252523 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_272_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_272_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..2a9d9356 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_272_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +272_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.35077205499013264 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_272_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_272_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..e36e09e0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_272_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +272_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7032596468925476 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_272_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_272_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..92d3e266 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_272_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +272_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.15124217669169107 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_274_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_274_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..555b3857 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_274_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +274_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2583423495292663 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_274_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_274_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..cf3a3f41 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_274_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +274_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6936425606409709 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_274_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_274_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..b0e34cc0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_274_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +274_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5840982834498087 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_275_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_275_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..1604fe7e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_275_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +275_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6164082090059916 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_275_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_275_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..c311b194 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_275_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +275_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9003001928329468 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_275_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_275_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..df3ad79a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_275_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +275_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2326667149861654 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_278_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_278_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..f372c392 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_278_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +278_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.47496110598246255 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_278_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_278_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..295d2994 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_278_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +278_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7509949247042338 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_278_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_278_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..284c356d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_278_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +278_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9219976345698039 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_279_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_279_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..e4e33b24 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_279_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +279_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.276206123828888 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_279_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_279_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..9fd77c98 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_279_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +279_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8966681281725566 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_279_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_279_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..bf1d52af --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_279_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +279_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.44764301379521687 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_27_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_27_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..6baeb203 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_27_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +27_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3535077730814616 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_27_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_27_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..e3a9c9b4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_27_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +27_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.279646631081899 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_27_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_27_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..769cce18 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_27_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +27_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.321374507745107 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_28_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_28_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..7c889241 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_28_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +28_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.48366830348968504 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_28_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_28_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..b0234413 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_28_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +28_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.0703475077946982 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_28_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_28_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..ef621a4e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_28_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +28_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.5975383520126343 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_29_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_29_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..75d8752b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_29_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +29_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +4.692368948459626 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_29_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_29_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..8765b990 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_29_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +29_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +5.005662175019582 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_29_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_29_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..92ced0ab --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_29_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +29_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +4.685615122318268 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_30_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_30_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..7488b1cd --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_30_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +30_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2057563702265421 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_30_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_30_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..758483d8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_30_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +30_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.185972758134206 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_30_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_30_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..3af8c1a3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_30_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +30_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +5.109109330177307 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_31_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_31_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..7d73ba08 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_31_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +31_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.3671791593233746 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_31_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_31_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..d0c7b2d3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_31_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +31_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.6596089164415995 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_31_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_31_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..8fa15737 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_31_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +31_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1691343148549398 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_325_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_325_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..21445546 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_325_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +325_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1403053243954977 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_325_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_325_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..68d28da4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_325_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +325_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4638935009638467 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_325_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_325_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..6116da1f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_325_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +325_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1072237253189088 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_326_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_326_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..445088b0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_326_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +326_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0772586981455485 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_326_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_326_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..50f88479 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_326_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +326_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.362798281510671 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_326_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_326_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..74a073e4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_326_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +326_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.042884385585785 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_327_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_327_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..e9e7ab13 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_327_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +327_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.841380000114441 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_327_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_327_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..cef9fdcc --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_327_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +327_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2321621656417847 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_327_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_327_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..0ec8ffc0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_327_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +327_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8465325673421225 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_32_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_32_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..e5197cf5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_32_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +32_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3486796021461487 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_32_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_32_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..82222182 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_32_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +32_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.38316073020299274 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_32_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_32_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..ef7ac1f5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_32_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +32_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3606516599655151 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_330_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_330_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..0cb8b42d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_330_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +330_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.40455562671025597 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_330_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_330_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..0b0f561c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_330_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +330_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4726192196210226 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_330_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_330_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..e085d1c2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_330_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +330_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.598448638121287 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_331_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_331_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..4fbd369a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_331_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +331_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0436449925104776 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_331_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_331_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..bffb15c0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_331_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +331_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.087829331556956 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_331_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_331_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..198b5b22 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_331_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +331_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.1361185709635415 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_338_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_338_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..913f9fb0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_338_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +338_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9266953031222025 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_338_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_338_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..892e747e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_338_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +338_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0096819082895914 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_338_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_338_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..815d023b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_338_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +338_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.687779410680135 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_347_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_347_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..8a83f81b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_347_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +347_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.325546932220459 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_347_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_347_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..6faadbac --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_347_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +347_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0089800437291463 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_347_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_347_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..62635f4b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_347_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +347_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6634437123934428 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_34_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_34_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..099c14ec --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_34_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +34_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6570350726445516 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_34_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_34_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..27f0d56c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_34_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +34_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7895715475082397 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_34_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_34_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..80284bbd --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_34_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +34_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.48219448725382485 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_352_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_352_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..2a8ad196 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_352_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +352_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +5.095667064189911 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_352_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_352_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..7121e284 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_352_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +352_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.3641902446746825 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_352_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_352_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..7cb2520c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_352_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +352_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +5.01329908768336 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_354_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_354_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..2c15f3cb --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_354_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +354_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +5.050739653905233 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_354_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_354_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..cced0170 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_354_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +354_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +5.212205676237742 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_354_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_354_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..9f2f30b2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_354_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +354_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +4.905608069896698 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_357_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_357_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..59711577 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_357_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +357_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.14446490208307902 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_357_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_357_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..21cfcc14 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_357_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +357_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.28987373113632203 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_357_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_357_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..b44a90dd --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_357_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +357_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.1409349997838338 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_358_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_358_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..3a5fddd0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_358_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +358_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.882708446184794 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_358_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_358_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..8ac7b760 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_358_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +358_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +5.19699498017629 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_358_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_358_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..0ec3acec --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_358_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +358_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.7227145036061606 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_359_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_359_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..af22c5e4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_359_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +359_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.042354492346446 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_359_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_359_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..357d05a6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_359_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +359_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +5.1928070465723675 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_359_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_359_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..473e2a27 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_359_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +359_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9721230347951253 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_35_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_35_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..b0b9aa11 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_35_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +35_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.08660866816838582 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_35_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_35_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..f28e9b31 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_35_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +35_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2831796367963155 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_35_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_35_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..8fda2cd5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_35_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +35_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.02423901160558065 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_360_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_360_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..232417be --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_360_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +360_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9537064830462137 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_360_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_360_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..6142a269 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_360_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +360_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.079206669330597 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_360_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_360_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..dc0a4cc8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_360_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +360_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6746105432510376 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_361_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_361_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..7aec1eb0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_361_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +361_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0331207513809204 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_361_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_361_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..163a901e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_361_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +361_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0279190222422283 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_361_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_361_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..c08f4e9c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_361_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +361_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +5.064941410223643 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_363_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_363_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..f5bc5b59 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_363_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +363_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +4.96061536471049 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_363_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_363_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..ae7d2345 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_363_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +363_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +5.277458544572195 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_363_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_363_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..c3e03a5a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_363_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +363_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +4.898145119349162 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_366_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_366_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..4e2c55f9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_366_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +366_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.11883567571640015 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_366_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_366_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..a90bbc3a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_366_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +366_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3150636116663615 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_366_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_366_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..42b819c6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_366_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +366_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.047415498892466226 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_368_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_368_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..7a811e76 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_368_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +368_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.04875603516896566 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_368_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_368_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..328296bc --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_368_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +368_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.23745078245798748 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_368_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_368_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..56122af0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_368_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +368_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.024029417832692464 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_369_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_369_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..3080bbbf --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_369_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +369_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.04173953930536906 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_369_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_369_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..bc71af8e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_369_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +369_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.24677532116572062 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_369_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_369_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..172fbe34 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_369_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +369_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.012885781129201253 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_370_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_370_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..6973a5b0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_370_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +370_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.08330804506937663 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_370_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_370_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..bc8c097d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_370_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +370_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2933776060740153 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_370_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_370_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..b2cb6331 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_370_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +370_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.09598666429519653 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_372_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_372_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..d302a543 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_372_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +372_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.07948003212610881 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_372_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_372_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..2e15a78b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_372_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +372_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2949608087539673 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_372_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_372_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..d55ea395 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_372_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +372_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.05612358252207438 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_373_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_373_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..3e9b1bcb --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_373_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +373_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.04822052717208862 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_373_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_373_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..3210b644 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_373_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +373_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.29120742082595824 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_373_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_373_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..790c5a99 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_373_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +373_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.19135594367980957 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_374_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_374_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..2593b9db --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_374_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +374_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.06300731102625529 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_374_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_374_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..78bc3250 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_374_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +374_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4900569200515747 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_374_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_374_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..81916805 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_374_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +374_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.0690216064453125 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_375_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_375_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..9d5ce660 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_375_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +375_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.24391193787256876 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_375_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_375_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..3ff0a3b1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_375_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +375_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.49427410364151003 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_375_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_375_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..df2fbfc8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_375_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +375_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.08897605339686075 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_37_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_37_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..ce65556f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_37_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +37_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0859407345453898 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_37_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_37_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..6fc32c81 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_37_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +37_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.534432351589203 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_37_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_37_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..debfdf26 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_37_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +37_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.15425363779068 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_3_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_3_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..cbee009c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_3_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +3_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.2610517462094624 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_3_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_3_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..e79477ec --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_3_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +3_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +4.1308773557345075 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_3_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_3_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..efcb6b3a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_3_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +3_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4750263730684916 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_40_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_40_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..7950b9e8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_40_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +40_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +5.087166754404704 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_40_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_40_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..e7bb5bf2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_40_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +40_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +5.325688699881236 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_40_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_40_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..7ecdc40f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_40_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +40_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0329556107521056 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_41_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_41_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..72a8cafe --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_41_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +41_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +4.928725469112396 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_41_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_41_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..8e28bb1f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_41_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +41_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +5.218098759651184 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_41_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_41_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..0d3708cc --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_41_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +41_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +4.950759828090668 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_42_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_42_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..2faba14c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_42_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +42_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.14307589530944825 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_42_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_42_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..63e38986 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_42_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +42_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3482464750607808 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_42_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_42_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..5c2f6667 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_42_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +42_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.06431384881337483 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_43_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_43_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..eeebe5be --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_43_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +43_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.1153398315111795 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_43_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_43_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..91babd03 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_43_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +43_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5580524961153666 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_43_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_43_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..9e1856da --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_43_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +43_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.1598315040270486 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_44_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_44_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..6a608773 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_44_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +44_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +5.109164909521739 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_44_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_44_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..255875c3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_44_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +44_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.2071440776189166 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_44_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_44_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..b11ce7c6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_44_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +44_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.8452813704808553 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_45_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_45_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..d141f42d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_45_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +45_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.217172392209371 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_45_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_45_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..6c0ae492 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_45_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +45_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.225677041212718 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_45_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_45_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..eb3bbc96 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_45_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +45_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9235337058703104 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_46_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_46_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..00662d42 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_46_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +46_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +5.124165523052215 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_46_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_46_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..606b5f22 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_46_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +46_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.2819856564203898 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_46_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_46_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..a4e3aae4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_46_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +46_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0494245211283366 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_48_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_48_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..f52a88fe --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_48_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +48_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8240335424741109 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_48_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_48_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..be7b7f91 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_48_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +48_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1696077585220337 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_48_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_48_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..ddd9f00e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_48_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +48_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.808709975083669 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_4_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_4_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..49942099 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_4_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +4_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.1736897627512612 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_4_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_4_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..c4d79334 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_4_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +4_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.5699334383010863 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_4_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_4_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..b88cad0d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_4_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +4_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.122663648923238 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_51_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_51_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..83167e28 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_51_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +51_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +5.140529576937357 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_51_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_51_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..f7167aa3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_51_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +51_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.3350263833999634 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_51_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_51_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..fe5010a5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_51_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +51_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.8898722290992738 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_529_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_529_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..5934f1f9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_529_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +529_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.04271326859792073 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_529_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_529_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..e7230c6f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_529_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +529_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.23842785358428956 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_529_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_529_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..902376ea --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_529_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +529_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.08607176939646403 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_52_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_52_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..fb6cd7d5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_52_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +52_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3183799187342327 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_52_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_52_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..f5160b4d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_52_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +52_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5025466958681742 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_52_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_52_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..4ca11e4c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_52_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +52_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.45956849654515586 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_534_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_534_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..812a6558 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_534_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +534_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.03521139621734619 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_534_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_534_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..0b9fa433 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_534_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +534_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2197948733965556 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_534_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_534_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..bf0946e8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_534_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +534_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.034307444095611574 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_540_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_540_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..f5cbc153 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_540_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +540_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.029275524616241454 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_540_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_540_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..6260f261 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_540_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +540_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.16912574768066407 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_540_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_540_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..5d864cff --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_540_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +540_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.004815606276194254 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_54_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_54_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..1ee6f7b1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_54_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +54_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0695886135101318 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_54_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_54_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..ce605378 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_54_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +54_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +5.171387914816538 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_54_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_54_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..6ce37896 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_54_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +54_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8080544869105022 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_57_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_57_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..5194bfe2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_57_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +57_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9701557556788127 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_57_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_57_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..bfe0810f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_57_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +57_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +5.2961939414342245 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_57_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_57_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..727c4186 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_57_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +57_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1303502360979716 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_59_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_59_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..2aa1d3bc --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_59_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +59_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3308070421218872 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_59_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_59_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..7c1ffe85 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_59_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +59_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.643088126182556 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_59_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_59_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..8999bf26 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_59_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +59_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.2298762758572894 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_5_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_5_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..bd50818b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_5_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +5_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9994975566864013 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_5_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_5_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..1a6f7e4f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_5_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +5_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1724342624346415 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_5_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_5_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..c919aa94 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_5_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +5_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6918604095776876 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_60_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_60_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..5ec76dd5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_60_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +60_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.18968363602956137 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_60_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_60_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..b06f6d94 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_60_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +60_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.41090251207351686 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_60_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_60_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..fe90ea37 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_60_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +60_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.24026740789413453 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_61_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_61_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..b3327b7e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_61_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +61_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.942986476421356 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_61_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_61_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..555be64c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_61_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +61_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9638737758000693 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_61_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_61_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..1c9903ac --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_61_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +61_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.920026648044586 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_62_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_62_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..3cd31901 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_62_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +62_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +5.106096831957499 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_62_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_62_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..2fd91403 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_62_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +62_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.520265992482503 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_62_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_62_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..fddaf3d2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_62_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +62_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.042964843908946 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_63_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_63_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..de7488c3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_63_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +63_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.0537899851799013 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_63_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_63_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..2b4199b6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_63_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +63_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.2293672641118367 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_63_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_63_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..b73d3511 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_63_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +63_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.8865553895632425 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_64_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_64_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..88566f42 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_64_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +64_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9556547244389852 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_64_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_64_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..f3a260cb --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_64_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +64_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3134981830914816 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_64_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_64_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..7589c366 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_64_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +64_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2838029980659485 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_65_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_65_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..de1464c2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_65_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +65_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.20262225866317748 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_65_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_65_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..d2fd1122 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_65_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +65_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4986709952354431 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_65_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_65_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..80e20b76 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_65_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +65_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4235642234484355 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_68_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_68_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..4d6c4e40 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_68_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +68_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.0837792158126831 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_68_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_68_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..c8386ad6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_68_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +68_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3135459184646606 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_68_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_68_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..c216e26a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_68_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +68_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.11556134621302287 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_6_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_6_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..b387b7a9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_6_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +6_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.1739347497622172 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_6_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_6_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..a361de34 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_6_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +6_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8002313892046611 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_6_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_6_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..b841d366 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_6_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +6_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.21427493890126545 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_76_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_76_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..13e45037 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_76_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +76_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2744377295176188 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_76_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_76_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..dc7d8885 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_76_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +76_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.34954391717910765 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_76_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_76_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..b07180b0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_76_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +76_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3377641757329305 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_79_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_79_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..95ffeea6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_79_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +79_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9147978663444519 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_79_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_79_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..29945b05 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_79_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +79_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2184539953867595 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_79_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_79_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..ec4b11cd --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_79_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +79_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.1817859331766765 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_80_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_80_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..287d1124 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_80_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +80_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2217289606730144 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_80_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_80_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..e9d5c68a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_80_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +80_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6525652567545572 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_80_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_80_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..b3dc17ec --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_80_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +80_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.915636169910431 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_84_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_84_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..917513dc --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_84_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +84_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9308807015419006 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_84_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_84_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..612b1098 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_84_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +84_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7775561968485515 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_84_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_84_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..3424ffad --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_84_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +84_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8890205581982931 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_86_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_86_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..28923c25 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_86_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +86_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.372228682041168 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_86_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_86_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..f728cad0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_86_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +86_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.639120701948802 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_86_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_86_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..975efc46 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_86_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +86_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8609506766001384 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_87_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_87_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..17c07eac --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_87_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +87_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.901677934328715 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_87_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_87_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..153a3235 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_87_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +87_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2192459543546041 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_87_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_87_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..ea9aac9d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_87_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +87_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.341725488503774 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_8_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_8_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..2d6262ca --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_8_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +8_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8493223547935486 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_8_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_8_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..e0b5d7a1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_8_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +8_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4341760913530985 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_8_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_8_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..a489c733 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_8_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +8_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3594963749249776 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_9_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_9_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..3a7f4e76 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_9_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +9_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.315151810646057 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_9_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_9_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..03c3fc1f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_9_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +9_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.6461054563522337 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T1/0_9_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T1/0_9_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..c46ad234 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T1/0_9_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +9_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2921071449915569 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197812_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197812_D_GLOBAL.out new file mode 100644 index 00000000..ebd46cc2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197812_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197812 STATION NETCDFs +0.030043180783589682 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197812_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197812_H_GLOBAL.out new file mode 100644 index 00000000..512a78d7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197812_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197812 STATION NETCDFs +0.029595383008321128 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197812_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197812_M_GLOBAL.out new file mode 100644 index 00000000..08dfe06f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197812_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197812 STATION NETCDFs +0.025187603632609048 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197901_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197901_D_GLOBAL.out new file mode 100644 index 00000000..cf644cc6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197901_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197901 STATION NETCDFs +0.019164196650187173 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197901_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197901_H_GLOBAL.out new file mode 100644 index 00000000..524a660c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197901_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197901 STATION NETCDFs +0.04354239304860433 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197901_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197901_M_GLOBAL.out new file mode 100644 index 00000000..b3bf6de8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197901_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197901 STATION NETCDFs +0.036742750803629556 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197902_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197902_D_GLOBAL.out new file mode 100644 index 00000000..b24cdaa1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197902_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197902 STATION NETCDFs +0.026634458700815836 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197902_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197902_H_GLOBAL.out new file mode 100644 index 00000000..7bb00429 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197902_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197902 STATION NETCDFs +0.021651506423950195 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197902_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197902_M_GLOBAL.out new file mode 100644 index 00000000..f43db42f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197902_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197902 STATION NETCDFs +0.033474258581797284 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197903_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197903_D_GLOBAL.out new file mode 100644 index 00000000..91657153 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197903_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197903 STATION NETCDFs +0.04085822502772014 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197903_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197903_H_GLOBAL.out new file mode 100644 index 00000000..9b2b46d6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197903_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197903 STATION NETCDFs +0.024939191341400147 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197903_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197903_M_GLOBAL.out new file mode 100644 index 00000000..9f5f5a3b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197903_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197903 STATION NETCDFs +0.026531485716501872 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197904_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197904_D_GLOBAL.out new file mode 100644 index 00000000..ec0e2202 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197904_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197904 STATION NETCDFs +0.0456778883934021 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197904_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197904_H_GLOBAL.out new file mode 100644 index 00000000..88ccab06 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197904_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197904 STATION NETCDFs +0.019356254736582437 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197904_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197904_M_GLOBAL.out new file mode 100644 index 00000000..22ccf7e7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197904_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197904 STATION NETCDFs +0.02563771406809489 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197905_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197905_D_GLOBAL.out new file mode 100644 index 00000000..80c2b8ad --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197905_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197905 STATION NETCDFs +0.021205576260884602 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197905_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197905_H_GLOBAL.out new file mode 100644 index 00000000..41350a0c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197905_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197905 STATION NETCDFs +0.037348604202270506 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197905_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197905_M_GLOBAL.out new file mode 100644 index 00000000..f91bfca9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197905_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197905 STATION NETCDFs +0.024915210405985513 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197906_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197906_D_GLOBAL.out new file mode 100644 index 00000000..122d1994 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197906_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197906 STATION NETCDFs +0.03289200862248739 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197906_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197906_H_GLOBAL.out new file mode 100644 index 00000000..a57bd244 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197906_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197906 STATION NETCDFs +0.034665389855702715 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197906_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197906_M_GLOBAL.out new file mode 100644 index 00000000..08ede2ef --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197906_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197906 STATION NETCDFs +0.03185621897379557 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197907_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197907_D_GLOBAL.out new file mode 100644 index 00000000..3fdb9543 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197907_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197907 STATION NETCDFs +0.04725715716679891 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197907_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197907_H_GLOBAL.out new file mode 100644 index 00000000..c28e74d3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197907_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197907 STATION NETCDFs +0.025402621428171793 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197907_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197907_M_GLOBAL.out new file mode 100644 index 00000000..c63f9793 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197907_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197907 STATION NETCDFs +0.017828611532847087 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197908_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197908_D_GLOBAL.out new file mode 100644 index 00000000..ab0d8531 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197908_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197908 STATION NETCDFs +0.022830375035603843 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197908_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197908_H_GLOBAL.out new file mode 100644 index 00000000..29db7521 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197908_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197908 STATION NETCDFs +0.04724637269973755 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197908_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197908_M_GLOBAL.out new file mode 100644 index 00000000..9faee488 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197908_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197908 STATION NETCDFs +0.03523248036702474 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197909_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197909_D_GLOBAL.out new file mode 100644 index 00000000..5edf4b5d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197909_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197909 STATION NETCDFs +0.027391974131266275 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197909_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197909_H_GLOBAL.out new file mode 100644 index 00000000..bffc5d27 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197909_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197909 STATION NETCDFs +0.027739393711090087 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197909_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197909_M_GLOBAL.out new file mode 100644 index 00000000..6e6d1de4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197909_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197909 STATION NETCDFs +0.05775061051050822 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197910_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197910_D_GLOBAL.out new file mode 100644 index 00000000..eac523c7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197910_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197910 STATION NETCDFs +0.04419974088668823 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197910_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197910_H_GLOBAL.out new file mode 100644 index 00000000..1dda1d61 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197910_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197910 STATION NETCDFs +0.030366718769073486 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197910_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197910_M_GLOBAL.out new file mode 100644 index 00000000..cb3d6935 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197910_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197910 STATION NETCDFs +0.020688974857330324 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197911_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197911_D_GLOBAL.out new file mode 100644 index 00000000..1fe5e533 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197911_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197911 STATION NETCDFs +0.029780113697052003 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197911_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197911_H_GLOBAL.out new file mode 100644 index 00000000..3af3b90e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197911_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197911 STATION NETCDFs +0.024398358662923177 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197911_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197911_M_GLOBAL.out new file mode 100644 index 00000000..b5ec0137 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197911_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197911 STATION NETCDFs +0.029383869965871175 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197912_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197912_D_GLOBAL.out new file mode 100644 index 00000000..ab633050 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197912_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197912 STATION NETCDFs +0.027232813835144042 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197912_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197912_H_GLOBAL.out new file mode 100644 index 00000000..96d19e13 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197912_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197912 STATION NETCDFs +0.02982224225997925 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_197912_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_197912_M_GLOBAL.out new file mode 100644 index 00000000..9b26a305 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_197912_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197912 STATION NETCDFs +0.026075963179270426 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198001_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198001_D_GLOBAL.out new file mode 100644 index 00000000..1102d9b8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198001_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198001 STATION NETCDFs +0.03663763602574666 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198001_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198001_H_GLOBAL.out new file mode 100644 index 00000000..9af1897c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198001_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198001 STATION NETCDFs +0.036578035354614256 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198001_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198001_M_GLOBAL.out new file mode 100644 index 00000000..23d1c813 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198001_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198001 STATION NETCDFs +0.032806154092152914 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198002_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198002_D_GLOBAL.out new file mode 100644 index 00000000..4d38b794 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198002_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198002 STATION NETCDFs +0.03189655145009359 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198002_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198002_H_GLOBAL.out new file mode 100644 index 00000000..bf0add3b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198002_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198002 STATION NETCDFs +0.02208996613820394 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198002_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198002_M_GLOBAL.out new file mode 100644 index 00000000..fc8fd1b2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198002_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198002 STATION NETCDFs +0.0210977037747701 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198003_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198003_D_GLOBAL.out new file mode 100644 index 00000000..ebd4b84c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198003_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198003 STATION NETCDFs +0.04326596260070801 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198003_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198003_H_GLOBAL.out new file mode 100644 index 00000000..342aaca4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198003_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198003 STATION NETCDFs +0.02855441967646281 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198003_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198003_M_GLOBAL.out new file mode 100644 index 00000000..4602f523 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198003_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198003 STATION NETCDFs +0.02046366532643636 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198004_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198004_D_GLOBAL.out new file mode 100644 index 00000000..4576b1b1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198004_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198004 STATION NETCDFs +0.03251833915710449 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198004_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198004_H_GLOBAL.out new file mode 100644 index 00000000..b8e8194b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198004_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198004 STATION NETCDFs +0.050122706095377605 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198004_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198004_M_GLOBAL.out new file mode 100644 index 00000000..d7e70a09 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198004_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198004 STATION NETCDFs +0.028066209952036538 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198005_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198005_D_GLOBAL.out new file mode 100644 index 00000000..1fd10934 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198005_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198005 STATION NETCDFs +0.03318458398183187 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198005_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198005_H_GLOBAL.out new file mode 100644 index 00000000..efe17d2c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198005_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198005 STATION NETCDFs +0.038915491104125975 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198005_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198005_M_GLOBAL.out new file mode 100644 index 00000000..38997ec1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198005_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198005 STATION NETCDFs +0.038285223642985027 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198006_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198006_D_GLOBAL.out new file mode 100644 index 00000000..8052bf6c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198006_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198006 STATION NETCDFs +0.03314856688181559 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198006_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198006_H_GLOBAL.out new file mode 100644 index 00000000..1d5bc604 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198006_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198006 STATION NETCDFs +0.04093850453694661 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198006_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198006_M_GLOBAL.out new file mode 100644 index 00000000..b704f829 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198006_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198006 STATION NETCDFs +0.031692993640899655 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198007_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198007_D_GLOBAL.out new file mode 100644 index 00000000..44bdbc93 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198007_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198007 STATION NETCDFs +0.05463982820510864 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198007_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198007_H_GLOBAL.out new file mode 100644 index 00000000..6ed1cb75 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198007_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198007 STATION NETCDFs +0.02434622844060262 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198007_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198007_M_GLOBAL.out new file mode 100644 index 00000000..d1851755 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198007_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198007 STATION NETCDFs +0.02835270166397095 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198008_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198008_D_GLOBAL.out new file mode 100644 index 00000000..b8e267cb --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198008_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198008 STATION NETCDFs +0.019078409671783446 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198008_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198008_H_GLOBAL.out new file mode 100644 index 00000000..49d36722 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198008_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198008 STATION NETCDFs +0.04356557528177897 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198008_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198008_M_GLOBAL.out new file mode 100644 index 00000000..ef029561 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198008_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198008 STATION NETCDFs +0.023399492104848225 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198009_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198009_D_GLOBAL.out new file mode 100644 index 00000000..53934354 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198009_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198009 STATION NETCDFs +0.04031867186228434 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198009_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198009_H_GLOBAL.out new file mode 100644 index 00000000..837cc7e4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198009_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198009 STATION NETCDFs +0.0439171036084493 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198009_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198009_M_GLOBAL.out new file mode 100644 index 00000000..7b6c0a5e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198009_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198009 STATION NETCDFs +0.030794111887613933 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198010_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198010_D_GLOBAL.out new file mode 100644 index 00000000..77976229 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198010_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198010 STATION NETCDFs +0.058485523859659834 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198010_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198010_H_GLOBAL.out new file mode 100644 index 00000000..2df20200 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198010_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198010 STATION NETCDFs +0.019474867979685465 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198010_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198010_M_GLOBAL.out new file mode 100644 index 00000000..307817e3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198010_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198010 STATION NETCDFs +0.02259097099304199 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198011_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198011_D_GLOBAL.out new file mode 100644 index 00000000..45912cea --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198011_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198011 STATION NETCDFs +0.02360457976659139 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198011_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198011_H_GLOBAL.out new file mode 100644 index 00000000..08aa16b5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198011_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198011 STATION NETCDFs +0.0431483785311381 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198011_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198011_M_GLOBAL.out new file mode 100644 index 00000000..42ff14e4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198011_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198011 STATION NETCDFs +0.02000934680302938 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198012_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198012_D_GLOBAL.out new file mode 100644 index 00000000..8d6d548e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198012_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198012 STATION NETCDFs +0.04133297602335612 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198012_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198012_H_GLOBAL.out new file mode 100644 index 00000000..e8b2b203 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198012_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198012 STATION NETCDFs +0.025534284114837647 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198012_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198012_M_GLOBAL.out new file mode 100644 index 00000000..a6cb20ed --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198012_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198012 STATION NETCDFs +0.04047553141911824 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198101_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198101_D_GLOBAL.out new file mode 100644 index 00000000..f8464be9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198101_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198101 STATION NETCDFs +0.03862362305323283 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198101_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198101_H_GLOBAL.out new file mode 100644 index 00000000..88feeec9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198101_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198101 STATION NETCDFs +0.02339543104171753 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198101_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198101_M_GLOBAL.out new file mode 100644 index 00000000..e5b5ae98 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198101_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198101 STATION NETCDFs +0.02995464007059733 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198102_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198102_D_GLOBAL.out new file mode 100644 index 00000000..7f374a3d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198102_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198102 STATION NETCDFs +0.02062925895055135 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198102_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198102_H_GLOBAL.out new file mode 100644 index 00000000..c25ef55f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198102_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198102 STATION NETCDFs +0.03981177806854248 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198102_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198102_M_GLOBAL.out new file mode 100644 index 00000000..b2b122cf --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198102_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198102 STATION NETCDFs +0.03171783288319906 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198103_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198103_D_GLOBAL.out new file mode 100644 index 00000000..1c6d0a7c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198103_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198103 STATION NETCDFs +0.03287882804870605 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198103_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198103_H_GLOBAL.out new file mode 100644 index 00000000..8771ed3c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198103_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198103 STATION NETCDFs +0.059069029490153 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198103_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198103_M_GLOBAL.out new file mode 100644 index 00000000..a36cb97a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198103_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198103 STATION NETCDFs +0.03565646409988403 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198104_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198104_D_GLOBAL.out new file mode 100644 index 00000000..e1edc715 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198104_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198104 STATION NETCDFs +0.02075537045796712 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198104_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198104_H_GLOBAL.out new file mode 100644 index 00000000..64d2262f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198104_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198104 STATION NETCDFs +0.018483841419219972 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198104_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198104_M_GLOBAL.out new file mode 100644 index 00000000..91bc8793 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198104_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198104 STATION NETCDFs +0.033239599068959555 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198105_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198105_D_GLOBAL.out new file mode 100644 index 00000000..674a976b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198105_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198105 STATION NETCDFs +0.024197026093800863 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198105_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198105_H_GLOBAL.out new file mode 100644 index 00000000..869c83c3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198105_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198105 STATION NETCDFs +0.027393579483032227 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198105_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198105_M_GLOBAL.out new file mode 100644 index 00000000..256cbf71 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198105_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198105 STATION NETCDFs +0.0239275852839152 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198106_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198106_D_GLOBAL.out new file mode 100644 index 00000000..7b18a78b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198106_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198106 STATION NETCDFs +0.03452826340993245 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198106_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198106_H_GLOBAL.out new file mode 100644 index 00000000..cd86949c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198106_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198106 STATION NETCDFs +0.024993606408437095 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198106_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198106_M_GLOBAL.out new file mode 100644 index 00000000..5dbaacd9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198106_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198106 STATION NETCDFs +0.021132508913675945 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198107_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198107_D_GLOBAL.out new file mode 100644 index 00000000..9fc7eea8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198107_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198107 STATION NETCDFs +0.04881124099095662 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198107_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198107_H_GLOBAL.out new file mode 100644 index 00000000..a51b7a75 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198107_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198107 STATION NETCDFs +0.02440711259841919 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198107_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198107_M_GLOBAL.out new file mode 100644 index 00000000..ec93f31c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198107_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198107 STATION NETCDFs +0.04652145306269328 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198108_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198108_D_GLOBAL.out new file mode 100644 index 00000000..e58192c0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198108_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198108 STATION NETCDFs +0.03921331564585368 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198108_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198108_H_GLOBAL.out new file mode 100644 index 00000000..dec81d58 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198108_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198108 STATION NETCDFs +0.036756070454915364 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198108_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198108_M_GLOBAL.out new file mode 100644 index 00000000..47c31962 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198108_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198108 STATION NETCDFs +0.03952650626500447 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198109_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198109_D_GLOBAL.out new file mode 100644 index 00000000..a797a725 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198109_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198109 STATION NETCDFs +0.017463191350301107 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198109_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198109_H_GLOBAL.out new file mode 100644 index 00000000..ff1d10f1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198109_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198109 STATION NETCDFs +0.04231787125269572 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198109_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198109_M_GLOBAL.out new file mode 100644 index 00000000..3bd85eb8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198109_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198109 STATION NETCDFs +0.02245543400446574 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198110_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198110_D_GLOBAL.out new file mode 100644 index 00000000..32264e00 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198110_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198110 STATION NETCDFs +0.021786125500996907 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198110_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198110_H_GLOBAL.out new file mode 100644 index 00000000..3530601c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198110_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198110 STATION NETCDFs +0.02572273015975952 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198110_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198110_M_GLOBAL.out new file mode 100644 index 00000000..e6d1983f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198110_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198110 STATION NETCDFs +0.029180475076039634 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198111_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198111_D_GLOBAL.out new file mode 100644 index 00000000..cff16168 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198111_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198111 STATION NETCDFs +0.05086667537689209 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198111_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198111_H_GLOBAL.out new file mode 100644 index 00000000..45bb4a46 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198111_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198111 STATION NETCDFs +0.029746719201405845 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198111_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198111_M_GLOBAL.out new file mode 100644 index 00000000..038ce39a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198111_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198111 STATION NETCDFs +0.021230781078338624 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198112_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198112_D_GLOBAL.out new file mode 100644 index 00000000..7bfaa328 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198112_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198112 STATION NETCDFs +0.058542319138844806 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198112_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198112_H_GLOBAL.out new file mode 100644 index 00000000..185c8eec --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198112_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198112 STATION NETCDFs +0.025703910986582437 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198112_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198112_M_GLOBAL.out new file mode 100644 index 00000000..80367f76 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198112_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198112 STATION NETCDFs +0.039257697264353436 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198201_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198201_D_GLOBAL.out new file mode 100644 index 00000000..b5ce3581 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198201_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198201 STATION NETCDFs +0.027594669659932455 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198201_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198201_H_GLOBAL.out new file mode 100644 index 00000000..a0c1cad8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198201_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198201 STATION NETCDFs +0.025476924578348794 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198201_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198201_M_GLOBAL.out new file mode 100644 index 00000000..8279134b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198201_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198201 STATION NETCDFs +0.05040533145268758 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198202_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198202_D_GLOBAL.out new file mode 100644 index 00000000..fe713611 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198202_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198202 STATION NETCDFs +0.04067997932434082 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198202_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198202_H_GLOBAL.out new file mode 100644 index 00000000..23696e69 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198202_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198202 STATION NETCDFs +0.020838514963785807 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198202_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198202_M_GLOBAL.out new file mode 100644 index 00000000..42ed6982 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198202_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198202 STATION NETCDFs +0.04048178990681966 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198203_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198203_D_GLOBAL.out new file mode 100644 index 00000000..21085568 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198203_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198203 STATION NETCDFs +0.039284888903299967 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198203_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198203_H_GLOBAL.out new file mode 100644 index 00000000..c2ede2bc --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198203_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198203 STATION NETCDFs +0.03904735644658407 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198203_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198203_M_GLOBAL.out new file mode 100644 index 00000000..727198bb --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198203_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198203 STATION NETCDFs +0.03102879524230957 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198204_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198204_D_GLOBAL.out new file mode 100644 index 00000000..0434bfbd --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198204_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198204 STATION NETCDFs +0.022303521633148193 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198204_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198204_H_GLOBAL.out new file mode 100644 index 00000000..71386954 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198204_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198204 STATION NETCDFs +0.0223754088083903 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198204_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198204_M_GLOBAL.out new file mode 100644 index 00000000..de8b3419 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198204_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198204 STATION NETCDFs +0.024037766456604003 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198205_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198205_D_GLOBAL.out new file mode 100644 index 00000000..068d75f2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198205_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198205 STATION NETCDFs +0.05189850330352783 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198205_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198205_H_GLOBAL.out new file mode 100644 index 00000000..ea8050c2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198205_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198205 STATION NETCDFs +0.03229921658833822 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198205_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198205_M_GLOBAL.out new file mode 100644 index 00000000..2ee9aaba --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198205_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198205 STATION NETCDFs +0.03320827086766561 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198206_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198206_D_GLOBAL.out new file mode 100644 index 00000000..cc07c7c7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198206_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198206 STATION NETCDFs +0.033926761150360106 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198206_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198206_H_GLOBAL.out new file mode 100644 index 00000000..a86b3ce0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198206_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198206 STATION NETCDFs +0.0333369771639506 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198206_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198206_M_GLOBAL.out new file mode 100644 index 00000000..0225b8ac --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198206_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198206 STATION NETCDFs +0.03168470462163289 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198207_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198207_D_GLOBAL.out new file mode 100644 index 00000000..fd45dc6d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198207_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198207 STATION NETCDFs +0.0522095799446106 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198207_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198207_H_GLOBAL.out new file mode 100644 index 00000000..95a0d503 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198207_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198207 STATION NETCDFs +0.0418064554532369 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198207_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198207_M_GLOBAL.out new file mode 100644 index 00000000..86f96d81 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198207_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198207 STATION NETCDFs +0.031962013244628905 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198208_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198208_D_GLOBAL.out new file mode 100644 index 00000000..77d8a23f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198208_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198208 STATION NETCDFs +0.057885233561197916 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198208_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198208_H_GLOBAL.out new file mode 100644 index 00000000..e81118e0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198208_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198208 STATION NETCDFs +0.0345259149869283 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198208_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198208_M_GLOBAL.out new file mode 100644 index 00000000..a9985fb6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198208_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198208 STATION NETCDFs +0.023604766527811686 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198209_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198209_D_GLOBAL.out new file mode 100644 index 00000000..02226415 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198209_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198209 STATION NETCDFs +0.04458541472752889 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198209_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198209_H_GLOBAL.out new file mode 100644 index 00000000..ce047898 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198209_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198209 STATION NETCDFs +0.019964043299357095 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198209_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198209_M_GLOBAL.out new file mode 100644 index 00000000..ff06c6bc --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198209_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198209 STATION NETCDFs +0.030082714557647706 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198210_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198210_D_GLOBAL.out new file mode 100644 index 00000000..437c36b3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198210_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198210 STATION NETCDFs +0.04453399578730265 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198210_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198210_H_GLOBAL.out new file mode 100644 index 00000000..dae0906f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198210_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198210 STATION NETCDFs +0.029859832922617593 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198210_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198210_M_GLOBAL.out new file mode 100644 index 00000000..6fdb433e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198210_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198210 STATION NETCDFs +0.018402719497680665 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198211_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198211_D_GLOBAL.out new file mode 100644 index 00000000..9733a91d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198211_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198211 STATION NETCDFs +0.024269382158915203 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198211_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198211_H_GLOBAL.out new file mode 100644 index 00000000..0880aaf3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198211_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198211 STATION NETCDFs +0.031131052970886232 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198211_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198211_M_GLOBAL.out new file mode 100644 index 00000000..02b702d3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198211_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198211 STATION NETCDFs +0.02596872647603353 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198212_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198212_D_GLOBAL.out new file mode 100644 index 00000000..1d047a44 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198212_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198212 STATION NETCDFs +0.03026503324508667 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198212_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198212_H_GLOBAL.out new file mode 100644 index 00000000..d4da3756 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198212_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198212 STATION NETCDFs +0.04155016740163167 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198212_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198212_M_GLOBAL.out new file mode 100644 index 00000000..42516a02 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198212_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198212 STATION NETCDFs +0.018590883413950602 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198301_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198301_D_GLOBAL.out new file mode 100644 index 00000000..fc853224 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198301_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198301 STATION NETCDFs +0.033441384633382164 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198301_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198301_H_GLOBAL.out new file mode 100644 index 00000000..05da3e1c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198301_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198301 STATION NETCDFs +0.021070555845896403 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198301_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198301_M_GLOBAL.out new file mode 100644 index 00000000..edfc7ca5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198301_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198301 STATION NETCDFs +0.02320066690444946 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198302_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198302_D_GLOBAL.out new file mode 100644 index 00000000..08521c05 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198302_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198302 STATION NETCDFs +0.04150538841883342 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198302_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198302_H_GLOBAL.out new file mode 100644 index 00000000..d6948718 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198302_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198302 STATION NETCDFs +0.0350166122118632 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198302_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198302_M_GLOBAL.out new file mode 100644 index 00000000..3679f13a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198302_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198302 STATION NETCDFs +0.04273854891459147 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198303_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198303_D_GLOBAL.out new file mode 100644 index 00000000..b286d325 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198303_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198303 STATION NETCDFs +0.040462807814280195 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198303_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198303_H_GLOBAL.out new file mode 100644 index 00000000..3e990b8e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198303_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198303 STATION NETCDFs +0.03409806887308756 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198303_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198303_M_GLOBAL.out new file mode 100644 index 00000000..faa7a358 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198303_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198303 STATION NETCDFs +0.021339285373687743 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198304_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198304_D_GLOBAL.out new file mode 100644 index 00000000..1f7dbffe --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198304_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198304 STATION NETCDFs +0.016887203852335612 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198304_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198304_H_GLOBAL.out new file mode 100644 index 00000000..12993915 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198304_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198304 STATION NETCDFs +0.04232320785522461 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198304_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198304_M_GLOBAL.out new file mode 100644 index 00000000..d1f373cc --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198304_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198304 STATION NETCDFs +0.04153800408045451 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198305_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198305_D_GLOBAL.out new file mode 100644 index 00000000..a1e7ee4a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198305_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198305 STATION NETCDFs +0.022323675950368247 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198305_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198305_H_GLOBAL.out new file mode 100644 index 00000000..44f59b38 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198305_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198305 STATION NETCDFs +0.023978567123413085 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198305_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198305_M_GLOBAL.out new file mode 100644 index 00000000..7e2f5969 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198305_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198305 STATION NETCDFs +0.029638493061065675 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198306_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198306_D_GLOBAL.out new file mode 100644 index 00000000..fb0d39fc --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198306_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198306 STATION NETCDFs +0.04385275840759277 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198306_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198306_H_GLOBAL.out new file mode 100644 index 00000000..740086ab --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198306_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198306 STATION NETCDFs +0.0234160582224528 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198306_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198306_M_GLOBAL.out new file mode 100644 index 00000000..f9179c57 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198306_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198306 STATION NETCDFs +0.029925048351287842 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198307_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198307_D_GLOBAL.out new file mode 100644 index 00000000..1e12d4ae --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198307_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198307 STATION NETCDFs +0.051808337370554604 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198307_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198307_H_GLOBAL.out new file mode 100644 index 00000000..d4400c1a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198307_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198307 STATION NETCDFs +0.021304261684417725 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198307_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198307_M_GLOBAL.out new file mode 100644 index 00000000..03ab2548 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198307_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198307 STATION NETCDFs +0.0481881300608317 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198308_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198308_D_GLOBAL.out new file mode 100644 index 00000000..af20f7af --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198308_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198308 STATION NETCDFs +0.04156023661295573 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198308_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198308_H_GLOBAL.out new file mode 100644 index 00000000..b6ee23bb --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198308_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198308 STATION NETCDFs +0.03547932306925456 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198308_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198308_M_GLOBAL.out new file mode 100644 index 00000000..14f57fa7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198308_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198308 STATION NETCDFs +0.02836985190709432 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198309_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198309_D_GLOBAL.out new file mode 100644 index 00000000..cdd2899c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198309_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198309 STATION NETCDFs +0.029577056566874187 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198309_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198309_H_GLOBAL.out new file mode 100644 index 00000000..727ce8b4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198309_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198309 STATION NETCDFs +0.03965965112050374 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198309_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198309_M_GLOBAL.out new file mode 100644 index 00000000..553d75eb --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198309_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198309 STATION NETCDFs +0.023337729771931968 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198310_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198310_D_GLOBAL.out new file mode 100644 index 00000000..0ee16db2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198310_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198310 STATION NETCDFs +0.028510220845540366 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198310_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198310_H_GLOBAL.out new file mode 100644 index 00000000..97f36fa5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198310_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198310 STATION NETCDFs +0.062121379375457766 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198310_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198310_M_GLOBAL.out new file mode 100644 index 00000000..be74aba5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198310_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198310 STATION NETCDFs +0.04516925811767578 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198311_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198311_D_GLOBAL.out new file mode 100644 index 00000000..9d04864c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198311_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198311 STATION NETCDFs +0.04058777888615926 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198311_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198311_H_GLOBAL.out new file mode 100644 index 00000000..46d08d44 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198311_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198311 STATION NETCDFs +0.026559428373972575 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198311_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198311_M_GLOBAL.out new file mode 100644 index 00000000..89181d98 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198311_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198311 STATION NETCDFs +0.024035549163818358 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198312_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198312_D_GLOBAL.out new file mode 100644 index 00000000..2869b92e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198312_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198312 STATION NETCDFs +0.02562686602274577 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198312_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198312_H_GLOBAL.out new file mode 100644 index 00000000..a9290ba7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198312_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198312 STATION NETCDFs +0.04241738716761271 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198312_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198312_M_GLOBAL.out new file mode 100644 index 00000000..d9eb2506 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198312_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198312 STATION NETCDFs +0.03041905959447225 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198401_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198401_D_GLOBAL.out new file mode 100644 index 00000000..482d5b74 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198401_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198401 STATION NETCDFs +0.04577119350433349 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198401_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198401_H_GLOBAL.out new file mode 100644 index 00000000..8966c5fd --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198401_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198401 STATION NETCDFs +0.034874149163564044 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198401_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198401_M_GLOBAL.out new file mode 100644 index 00000000..3e6a2e8d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198401_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198401 STATION NETCDFs +0.024701289335886636 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198402_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198402_D_GLOBAL.out new file mode 100644 index 00000000..f0311473 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198402_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198402 STATION NETCDFs +0.026603086789449056 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198402_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198402_H_GLOBAL.out new file mode 100644 index 00000000..7679fc55 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198402_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198402 STATION NETCDFs +0.023886609077453613 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198402_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198402_M_GLOBAL.out new file mode 100644 index 00000000..9c942cb1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198402_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198402 STATION NETCDFs +0.030380956331888833 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198403_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198403_D_GLOBAL.out new file mode 100644 index 00000000..30c9c418 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198403_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198403 STATION NETCDFs +0.049000350634257 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198403_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198403_H_GLOBAL.out new file mode 100644 index 00000000..a290eae1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198403_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198403 STATION NETCDFs +0.0302191694577535 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198403_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198403_M_GLOBAL.out new file mode 100644 index 00000000..1ec0dd32 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198403_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198403 STATION NETCDFs +0.03394285043080648 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198404_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198404_D_GLOBAL.out new file mode 100644 index 00000000..0474dfa9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198404_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198404 STATION NETCDFs +0.04492288827896118 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198404_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198404_H_GLOBAL.out new file mode 100644 index 00000000..25fad591 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198404_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198404 STATION NETCDFs +0.024573969841003417 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198404_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198404_M_GLOBAL.out new file mode 100644 index 00000000..bff0f2e2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198404_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198404 STATION NETCDFs +0.02371373176574707 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198405_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198405_D_GLOBAL.out new file mode 100644 index 00000000..d8141082 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198405_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198405 STATION NETCDFs +0.03066054582595825 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198405_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198405_H_GLOBAL.out new file mode 100644 index 00000000..e87a3a2a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198405_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198405 STATION NETCDFs +0.042016243934631346 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198405_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198405_M_GLOBAL.out new file mode 100644 index 00000000..e8f3353e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198405_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198405 STATION NETCDFs +0.030056230227152505 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198406_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198406_D_GLOBAL.out new file mode 100644 index 00000000..058a7ad7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198406_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198406 STATION NETCDFs +0.027312453587849936 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198406_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198406_H_GLOBAL.out new file mode 100644 index 00000000..0e69cea2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198406_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198406 STATION NETCDFs +0.04969274202982585 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198406_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198406_M_GLOBAL.out new file mode 100644 index 00000000..927efa59 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198406_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198406 STATION NETCDFs +0.02944034735361735 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198407_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198407_D_GLOBAL.out new file mode 100644 index 00000000..ba2df9d7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198407_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198407 STATION NETCDFs +0.026216797033945718 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198407_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198407_H_GLOBAL.out new file mode 100644 index 00000000..22518c5e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198407_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198407 STATION NETCDFs +0.04644272724787394 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198407_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198407_M_GLOBAL.out new file mode 100644 index 00000000..7e1e4f50 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198407_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198407 STATION NETCDFs +0.04114546378453573 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198408_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198408_D_GLOBAL.out new file mode 100644 index 00000000..bda8ad04 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198408_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198408 STATION NETCDFs +0.036981089909871416 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198408_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198408_H_GLOBAL.out new file mode 100644 index 00000000..44362b43 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198408_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198408 STATION NETCDFs +0.02825860579808553 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198408_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198408_M_GLOBAL.out new file mode 100644 index 00000000..054a2ad4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198408_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198408 STATION NETCDFs +0.027958675225575765 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198409_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198409_D_GLOBAL.out new file mode 100644 index 00000000..2b95dc3e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198409_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198409 STATION NETCDFs +0.044884435335795086 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198409_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198409_H_GLOBAL.out new file mode 100644 index 00000000..2a3cfc29 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198409_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198409 STATION NETCDFs +0.0325863520304362 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198409_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198409_M_GLOBAL.out new file mode 100644 index 00000000..f494997f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198409_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198409 STATION NETCDFs +0.032503358523050946 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198410_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198410_D_GLOBAL.out new file mode 100644 index 00000000..21fd37fe --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198410_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198410 STATION NETCDFs +0.02841794490814209 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198410_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198410_H_GLOBAL.out new file mode 100644 index 00000000..ac1db368 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198410_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198410 STATION NETCDFs +0.03046110471089681 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198410_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198410_M_GLOBAL.out new file mode 100644 index 00000000..d2ef7601 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198410_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198410 STATION NETCDFs +0.026204013824462892 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198411_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198411_D_GLOBAL.out new file mode 100644 index 00000000..aa484d75 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198411_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198411 STATION NETCDFs +0.02297646999359131 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198411_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198411_H_GLOBAL.out new file mode 100644 index 00000000..e099f08a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198411_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198411 STATION NETCDFs +0.034364680449167885 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198411_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198411_M_GLOBAL.out new file mode 100644 index 00000000..c26ceba8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198411_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198411 STATION NETCDFs +0.05085228681564331 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198412_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198412_D_GLOBAL.out new file mode 100644 index 00000000..d0184df3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198412_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198412 STATION NETCDFs +0.0474810798962911 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198412_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198412_H_GLOBAL.out new file mode 100644 index 00000000..311e62a2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198412_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198412 STATION NETCDFs +0.028436378637949625 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198412_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198412_M_GLOBAL.out new file mode 100644 index 00000000..fc15957c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198412_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198412 STATION NETCDFs +0.036246482531229654 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198501_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198501_D_GLOBAL.out new file mode 100644 index 00000000..7c2dea88 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198501_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198501 STATION NETCDFs +0.0414134939511617 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198501_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198501_H_GLOBAL.out new file mode 100644 index 00000000..74416942 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198501_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198501 STATION NETCDFs +0.025553401311238608 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198501_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198501_M_GLOBAL.out new file mode 100644 index 00000000..1cff97f5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198501_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198501 STATION NETCDFs +0.06564618349075317 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198502_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198502_D_GLOBAL.out new file mode 100644 index 00000000..51dac627 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198502_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198502 STATION NETCDFs +0.03559221029281616 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198502_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198502_H_GLOBAL.out new file mode 100644 index 00000000..09cdbf55 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198502_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198502 STATION NETCDFs +0.038407806555430093 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198502_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198502_M_GLOBAL.out new file mode 100644 index 00000000..8cb3f9af --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198502_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198502 STATION NETCDFs +0.025635313987731934 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198503_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198503_D_GLOBAL.out new file mode 100644 index 00000000..3fd18f03 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198503_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198503 STATION NETCDFs +0.027967222531636558 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198503_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198503_H_GLOBAL.out new file mode 100644 index 00000000..e3f64b8a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198503_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198503 STATION NETCDFs +0.027551297346750894 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198503_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198503_M_GLOBAL.out new file mode 100644 index 00000000..7685df65 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198503_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198503 STATION NETCDFs +0.04022966623306275 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198504_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198504_D_GLOBAL.out new file mode 100644 index 00000000..c878530a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198504_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198504 STATION NETCDFs +0.03222370147705078 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198504_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198504_H_GLOBAL.out new file mode 100644 index 00000000..e878cd01 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198504_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198504 STATION NETCDFs +0.04618230660756429 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198504_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198504_M_GLOBAL.out new file mode 100644 index 00000000..b384c47b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198504_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198504 STATION NETCDFs +0.023274354139963784 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198505_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198505_D_GLOBAL.out new file mode 100644 index 00000000..20ac879d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198505_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198505 STATION NETCDFs +0.027098727226257325 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198505_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198505_H_GLOBAL.out new file mode 100644 index 00000000..37971596 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198505_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198505 STATION NETCDFs +0.03337083260218302 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198505_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198505_M_GLOBAL.out new file mode 100644 index 00000000..9450fb7a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198505_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198505 STATION NETCDFs +0.041571672757466635 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198506_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198506_D_GLOBAL.out new file mode 100644 index 00000000..c4dadc8b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198506_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198506 STATION NETCDFs +0.03994010289510091 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198506_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198506_H_GLOBAL.out new file mode 100644 index 00000000..feb35ca6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198506_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198506 STATION NETCDFs +0.024822433789571125 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198506_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198506_M_GLOBAL.out new file mode 100644 index 00000000..1aa8f591 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198506_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198506 STATION NETCDFs +0.052823436260223386 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198507_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198507_D_GLOBAL.out new file mode 100644 index 00000000..264d4e74 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198507_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198507 STATION NETCDFs +0.024093087514241537 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198507_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198507_H_GLOBAL.out new file mode 100644 index 00000000..60cc43d9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198507_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198507 STATION NETCDFs +0.05328898429870606 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198507_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198507_M_GLOBAL.out new file mode 100644 index 00000000..feef685b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198507_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198507 STATION NETCDFs +0.028081258138020832 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198508_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198508_D_GLOBAL.out new file mode 100644 index 00000000..fe7f34ef --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198508_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198508 STATION NETCDFs +0.024321675300598145 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198508_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198508_H_GLOBAL.out new file mode 100644 index 00000000..449cb6ff --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198508_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198508 STATION NETCDFs +0.03673114776611328 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198508_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198508_M_GLOBAL.out new file mode 100644 index 00000000..d3f4ddb5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198508_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198508 STATION NETCDFs +0.03675806522369385 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198509_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198509_D_GLOBAL.out new file mode 100644 index 00000000..35122447 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198509_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198509 STATION NETCDFs +0.025800851980845134 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198509_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198509_H_GLOBAL.out new file mode 100644 index 00000000..bff4b407 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198509_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198509 STATION NETCDFs +0.04409215052922567 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198509_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198509_M_GLOBAL.out new file mode 100644 index 00000000..267019ac --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198509_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198509 STATION NETCDFs +0.02437931696573893 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198510_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198510_D_GLOBAL.out new file mode 100644 index 00000000..b291d85f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198510_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198510 STATION NETCDFs +0.033473249276479086 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198510_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198510_H_GLOBAL.out new file mode 100644 index 00000000..a2454fe5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198510_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198510 STATION NETCDFs +0.046301639080047606 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198510_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198510_M_GLOBAL.out new file mode 100644 index 00000000..cf601509 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198510_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198510 STATION NETCDFs +0.04135426680246989 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198511_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198511_D_GLOBAL.out new file mode 100644 index 00000000..00517493 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198511_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198511 STATION NETCDFs +0.024945135911305746 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198511_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198511_H_GLOBAL.out new file mode 100644 index 00000000..84ece09c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198511_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198511 STATION NETCDFs +0.025201686223347983 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198511_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198511_M_GLOBAL.out new file mode 100644 index 00000000..3b29b6f3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198511_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198511 STATION NETCDFs +0.04403354326883952 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198512_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198512_D_GLOBAL.out new file mode 100644 index 00000000..87429776 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198512_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198512 STATION NETCDFs +0.026809306939442952 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198512_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198512_H_GLOBAL.out new file mode 100644 index 00000000..0faee15a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198512_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198512 STATION NETCDFs +0.06369722684224446 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198512_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198512_M_GLOBAL.out new file mode 100644 index 00000000..f20fde76 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198512_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198512 STATION NETCDFs +0.03301657835642497 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198601_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198601_D_GLOBAL.out new file mode 100644 index 00000000..a3fefa82 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198601_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198601 STATION NETCDFs +0.028702946503957112 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198601_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198601_H_GLOBAL.out new file mode 100644 index 00000000..99f4d1d1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198601_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198601 STATION NETCDFs +0.03868637482325236 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198601_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198601_M_GLOBAL.out new file mode 100644 index 00000000..809a750c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198601_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198601 STATION NETCDFs +0.03711364269256592 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198602_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198602_D_GLOBAL.out new file mode 100644 index 00000000..5137ee60 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198602_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198602 STATION NETCDFs +0.054471794764200845 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198602_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198602_H_GLOBAL.out new file mode 100644 index 00000000..b16ce632 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198602_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198602 STATION NETCDFs +0.02547832727432251 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198602_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198602_M_GLOBAL.out new file mode 100644 index 00000000..ee6e7336 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198602_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198602 STATION NETCDFs +0.029909392197926838 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198603_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198603_D_GLOBAL.out new file mode 100644 index 00000000..5d8212eb --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198603_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198603 STATION NETCDFs +0.02455994685490926 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198603_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198603_H_GLOBAL.out new file mode 100644 index 00000000..61faffc6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198603_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198603 STATION NETCDFs +0.035239803791046145 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198603_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198603_M_GLOBAL.out new file mode 100644 index 00000000..35c04ac4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198603_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198603 STATION NETCDFs +0.02361288865407308 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198604_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198604_D_GLOBAL.out new file mode 100644 index 00000000..1d046e2d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198604_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198604 STATION NETCDFs +0.045570647716522215 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198604_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198604_H_GLOBAL.out new file mode 100644 index 00000000..cbbed261 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198604_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198604 STATION NETCDFs +0.045551427205403644 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198604_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198604_M_GLOBAL.out new file mode 100644 index 00000000..b97a8b2e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198604_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198604 STATION NETCDFs +0.04499917030334473 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198605_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198605_D_GLOBAL.out new file mode 100644 index 00000000..017ff200 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198605_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198605 STATION NETCDFs +0.02627557913462321 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198605_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198605_H_GLOBAL.out new file mode 100644 index 00000000..257804b6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198605_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198605 STATION NETCDFs +0.044587123394012454 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198605_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198605_M_GLOBAL.out new file mode 100644 index 00000000..5de6b18d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198605_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198605 STATION NETCDFs +0.032270395755767824 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198606_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198606_D_GLOBAL.out new file mode 100644 index 00000000..515ad228 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198606_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198606 STATION NETCDFs +0.020199783643086753 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198606_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198606_H_GLOBAL.out new file mode 100644 index 00000000..91d600ac --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198606_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198606 STATION NETCDFs +0.02810155153274536 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198606_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198606_M_GLOBAL.out new file mode 100644 index 00000000..1a731b49 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198606_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198606 STATION NETCDFs +0.03079076608022054 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198607_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198607_D_GLOBAL.out new file mode 100644 index 00000000..063811c7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198607_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198607 STATION NETCDFs +0.03318450450897217 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198607_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198607_H_GLOBAL.out new file mode 100644 index 00000000..7c45a88f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198607_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198607 STATION NETCDFs +0.03490392764409383 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198607_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198607_M_GLOBAL.out new file mode 100644 index 00000000..b8a61578 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198607_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198607 STATION NETCDFs +0.037530728181203205 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198608_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198608_D_GLOBAL.out new file mode 100644 index 00000000..d39db319 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198608_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198608 STATION NETCDFs +0.02815512816111247 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198608_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198608_H_GLOBAL.out new file mode 100644 index 00000000..245e995e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198608_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198608 STATION NETCDFs +0.05023796955744426 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198608_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198608_M_GLOBAL.out new file mode 100644 index 00000000..288304d4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198608_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198608 STATION NETCDFs +0.040479421615600586 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198609_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198609_D_GLOBAL.out new file mode 100644 index 00000000..f4626ca1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198609_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198609 STATION NETCDFs +0.043423322836558025 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198609_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198609_H_GLOBAL.out new file mode 100644 index 00000000..f53990f9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198609_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198609 STATION NETCDFs +0.024667767683664958 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198609_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198609_M_GLOBAL.out new file mode 100644 index 00000000..d7e8eb1d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198609_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198609 STATION NETCDFs +0.021073436737060545 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198610_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198610_D_GLOBAL.out new file mode 100644 index 00000000..fbca9b8e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198610_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198610 STATION NETCDFs +0.04794464111328125 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198610_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198610_H_GLOBAL.out new file mode 100644 index 00000000..bb98af61 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198610_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198610 STATION NETCDFs +0.025808346271514893 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198610_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198610_M_GLOBAL.out new file mode 100644 index 00000000..6a902b34 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198610_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198610 STATION NETCDFs +0.05531314214070638 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198611_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198611_D_GLOBAL.out new file mode 100644 index 00000000..ae677a98 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198611_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198611 STATION NETCDFs +0.028472121556599936 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198611_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198611_H_GLOBAL.out new file mode 100644 index 00000000..7c31cd2e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198611_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198611 STATION NETCDFs +0.033112414677937824 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198611_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198611_M_GLOBAL.out new file mode 100644 index 00000000..9c881890 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198611_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198611 STATION NETCDFs +0.02794672648111979 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198612_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198612_D_GLOBAL.out new file mode 100644 index 00000000..a89cdf6b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198612_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198612 STATION NETCDFs +0.026731352011362713 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198612_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198612_H_GLOBAL.out new file mode 100644 index 00000000..9cd39dce --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198612_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198612 STATION NETCDFs +0.02364992300669352 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198612_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198612_M_GLOBAL.out new file mode 100644 index 00000000..7fda3774 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198612_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198612 STATION NETCDFs +0.05368737379709879 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198701_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198701_D_GLOBAL.out new file mode 100644 index 00000000..e088da0c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198701_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198701 STATION NETCDFs +0.022470096747080486 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198701_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198701_H_GLOBAL.out new file mode 100644 index 00000000..eeb8aa8a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198701_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198701 STATION NETCDFs +0.03766390085220337 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198701_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198701_M_GLOBAL.out new file mode 100644 index 00000000..1d78bafc --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198701_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198701 STATION NETCDFs +0.024939068158467612 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198702_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198702_D_GLOBAL.out new file mode 100644 index 00000000..ecafacb7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198702_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198702 STATION NETCDFs +0.04407498041788737 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198702_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198702_H_GLOBAL.out new file mode 100644 index 00000000..ed7a537b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198702_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198702 STATION NETCDFs +0.029013641675313315 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198702_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198702_M_GLOBAL.out new file mode 100644 index 00000000..0ae9f2aa --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198702_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198702 STATION NETCDFs +0.0522120475769043 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198703_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198703_D_GLOBAL.out new file mode 100644 index 00000000..dc08fc12 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198703_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198703 STATION NETCDFs +0.0400351087252299 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198703_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198703_H_GLOBAL.out new file mode 100644 index 00000000..d9c28984 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198703_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198703 STATION NETCDFs +0.02668347756067912 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198703_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198703_M_GLOBAL.out new file mode 100644 index 00000000..7bf91d2b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198703_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198703 STATION NETCDFs +0.03292122681935628 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198704_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198704_D_GLOBAL.out new file mode 100644 index 00000000..8785053e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198704_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198704 STATION NETCDFs +0.023405396938323976 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198704_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198704_H_GLOBAL.out new file mode 100644 index 00000000..d008e5f3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198704_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198704 STATION NETCDFs +0.032717764377593994 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198704_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198704_M_GLOBAL.out new file mode 100644 index 00000000..5489b408 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198704_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198704 STATION NETCDFs +0.04365565776824951 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198705_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198705_D_GLOBAL.out new file mode 100644 index 00000000..14bbd146 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198705_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198705 STATION NETCDFs +0.03913556337356568 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198705_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198705_H_GLOBAL.out new file mode 100644 index 00000000..4f8fdb1b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198705_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198705 STATION NETCDFs +0.04252456426620484 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198705_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198705_M_GLOBAL.out new file mode 100644 index 00000000..7b568976 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198705_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198705 STATION NETCDFs +0.061146954695383705 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198706_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198706_D_GLOBAL.out new file mode 100644 index 00000000..553a7738 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198706_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198706 STATION NETCDFs +0.034646217028299967 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198706_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198706_H_GLOBAL.out new file mode 100644 index 00000000..ad314a1e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198706_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198706 STATION NETCDFs +0.03739490906397502 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198706_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198706_M_GLOBAL.out new file mode 100644 index 00000000..bff7914b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198706_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198706 STATION NETCDFs +0.03125079075495402 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198707_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198707_D_GLOBAL.out new file mode 100644 index 00000000..ff127a3d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198707_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198707 STATION NETCDFs +0.0326203187306722 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198707_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198707_H_GLOBAL.out new file mode 100644 index 00000000..2fb7f42e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198707_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198707 STATION NETCDFs +0.024540547529856363 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198707_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198707_M_GLOBAL.out new file mode 100644 index 00000000..c13d67db --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198707_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198707 STATION NETCDFs +0.046366580327351886 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198708_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198708_D_GLOBAL.out new file mode 100644 index 00000000..22677732 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198708_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198708 STATION NETCDFs +0.02882935603459676 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198708_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198708_H_GLOBAL.out new file mode 100644 index 00000000..49251a1c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198708_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198708 STATION NETCDFs +0.02390644947687785 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198708_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198708_M_GLOBAL.out new file mode 100644 index 00000000..3d8d7714 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198708_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198708 STATION NETCDFs +0.04277519782384236 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198709_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198709_D_GLOBAL.out new file mode 100644 index 00000000..08b327ad --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198709_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198709 STATION NETCDFs +0.02613122860590617 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198709_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198709_H_GLOBAL.out new file mode 100644 index 00000000..54b95ef9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198709_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198709 STATION NETCDFs +0.06301368872324625 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198709_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198709_M_GLOBAL.out new file mode 100644 index 00000000..eaa2d42d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198709_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198709 STATION NETCDFs +0.0298650066057841 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198710_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198710_D_GLOBAL.out new file mode 100644 index 00000000..dd3d5f3f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198710_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198710 STATION NETCDFs +0.023923691113789877 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198710_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198710_H_GLOBAL.out new file mode 100644 index 00000000..3f0eadb7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198710_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198710 STATION NETCDFs +0.0397525429725647 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198710_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198710_M_GLOBAL.out new file mode 100644 index 00000000..90a215b0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198710_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198710 STATION NETCDFs +0.038801109790802 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198711_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198711_D_GLOBAL.out new file mode 100644 index 00000000..9bbf1390 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198711_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198711 STATION NETCDFs +0.032463411490122475 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198711_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198711_H_GLOBAL.out new file mode 100644 index 00000000..95f74652 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198711_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198711 STATION NETCDFs +0.03193681637446086 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198711_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198711_M_GLOBAL.out new file mode 100644 index 00000000..5f0cbad5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198711_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198711 STATION NETCDFs +0.03132985432942708 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198712_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198712_D_GLOBAL.out new file mode 100644 index 00000000..b981093d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198712_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198712 STATION NETCDFs +0.03799211581548055 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198712_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198712_H_GLOBAL.out new file mode 100644 index 00000000..b53f6615 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198712_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198712 STATION NETCDFs +0.026745776335398357 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198712_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198712_M_GLOBAL.out new file mode 100644 index 00000000..53cc6d19 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198712_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198712 STATION NETCDFs +0.02568991978963216 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198801_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198801_D_GLOBAL.out new file mode 100644 index 00000000..5bfa849f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198801_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198801 STATION NETCDFs +0.0505789041519165 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198801_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198801_H_GLOBAL.out new file mode 100644 index 00000000..3a25c9f9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198801_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198801 STATION NETCDFs +0.024980326493581135 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198801_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198801_M_GLOBAL.out new file mode 100644 index 00000000..673d6105 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198801_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198801 STATION NETCDFs +0.0339771827061971 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198802_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198802_D_GLOBAL.out new file mode 100644 index 00000000..ef84e670 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198802_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198802 STATION NETCDFs +0.03233406543731689 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198802_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198802_H_GLOBAL.out new file mode 100644 index 00000000..559b00a4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198802_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198802 STATION NETCDFs +0.03289248148600261 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198802_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198802_M_GLOBAL.out new file mode 100644 index 00000000..7eeef39f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198802_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198802 STATION NETCDFs +0.03903626600901286 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198803_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198803_D_GLOBAL.out new file mode 100644 index 00000000..a7862e60 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198803_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198803 STATION NETCDFs +0.029630645116170248 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198803_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198803_H_GLOBAL.out new file mode 100644 index 00000000..3a2c83bc --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198803_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198803 STATION NETCDFs +0.030616954962412516 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198803_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198803_M_GLOBAL.out new file mode 100644 index 00000000..9750d5b6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198803_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198803 STATION NETCDFs +0.04867825905481974 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198804_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198804_D_GLOBAL.out new file mode 100644 index 00000000..55b6af9f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198804_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198804 STATION NETCDFs +0.03184056282043457 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198804_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198804_H_GLOBAL.out new file mode 100644 index 00000000..3e850f8f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198804_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198804 STATION NETCDFs +0.03289563258488973 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198804_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198804_M_GLOBAL.out new file mode 100644 index 00000000..1aa19a94 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198804_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198804 STATION NETCDFs +0.045864204565684 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198805_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198805_D_GLOBAL.out new file mode 100644 index 00000000..8dffb4f9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198805_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198805 STATION NETCDFs +0.041234290599823 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198805_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198805_H_GLOBAL.out new file mode 100644 index 00000000..6e05656d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198805_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198805 STATION NETCDFs +0.02901329199473063 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198805_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198805_M_GLOBAL.out new file mode 100644 index 00000000..f41f9ac5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198805_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198805 STATION NETCDFs +0.021537399291992186 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198806_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198806_D_GLOBAL.out new file mode 100644 index 00000000..d6ca8631 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198806_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198806 STATION NETCDFs +0.034910035133361814 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198806_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198806_H_GLOBAL.out new file mode 100644 index 00000000..c903230c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198806_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198806 STATION NETCDFs +0.026847906907399497 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198806_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198806_M_GLOBAL.out new file mode 100644 index 00000000..1301ab43 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198806_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198806 STATION NETCDFs +0.024785335858662924 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198807_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198807_D_GLOBAL.out new file mode 100644 index 00000000..6c831fa6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198807_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198807 STATION NETCDFs +0.05223428805669149 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198807_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198807_H_GLOBAL.out new file mode 100644 index 00000000..2e0f24a3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198807_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198807 STATION NETCDFs +0.038235366344451904 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198807_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198807_M_GLOBAL.out new file mode 100644 index 00000000..5aa4e710 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198807_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198807 STATION NETCDFs +0.0352961262067159 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198808_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198808_D_GLOBAL.out new file mode 100644 index 00000000..bdb3483d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198808_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198808 STATION NETCDFs +0.03933269182840983 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198808_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198808_H_GLOBAL.out new file mode 100644 index 00000000..55015065 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198808_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198808 STATION NETCDFs +0.03057257334391276 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198808_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198808_M_GLOBAL.out new file mode 100644 index 00000000..af9ca958 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198808_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198808 STATION NETCDFs +0.05266005198160807 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198809_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198809_D_GLOBAL.out new file mode 100644 index 00000000..0953a71a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198809_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198809 STATION NETCDFs +0.026780935128529866 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198809_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198809_H_GLOBAL.out new file mode 100644 index 00000000..823251f4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198809_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198809 STATION NETCDFs +0.02915565570195516 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198809_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198809_M_GLOBAL.out new file mode 100644 index 00000000..acb5de22 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198809_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198809 STATION NETCDFs +0.040909337997436526 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198810_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198810_D_GLOBAL.out new file mode 100644 index 00000000..587b8a64 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198810_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198810 STATION NETCDFs +0.04534807999928792 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198810_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198810_H_GLOBAL.out new file mode 100644 index 00000000..a39d419b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198810_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198810 STATION NETCDFs +0.03300677537918091 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198810_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198810_M_GLOBAL.out new file mode 100644 index 00000000..11da2951 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198810_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198810 STATION NETCDFs +0.02494588295618693 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198811_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198811_D_GLOBAL.out new file mode 100644 index 00000000..4eedc2b9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198811_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198811 STATION NETCDFs +0.02870432138442993 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198811_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198811_H_GLOBAL.out new file mode 100644 index 00000000..2b06e11e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198811_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198811 STATION NETCDFs +0.026113359133402507 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198811_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198811_M_GLOBAL.out new file mode 100644 index 00000000..6a42a2d3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198811_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198811 STATION NETCDFs +0.047688361008961996 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198812_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198812_D_GLOBAL.out new file mode 100644 index 00000000..2cc03028 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198812_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198812 STATION NETCDFs +0.023480673631032307 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198812_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198812_H_GLOBAL.out new file mode 100644 index 00000000..fc59e82b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198812_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198812 STATION NETCDFs +0.031452898184458414 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198812_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198812_M_GLOBAL.out new file mode 100644 index 00000000..ebad2cfd --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198812_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198812 STATION NETCDFs +0.045395946502685545 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198901_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198901_D_GLOBAL.out new file mode 100644 index 00000000..5cb0cf9b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198901_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198901 STATION NETCDFs +0.04281683365503947 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198901_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198901_H_GLOBAL.out new file mode 100644 index 00000000..23154e25 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198901_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198901 STATION NETCDFs +0.026919126510620117 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198901_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198901_M_GLOBAL.out new file mode 100644 index 00000000..3063e029 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198901_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198901 STATION NETCDFs +0.028278966744740803 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198902_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198902_D_GLOBAL.out new file mode 100644 index 00000000..3457304e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198902_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198902 STATION NETCDFs +0.030725646018981933 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198902_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198902_H_GLOBAL.out new file mode 100644 index 00000000..2a3d75bb --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198902_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198902 STATION NETCDFs +0.02684119939804077 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198902_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198902_M_GLOBAL.out new file mode 100644 index 00000000..4db30bf6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198902_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198902 STATION NETCDFs +0.03372291326522827 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198903_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198903_D_GLOBAL.out new file mode 100644 index 00000000..d83ba3e0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198903_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198903 STATION NETCDFs +0.055059591929117836 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198903_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198903_H_GLOBAL.out new file mode 100644 index 00000000..f4f305be --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198903_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198903 STATION NETCDFs +0.026638575394948325 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198903_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198903_M_GLOBAL.out new file mode 100644 index 00000000..b819f549 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198903_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198903 STATION NETCDFs +0.04763816197713216 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198904_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198904_D_GLOBAL.out new file mode 100644 index 00000000..0c47b91a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198904_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198904 STATION NETCDFs +0.02922389507293701 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198904_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198904_H_GLOBAL.out new file mode 100644 index 00000000..aa896a13 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198904_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198904 STATION NETCDFs +0.03331105709075928 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198904_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198904_M_GLOBAL.out new file mode 100644 index 00000000..4855ef4f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198904_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198904 STATION NETCDFs +0.06135263442993164 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198905_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198905_D_GLOBAL.out new file mode 100644 index 00000000..da409023 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198905_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198905 STATION NETCDFs +0.020595773061116537 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198905_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198905_H_GLOBAL.out new file mode 100644 index 00000000..5f281c06 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198905_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198905 STATION NETCDFs +0.03539097706476847 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198905_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198905_M_GLOBAL.out new file mode 100644 index 00000000..7dd14bc5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198905_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198905 STATION NETCDFs +0.02207080920537313 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198906_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198906_D_GLOBAL.out new file mode 100644 index 00000000..75944831 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198906_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198906 STATION NETCDFs +0.04105459451675415 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198906_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198906_H_GLOBAL.out new file mode 100644 index 00000000..a2b32d30 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198906_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198906 STATION NETCDFs +0.026047670841217042 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198906_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198906_M_GLOBAL.out new file mode 100644 index 00000000..c6e67fcf --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198906_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198906 STATION NETCDFs +0.04262463251749674 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198907_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198907_D_GLOBAL.out new file mode 100644 index 00000000..641d09d0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198907_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198907 STATION NETCDFs +0.030180005232493083 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198907_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198907_H_GLOBAL.out new file mode 100644 index 00000000..2c114a28 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198907_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198907 STATION NETCDFs +0.027371923128763836 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198907_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198907_M_GLOBAL.out new file mode 100644 index 00000000..813b2db9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198907_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198907 STATION NETCDFs +0.04138083060582479 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198908_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198908_D_GLOBAL.out new file mode 100644 index 00000000..a6188f61 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198908_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198908 STATION NETCDFs +0.02766100565592448 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198908_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198908_H_GLOBAL.out new file mode 100644 index 00000000..ebdcec6a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198908_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198908 STATION NETCDFs +0.02916633685429891 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198908_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198908_M_GLOBAL.out new file mode 100644 index 00000000..f6625e7f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198908_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198908 STATION NETCDFs +0.037079668045043944 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198909_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198909_D_GLOBAL.out new file mode 100644 index 00000000..bf936320 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198909_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198909 STATION NETCDFs +0.036083145936330156 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198909_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198909_H_GLOBAL.out new file mode 100644 index 00000000..1972bde6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198909_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198909 STATION NETCDFs +0.03541580041249593 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198909_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198909_M_GLOBAL.out new file mode 100644 index 00000000..f28397cc --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198909_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198909 STATION NETCDFs +0.031894803047180176 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198910_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198910_D_GLOBAL.out new file mode 100644 index 00000000..3978d2ac --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198910_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198910 STATION NETCDFs +0.047535375754038496 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198910_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198910_H_GLOBAL.out new file mode 100644 index 00000000..0546e43c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198910_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198910 STATION NETCDFs +0.03321970701217651 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198910_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198910_M_GLOBAL.out new file mode 100644 index 00000000..10def9e7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198910_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198910 STATION NETCDFs +0.030023610591888426 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198911_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198911_D_GLOBAL.out new file mode 100644 index 00000000..d89558b7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198911_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198911 STATION NETCDFs +0.031450470288594566 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198911_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198911_H_GLOBAL.out new file mode 100644 index 00000000..e82758c2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198911_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198911 STATION NETCDFs +0.03207862377166748 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198911_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198911_M_GLOBAL.out new file mode 100644 index 00000000..2a729d08 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198911_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198911 STATION NETCDFs +0.023305114110310873 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198912_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198912_D_GLOBAL.out new file mode 100644 index 00000000..1661d96b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198912_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198912 STATION NETCDFs +0.04915775060653686 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198912_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198912_H_GLOBAL.out new file mode 100644 index 00000000..e27b2e85 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198912_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198912 STATION NETCDFs +0.05921316941579183 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_198912_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_198912_M_GLOBAL.out new file mode 100644 index 00000000..fcc69f2f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_198912_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198912 STATION NETCDFs +0.026736772060394286 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199312_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199312_D_GLOBAL.out new file mode 100644 index 00000000..b86086f8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199312_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199312 STATION NETCDFs +0.03361719846725464 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199312_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199312_H_GLOBAL.out new file mode 100644 index 00000000..257e0389 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199312_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199312 STATION NETCDFs +0.045769679546356204 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199312_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199312_M_GLOBAL.out new file mode 100644 index 00000000..41b0d540 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199312_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199312 STATION NETCDFs +0.05367048184076945 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199401_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199401_D_GLOBAL.out new file mode 100644 index 00000000..1b2aba3d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199401_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199401 STATION NETCDFs +0.03741896152496338 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199401_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199401_H_GLOBAL.out new file mode 100644 index 00000000..7f7d1702 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199401_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199401 STATION NETCDFs +0.044562427202860515 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199401_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199401_M_GLOBAL.out new file mode 100644 index 00000000..dd97cd8d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199401_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199401 STATION NETCDFs +0.03753256400426229 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199402_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199402_D_GLOBAL.out new file mode 100644 index 00000000..c1a88f9f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199402_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199402 STATION NETCDFs +0.0545350432395935 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199402_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199402_H_GLOBAL.out new file mode 100644 index 00000000..1330d69b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199402_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199402 STATION NETCDFs +0.03686190048853556 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199402_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199402_M_GLOBAL.out new file mode 100644 index 00000000..e2f3497d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199402_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199402 STATION NETCDFs +0.04300856590270996 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199403_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199403_D_GLOBAL.out new file mode 100644 index 00000000..d8a9bb38 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199403_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199403 STATION NETCDFs +0.06281376679738362 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199403_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199403_H_GLOBAL.out new file mode 100644 index 00000000..b15529b2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199403_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199403 STATION NETCDFs +0.051899278163909913 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199403_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199403_M_GLOBAL.out new file mode 100644 index 00000000..78525cab --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199403_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199403 STATION NETCDFs +0.05266098181406657 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199404_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199404_D_GLOBAL.out new file mode 100644 index 00000000..1a47c222 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199404_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199404 STATION NETCDFs +0.060622763633728025 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199404_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199404_H_GLOBAL.out new file mode 100644 index 00000000..b982363e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199404_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199404 STATION NETCDFs +0.07276811202367146 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199404_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199404_M_GLOBAL.out new file mode 100644 index 00000000..9650af58 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199404_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199404 STATION NETCDFs +0.0378733237584432 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199405_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199405_D_GLOBAL.out new file mode 100644 index 00000000..fa64a6b8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199405_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199405 STATION NETCDFs +0.058917280038197836 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199405_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199405_H_GLOBAL.out new file mode 100644 index 00000000..d9164f4a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199405_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199405 STATION NETCDFs +0.03497381210327148 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199405_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199405_M_GLOBAL.out new file mode 100644 index 00000000..3b102865 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199405_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199405 STATION NETCDFs +0.04058361848195394 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199406_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199406_D_GLOBAL.out new file mode 100644 index 00000000..bddbf946 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199406_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199406 STATION NETCDFs +0.0453626275062561 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199406_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199406_H_GLOBAL.out new file mode 100644 index 00000000..eb0cfd1a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199406_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199406 STATION NETCDFs +0.04972532590230306 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199406_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199406_M_GLOBAL.out new file mode 100644 index 00000000..d7e1ccf0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199406_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199406 STATION NETCDFs +0.0643798828125 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199407_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199407_D_GLOBAL.out new file mode 100644 index 00000000..2c7cb166 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199407_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199407 STATION NETCDFs +0.058000707626342775 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199407_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199407_H_GLOBAL.out new file mode 100644 index 00000000..ea6b6725 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199407_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199407 STATION NETCDFs +0.05579514900843303 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199407_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199407_M_GLOBAL.out new file mode 100644 index 00000000..40a6c395 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199407_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199407 STATION NETCDFs +0.05277825991312663 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199408_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199408_D_GLOBAL.out new file mode 100644 index 00000000..e38aacfb --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199408_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199408 STATION NETCDFs +0.05280362367630005 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199408_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199408_H_GLOBAL.out new file mode 100644 index 00000000..0de1549c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199408_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199408 STATION NETCDFs +0.06063162485758464 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199408_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199408_M_GLOBAL.out new file mode 100644 index 00000000..71fff29f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199408_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199408 STATION NETCDFs +0.050860206286112465 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199409_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199409_D_GLOBAL.out new file mode 100644 index 00000000..3a6d5f4a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199409_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199409 STATION NETCDFs +0.0544136921564738 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199409_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199409_H_GLOBAL.out new file mode 100644 index 00000000..9c9470aa --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199409_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199409 STATION NETCDFs +0.038827824592590335 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199409_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199409_M_GLOBAL.out new file mode 100644 index 00000000..0c3927a1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199409_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199409 STATION NETCDFs +0.06269600788752237 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199410_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199410_D_GLOBAL.out new file mode 100644 index 00000000..78c685ba --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199410_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199410 STATION NETCDFs +0.04574784835179647 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199410_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199410_H_GLOBAL.out new file mode 100644 index 00000000..ede60a19 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199410_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199410 STATION NETCDFs +0.045192376772562666 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199410_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199410_M_GLOBAL.out new file mode 100644 index 00000000..0521cfac --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199410_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199410 STATION NETCDFs +0.055070706208546955 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199411_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199411_D_GLOBAL.out new file mode 100644 index 00000000..dd606cf8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199411_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199411 STATION NETCDFs +0.05877221822738647 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199411_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199411_H_GLOBAL.out new file mode 100644 index 00000000..52752add --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199411_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199411 STATION NETCDFs +0.06062005758285523 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199411_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199411_M_GLOBAL.out new file mode 100644 index 00000000..82c0b706 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199411_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199411 STATION NETCDFs +0.06871757109959921 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199412_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199412_D_GLOBAL.out new file mode 100644 index 00000000..92e47b34 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199412_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199412 STATION NETCDFs +0.06817787885665894 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199412_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199412_H_GLOBAL.out new file mode 100644 index 00000000..bd3d515c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199412_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199412 STATION NETCDFs +0.0661766529083252 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199412_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199412_M_GLOBAL.out new file mode 100644 index 00000000..a75acfc6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199412_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199412 STATION NETCDFs +0.05649652083714803 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199501_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199501_D_GLOBAL.out new file mode 100644 index 00000000..7522902b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199501_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199501 STATION NETCDFs +0.045587249596913654 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199501_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199501_H_GLOBAL.out new file mode 100644 index 00000000..b03e97e7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199501_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199501 STATION NETCDFs +0.05787074565887451 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199501_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199501_M_GLOBAL.out new file mode 100644 index 00000000..25d84c78 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199501_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199501 STATION NETCDFs +0.05106739203135172 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199502_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199502_D_GLOBAL.out new file mode 100644 index 00000000..20dab055 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199502_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199502 STATION NETCDFs +0.043799090385437014 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199502_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199502_H_GLOBAL.out new file mode 100644 index 00000000..4092ee95 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199502_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199502 STATION NETCDFs +0.05120012362798055 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199502_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199502_M_GLOBAL.out new file mode 100644 index 00000000..cbc8747a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199502_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199502 STATION NETCDFs +0.07246171633402507 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199503_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199503_D_GLOBAL.out new file mode 100644 index 00000000..29e72646 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199503_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199503 STATION NETCDFs +0.06135192314783732 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199503_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199503_H_GLOBAL.out new file mode 100644 index 00000000..77833c21 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199503_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199503 STATION NETCDFs +0.04304354588190715 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199503_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199503_M_GLOBAL.out new file mode 100644 index 00000000..457a91b9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199503_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199503 STATION NETCDFs +0.05883285601933797 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199504_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199504_D_GLOBAL.out new file mode 100644 index 00000000..627fb669 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199504_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199504 STATION NETCDFs +0.05274132490158081 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199504_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199504_H_GLOBAL.out new file mode 100644 index 00000000..a796361c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199504_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199504 STATION NETCDFs +0.05559153954188029 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199504_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199504_M_GLOBAL.out new file mode 100644 index 00000000..0e7d608b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199504_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199504 STATION NETCDFs +0.0390571117401123 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199505_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199505_D_GLOBAL.out new file mode 100644 index 00000000..34d98044 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199505_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199505 STATION NETCDFs +0.05964729785919189 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199505_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199505_H_GLOBAL.out new file mode 100644 index 00000000..89670c2d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199505_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199505 STATION NETCDFs +0.040508560339609784 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199505_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199505_M_GLOBAL.out new file mode 100644 index 00000000..7c7ee74e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199505_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199505 STATION NETCDFs +0.03610750436782837 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199506_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199506_D_GLOBAL.out new file mode 100644 index 00000000..c115d91d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199506_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199506 STATION NETCDFs +0.040861515204111735 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199506_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199506_H_GLOBAL.out new file mode 100644 index 00000000..9fce784f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199506_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199506 STATION NETCDFs +0.04178899129231771 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199506_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199506_M_GLOBAL.out new file mode 100644 index 00000000..772f5b55 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199506_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199506 STATION NETCDFs +0.04720845619837443 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199507_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199507_D_GLOBAL.out new file mode 100644 index 00000000..b7d2a917 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199507_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199507 STATION NETCDFs +0.06687954266866049 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199507_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199507_H_GLOBAL.out new file mode 100644 index 00000000..908d7735 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199507_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199507 STATION NETCDFs +0.04247524738311768 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199507_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199507_M_GLOBAL.out new file mode 100644 index 00000000..84066ea1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199507_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199507 STATION NETCDFs +0.04815358320871989 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199508_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199508_D_GLOBAL.out new file mode 100644 index 00000000..6967f421 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199508_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199508 STATION NETCDFs +0.050914955139160153 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199508_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199508_H_GLOBAL.out new file mode 100644 index 00000000..4cc346e7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199508_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199508 STATION NETCDFs +0.03705407778422038 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199508_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199508_M_GLOBAL.out new file mode 100644 index 00000000..17f122db --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199508_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199508 STATION NETCDFs +0.07493575016657511 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199509_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199509_D_GLOBAL.out new file mode 100644 index 00000000..d0b38b27 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199509_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199509 STATION NETCDFs +0.057676227887471516 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199509_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199509_H_GLOBAL.out new file mode 100644 index 00000000..574f5143 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199509_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199509 STATION NETCDFs +0.06745439767837524 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199509_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199509_M_GLOBAL.out new file mode 100644 index 00000000..4a8545b2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199509_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199509 STATION NETCDFs +0.04127495288848877 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199510_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199510_D_GLOBAL.out new file mode 100644 index 00000000..00bc8b60 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199510_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199510 STATION NETCDFs +0.04598937431971232 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199510_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199510_H_GLOBAL.out new file mode 100644 index 00000000..842d6a4e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199510_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199510 STATION NETCDFs +0.06477286020914713 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199510_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199510_M_GLOBAL.out new file mode 100644 index 00000000..e2d7fc6a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199510_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199510 STATION NETCDFs +0.053041998545328775 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199511_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199511_D_GLOBAL.out new file mode 100644 index 00000000..cfbc29df --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199511_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199511 STATION NETCDFs +0.053812567392985025 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199511_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199511_H_GLOBAL.out new file mode 100644 index 00000000..c9bad0c4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199511_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199511 STATION NETCDFs +0.05912050803502401 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199511_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199511_M_GLOBAL.out new file mode 100644 index 00000000..da1eb254 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199511_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199511 STATION NETCDFs +0.0423895279566447 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199512_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199512_D_GLOBAL.out new file mode 100644 index 00000000..f4d736df --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199512_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199512 STATION NETCDFs +0.04855184157689412 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199512_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199512_H_GLOBAL.out new file mode 100644 index 00000000..45dc1095 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199512_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199512 STATION NETCDFs +0.07669401963551839 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199512_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199512_M_GLOBAL.out new file mode 100644 index 00000000..42ecb213 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199512_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199512 STATION NETCDFs +0.0516380508740743 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199601_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199601_D_GLOBAL.out new file mode 100644 index 00000000..9aa61ad0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199601_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199601 STATION NETCDFs +0.05345102548599243 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199601_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199601_H_GLOBAL.out new file mode 100644 index 00000000..c7add7f8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199601_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199601 STATION NETCDFs +0.07151211102803548 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199601_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199601_M_GLOBAL.out new file mode 100644 index 00000000..98c08a08 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199601_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199601 STATION NETCDFs +0.04728976488113403 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199602_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199602_D_GLOBAL.out new file mode 100644 index 00000000..90f55204 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199602_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199602 STATION NETCDFs +0.07231064240137736 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199602_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199602_H_GLOBAL.out new file mode 100644 index 00000000..e85432fc --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199602_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199602 STATION NETCDFs +0.04299709399541219 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199602_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199602_M_GLOBAL.out new file mode 100644 index 00000000..50ee170b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199602_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199602 STATION NETCDFs +0.09021364450454712 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199603_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199603_D_GLOBAL.out new file mode 100644 index 00000000..26540c3f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199603_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199603 STATION NETCDFs +0.054104161262512204 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199603_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199603_H_GLOBAL.out new file mode 100644 index 00000000..1de553ac --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199603_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199603 STATION NETCDFs +0.05916066169738769 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199603_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199603_M_GLOBAL.out new file mode 100644 index 00000000..9b2e5c93 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199603_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199603 STATION NETCDFs +0.08319921096165975 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199604_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199604_D_GLOBAL.out new file mode 100644 index 00000000..b5243710 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199604_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199604 STATION NETCDFs +0.053895660241444904 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199604_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199604_H_GLOBAL.out new file mode 100644 index 00000000..ff0e2235 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199604_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199604 STATION NETCDFs +0.06876996358235678 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199604_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199604_M_GLOBAL.out new file mode 100644 index 00000000..6a4fbe00 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199604_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199604 STATION NETCDFs +0.07978093226750692 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199605_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199605_D_GLOBAL.out new file mode 100644 index 00000000..72faeb4e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199605_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199605 STATION NETCDFs +0.05831359624862671 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199605_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199605_H_GLOBAL.out new file mode 100644 index 00000000..d450eccb --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199605_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199605 STATION NETCDFs +0.07001858154932658 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199605_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199605_M_GLOBAL.out new file mode 100644 index 00000000..c1345061 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199605_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199605 STATION NETCDFs +0.06692529916763305 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199606_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199606_D_GLOBAL.out new file mode 100644 index 00000000..fa702037 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199606_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199606 STATION NETCDFs +0.07929555972417196 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199606_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199606_H_GLOBAL.out new file mode 100644 index 00000000..e29b5ac3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199606_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199606 STATION NETCDFs +0.04698652426401774 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199606_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199606_M_GLOBAL.out new file mode 100644 index 00000000..b6ef4509 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199606_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199606 STATION NETCDFs +0.07204353014628093 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199607_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199607_D_GLOBAL.out new file mode 100644 index 00000000..f94941a1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199607_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199607 STATION NETCDFs +0.05468053817749023 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199607_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199607_H_GLOBAL.out new file mode 100644 index 00000000..faec0ea4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199607_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199607 STATION NETCDFs +0.06656858126322428 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199607_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199607_M_GLOBAL.out new file mode 100644 index 00000000..1f136a75 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199607_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199607 STATION NETCDFs +0.08315633535385132 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199608_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199608_D_GLOBAL.out new file mode 100644 index 00000000..3998ad30 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199608_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199608 STATION NETCDFs +0.07702404657999674 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199608_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199608_H_GLOBAL.out new file mode 100644 index 00000000..15f4f002 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199608_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199608 STATION NETCDFs +0.06004814704259236 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199608_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199608_M_GLOBAL.out new file mode 100644 index 00000000..7c7012ec --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199608_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199608 STATION NETCDFs +0.05773293972015381 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199609_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199609_D_GLOBAL.out new file mode 100644 index 00000000..9622f0e4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199609_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199609 STATION NETCDFs +0.08373206853866577 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199609_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199609_H_GLOBAL.out new file mode 100644 index 00000000..8015631e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199609_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199609 STATION NETCDFs +0.07087541023890177 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199609_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199609_M_GLOBAL.out new file mode 100644 index 00000000..32d5a172 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199609_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199609 STATION NETCDFs +0.07942452828089396 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199610_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199610_D_GLOBAL.out new file mode 100644 index 00000000..1cbce29f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199610_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199610 STATION NETCDFs +0.07268259127934774 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199610_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199610_H_GLOBAL.out new file mode 100644 index 00000000..4238a4be --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199610_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199610 STATION NETCDFs +0.05147622028986613 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199610_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199610_M_GLOBAL.out new file mode 100644 index 00000000..4b18d152 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199610_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199610 STATION NETCDFs +0.06998796463012695 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199611_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199611_D_GLOBAL.out new file mode 100644 index 00000000..dc8954ec --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199611_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199611 STATION NETCDFs +0.0601702610651652 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199611_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199611_H_GLOBAL.out new file mode 100644 index 00000000..1a6855ac --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199611_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199611 STATION NETCDFs +0.04574939807256063 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199611_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199611_M_GLOBAL.out new file mode 100644 index 00000000..13d79b9e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199611_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199611 STATION NETCDFs +0.06019689242045085 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199612_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199612_D_GLOBAL.out new file mode 100644 index 00000000..e9c49fc5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199612_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199612 STATION NETCDFs +0.07836980024973551 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199612_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199612_H_GLOBAL.out new file mode 100644 index 00000000..b667e8a2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199612_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199612 STATION NETCDFs +0.0697069009145101 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199612_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199612_M_GLOBAL.out new file mode 100644 index 00000000..94bc6fd6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199612_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199612 STATION NETCDFs +0.057632052898406984 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199701_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199701_D_GLOBAL.out new file mode 100644 index 00000000..346af371 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199701_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199701 STATION NETCDFs +0.073663330078125 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199701_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199701_H_GLOBAL.out new file mode 100644 index 00000000..ebce3063 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199701_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199701 STATION NETCDFs +0.052740029493967694 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199701_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199701_M_GLOBAL.out new file mode 100644 index 00000000..d524e01c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199701_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199701 STATION NETCDFs +0.0498671015103658 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199702_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199702_D_GLOBAL.out new file mode 100644 index 00000000..9660b2bc --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199702_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199702 STATION NETCDFs +0.0787474274635315 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199702_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199702_H_GLOBAL.out new file mode 100644 index 00000000..198f6018 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199702_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199702 STATION NETCDFs +0.06581915616989135 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199702_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199702_M_GLOBAL.out new file mode 100644 index 00000000..68311451 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199702_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199702 STATION NETCDFs +0.0702163020769755 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199703_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199703_D_GLOBAL.out new file mode 100644 index 00000000..7182380c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199703_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199703 STATION NETCDFs +0.06738555828730265 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199703_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199703_H_GLOBAL.out new file mode 100644 index 00000000..48f0a878 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199703_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199703 STATION NETCDFs +0.07734293142954508 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199703_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199703_M_GLOBAL.out new file mode 100644 index 00000000..a2fe26a6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199703_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199703 STATION NETCDFs +0.05172672271728516 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199704_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199704_D_GLOBAL.out new file mode 100644 index 00000000..40602e53 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199704_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199704 STATION NETCDFs +0.06930102507273356 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199704_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199704_H_GLOBAL.out new file mode 100644 index 00000000..9bc1584c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199704_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199704 STATION NETCDFs +0.08192445039749145 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199704_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199704_M_GLOBAL.out new file mode 100644 index 00000000..f7ee3f65 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199704_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199704 STATION NETCDFs +0.05447369416554769 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199705_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199705_D_GLOBAL.out new file mode 100644 index 00000000..336b883f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199705_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199705 STATION NETCDFs +0.056831785043080646 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199705_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199705_H_GLOBAL.out new file mode 100644 index 00000000..c25d011c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199705_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199705 STATION NETCDFs +0.050559155146280926 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199705_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199705_M_GLOBAL.out new file mode 100644 index 00000000..2cc6b61a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199705_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199705 STATION NETCDFs +0.06999039649963379 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199706_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199706_D_GLOBAL.out new file mode 100644 index 00000000..796c3536 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199706_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199706 STATION NETCDFs +0.05367141564687093 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199706_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199706_H_GLOBAL.out new file mode 100644 index 00000000..be136781 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199706_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199706 STATION NETCDFs +0.048976715405782065 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199706_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199706_M_GLOBAL.out new file mode 100644 index 00000000..3b2c4e1a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199706_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199706 STATION NETCDFs +0.06263397137324016 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199707_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199707_D_GLOBAL.out new file mode 100644 index 00000000..1fe27a53 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199707_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199707 STATION NETCDFs +0.05413263241449992 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199707_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199707_H_GLOBAL.out new file mode 100644 index 00000000..69a2a165 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199707_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199707 STATION NETCDFs +0.07226424217224121 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199707_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199707_M_GLOBAL.out new file mode 100644 index 00000000..489af4e3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199707_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199707 STATION NETCDFs +0.06595120032628378 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199708_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199708_D_GLOBAL.out new file mode 100644 index 00000000..ece52df3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199708_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199708 STATION NETCDFs +0.06930348873138428 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199708_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199708_H_GLOBAL.out new file mode 100644 index 00000000..65f8ea5c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199708_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199708 STATION NETCDFs +0.053281112511952715 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199708_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199708_M_GLOBAL.out new file mode 100644 index 00000000..308b9d93 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199708_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199708 STATION NETCDFs +0.049655139446258545 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199709_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199709_D_GLOBAL.out new file mode 100644 index 00000000..9e2bd727 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199709_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199709 STATION NETCDFs +0.07612525224685669 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199709_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199709_H_GLOBAL.out new file mode 100644 index 00000000..391db8e4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199709_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199709 STATION NETCDFs +0.07578914960225423 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199709_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199709_M_GLOBAL.out new file mode 100644 index 00000000..a82ba208 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199709_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199709 STATION NETCDFs +0.0760156750679016 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199710_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199710_D_GLOBAL.out new file mode 100644 index 00000000..86aff872 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199710_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199710 STATION NETCDFs +0.08467460076014201 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199710_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199710_H_GLOBAL.out new file mode 100644 index 00000000..a227209b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199710_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199710 STATION NETCDFs +0.0555827260017395 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199710_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199710_M_GLOBAL.out new file mode 100644 index 00000000..2067fc5d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199710_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199710 STATION NETCDFs +0.05423411925633748 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199711_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199711_D_GLOBAL.out new file mode 100644 index 00000000..d5761a8a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199711_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199711 STATION NETCDFs +0.05077204704284668 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199711_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199711_H_GLOBAL.out new file mode 100644 index 00000000..930f1728 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199711_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199711 STATION NETCDFs +0.04684005578358968 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199711_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199711_M_GLOBAL.out new file mode 100644 index 00000000..6998b7b1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199711_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199711 STATION NETCDFs +0.05449308554331462 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199712_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199712_D_GLOBAL.out new file mode 100644 index 00000000..84f03018 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199712_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199712 STATION NETCDFs +0.05797651211420695 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199712_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199712_H_GLOBAL.out new file mode 100644 index 00000000..95950d6e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199712_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199712 STATION NETCDFs +0.06692354679107666 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199712_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199712_M_GLOBAL.out new file mode 100644 index 00000000..4df5d981 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199712_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199712 STATION NETCDFs +0.07631031274795533 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199801_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199801_D_GLOBAL.out new file mode 100644 index 00000000..fe54e56e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199801_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199801 STATION NETCDFs +0.05157222350438436 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199801_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199801_H_GLOBAL.out new file mode 100644 index 00000000..70ae6e3a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199801_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199801 STATION NETCDFs +0.06672309637069702 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199801_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199801_M_GLOBAL.out new file mode 100644 index 00000000..ee191325 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199801_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199801 STATION NETCDFs +0.07969725529352824 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199802_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199802_D_GLOBAL.out new file mode 100644 index 00000000..40372234 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199802_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199802 STATION NETCDFs +0.08061376810073853 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199802_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199802_H_GLOBAL.out new file mode 100644 index 00000000..fe77f8cc --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199802_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199802 STATION NETCDFs +0.07158621549606323 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199802_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199802_M_GLOBAL.out new file mode 100644 index 00000000..a3076fb5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199802_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199802 STATION NETCDFs +0.07453868786493938 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199803_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199803_D_GLOBAL.out new file mode 100644 index 00000000..6a1f415a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199803_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199803 STATION NETCDFs +0.07350920041402181 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199803_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199803_H_GLOBAL.out new file mode 100644 index 00000000..dee298d4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199803_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199803 STATION NETCDFs +0.05707854429880778 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199803_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199803_M_GLOBAL.out new file mode 100644 index 00000000..467efbf6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199803_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199803 STATION NETCDFs +0.0652360995610555 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199804_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199804_D_GLOBAL.out new file mode 100644 index 00000000..f7041c36 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199804_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199804 STATION NETCDFs +0.0788523236910502 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199804_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199804_H_GLOBAL.out new file mode 100644 index 00000000..a951ec63 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199804_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199804 STATION NETCDFs +0.05667196114857991 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199804_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199804_M_GLOBAL.out new file mode 100644 index 00000000..4557e1ee --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199804_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199804 STATION NETCDFs +0.09191881020863851 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199805_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199805_D_GLOBAL.out new file mode 100644 index 00000000..0878c629 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199805_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199805 STATION NETCDFs +0.08384895324707031 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199805_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199805_H_GLOBAL.out new file mode 100644 index 00000000..2ffa8761 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199805_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199805 STATION NETCDFs +0.06217069625854492 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199805_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199805_M_GLOBAL.out new file mode 100644 index 00000000..6c323441 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199805_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199805 STATION NETCDFs +0.0543623407681783 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199806_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199806_D_GLOBAL.out new file mode 100644 index 00000000..d9f2e5e7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199806_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199806 STATION NETCDFs +0.07569771607716878 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199806_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199806_H_GLOBAL.out new file mode 100644 index 00000000..963d2217 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199806_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199806 STATION NETCDFs +0.05130118131637573 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199806_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199806_M_GLOBAL.out new file mode 100644 index 00000000..6a3d018a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199806_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199806 STATION NETCDFs +0.0675965428352356 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199807_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199807_D_GLOBAL.out new file mode 100644 index 00000000..199c4e7e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199807_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199807 STATION NETCDFs +0.05389583110809326 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199807_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199807_H_GLOBAL.out new file mode 100644 index 00000000..c9c3fa32 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199807_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199807 STATION NETCDFs +0.06897453864415487 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199807_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199807_M_GLOBAL.out new file mode 100644 index 00000000..b1e67ae4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199807_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199807 STATION NETCDFs +0.05146039724349975 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199808_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199808_D_GLOBAL.out new file mode 100644 index 00000000..f434cac6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199808_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199808 STATION NETCDFs +0.06796769301096599 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199808_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199808_H_GLOBAL.out new file mode 100644 index 00000000..beebffd2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199808_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199808 STATION NETCDFs +0.04529293775558472 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199808_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199808_M_GLOBAL.out new file mode 100644 index 00000000..c9a8e68a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199808_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199808 STATION NETCDFs +0.07276445627212524 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199809_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199809_D_GLOBAL.out new file mode 100644 index 00000000..8b4ed0e4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199809_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199809 STATION NETCDFs +0.07199327945709229 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199809_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199809_H_GLOBAL.out new file mode 100644 index 00000000..d7742c3f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199809_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199809 STATION NETCDFs +0.06589196920394898 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199809_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199809_M_GLOBAL.out new file mode 100644 index 00000000..d75fbd4a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199809_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199809 STATION NETCDFs +0.054651347796122234 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199810_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199810_D_GLOBAL.out new file mode 100644 index 00000000..40a07a5c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199810_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199810 STATION NETCDFs +0.06972011725107828 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199810_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199810_H_GLOBAL.out new file mode 100644 index 00000000..e7f2e964 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199810_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199810 STATION NETCDFs +0.062257933616638186 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199810_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199810_M_GLOBAL.out new file mode 100644 index 00000000..f67eade1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199810_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199810 STATION NETCDFs +0.078392227490743 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199811_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199811_D_GLOBAL.out new file mode 100644 index 00000000..bb303684 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199811_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199811 STATION NETCDFs +0.07282426357269287 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199811_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199811_H_GLOBAL.out new file mode 100644 index 00000000..84ae8b2c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199811_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199811 STATION NETCDFs +0.07922521829605103 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199811_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199811_M_GLOBAL.out new file mode 100644 index 00000000..24190075 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199811_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199811 STATION NETCDFs +0.05530582666397095 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199812_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199812_D_GLOBAL.out new file mode 100644 index 00000000..bfce8b10 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199812_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199812 STATION NETCDFs +0.08390353918075562 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199812_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199812_H_GLOBAL.out new file mode 100644 index 00000000..d8a5ec5a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199812_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199812 STATION NETCDFs +0.0639294425646464 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199812_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199812_M_GLOBAL.out new file mode 100644 index 00000000..4ea14091 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199812_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199812 STATION NETCDFs +0.0816493034362793 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199901_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199901_D_GLOBAL.out new file mode 100644 index 00000000..501b7b52 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199901_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199901 STATION NETCDFs +0.0819410761197408 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199901_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199901_H_GLOBAL.out new file mode 100644 index 00000000..62e02e82 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199901_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199901 STATION NETCDFs +0.06891424655914306 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199901_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199901_M_GLOBAL.out new file mode 100644 index 00000000..14151900 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199901_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199901 STATION NETCDFs +0.06183799505233765 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199902_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199902_D_GLOBAL.out new file mode 100644 index 00000000..646bd310 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199902_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199902 STATION NETCDFs +0.06141366958618164 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199902_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199902_H_GLOBAL.out new file mode 100644 index 00000000..c5ca8e85 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199902_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199902 STATION NETCDFs +0.0821783979733785 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199902_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199902_M_GLOBAL.out new file mode 100644 index 00000000..a8db0efa --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199902_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199902 STATION NETCDFs +0.07138894001642863 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199903_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199903_D_GLOBAL.out new file mode 100644 index 00000000..228f4b49 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199903_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199903 STATION NETCDFs +0.08165784279505411 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199903_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199903_H_GLOBAL.out new file mode 100644 index 00000000..b1ab6513 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199903_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199903 STATION NETCDFs +0.05331214269002279 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199903_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199903_M_GLOBAL.out new file mode 100644 index 00000000..1703e828 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199903_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199903 STATION NETCDFs +0.09045302867889404 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199904_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199904_D_GLOBAL.out new file mode 100644 index 00000000..e0f1e2df --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199904_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199904 STATION NETCDFs +0.07566043535868326 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199904_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199904_H_GLOBAL.out new file mode 100644 index 00000000..9d852772 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199904_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199904 STATION NETCDFs +0.056015169620513915 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199904_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199904_M_GLOBAL.out new file mode 100644 index 00000000..9e6414a6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199904_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199904 STATION NETCDFs +0.06289153099060059 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199905_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199905_D_GLOBAL.out new file mode 100644 index 00000000..2bff947d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199905_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199905 STATION NETCDFs +0.08086150884628296 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199905_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199905_H_GLOBAL.out new file mode 100644 index 00000000..edbf99d7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199905_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199905 STATION NETCDFs +0.08394794464111328 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199905_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199905_M_GLOBAL.out new file mode 100644 index 00000000..274d454f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199905_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199905 STATION NETCDFs +0.07341509262720744 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199906_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199906_D_GLOBAL.out new file mode 100644 index 00000000..a831e758 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199906_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199906 STATION NETCDFs +0.08149174451828003 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199906_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199906_H_GLOBAL.out new file mode 100644 index 00000000..2bed626e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199906_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199906 STATION NETCDFs +0.07617668310801189 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199906_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199906_M_GLOBAL.out new file mode 100644 index 00000000..42e1319c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199906_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199906 STATION NETCDFs +0.055333733558654785 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199907_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199907_D_GLOBAL.out new file mode 100644 index 00000000..b9428b8d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199907_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199907 STATION NETCDFs +0.05725816488265991 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199907_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199907_H_GLOBAL.out new file mode 100644 index 00000000..498b0250 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199907_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199907 STATION NETCDFs +0.059668338298797606 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199907_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199907_M_GLOBAL.out new file mode 100644 index 00000000..04d113b4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199907_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199907 STATION NETCDFs +0.0560003916422526 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199908_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199908_D_GLOBAL.out new file mode 100644 index 00000000..5f3107f5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199908_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199908 STATION NETCDFs +0.08927663167317708 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199908_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199908_H_GLOBAL.out new file mode 100644 index 00000000..14c2517c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199908_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199908 STATION NETCDFs +0.04879159132639567 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199908_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199908_M_GLOBAL.out new file mode 100644 index 00000000..c2f7af26 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199908_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199908 STATION NETCDFs +0.07969207763671875 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199909_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199909_D_GLOBAL.out new file mode 100644 index 00000000..6b1f5012 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199909_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199909 STATION NETCDFs +0.08010888497034709 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199909_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199909_H_GLOBAL.out new file mode 100644 index 00000000..fb7a6a15 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199909_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199909 STATION NETCDFs +0.07476466496785482 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199909_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199909_M_GLOBAL.out new file mode 100644 index 00000000..544990d9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199909_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199909 STATION NETCDFs +0.07435379425684611 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199910_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199910_D_GLOBAL.out new file mode 100644 index 00000000..237c259d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199910_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199910 STATION NETCDFs +0.07979571421941122 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199910_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199910_H_GLOBAL.out new file mode 100644 index 00000000..e0556dee --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199910_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199910 STATION NETCDFs +0.04984215497970581 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199910_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199910_M_GLOBAL.out new file mode 100644 index 00000000..baeeaaac --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199910_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199910 STATION NETCDFs +0.07688045501708984 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199911_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199911_D_GLOBAL.out new file mode 100644 index 00000000..e64d08ba --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199911_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199911 STATION NETCDFs +0.05497385263442993 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199911_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199911_H_GLOBAL.out new file mode 100644 index 00000000..f43f44e5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199911_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199911 STATION NETCDFs +0.0772574226061503 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199911_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199911_M_GLOBAL.out new file mode 100644 index 00000000..5913c47c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199911_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199911 STATION NETCDFs +0.07924342552820841 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199912_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199912_D_GLOBAL.out new file mode 100644 index 00000000..49aa6b7d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199912_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199912 STATION NETCDFs +0.07350565195083618 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199912_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199912_H_GLOBAL.out new file mode 100644 index 00000000..4423e3e0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199912_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199912 STATION NETCDFs +0.07448258797327677 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_199912_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_199912_M_GLOBAL.out new file mode 100644 index 00000000..0fc2679e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_199912_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199912 STATION NETCDFs +0.09253652095794677 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200001_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200001_D_GLOBAL.out new file mode 100644 index 00000000..e0447c05 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200001_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200001 STATION NETCDFs +0.054790174961090087 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200001_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200001_H_GLOBAL.out new file mode 100644 index 00000000..9e2b550b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200001_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200001 STATION NETCDFs +0.07920185724894206 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200001_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200001_M_GLOBAL.out new file mode 100644 index 00000000..9148203d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200001_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200001 STATION NETCDFs +0.053452165921529134 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200002_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200002_D_GLOBAL.out new file mode 100644 index 00000000..8aedc5a0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200002_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200002 STATION NETCDFs +0.07873459259668986 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200002_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200002_H_GLOBAL.out new file mode 100644 index 00000000..4df55b4c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200002_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200002 STATION NETCDFs +0.07260310252507528 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200002_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200002_M_GLOBAL.out new file mode 100644 index 00000000..99a79099 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200002_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200002 STATION NETCDFs +0.05971682866414388 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200003_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200003_D_GLOBAL.out new file mode 100644 index 00000000..c42f0d47 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200003_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200003 STATION NETCDFs +0.09233492612838745 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200003_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200003_H_GLOBAL.out new file mode 100644 index 00000000..be1f51a1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200003_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200003 STATION NETCDFs +0.07325154145558675 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200003_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200003_M_GLOBAL.out new file mode 100644 index 00000000..89115d9c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200003_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200003 STATION NETCDFs +0.06601114670435587 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200004_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200004_D_GLOBAL.out new file mode 100644 index 00000000..eed272a4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200004_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200004 STATION NETCDFs +0.054601021607716876 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200004_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200004_H_GLOBAL.out new file mode 100644 index 00000000..4064f24f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200004_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200004 STATION NETCDFs +0.05192955732345581 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200004_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200004_M_GLOBAL.out new file mode 100644 index 00000000..8e501c06 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200004_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200004 STATION NETCDFs +0.08843563000361125 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200005_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200005_D_GLOBAL.out new file mode 100644 index 00000000..94008825 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200005_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200005 STATION NETCDFs +0.0788988709449768 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200005_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200005_H_GLOBAL.out new file mode 100644 index 00000000..714c5aeb --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200005_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200005 STATION NETCDFs +0.08195532957712809 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200005_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200005_M_GLOBAL.out new file mode 100644 index 00000000..1828f563 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200005_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200005 STATION NETCDFs +0.05936849514643351 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200006_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200006_D_GLOBAL.out new file mode 100644 index 00000000..aee7f1d2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200006_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200006 STATION NETCDFs +0.08857035636901855 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200006_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200006_H_GLOBAL.out new file mode 100644 index 00000000..a3fa95be --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200006_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200006 STATION NETCDFs +0.061492764949798585 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200006_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200006_M_GLOBAL.out new file mode 100644 index 00000000..b93251a9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200006_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200006 STATION NETCDFs +0.08222470283508301 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200007_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200007_D_GLOBAL.out new file mode 100644 index 00000000..6caa568c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200007_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200007 STATION NETCDFs +0.05746774276097615 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200007_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200007_H_GLOBAL.out new file mode 100644 index 00000000..e9156ed1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200007_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200007 STATION NETCDFs +0.05323726733525594 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200007_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200007_M_GLOBAL.out new file mode 100644 index 00000000..224560cb --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200007_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200007 STATION NETCDFs +0.08187611103057861 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200008_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200008_D_GLOBAL.out new file mode 100644 index 00000000..24a55e0d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200008_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200008 STATION NETCDFs +0.083988090356191 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200008_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200008_H_GLOBAL.out new file mode 100644 index 00000000..a80a40be --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200008_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200008 STATION NETCDFs +0.05658741394678752 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200008_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200008_M_GLOBAL.out new file mode 100644 index 00000000..de8898a1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200008_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200008 STATION NETCDFs +0.0806171735127767 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200009_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200009_D_GLOBAL.out new file mode 100644 index 00000000..87265905 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200009_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200009 STATION NETCDFs +0.08359793027242025 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200009_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200009_H_GLOBAL.out new file mode 100644 index 00000000..70ce9c88 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200009_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200009 STATION NETCDFs +0.062062148253122965 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200009_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200009_M_GLOBAL.out new file mode 100644 index 00000000..0670ffa9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200009_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200009 STATION NETCDFs +0.07428162495295207 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200010_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200010_D_GLOBAL.out new file mode 100644 index 00000000..e1c12591 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200010_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200010 STATION NETCDFs +0.07446346680323283 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200010_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200010_H_GLOBAL.out new file mode 100644 index 00000000..3c6b3e3e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200010_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200010 STATION NETCDFs +0.07261786063512167 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200010_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200010_M_GLOBAL.out new file mode 100644 index 00000000..b85c6131 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200010_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200010 STATION NETCDFs +0.08270748853683471 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200011_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200011_D_GLOBAL.out new file mode 100644 index 00000000..619fb77b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200011_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200011 STATION NETCDFs +0.06346147855122884 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200011_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200011_H_GLOBAL.out new file mode 100644 index 00000000..afe4cefd --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200011_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200011 STATION NETCDFs +0.05720310608545939 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200011_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200011_M_GLOBAL.out new file mode 100644 index 00000000..07a6b333 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200011_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200011 STATION NETCDFs +0.07283054987589518 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200012_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200012_D_GLOBAL.out new file mode 100644 index 00000000..16f0e259 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200012_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200012 STATION NETCDFs +0.060240801175435385 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200012_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200012_H_GLOBAL.out new file mode 100644 index 00000000..e2cfed38 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200012_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200012 STATION NETCDFs +0.05659663677215576 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200012_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200012_M_GLOBAL.out new file mode 100644 index 00000000..2205f6b1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200012_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200012 STATION NETCDFs +0.07033844391504923 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200101_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200101_D_GLOBAL.out new file mode 100644 index 00000000..ca2efbe8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200101_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200101 STATION NETCDFs +0.06302266518274943 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200101_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200101_H_GLOBAL.out new file mode 100644 index 00000000..885b63b9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200101_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200101 STATION NETCDFs +0.07281680107116699 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200101_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200101_M_GLOBAL.out new file mode 100644 index 00000000..796b4f81 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200101_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200101 STATION NETCDFs +0.07207581996917725 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200102_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200102_D_GLOBAL.out new file mode 100644 index 00000000..1654f6d8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200102_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200102 STATION NETCDFs +0.08076663812001546 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200102_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200102_H_GLOBAL.out new file mode 100644 index 00000000..d18ebfef --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200102_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200102 STATION NETCDFs +0.07733100255330404 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200102_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200102_M_GLOBAL.out new file mode 100644 index 00000000..cdb1da5b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200102_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200102 STATION NETCDFs +0.09060459931691488 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200103_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200103_D_GLOBAL.out new file mode 100644 index 00000000..eaa76b8d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200103_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200103 STATION NETCDFs +0.05360677242279053 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200103_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200103_H_GLOBAL.out new file mode 100644 index 00000000..de5a5ab1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200103_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200103 STATION NETCDFs +0.08011525472005208 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200103_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200103_M_GLOBAL.out new file mode 100644 index 00000000..6c9678b1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200103_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200103 STATION NETCDFs +0.061675707499186196 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200104_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200104_D_GLOBAL.out new file mode 100644 index 00000000..e8416c5e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200104_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200104 STATION NETCDFs +0.053330238660176596 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200104_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200104_H_GLOBAL.out new file mode 100644 index 00000000..eebe1ffc --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200104_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200104 STATION NETCDFs +0.05397615432739258 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200104_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200104_M_GLOBAL.out new file mode 100644 index 00000000..89b379df --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200104_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200104 STATION NETCDFs +0.08110224803288778 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200105_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200105_D_GLOBAL.out new file mode 100644 index 00000000..e5465fc8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200105_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200105 STATION NETCDFs +0.061412886778513594 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200105_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200105_H_GLOBAL.out new file mode 100644 index 00000000..0310bc2e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200105_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200105 STATION NETCDFs +0.08234862883885702 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200105_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200105_M_GLOBAL.out new file mode 100644 index 00000000..50eb91ce --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200105_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200105 STATION NETCDFs +0.07219038407007854 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200106_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200106_D_GLOBAL.out new file mode 100644 index 00000000..05a9c1b3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200106_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200106 STATION NETCDFs +0.06315276225407919 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200106_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200106_H_GLOBAL.out new file mode 100644 index 00000000..906355f3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200106_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200106 STATION NETCDFs +0.05950751304626465 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200106_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200106_M_GLOBAL.out new file mode 100644 index 00000000..0b88ecc2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200106_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200106 STATION NETCDFs +0.06339408159255981 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200107_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200107_D_GLOBAL.out new file mode 100644 index 00000000..b359ae0e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200107_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200107 STATION NETCDFs +0.06958706378936767 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200107_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200107_H_GLOBAL.out new file mode 100644 index 00000000..bc45f46d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200107_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200107 STATION NETCDFs +0.05824917952219645 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200107_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200107_M_GLOBAL.out new file mode 100644 index 00000000..e5eb12a0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200107_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200107 STATION NETCDFs +0.05869489113489787 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200108_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200108_D_GLOBAL.out new file mode 100644 index 00000000..e68fc173 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200108_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200108 STATION NETCDFs +0.07406741380691528 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200108_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200108_H_GLOBAL.out new file mode 100644 index 00000000..04c706c3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200108_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200108 STATION NETCDFs +0.06067578395207723 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200108_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200108_M_GLOBAL.out new file mode 100644 index 00000000..2d36ef44 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200108_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200108 STATION NETCDFs +0.0533533255259196 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200109_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200109_D_GLOBAL.out new file mode 100644 index 00000000..4b6b33f6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200109_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200109 STATION NETCDFs +0.05793020725250244 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200109_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200109_H_GLOBAL.out new file mode 100644 index 00000000..8ea0ec5c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200109_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200109 STATION NETCDFs +0.07639331022898356 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200109_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200109_M_GLOBAL.out new file mode 100644 index 00000000..6aed8193 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200109_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200109 STATION NETCDFs +0.07659780581792196 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200110_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200110_D_GLOBAL.out new file mode 100644 index 00000000..a04d26d3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200110_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200110 STATION NETCDFs +0.05480412642161051 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200110_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200110_H_GLOBAL.out new file mode 100644 index 00000000..053ebc9a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200110_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200110 STATION NETCDFs +0.07632557551066081 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200110_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200110_M_GLOBAL.out new file mode 100644 index 00000000..2193ee4c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200110_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200110 STATION NETCDFs +0.07414016723632813 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200111_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200111_D_GLOBAL.out new file mode 100644 index 00000000..9a9a7c30 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200111_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200111 STATION NETCDFs +0.07476893266042074 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200111_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200111_H_GLOBAL.out new file mode 100644 index 00000000..78dd6de9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200111_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200111 STATION NETCDFs +0.07606259187062582 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200111_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200111_M_GLOBAL.out new file mode 100644 index 00000000..ec3d44ac --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200111_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200111 STATION NETCDFs +0.06300965944925944 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200112_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200112_D_GLOBAL.out new file mode 100644 index 00000000..cfdf5796 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200112_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200112 STATION NETCDFs +0.052122588952382407 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200112_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200112_H_GLOBAL.out new file mode 100644 index 00000000..939d01fd --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200112_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200112 STATION NETCDFs +0.05330119530359904 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200112_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200112_M_GLOBAL.out new file mode 100644 index 00000000..79c9cd94 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200112_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200112 STATION NETCDFs +0.08363863627115885 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200201_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200201_D_GLOBAL.out new file mode 100644 index 00000000..e2695df3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200201_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200201 STATION NETCDFs +0.0758603056271871 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200201_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200201_H_GLOBAL.out new file mode 100644 index 00000000..719ca691 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200201_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200201 STATION NETCDFs +0.07613023916880289 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200201_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200201_M_GLOBAL.out new file mode 100644 index 00000000..b776ad09 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200201_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200201 STATION NETCDFs +0.0792839765548706 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200202_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200202_D_GLOBAL.out new file mode 100644 index 00000000..aac4e30b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200202_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200202 STATION NETCDFs +0.05603311459223429 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200202_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200202_H_GLOBAL.out new file mode 100644 index 00000000..78562606 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200202_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200202 STATION NETCDFs +0.07918483813603719 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200202_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200202_M_GLOBAL.out new file mode 100644 index 00000000..d0ec6661 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200202_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200202 STATION NETCDFs +0.06091817617416382 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200203_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200203_D_GLOBAL.out new file mode 100644 index 00000000..421f550d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200203_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200203 STATION NETCDFs +0.09541709423065185 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200203_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200203_H_GLOBAL.out new file mode 100644 index 00000000..00b327c8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200203_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200203 STATION NETCDFs +0.05643105904261271 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200203_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200203_M_GLOBAL.out new file mode 100644 index 00000000..80fc0053 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200203_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200203 STATION NETCDFs +0.05996906757354736 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200204_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200204_D_GLOBAL.out new file mode 100644 index 00000000..0e85d1f3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200204_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200204 STATION NETCDFs +0.07712437709172566 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200204_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200204_H_GLOBAL.out new file mode 100644 index 00000000..80433ea4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200204_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200204 STATION NETCDFs +0.07330768505732219 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200204_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200204_M_GLOBAL.out new file mode 100644 index 00000000..89a09b3d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200204_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200204 STATION NETCDFs +0.07727789481480916 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200205_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200205_D_GLOBAL.out new file mode 100644 index 00000000..38d9379d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200205_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200205 STATION NETCDFs +0.07951504786809285 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200205_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200205_H_GLOBAL.out new file mode 100644 index 00000000..548218ef --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200205_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200205 STATION NETCDFs +0.07914433479309083 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200205_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200205_M_GLOBAL.out new file mode 100644 index 00000000..89ca6f9b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200205_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200205 STATION NETCDFs +0.05876731872558594 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200206_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200206_D_GLOBAL.out new file mode 100644 index 00000000..c0077aa9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200206_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200206 STATION NETCDFs +0.08080893754959106 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200206_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200206_H_GLOBAL.out new file mode 100644 index 00000000..35e4a035 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200206_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200206 STATION NETCDFs +0.07305345137914022 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200206_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200206_M_GLOBAL.out new file mode 100644 index 00000000..d12fb14f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200206_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200206 STATION NETCDFs +0.061722302436828615 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200207_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200207_D_GLOBAL.out new file mode 100644 index 00000000..ac6a9ec9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200207_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200207 STATION NETCDFs +0.05322597026824951 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200207_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200207_H_GLOBAL.out new file mode 100644 index 00000000..276c478e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200207_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200207 STATION NETCDFs +0.04945501883824666 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200207_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200207_M_GLOBAL.out new file mode 100644 index 00000000..e3a56691 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200207_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200207 STATION NETCDFs +0.0800041119257609 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200208_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200208_D_GLOBAL.out new file mode 100644 index 00000000..852a3518 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200208_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200208 STATION NETCDFs +0.07485786676406861 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200208_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200208_H_GLOBAL.out new file mode 100644 index 00000000..632b2bb5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200208_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200208 STATION NETCDFs +0.07617491881052653 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200208_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200208_M_GLOBAL.out new file mode 100644 index 00000000..f6556dec --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200208_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200208 STATION NETCDFs +0.049136618773142494 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200209_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200209_D_GLOBAL.out new file mode 100644 index 00000000..27deeb2b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200209_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200209 STATION NETCDFs +0.06710844437281291 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200209_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200209_H_GLOBAL.out new file mode 100644 index 00000000..eb031926 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200209_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200209 STATION NETCDFs +0.07484589417775472 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200209_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200209_M_GLOBAL.out new file mode 100644 index 00000000..bd9bc788 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200209_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200209 STATION NETCDFs +0.07043782075246176 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200210_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200210_D_GLOBAL.out new file mode 100644 index 00000000..be392bfd --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200210_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200210 STATION NETCDFs +0.05896023114522298 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200210_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200210_H_GLOBAL.out new file mode 100644 index 00000000..138491b0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200210_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200210 STATION NETCDFs +0.0558132529258728 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200210_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200210_M_GLOBAL.out new file mode 100644 index 00000000..9b61580d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200210_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200210 STATION NETCDFs +0.04972186088562012 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200211_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200211_D_GLOBAL.out new file mode 100644 index 00000000..9181d843 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200211_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200211 STATION NETCDFs +0.08575437466303508 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200211_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200211_H_GLOBAL.out new file mode 100644 index 00000000..64e3807f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200211_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200211 STATION NETCDFs +0.06431498130162557 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200211_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200211_M_GLOBAL.out new file mode 100644 index 00000000..84afe69b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200211_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200211 STATION NETCDFs +0.06273960669835409 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200212_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200212_D_GLOBAL.out new file mode 100644 index 00000000..9ba289b2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200212_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200212 STATION NETCDFs +0.08200636307398478 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200212_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200212_H_GLOBAL.out new file mode 100644 index 00000000..725afc38 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200212_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200212 STATION NETCDFs +0.07916915416717529 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200212_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200212_M_GLOBAL.out new file mode 100644 index 00000000..8345b2d1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200212_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200212 STATION NETCDFs +0.08532483577728271 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200301_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200301_D_GLOBAL.out new file mode 100644 index 00000000..1379b0af --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200301_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200301 STATION NETCDFs +0.06059948603312174 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200301_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200301_H_GLOBAL.out new file mode 100644 index 00000000..175a1445 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200301_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200301 STATION NETCDFs +0.055224748452504475 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200301_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200301_M_GLOBAL.out new file mode 100644 index 00000000..3a1f705b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200301_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200301 STATION NETCDFs +0.08312331040700277 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200302_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200302_D_GLOBAL.out new file mode 100644 index 00000000..355dde6e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200302_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200302 STATION NETCDFs +0.056138575077056885 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200302_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200302_H_GLOBAL.out new file mode 100644 index 00000000..6c2af95a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200302_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200302 STATION NETCDFs +0.06044193903605143 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200302_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200302_M_GLOBAL.out new file mode 100644 index 00000000..a83af62e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200302_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200302 STATION NETCDFs +0.0772997538248698 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200303_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200303_D_GLOBAL.out new file mode 100644 index 00000000..55866d9f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200303_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200303 STATION NETCDFs +0.05575492382049561 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200303_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200303_H_GLOBAL.out new file mode 100644 index 00000000..59bac920 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200303_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200303 STATION NETCDFs +0.07814708153406778 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200303_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200303_M_GLOBAL.out new file mode 100644 index 00000000..dfcc6c05 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200303_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200303 STATION NETCDFs +0.06537323792775472 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200304_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200304_D_GLOBAL.out new file mode 100644 index 00000000..31938681 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200304_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200304 STATION NETCDFs +0.05061163902282715 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200304_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200304_H_GLOBAL.out new file mode 100644 index 00000000..b0af1154 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200304_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200304 STATION NETCDFs +0.0599415381749471 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200304_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200304_M_GLOBAL.out new file mode 100644 index 00000000..614270ca --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200304_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200304 STATION NETCDFs +0.07886089483896891 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200305_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200305_D_GLOBAL.out new file mode 100644 index 00000000..7a556e10 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200305_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200305 STATION NETCDFs +0.07665015856424967 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200305_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200305_H_GLOBAL.out new file mode 100644 index 00000000..22cc017d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200305_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200305 STATION NETCDFs +0.0737701416015625 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200305_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200305_M_GLOBAL.out new file mode 100644 index 00000000..f632a646 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200305_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200305 STATION NETCDFs +0.04680118163426717 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200306_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200306_D_GLOBAL.out new file mode 100644 index 00000000..52170ed6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200306_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200306 STATION NETCDFs +0.05371704896291097 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200306_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200306_H_GLOBAL.out new file mode 100644 index 00000000..0a182ee3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200306_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200306 STATION NETCDFs +0.06724241177241007 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200306_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200306_M_GLOBAL.out new file mode 100644 index 00000000..37f2b84e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200306_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200306 STATION NETCDFs +0.05964494148890177 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200307_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200307_D_GLOBAL.out new file mode 100644 index 00000000..64e612dc --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200307_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200307 STATION NETCDFs +0.045976146062215166 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200307_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200307_H_GLOBAL.out new file mode 100644 index 00000000..ab46a7fc --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200307_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200307 STATION NETCDFs +0.08984382152557373 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200307_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200307_M_GLOBAL.out new file mode 100644 index 00000000..06f4968c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200307_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200307 STATION NETCDFs +0.0755332072575887 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200308_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200308_D_GLOBAL.out new file mode 100644 index 00000000..276767cb --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200308_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200308 STATION NETCDFs +0.09736318190892537 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200308_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200308_H_GLOBAL.out new file mode 100644 index 00000000..b1a79b19 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200308_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200308 STATION NETCDFs +0.06724115212758382 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200308_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200308_M_GLOBAL.out new file mode 100644 index 00000000..e19ac685 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200308_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200308 STATION NETCDFs +0.0697067658106486 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200309_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200309_D_GLOBAL.out new file mode 100644 index 00000000..f68661a9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200309_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200309 STATION NETCDFs +0.07264378468195597 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200309_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200309_H_GLOBAL.out new file mode 100644 index 00000000..664807cb --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200309_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200309 STATION NETCDFs +0.06962435642878215 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200309_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200309_M_GLOBAL.out new file mode 100644 index 00000000..69cb5047 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200309_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200309 STATION NETCDFs +0.05256674289703369 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200310_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200310_D_GLOBAL.out new file mode 100644 index 00000000..2e696a38 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200310_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200310 STATION NETCDFs +0.0717346707979838 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200310_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200310_H_GLOBAL.out new file mode 100644 index 00000000..caef04e5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200310_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200310 STATION NETCDFs +0.050191307067871095 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200310_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200310_M_GLOBAL.out new file mode 100644 index 00000000..9e5543ed --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200310_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200310 STATION NETCDFs +0.058771955966949466 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200311_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200311_D_GLOBAL.out new file mode 100644 index 00000000..5e0e82b0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200311_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200311 STATION NETCDFs +0.05321780443191528 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200311_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200311_H_GLOBAL.out new file mode 100644 index 00000000..472fca65 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200311_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200311 STATION NETCDFs +0.056126471360524496 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200311_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200311_M_GLOBAL.out new file mode 100644 index 00000000..18b26751 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200311_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200311 STATION NETCDFs +0.060570414861043295 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200312_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200312_D_GLOBAL.out new file mode 100644 index 00000000..f8852087 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200312_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200312 STATION NETCDFs +0.0510756770769755 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200312_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200312_H_GLOBAL.out new file mode 100644 index 00000000..1d44ded4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200312_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200312 STATION NETCDFs +0.05945985317230225 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200312_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200312_M_GLOBAL.out new file mode 100644 index 00000000..a229daec --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200312_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200312 STATION NETCDFs +0.07527499596277873 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200401_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200401_D_GLOBAL.out new file mode 100644 index 00000000..0518466a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200401_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200401 STATION NETCDFs +0.07957788308461507 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200401_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200401_H_GLOBAL.out new file mode 100644 index 00000000..4b08bb31 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200401_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200401 STATION NETCDFs +0.048894437154134114 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200401_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200401_M_GLOBAL.out new file mode 100644 index 00000000..a03b898a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200401_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200401 STATION NETCDFs +0.05839445988337199 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200402_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200402_D_GLOBAL.out new file mode 100644 index 00000000..5d3c0d62 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200402_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200402 STATION NETCDFs +0.06811135609944662 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200402_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200402_H_GLOBAL.out new file mode 100644 index 00000000..774275b7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200402_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200402 STATION NETCDFs +0.05292181571324666 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200402_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200402_M_GLOBAL.out new file mode 100644 index 00000000..c5b84454 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200402_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200402 STATION NETCDFs +0.08525823752085368 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200403_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200403_D_GLOBAL.out new file mode 100644 index 00000000..1cdbae97 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200403_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200403 STATION NETCDFs +0.05037208398183187 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200403_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200403_H_GLOBAL.out new file mode 100644 index 00000000..e53457d2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200403_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200403 STATION NETCDFs +0.05698298215866089 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200403_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200403_M_GLOBAL.out new file mode 100644 index 00000000..decc38df --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200403_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200403 STATION NETCDFs +0.07727053960164389 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200404_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200404_D_GLOBAL.out new file mode 100644 index 00000000..bfc3bfa8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200404_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200404 STATION NETCDFs +0.057633388042449954 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200404_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200404_H_GLOBAL.out new file mode 100644 index 00000000..7c50b683 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200404_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200404 STATION NETCDFs +0.07808489799499511 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200404_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200404_M_GLOBAL.out new file mode 100644 index 00000000..3963c3ad --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200404_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200404 STATION NETCDFs +0.07104616562525432 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200405_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200405_D_GLOBAL.out new file mode 100644 index 00000000..e5f5dc1b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200405_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200405 STATION NETCDFs +0.07504801352818807 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200405_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200405_H_GLOBAL.out new file mode 100644 index 00000000..596b355c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200405_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200405 STATION NETCDFs +0.055565810203552245 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200405_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200405_M_GLOBAL.out new file mode 100644 index 00000000..ed3d73b9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200405_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200405 STATION NETCDFs +0.06577939589818318 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200406_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200406_D_GLOBAL.out new file mode 100644 index 00000000..f0324c41 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200406_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200406 STATION NETCDFs +0.053061660130818686 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200406_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200406_H_GLOBAL.out new file mode 100644 index 00000000..391a7ec8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200406_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200406 STATION NETCDFs +0.06959981123606364 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200406_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200406_M_GLOBAL.out new file mode 100644 index 00000000..e3047373 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200406_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200406 STATION NETCDFs +0.07195384899775187 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200407_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200407_D_GLOBAL.out new file mode 100644 index 00000000..a26da890 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200407_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200407 STATION NETCDFs +0.05654065211613973 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200407_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200407_H_GLOBAL.out new file mode 100644 index 00000000..8e839e1e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200407_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200407 STATION NETCDFs +0.07470400730768839 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200407_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200407_M_GLOBAL.out new file mode 100644 index 00000000..4062a7db --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200407_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200407 STATION NETCDFs +0.06287260850270589 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200408_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200408_D_GLOBAL.out new file mode 100644 index 00000000..f6251773 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200408_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200408 STATION NETCDFs +0.05931255022684733 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200408_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200408_H_GLOBAL.out new file mode 100644 index 00000000..7b8616ff --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200408_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200408 STATION NETCDFs +0.06445898612340291 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200408_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200408_M_GLOBAL.out new file mode 100644 index 00000000..6990e23e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200408_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200408 STATION NETCDFs +0.0744861125946045 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200409_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200409_D_GLOBAL.out new file mode 100644 index 00000000..2072d42a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200409_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200409 STATION NETCDFs +0.0518749197324117 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200409_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200409_H_GLOBAL.out new file mode 100644 index 00000000..e4d1b1e5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200409_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200409 STATION NETCDFs +0.06563565731048585 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200409_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200409_M_GLOBAL.out new file mode 100644 index 00000000..fce24a23 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200409_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200409 STATION NETCDFs +0.06492573420206706 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200410_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200410_D_GLOBAL.out new file mode 100644 index 00000000..7c381a5b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200410_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200410 STATION NETCDFs +0.0747283140818278 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200410_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200410_H_GLOBAL.out new file mode 100644 index 00000000..02e28bc8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200410_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200410 STATION NETCDFs +0.07526210546493531 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200410_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200410_M_GLOBAL.out new file mode 100644 index 00000000..7399636e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200410_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200410 STATION NETCDFs +0.050150994459788004 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200411_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200411_D_GLOBAL.out new file mode 100644 index 00000000..f501eb1d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200411_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200411 STATION NETCDFs +0.054530135790507 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200411_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200411_H_GLOBAL.out new file mode 100644 index 00000000..c5d50ee2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200411_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200411 STATION NETCDFs +0.05896641810735067 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200411_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200411_M_GLOBAL.out new file mode 100644 index 00000000..0e0cc6cc --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200411_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200411 STATION NETCDFs +0.053964789708455405 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200412_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200412_D_GLOBAL.out new file mode 100644 index 00000000..e661419d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200412_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200412 STATION NETCDFs +0.08230689764022828 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200412_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200412_H_GLOBAL.out new file mode 100644 index 00000000..be5d04fb --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200412_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200412 STATION NETCDFs +0.05833538373311361 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200412_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200412_M_GLOBAL.out new file mode 100644 index 00000000..bc51ad73 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200412_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200412 STATION NETCDFs +0.08171940644582112 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200501_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200501_D_GLOBAL.out new file mode 100644 index 00000000..67125438 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200501_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200501 STATION NETCDFs +0.06195565859476725 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200501_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200501_H_GLOBAL.out new file mode 100644 index 00000000..e760c226 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200501_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200501 STATION NETCDFs +0.06047762632369995 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200501_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200501_M_GLOBAL.out new file mode 100644 index 00000000..3e83ce7a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200501_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200501 STATION NETCDFs +0.0744213581085205 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200502_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200502_D_GLOBAL.out new file mode 100644 index 00000000..97a61ed7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200502_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200502 STATION NETCDFs +0.05892765919367472 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200502_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200502_H_GLOBAL.out new file mode 100644 index 00000000..c7b1de35 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200502_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200502 STATION NETCDFs +0.06579623619715373 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200502_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200502_M_GLOBAL.out new file mode 100644 index 00000000..bfd0fd06 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200502_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200502 STATION NETCDFs +0.04815974235534668 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200503_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200503_D_GLOBAL.out new file mode 100644 index 00000000..ab7ec618 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200503_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200503 STATION NETCDFs +0.06319811344146728 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200503_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200503_H_GLOBAL.out new file mode 100644 index 00000000..fcc7b442 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200503_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200503 STATION NETCDFs +0.08296281099319458 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200503_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200503_M_GLOBAL.out new file mode 100644 index 00000000..0eaa106a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200503_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200503 STATION NETCDFs +0.07879985570907592 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200504_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200504_D_GLOBAL.out new file mode 100644 index 00000000..4e1a2536 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200504_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200504 STATION NETCDFs +0.08477330207824707 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200504_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200504_H_GLOBAL.out new file mode 100644 index 00000000..e935518f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200504_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200504 STATION NETCDFs +0.06662969589233399 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200504_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200504_M_GLOBAL.out new file mode 100644 index 00000000..c3174590 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200504_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200504 STATION NETCDFs +0.06864849328994752 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200505_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200505_D_GLOBAL.out new file mode 100644 index 00000000..997d9de9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200505_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200505 STATION NETCDFs +0.056233000755310056 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200505_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200505_H_GLOBAL.out new file mode 100644 index 00000000..4e6c0f87 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200505_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200505 STATION NETCDFs +0.0766019344329834 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200505_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200505_M_GLOBAL.out new file mode 100644 index 00000000..341bd588 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200505_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200505 STATION NETCDFs +0.05309253931045532 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200506_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200506_D_GLOBAL.out new file mode 100644 index 00000000..553d8012 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200506_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200506 STATION NETCDFs +0.07961442867914835 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200506_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200506_H_GLOBAL.out new file mode 100644 index 00000000..94a5ea2b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200506_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200506 STATION NETCDFs +0.06309516032536824 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200506_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200506_M_GLOBAL.out new file mode 100644 index 00000000..7e666522 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200506_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200506 STATION NETCDFs +0.06721057891845703 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200507_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200507_D_GLOBAL.out new file mode 100644 index 00000000..7768f661 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200507_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200507 STATION NETCDFs +0.07850017547607421 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200507_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200507_H_GLOBAL.out new file mode 100644 index 00000000..c1de1c8c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200507_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200507 STATION NETCDFs +0.05836120843887329 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200507_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200507_M_GLOBAL.out new file mode 100644 index 00000000..386eda4d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200507_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200507 STATION NETCDFs +0.055826203028361006 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200508_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200508_D_GLOBAL.out new file mode 100644 index 00000000..3627172a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200508_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200508 STATION NETCDFs +0.06779593626658122 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200508_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200508_H_GLOBAL.out new file mode 100644 index 00000000..2d3e2e0c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200508_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200508 STATION NETCDFs +0.04335023959477743 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200508_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200508_M_GLOBAL.out new file mode 100644 index 00000000..c4cf9e0c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200508_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200508 STATION NETCDFs +0.07606995105743408 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200509_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200509_D_GLOBAL.out new file mode 100644 index 00000000..ff50f45d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200509_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200509 STATION NETCDFs +0.05439212719599406 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200509_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200509_H_GLOBAL.out new file mode 100644 index 00000000..d78014dd --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200509_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200509 STATION NETCDFs +0.04763474464416504 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200509_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200509_M_GLOBAL.out new file mode 100644 index 00000000..86bbe76d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200509_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200509 STATION NETCDFs +0.07954772313435872 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200510_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200510_D_GLOBAL.out new file mode 100644 index 00000000..9b52c9ec --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200510_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200510 STATION NETCDFs +0.08916591008504232 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200510_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200510_H_GLOBAL.out new file mode 100644 index 00000000..c22886da --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200510_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200510 STATION NETCDFs +0.047412172953287764 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200510_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200510_M_GLOBAL.out new file mode 100644 index 00000000..500b6e51 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200510_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200510 STATION NETCDFs +0.06338343222935995 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200511_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200511_D_GLOBAL.out new file mode 100644 index 00000000..81fa01b9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200511_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200511 STATION NETCDFs +0.043156703313191734 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200511_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200511_H_GLOBAL.out new file mode 100644 index 00000000..df2e5a3b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200511_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200511 STATION NETCDFs +0.07780541578928629 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200511_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200511_M_GLOBAL.out new file mode 100644 index 00000000..8f9be4f3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200511_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200511 STATION NETCDFs +0.08202786048253377 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200512_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200512_D_GLOBAL.out new file mode 100644 index 00000000..82e77259 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200512_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200512 STATION NETCDFs +0.07473949591318767 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200512_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200512_H_GLOBAL.out new file mode 100644 index 00000000..4e536e6c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200512_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200512 STATION NETCDFs +0.04990116755167643 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200512_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200512_M_GLOBAL.out new file mode 100644 index 00000000..cef69041 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200512_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200512 STATION NETCDFs +0.052952329317728676 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200601_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200601_D_GLOBAL.out new file mode 100644 index 00000000..64d878b2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200601_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200601 STATION NETCDFs +0.06507617235183716 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200601_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200601_H_GLOBAL.out new file mode 100644 index 00000000..98abda22 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200601_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200601 STATION NETCDFs +0.05520131587982178 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200601_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200601_M_GLOBAL.out new file mode 100644 index 00000000..bec6a36d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200601_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200601 STATION NETCDFs +0.05014421939849854 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200602_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200602_D_GLOBAL.out new file mode 100644 index 00000000..aa594001 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200602_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200602 STATION NETCDFs +0.06771808862686157 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200602_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200602_H_GLOBAL.out new file mode 100644 index 00000000..ae83db5e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200602_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200602 STATION NETCDFs +0.07000259160995484 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200602_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200602_M_GLOBAL.out new file mode 100644 index 00000000..4d9c72f5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200602_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200602 STATION NETCDFs +0.08056642611821492 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200603_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200603_D_GLOBAL.out new file mode 100644 index 00000000..df78d4f1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200603_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200603 STATION NETCDFs +0.07779853741327922 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200603_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200603_H_GLOBAL.out new file mode 100644 index 00000000..d3aa13cf --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200603_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200603 STATION NETCDFs +0.05139400164286296 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200603_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200603_M_GLOBAL.out new file mode 100644 index 00000000..8b127790 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200603_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200603 STATION NETCDFs +0.07883062362670898 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200604_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200604_D_GLOBAL.out new file mode 100644 index 00000000..384b1c59 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200604_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200604 STATION NETCDFs +0.05115634600321452 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200604_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200604_H_GLOBAL.out new file mode 100644 index 00000000..22e67a57 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200604_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200604 STATION NETCDFs +0.059857157866160075 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200604_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200604_M_GLOBAL.out new file mode 100644 index 00000000..aeb60352 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200604_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200604 STATION NETCDFs +0.07060527801513672 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200605_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200605_D_GLOBAL.out new file mode 100644 index 00000000..3c9c13c5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200605_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200605 STATION NETCDFs +0.04789106845855713 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200605_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200605_H_GLOBAL.out new file mode 100644 index 00000000..b9be4e65 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200605_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200605 STATION NETCDFs +0.04927672147750854 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200605_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200605_M_GLOBAL.out new file mode 100644 index 00000000..7d704e29 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200605_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200605 STATION NETCDFs +0.05219672123591105 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200606_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200606_D_GLOBAL.out new file mode 100644 index 00000000..eccd701b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200606_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200606 STATION NETCDFs +0.05209482908248901 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200606_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200606_H_GLOBAL.out new file mode 100644 index 00000000..bab097b7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200606_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200606 STATION NETCDFs +0.07103833357493082 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200606_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200606_M_GLOBAL.out new file mode 100644 index 00000000..fd30fc34 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200606_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200606 STATION NETCDFs +0.0790615955988566 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200607_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200607_D_GLOBAL.out new file mode 100644 index 00000000..444d2c47 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200607_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200607 STATION NETCDFs +0.07304571072260539 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200607_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200607_H_GLOBAL.out new file mode 100644 index 00000000..9d522308 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200607_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200607 STATION NETCDFs +0.04686797062555949 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200607_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200607_M_GLOBAL.out new file mode 100644 index 00000000..d08d9861 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200607_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200607 STATION NETCDFs +0.05175538460413615 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200608_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200608_D_GLOBAL.out new file mode 100644 index 00000000..3a29aff8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200608_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200608 STATION NETCDFs +0.06630162795384725 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200608_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200608_H_GLOBAL.out new file mode 100644 index 00000000..d76e738d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200608_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200608 STATION NETCDFs +0.07669355471928914 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200608_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200608_M_GLOBAL.out new file mode 100644 index 00000000..4034649e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200608_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200608 STATION NETCDFs +0.055320453643798825 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200609_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200609_D_GLOBAL.out new file mode 100644 index 00000000..16213f89 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200609_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200609 STATION NETCDFs +0.07396984895070394 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200609_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200609_H_GLOBAL.out new file mode 100644 index 00000000..cda688ab --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200609_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200609 STATION NETCDFs +0.05067487955093384 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200609_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200609_M_GLOBAL.out new file mode 100644 index 00000000..3b506c13 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200609_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200609 STATION NETCDFs +0.0529843012491862 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200610_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200610_D_GLOBAL.out new file mode 100644 index 00000000..1ac4ac2e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200610_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200610 STATION NETCDFs +0.048867666721343996 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200610_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200610_H_GLOBAL.out new file mode 100644 index 00000000..4c9c8437 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200610_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200610 STATION NETCDFs +0.059703771273295084 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200610_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200610_M_GLOBAL.out new file mode 100644 index 00000000..0f3535ff --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200610_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200610 STATION NETCDFs +0.05510353247324626 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200611_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200611_D_GLOBAL.out new file mode 100644 index 00000000..ea6a6c53 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200611_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200611 STATION NETCDFs +0.04871550401051839 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200611_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200611_H_GLOBAL.out new file mode 100644 index 00000000..10fd1ae7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200611_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200611 STATION NETCDFs +0.04916364749272664 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200611_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200611_M_GLOBAL.out new file mode 100644 index 00000000..b050fd2b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200611_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200611 STATION NETCDFs +0.0666005253791809 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200612_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200612_D_GLOBAL.out new file mode 100644 index 00000000..81bdffbf --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200612_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200612 STATION NETCDFs +0.050076790650685626 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200612_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200612_H_GLOBAL.out new file mode 100644 index 00000000..ee76c496 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200612_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200612 STATION NETCDFs +0.04643321434656779 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200612_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200612_M_GLOBAL.out new file mode 100644 index 00000000..a5a4217e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200612_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200612 STATION NETCDFs +0.048547669251759844 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200701_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200701_D_GLOBAL.out new file mode 100644 index 00000000..f36cf20c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200701_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200701 STATION NETCDFs +0.053523135185241696 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200701_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200701_H_GLOBAL.out new file mode 100644 index 00000000..8f29546a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200701_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200701 STATION NETCDFs +0.07330824931462605 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200701_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200701_M_GLOBAL.out new file mode 100644 index 00000000..8f90ea73 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200701_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200701 STATION NETCDFs +0.07244263490041097 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200702_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200702_D_GLOBAL.out new file mode 100644 index 00000000..cb8dc942 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200702_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200702 STATION NETCDFs +0.07639113267262777 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200702_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200702_H_GLOBAL.out new file mode 100644 index 00000000..dfb10c69 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200702_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200702 STATION NETCDFs +0.07451793352762857 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200702_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200702_M_GLOBAL.out new file mode 100644 index 00000000..0442f493 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200702_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200702 STATION NETCDFs +0.04785978396733602 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200703_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200703_D_GLOBAL.out new file mode 100644 index 00000000..81761541 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200703_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200703 STATION NETCDFs +0.05813974142074585 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200703_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200703_H_GLOBAL.out new file mode 100644 index 00000000..4cb02eaa --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200703_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200703 STATION NETCDFs +0.07060888210932413 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200703_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200703_M_GLOBAL.out new file mode 100644 index 00000000..d22bceaa --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200703_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200703 STATION NETCDFs +0.06899532477060953 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200704_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200704_D_GLOBAL.out new file mode 100644 index 00000000..898ad3e9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200704_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200704 STATION NETCDFs +0.06976491610209147 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200704_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200704_H_GLOBAL.out new file mode 100644 index 00000000..5fba0d7e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200704_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200704 STATION NETCDFs +0.08066112995147705 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200704_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200704_M_GLOBAL.out new file mode 100644 index 00000000..96274a11 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200704_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200704 STATION NETCDFs +0.057650129000345864 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200705_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200705_D_GLOBAL.out new file mode 100644 index 00000000..6c286ba6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200705_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200705 STATION NETCDFs +0.05592246452967326 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200705_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200705_H_GLOBAL.out new file mode 100644 index 00000000..ac3eff7d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200705_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200705 STATION NETCDFs +0.05613423188527425 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200705_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200705_M_GLOBAL.out new file mode 100644 index 00000000..83db7f1d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200705_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200705 STATION NETCDFs +0.04919572671254476 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200706_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200706_D_GLOBAL.out new file mode 100644 index 00000000..3a5015af --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200706_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200706 STATION NETCDFs +0.06531063715616862 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200706_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200706_H_GLOBAL.out new file mode 100644 index 00000000..2ee9695f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200706_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200706 STATION NETCDFs +0.07036908070246378 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200706_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200706_M_GLOBAL.out new file mode 100644 index 00000000..92cfb980 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200706_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200706 STATION NETCDFs +0.06723690827687581 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200707_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200707_D_GLOBAL.out new file mode 100644 index 00000000..9bb08e8d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200707_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200707 STATION NETCDFs +0.07786258061726888 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200707_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200707_H_GLOBAL.out new file mode 100644 index 00000000..09fdfda5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200707_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200707 STATION NETCDFs +0.06590028206507365 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200707_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200707_M_GLOBAL.out new file mode 100644 index 00000000..5f78f3eb --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200707_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200707 STATION NETCDFs +0.057635712623596194 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200708_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200708_D_GLOBAL.out new file mode 100644 index 00000000..49cea884 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200708_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200708 STATION NETCDFs +0.07826748689015707 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200708_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200708_H_GLOBAL.out new file mode 100644 index 00000000..c656d098 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200708_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200708 STATION NETCDFs +0.05546333392461141 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200708_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200708_M_GLOBAL.out new file mode 100644 index 00000000..b18e56c7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200708_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200708 STATION NETCDFs +0.06968571345011393 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200709_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200709_D_GLOBAL.out new file mode 100644 index 00000000..e0543aab --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200709_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200709 STATION NETCDFs +0.05710955063501994 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200709_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200709_H_GLOBAL.out new file mode 100644 index 00000000..c9c95177 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200709_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200709 STATION NETCDFs +0.06215687195460002 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200709_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200709_M_GLOBAL.out new file mode 100644 index 00000000..4cebfc70 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200709_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200709 STATION NETCDFs +0.047365438938140866 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200710_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200710_D_GLOBAL.out new file mode 100644 index 00000000..aa29a0f6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200710_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200710 STATION NETCDFs +0.07031870285669962 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200710_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200710_H_GLOBAL.out new file mode 100644 index 00000000..7e7c9d51 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200710_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200710 STATION NETCDFs +0.07121095657348633 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200710_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200710_M_GLOBAL.out new file mode 100644 index 00000000..e01fc4dc --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200710_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200710 STATION NETCDFs +0.0505367120107015 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200711_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200711_D_GLOBAL.out new file mode 100644 index 00000000..9492e219 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200711_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200711 STATION NETCDFs +0.07349658012390137 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200711_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200711_H_GLOBAL.out new file mode 100644 index 00000000..67ae2bbb --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200711_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200711 STATION NETCDFs +0.07102003494898478 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200711_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200711_M_GLOBAL.out new file mode 100644 index 00000000..bbed7566 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200711_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200711 STATION NETCDFs +0.061711883544921874 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200712_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200712_D_GLOBAL.out new file mode 100644 index 00000000..6e052d52 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200712_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200712 STATION NETCDFs +0.06444336970647176 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200712_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200712_H_GLOBAL.out new file mode 100644 index 00000000..87f69ce3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200712_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200712 STATION NETCDFs +0.0717646320660909 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200712_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200712_M_GLOBAL.out new file mode 100644 index 00000000..e939d1db --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200712_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200712 STATION NETCDFs +0.07423975070317586 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200801_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200801_D_GLOBAL.out new file mode 100644 index 00000000..6e5619e1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200801_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200801 STATION NETCDFs +0.05856469472249349 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200801_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200801_H_GLOBAL.out new file mode 100644 index 00000000..d9a11d52 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200801_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200801 STATION NETCDFs +0.04728235006332397 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200801_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200801_M_GLOBAL.out new file mode 100644 index 00000000..ea2f86b1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200801_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200801 STATION NETCDFs +0.049998589356740314 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200802_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200802_D_GLOBAL.out new file mode 100644 index 00000000..6c89f078 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200802_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200802 STATION NETCDFs +0.052746367454528806 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200802_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200802_H_GLOBAL.out new file mode 100644 index 00000000..2594570a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200802_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200802 STATION NETCDFs +0.05598400036493937 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200802_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200802_M_GLOBAL.out new file mode 100644 index 00000000..3cb73e6c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200802_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200802 STATION NETCDFs +0.07203460137049357 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200803_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200803_D_GLOBAL.out new file mode 100644 index 00000000..805bf2f2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200803_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200803 STATION NETCDFs +0.07068969011306762 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200803_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200803_H_GLOBAL.out new file mode 100644 index 00000000..30837c5c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200803_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200803 STATION NETCDFs +0.0706162174542745 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200803_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200803_M_GLOBAL.out new file mode 100644 index 00000000..296e0ce5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200803_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200803 STATION NETCDFs +0.049724256992340087 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200804_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200804_D_GLOBAL.out new file mode 100644 index 00000000..13d21b8f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200804_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200804 STATION NETCDFs +0.0875120759010315 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200804_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200804_H_GLOBAL.out new file mode 100644 index 00000000..d882dace --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200804_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200804 STATION NETCDFs +0.057258192698160806 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200804_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200804_M_GLOBAL.out new file mode 100644 index 00000000..a6175447 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200804_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200804 STATION NETCDFs +0.0755523165067037 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200805_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200805_D_GLOBAL.out new file mode 100644 index 00000000..be8c7b5b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200805_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200805 STATION NETCDFs +0.0527686595916748 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200805_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200805_H_GLOBAL.out new file mode 100644 index 00000000..32a9fdbc --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200805_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200805 STATION NETCDFs +0.06210534969965617 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200805_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200805_M_GLOBAL.out new file mode 100644 index 00000000..4b4b1b1f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200805_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200805 STATION NETCDFs +0.0694676955540975 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200806_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200806_D_GLOBAL.out new file mode 100644 index 00000000..9754cebc --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200806_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200806 STATION NETCDFs +0.050996287663777666 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200806_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200806_H_GLOBAL.out new file mode 100644 index 00000000..590c7421 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200806_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200806 STATION NETCDFs +0.049474672476450605 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200806_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200806_M_GLOBAL.out new file mode 100644 index 00000000..479d283f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200806_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200806 STATION NETCDFs +0.0756110668182373 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200807_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200807_D_GLOBAL.out new file mode 100644 index 00000000..8b675c48 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200807_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200807 STATION NETCDFs +0.0633047620455424 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200807_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200807_H_GLOBAL.out new file mode 100644 index 00000000..33821f26 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200807_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200807 STATION NETCDFs +0.04868299166361491 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200807_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200807_M_GLOBAL.out new file mode 100644 index 00000000..d6bfe61a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200807_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200807 STATION NETCDFs +0.05290313959121704 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200808_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200808_D_GLOBAL.out new file mode 100644 index 00000000..2f992e98 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200808_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200808 STATION NETCDFs +0.06387532154719035 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200808_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200808_H_GLOBAL.out new file mode 100644 index 00000000..76d8d7e4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200808_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200808 STATION NETCDFs +0.04722404479980469 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200808_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200808_M_GLOBAL.out new file mode 100644 index 00000000..099ef06c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200808_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200808 STATION NETCDFs +0.07851064602533976 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200809_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200809_D_GLOBAL.out new file mode 100644 index 00000000..692e491f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200809_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200809 STATION NETCDFs +0.08152692317962647 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200809_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200809_H_GLOBAL.out new file mode 100644 index 00000000..89cf3f6e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200809_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200809 STATION NETCDFs +0.053800074259440105 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200809_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200809_M_GLOBAL.out new file mode 100644 index 00000000..ed583b9f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200809_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200809 STATION NETCDFs +0.08568160931269328 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200810_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200810_D_GLOBAL.out new file mode 100644 index 00000000..013441bd --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200810_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200810 STATION NETCDFs +0.05043161312739054 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200810_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200810_H_GLOBAL.out new file mode 100644 index 00000000..ac66bfe1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200810_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200810 STATION NETCDFs +0.05222415526707967 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200810_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200810_M_GLOBAL.out new file mode 100644 index 00000000..3cec5631 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200810_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200810 STATION NETCDFs +0.07341582775115967 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200811_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200811_D_GLOBAL.out new file mode 100644 index 00000000..69c4709e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200811_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200811 STATION NETCDFs +0.0534900426864624 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200811_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200811_H_GLOBAL.out new file mode 100644 index 00000000..4b084266 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200811_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200811 STATION NETCDFs +0.07911661068598429 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200811_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200811_M_GLOBAL.out new file mode 100644 index 00000000..256eef4e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200811_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200811 STATION NETCDFs +0.05534255901972453 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200812_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200812_D_GLOBAL.out new file mode 100644 index 00000000..3691111e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200812_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200812 STATION NETCDFs +0.049907318751017254 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200812_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200812_H_GLOBAL.out new file mode 100644 index 00000000..ae6d9f61 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200812_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200812 STATION NETCDFs +0.060081013043721515 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200812_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200812_M_GLOBAL.out new file mode 100644 index 00000000..f0683178 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200812_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200812 STATION NETCDFs +0.04812250932057698 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200901_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200901_D_GLOBAL.out new file mode 100644 index 00000000..0142517c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200901_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200901 STATION NETCDFs +0.07478432257970175 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200901_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200901_H_GLOBAL.out new file mode 100644 index 00000000..e12696e1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200901_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200901 STATION NETCDFs +0.050473884741465254 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200901_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200901_M_GLOBAL.out new file mode 100644 index 00000000..687f4e20 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200901_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200901 STATION NETCDFs +0.06145904461542765 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200902_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200902_D_GLOBAL.out new file mode 100644 index 00000000..35906ba8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200902_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200902 STATION NETCDFs +0.08912636439005533 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200902_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200902_H_GLOBAL.out new file mode 100644 index 00000000..4151ad5c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200902_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200902 STATION NETCDFs +0.06073587735493978 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200902_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200902_M_GLOBAL.out new file mode 100644 index 00000000..e936844b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200902_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200902 STATION NETCDFs +0.04552274545033773 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200903_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200903_D_GLOBAL.out new file mode 100644 index 00000000..f5f11dcb --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200903_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200903 STATION NETCDFs +0.06919837792714437 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200903_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200903_H_GLOBAL.out new file mode 100644 index 00000000..d90b750a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200903_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200903 STATION NETCDFs +0.04794231653213501 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200903_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200903_M_GLOBAL.out new file mode 100644 index 00000000..2a6cd5c5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200903_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200903 STATION NETCDFs +0.06901301940282185 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200904_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200904_D_GLOBAL.out new file mode 100644 index 00000000..3b73e428 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200904_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200904 STATION NETCDFs +0.05630624294281006 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200904_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200904_H_GLOBAL.out new file mode 100644 index 00000000..266ce58d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200904_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200904 STATION NETCDFs +0.08056282997131348 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200904_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200904_M_GLOBAL.out new file mode 100644 index 00000000..2aab2add --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200904_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200904 STATION NETCDFs +0.06006844043731689 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200905_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200905_D_GLOBAL.out new file mode 100644 index 00000000..ed5ec783 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200905_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200905 STATION NETCDFs +0.07214225927988688 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200905_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200905_H_GLOBAL.out new file mode 100644 index 00000000..015a0d70 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200905_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200905 STATION NETCDFs +0.08803271055221558 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200905_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200905_M_GLOBAL.out new file mode 100644 index 00000000..5f9e727d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200905_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200905 STATION NETCDFs +0.06288257042566935 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200906_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200906_D_GLOBAL.out new file mode 100644 index 00000000..f3a84c5d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200906_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200906 STATION NETCDFs +0.07001006205876668 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200906_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200906_H_GLOBAL.out new file mode 100644 index 00000000..28f79518 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200906_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200906 STATION NETCDFs +0.05030131737391154 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200906_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200906_M_GLOBAL.out new file mode 100644 index 00000000..02814b5b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200906_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200906 STATION NETCDFs +0.07018948793411255 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200907_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200907_D_GLOBAL.out new file mode 100644 index 00000000..335c0531 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200907_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200907 STATION NETCDFs +0.052134875456492105 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200907_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200907_H_GLOBAL.out new file mode 100644 index 00000000..247b3fa3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200907_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200907 STATION NETCDFs +0.060856306552886964 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200907_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200907_M_GLOBAL.out new file mode 100644 index 00000000..565ea890 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200907_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200907 STATION NETCDFs +0.056143903732299806 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200908_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200908_D_GLOBAL.out new file mode 100644 index 00000000..0cdee4ac --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200908_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200908 STATION NETCDFs +0.06443653504053752 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200908_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200908_H_GLOBAL.out new file mode 100644 index 00000000..b76743f1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200908_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200908 STATION NETCDFs +0.07413809696833293 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200908_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200908_M_GLOBAL.out new file mode 100644 index 00000000..9b2bbef9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200908_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200908 STATION NETCDFs +0.06824272076288859 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200909_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200909_D_GLOBAL.out new file mode 100644 index 00000000..10efa1a9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200909_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200909 STATION NETCDFs +0.050164544582366945 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200909_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200909_H_GLOBAL.out new file mode 100644 index 00000000..fbdcd923 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200909_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200909 STATION NETCDFs +0.06210148334503174 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200909_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200909_M_GLOBAL.out new file mode 100644 index 00000000..7465bf36 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200909_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200909 STATION NETCDFs +0.05622023344039917 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200910_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200910_D_GLOBAL.out new file mode 100644 index 00000000..fb263743 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200910_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200910 STATION NETCDFs +0.0716073711713155 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200910_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200910_H_GLOBAL.out new file mode 100644 index 00000000..3e5996e2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200910_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200910 STATION NETCDFs +0.04680979251861572 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200910_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200910_M_GLOBAL.out new file mode 100644 index 00000000..a8accb77 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200910_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200910 STATION NETCDFs +0.07879374424616496 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200911_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200911_D_GLOBAL.out new file mode 100644 index 00000000..2df8a76e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200911_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200911 STATION NETCDFs +0.06614178021748861 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200911_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200911_H_GLOBAL.out new file mode 100644 index 00000000..48ae84ef --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200911_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200911 STATION NETCDFs +0.07646690209706625 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200911_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200911_M_GLOBAL.out new file mode 100644 index 00000000..aed04b6b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200911_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200911 STATION NETCDFs +0.06958529949188233 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200912_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200912_D_GLOBAL.out new file mode 100644 index 00000000..50608c66 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200912_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200912 STATION NETCDFs +0.06842774550120036 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200912_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200912_H_GLOBAL.out new file mode 100644 index 00000000..4a9eedf1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200912_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200912 STATION NETCDFs +0.09028038978576661 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_200912_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_200912_M_GLOBAL.out new file mode 100644 index 00000000..2f596209 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_200912_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200912 STATION NETCDFs +0.07937635580698649 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201001_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201001_D_GLOBAL.out new file mode 100644 index 00000000..6ae33133 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201001_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201001 STATION NETCDFs +0.07997020085652669 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201001_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201001_H_GLOBAL.out new file mode 100644 index 00000000..646fdfaf --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201001_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201001 STATION NETCDFs +0.08571215470631917 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201001_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201001_M_GLOBAL.out new file mode 100644 index 00000000..0e4f4452 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201001_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201001 STATION NETCDFs +0.08968018690745036 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201002_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201002_D_GLOBAL.out new file mode 100644 index 00000000..6264a185 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201002_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201002 STATION NETCDFs +0.06844995021820069 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201002_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201002_H_GLOBAL.out new file mode 100644 index 00000000..9150963e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201002_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201002 STATION NETCDFs +0.07939238548278808 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201002_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201002_M_GLOBAL.out new file mode 100644 index 00000000..8b36b3bc --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201002_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201002 STATION NETCDFs +0.08762978315353394 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201003_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201003_D_GLOBAL.out new file mode 100644 index 00000000..5615e5a3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201003_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201003 STATION NETCDFs +0.08116197188695272 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201003_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201003_H_GLOBAL.out new file mode 100644 index 00000000..eccda44d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201003_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201003 STATION NETCDFs +0.10145153999328613 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201003_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201003_M_GLOBAL.out new file mode 100644 index 00000000..f31d1b2a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201003_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201003 STATION NETCDFs +0.09217665195465088 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201004_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201004_D_GLOBAL.out new file mode 100644 index 00000000..26fe8228 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201004_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201004 STATION NETCDFs +0.07692986726760864 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201004_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201004_H_GLOBAL.out new file mode 100644 index 00000000..43844d9a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201004_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201004 STATION NETCDFs +0.08778367837270101 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201004_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201004_M_GLOBAL.out new file mode 100644 index 00000000..45a757d7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201004_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201004 STATION NETCDFs +0.10498424768447875 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201005_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201005_D_GLOBAL.out new file mode 100644 index 00000000..30fd3453 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201005_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201005 STATION NETCDFs +0.0812667449315389 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201005_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201005_H_GLOBAL.out new file mode 100644 index 00000000..4b768d4a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201005_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201005 STATION NETCDFs +0.07203778823216757 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201005_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201005_M_GLOBAL.out new file mode 100644 index 00000000..08f9b756 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201005_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201005 STATION NETCDFs +0.08085184494654338 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201006_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201006_D_GLOBAL.out new file mode 100644 index 00000000..3f82a3dc --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201006_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201006 STATION NETCDFs +0.07179384231567383 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201006_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201006_H_GLOBAL.out new file mode 100644 index 00000000..294b43c4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201006_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201006 STATION NETCDFs +0.0864246924718221 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201006_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201006_M_GLOBAL.out new file mode 100644 index 00000000..0fb7155e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201006_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201006 STATION NETCDFs +0.08189979394276937 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201007_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201007_D_GLOBAL.out new file mode 100644 index 00000000..11bedb27 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201007_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201007 STATION NETCDFs +0.0816605806350708 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201007_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201007_H_GLOBAL.out new file mode 100644 index 00000000..79cfe679 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201007_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201007 STATION NETCDFs +0.06702443758646646 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201007_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201007_M_GLOBAL.out new file mode 100644 index 00000000..7f60d1f2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201007_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201007 STATION NETCDFs +0.09196947813034058 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201008_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201008_D_GLOBAL.out new file mode 100644 index 00000000..10c790d0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201008_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201008 STATION NETCDFs +0.0911210576693217 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201008_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201008_H_GLOBAL.out new file mode 100644 index 00000000..047a09b7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201008_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201008 STATION NETCDFs +0.07993620236714681 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201008_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201008_M_GLOBAL.out new file mode 100644 index 00000000..9a596154 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201008_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201008 STATION NETCDFs +0.1009409507115682 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201009_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201009_D_GLOBAL.out new file mode 100644 index 00000000..18f7ed7a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201009_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201009 STATION NETCDFs +0.09106391270955404 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201009_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201009_H_GLOBAL.out new file mode 100644 index 00000000..42e12f1f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201009_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201009 STATION NETCDFs +0.07928489844004313 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201009_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201009_M_GLOBAL.out new file mode 100644 index 00000000..869b75e4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201009_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201009 STATION NETCDFs +0.07098828951517741 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201010_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201010_D_GLOBAL.out new file mode 100644 index 00000000..86a854df --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201010_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201010 STATION NETCDFs +0.07855195204416911 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201010_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201010_H_GLOBAL.out new file mode 100644 index 00000000..82af78f4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201010_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201010 STATION NETCDFs +0.08341299692789714 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201010_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201010_M_GLOBAL.out new file mode 100644 index 00000000..dd315b61 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201010_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201010 STATION NETCDFs +0.08392567237218221 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201011_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201011_D_GLOBAL.out new file mode 100644 index 00000000..72154ca2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201011_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201011 STATION NETCDFs +0.07756341695785522 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201011_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201011_H_GLOBAL.out new file mode 100644 index 00000000..1fd54400 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201011_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201011 STATION NETCDFs +0.0669061024983724 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201011_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201011_M_GLOBAL.out new file mode 100644 index 00000000..be642d57 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201011_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201011 STATION NETCDFs +0.07249979575475057 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201012_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201012_D_GLOBAL.out new file mode 100644 index 00000000..0c3e15de --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201012_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201012 STATION NETCDFs +0.0759858767191569 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201012_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201012_H_GLOBAL.out new file mode 100644 index 00000000..9a605b5b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201012_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201012 STATION NETCDFs +0.08189975023269654 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201012_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201012_M_GLOBAL.out new file mode 100644 index 00000000..bd598e00 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201012_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201012 STATION NETCDFs +0.10021299521128336 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201101_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201101_D_GLOBAL.out new file mode 100644 index 00000000..f84b2b3d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201101_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201101 STATION NETCDFs +0.08364473183949789 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201101_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201101_H_GLOBAL.out new file mode 100644 index 00000000..b130d425 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201101_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201101 STATION NETCDFs +0.1027873396873474 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201101_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201101_M_GLOBAL.out new file mode 100644 index 00000000..224ea22a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201101_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201101 STATION NETCDFs +0.07728400627772013 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201102_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201102_D_GLOBAL.out new file mode 100644 index 00000000..7c103488 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201102_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201102 STATION NETCDFs +0.11339767376581827 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201102_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201102_H_GLOBAL.out new file mode 100644 index 00000000..7ef75599 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201102_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201102 STATION NETCDFs +0.1001341740290324 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201102_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201102_M_GLOBAL.out new file mode 100644 index 00000000..64f6a812 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201102_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201102 STATION NETCDFs +0.09640569686889648 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201103_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201103_D_GLOBAL.out new file mode 100644 index 00000000..a788b9ff --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201103_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201103 STATION NETCDFs +0.07497476736704509 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201103_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201103_H_GLOBAL.out new file mode 100644 index 00000000..5e2243f8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201103_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201103 STATION NETCDFs +0.07150650421778361 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201103_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201103_M_GLOBAL.out new file mode 100644 index 00000000..b6f63584 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201103_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201103 STATION NETCDFs +0.08516871134440104 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201104_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201104_D_GLOBAL.out new file mode 100644 index 00000000..f5eb513d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201104_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201104 STATION NETCDFs +0.08002634445826212 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201104_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201104_H_GLOBAL.out new file mode 100644 index 00000000..b56e6f03 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201104_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201104 STATION NETCDFs +0.08745776812235515 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201104_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201104_M_GLOBAL.out new file mode 100644 index 00000000..4f0b36aa --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201104_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201104 STATION NETCDFs +0.09928649663925171 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201105_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201105_D_GLOBAL.out new file mode 100644 index 00000000..1d34b7ba --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201105_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201105 STATION NETCDFs +0.07127258777618409 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201105_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201105_H_GLOBAL.out new file mode 100644 index 00000000..c7384002 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201105_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201105 STATION NETCDFs +0.06621358791987102 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201105_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201105_M_GLOBAL.out new file mode 100644 index 00000000..4fb91487 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201105_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201105 STATION NETCDFs +0.08639829953511556 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201106_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201106_D_GLOBAL.out new file mode 100644 index 00000000..fd059ab4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201106_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201106 STATION NETCDFs +0.07782885233561197 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201106_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201106_H_GLOBAL.out new file mode 100644 index 00000000..a0d10273 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201106_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201106 STATION NETCDFs +0.0817943255106608 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201106_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201106_M_GLOBAL.out new file mode 100644 index 00000000..8b2994ed --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201106_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201106 STATION NETCDFs +0.06617539326349894 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201107_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201107_D_GLOBAL.out new file mode 100644 index 00000000..56423d84 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201107_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201107 STATION NETCDFs +0.06975805362065633 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201107_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201107_H_GLOBAL.out new file mode 100644 index 00000000..80eb1bcb --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201107_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201107 STATION NETCDFs +0.07399698098500569 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201107_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201107_M_GLOBAL.out new file mode 100644 index 00000000..a028fe33 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201107_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201107 STATION NETCDFs +0.07234554290771485 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201108_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201108_D_GLOBAL.out new file mode 100644 index 00000000..888eba7e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201108_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201108 STATION NETCDFs +0.09087637662887574 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201108_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201108_H_GLOBAL.out new file mode 100644 index 00000000..10153a04 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201108_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201108 STATION NETCDFs +0.08049168586730956 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201108_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201108_M_GLOBAL.out new file mode 100644 index 00000000..6e703487 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201108_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201108 STATION NETCDFs +0.08855636119842529 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201109_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201109_D_GLOBAL.out new file mode 100644 index 00000000..d8e5d20c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201109_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201109 STATION NETCDFs +0.08676495552062988 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201109_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201109_H_GLOBAL.out new file mode 100644 index 00000000..f367e6c7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201109_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201109 STATION NETCDFs +0.08218092123667399 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201109_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201109_M_GLOBAL.out new file mode 100644 index 00000000..8ad90d87 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201109_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201109 STATION NETCDFs +0.07081226507822673 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201110_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201110_D_GLOBAL.out new file mode 100644 index 00000000..3040a6d7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201110_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201110 STATION NETCDFs +0.07719004948933919 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201110_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201110_H_GLOBAL.out new file mode 100644 index 00000000..cf4e64f6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201110_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201110 STATION NETCDFs +0.08180339733759562 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201110_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201110_M_GLOBAL.out new file mode 100644 index 00000000..62d6985c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201110_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201110 STATION NETCDFs +0.06906503041585287 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201111_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201111_D_GLOBAL.out new file mode 100644 index 00000000..e9107e2a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201111_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201111 STATION NETCDFs +0.0866581916809082 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201111_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201111_H_GLOBAL.out new file mode 100644 index 00000000..7385785f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201111_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201111 STATION NETCDFs +0.07019075949986776 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201111_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201111_M_GLOBAL.out new file mode 100644 index 00000000..8fc219dd --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201111_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201111 STATION NETCDFs +0.08006914059321085 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201112_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201112_D_GLOBAL.out new file mode 100644 index 00000000..0f7a20c2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201112_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201112 STATION NETCDFs +0.07981478373209636 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201112_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201112_H_GLOBAL.out new file mode 100644 index 00000000..1b42b45b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201112_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201112 STATION NETCDFs +0.09314463138580323 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201112_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201112_M_GLOBAL.out new file mode 100644 index 00000000..1f7acebe --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201112_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201112 STATION NETCDFs +0.07413264910380045 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201201_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201201_D_GLOBAL.out new file mode 100644 index 00000000..62bcfddd --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201201_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201201 STATION NETCDFs +0.07091413736343384 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201201_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201201_H_GLOBAL.out new file mode 100644 index 00000000..9d30bf89 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201201_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201201 STATION NETCDFs +0.0758802096048991 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201201_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201201_M_GLOBAL.out new file mode 100644 index 00000000..9635ed91 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201201_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201201 STATION NETCDFs +0.11418219407399495 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201202_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201202_D_GLOBAL.out new file mode 100644 index 00000000..bf050f17 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201202_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201202 STATION NETCDFs +0.08203258911768595 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201202_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201202_H_GLOBAL.out new file mode 100644 index 00000000..4f9df621 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201202_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201202 STATION NETCDFs +0.07212800582249959 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201202_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201202_M_GLOBAL.out new file mode 100644 index 00000000..b2b57c29 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201202_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201202 STATION NETCDFs +0.09084217548370362 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201203_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201203_D_GLOBAL.out new file mode 100644 index 00000000..95da2950 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201203_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201203 STATION NETCDFs +0.07338774601618449 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201203_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201203_H_GLOBAL.out new file mode 100644 index 00000000..d275d6f9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201203_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201203 STATION NETCDFs +0.06948797305425009 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201203_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201203_M_GLOBAL.out new file mode 100644 index 00000000..753e89b0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201203_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201203 STATION NETCDFs +0.07174030542373658 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201204_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201204_D_GLOBAL.out new file mode 100644 index 00000000..552c2236 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201204_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201204 STATION NETCDFs +0.09015894730885823 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201204_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201204_H_GLOBAL.out new file mode 100644 index 00000000..e24ac60f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201204_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201204 STATION NETCDFs +0.08667889833450318 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201204_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201204_M_GLOBAL.out new file mode 100644 index 00000000..821e16e7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201204_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201204 STATION NETCDFs +0.1000349203745524 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201205_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201205_D_GLOBAL.out new file mode 100644 index 00000000..c1a5afce --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201205_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201205 STATION NETCDFs +0.07820272445678711 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201205_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201205_H_GLOBAL.out new file mode 100644 index 00000000..26a15eb7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201205_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201205 STATION NETCDFs +0.08330545028050741 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201205_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201205_M_GLOBAL.out new file mode 100644 index 00000000..bb947b88 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201205_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201205 STATION NETCDFs +0.07787328561147054 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201206_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201206_D_GLOBAL.out new file mode 100644 index 00000000..cb68092d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201206_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201206 STATION NETCDFs +0.0916960636774699 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201206_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201206_H_GLOBAL.out new file mode 100644 index 00000000..7816ac7e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201206_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201206 STATION NETCDFs +0.06938767830530802 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201206_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201206_M_GLOBAL.out new file mode 100644 index 00000000..b0ef6beb --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201206_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201206 STATION NETCDFs +0.08759793440500895 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201207_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201207_D_GLOBAL.out new file mode 100644 index 00000000..63cce085 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201207_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201207 STATION NETCDFs +0.08711125453313191 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201207_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201207_H_GLOBAL.out new file mode 100644 index 00000000..db652efa --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201207_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201207 STATION NETCDFs +0.07558140754699708 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201207_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201207_M_GLOBAL.out new file mode 100644 index 00000000..d5413be5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201207_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201207 STATION NETCDFs +0.09932199716567994 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201208_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201208_D_GLOBAL.out new file mode 100644 index 00000000..023c224b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201208_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201208 STATION NETCDFs +0.10091007947921753 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201208_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201208_H_GLOBAL.out new file mode 100644 index 00000000..9a8b31d1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201208_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201208 STATION NETCDFs +0.10103315512339274 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201208_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201208_M_GLOBAL.out new file mode 100644 index 00000000..e1f0eae0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201208_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201208 STATION NETCDFs +0.07846677303314209 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201209_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201209_D_GLOBAL.out new file mode 100644 index 00000000..1a1a4eb0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201209_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201209 STATION NETCDFs +0.1082746704419454 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201209_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201209_H_GLOBAL.out new file mode 100644 index 00000000..3368e055 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201209_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201209 STATION NETCDFs +0.07126022179921468 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201209_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201209_M_GLOBAL.out new file mode 100644 index 00000000..296a79ec --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201209_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201209 STATION NETCDFs +0.0833915114402771 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201210_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201210_D_GLOBAL.out new file mode 100644 index 00000000..ac5940e0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201210_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201210 STATION NETCDFs +0.08358792463938396 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201210_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201210_H_GLOBAL.out new file mode 100644 index 00000000..8e76861e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201210_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201210 STATION NETCDFs +0.06881450414657593 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201210_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201210_M_GLOBAL.out new file mode 100644 index 00000000..3a5126bc --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201210_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201210 STATION NETCDFs +0.09325766563415527 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201211_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201211_D_GLOBAL.out new file mode 100644 index 00000000..5d47c375 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201211_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201211 STATION NETCDFs +0.08970719575881958 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201211_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201211_H_GLOBAL.out new file mode 100644 index 00000000..d7dada23 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201211_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201211 STATION NETCDFs +0.07187722524007162 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201211_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201211_M_GLOBAL.out new file mode 100644 index 00000000..b1772b13 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201211_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201211 STATION NETCDFs +0.08158369461695353 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201212_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201212_D_GLOBAL.out new file mode 100644 index 00000000..7d789e4d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201212_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201212 STATION NETCDFs +0.09269289573033651 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201212_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201212_H_GLOBAL.out new file mode 100644 index 00000000..5e650a8d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201212_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201212 STATION NETCDFs +0.09159811337788899 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201212_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201212_M_GLOBAL.out new file mode 100644 index 00000000..47c8aed3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201212_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201212 STATION NETCDFs +0.08341038227081299 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201301_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201301_D_GLOBAL.out new file mode 100644 index 00000000..b7da4dd8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201301_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201301 STATION NETCDFs +0.08159010410308838 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201301_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201301_H_GLOBAL.out new file mode 100644 index 00000000..84b053c9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201301_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201301 STATION NETCDFs +0.08934642076492309 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201301_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201301_M_GLOBAL.out new file mode 100644 index 00000000..4664b34f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201301_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201301 STATION NETCDFs +0.10096333821614584 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201302_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201302_D_GLOBAL.out new file mode 100644 index 00000000..a2d85341 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201302_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201302 STATION NETCDFs +0.09284528096516927 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201302_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201302_H_GLOBAL.out new file mode 100644 index 00000000..1e76e47a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201302_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201302 STATION NETCDFs +0.08100990851720175 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201302_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201302_M_GLOBAL.out new file mode 100644 index 00000000..df96eeb7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201302_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201302 STATION NETCDFs +0.07052537600199381 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201303_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201303_D_GLOBAL.out new file mode 100644 index 00000000..768cf25a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201303_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201303 STATION NETCDFs +0.06785430510838826 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201303_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201303_H_GLOBAL.out new file mode 100644 index 00000000..c591e1d2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201303_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201303 STATION NETCDFs +0.07390139897664388 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201303_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201303_M_GLOBAL.out new file mode 100644 index 00000000..e2d77030 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201303_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201303 STATION NETCDFs +0.07834563652674358 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201304_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201304_D_GLOBAL.out new file mode 100644 index 00000000..87ad064c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201304_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201304 STATION NETCDFs +0.08413161834081014 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201304_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201304_H_GLOBAL.out new file mode 100644 index 00000000..e1e63aef --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201304_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201304 STATION NETCDFs +0.07685885826746623 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201304_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201304_M_GLOBAL.out new file mode 100644 index 00000000..9ddeb5b2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201304_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201304 STATION NETCDFs +0.08978812297185262 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201305_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201305_D_GLOBAL.out new file mode 100644 index 00000000..3e5d4dfb --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201305_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201305 STATION NETCDFs +0.08356988032658895 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201305_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201305_H_GLOBAL.out new file mode 100644 index 00000000..00b3326a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201305_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201305 STATION NETCDFs +0.08837138017018636 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201305_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201305_M_GLOBAL.out new file mode 100644 index 00000000..77f16ad7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201305_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201305 STATION NETCDFs +0.0714070995648702 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201306_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201306_D_GLOBAL.out new file mode 100644 index 00000000..e7303ae8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201306_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201306 STATION NETCDFs +0.07581355174382527 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201306_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201306_H_GLOBAL.out new file mode 100644 index 00000000..c7667819 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201306_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201306 STATION NETCDFs +0.06635879278182984 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201306_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201306_M_GLOBAL.out new file mode 100644 index 00000000..16e0cf96 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201306_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201306 STATION NETCDFs +0.08126378854115804 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201307_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201307_D_GLOBAL.out new file mode 100644 index 00000000..6e951e14 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201307_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201307 STATION NETCDFs +0.08301560481389364 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201307_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201307_H_GLOBAL.out new file mode 100644 index 00000000..eacd4e84 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201307_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201307 STATION NETCDFs +0.07282942533493042 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201307_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201307_M_GLOBAL.out new file mode 100644 index 00000000..b79c1bea --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201307_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201307 STATION NETCDFs +0.10466352701187134 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201308_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201308_D_GLOBAL.out new file mode 100644 index 00000000..cf94bbf0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201308_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201308 STATION NETCDFs +0.08143240610758463 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201308_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201308_H_GLOBAL.out new file mode 100644 index 00000000..258a3162 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201308_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201308 STATION NETCDFs +0.08171971638997395 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201308_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201308_M_GLOBAL.out new file mode 100644 index 00000000..0a8fa49c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201308_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201308 STATION NETCDFs +0.0767980416615804 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201309_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201309_D_GLOBAL.out new file mode 100644 index 00000000..d4573aff --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201309_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201309 STATION NETCDFs +0.07726561625798543 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201309_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201309_H_GLOBAL.out new file mode 100644 index 00000000..92fad7cf --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201309_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201309 STATION NETCDFs +0.08253762722015381 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201309_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201309_M_GLOBAL.out new file mode 100644 index 00000000..ad8c6537 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201309_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201309 STATION NETCDFs +0.08647226492563884 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201310_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201310_D_GLOBAL.out new file mode 100644 index 00000000..414d9fb2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201310_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201310 STATION NETCDFs +0.11438751618067423 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201310_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201310_H_GLOBAL.out new file mode 100644 index 00000000..43e6c24f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201310_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201310 STATION NETCDFs +0.07130644321441651 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201310_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201310_M_GLOBAL.out new file mode 100644 index 00000000..79619cb9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201310_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201310 STATION NETCDFs +0.08123232126235962 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201311_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201311_D_GLOBAL.out new file mode 100644 index 00000000..0d293edd --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201311_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201311 STATION NETCDFs +0.0744020422299703 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201311_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201311_H_GLOBAL.out new file mode 100644 index 00000000..551b1d9c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201311_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201311 STATION NETCDFs +0.06923196315765381 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201311_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201311_M_GLOBAL.out new file mode 100644 index 00000000..55ed170e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201311_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201311 STATION NETCDFs +0.10127228498458862 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201312_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201312_D_GLOBAL.out new file mode 100644 index 00000000..9e23a39f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201312_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201312 STATION NETCDFs +0.08202203512191772 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201312_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201312_H_GLOBAL.out new file mode 100644 index 00000000..c5895f51 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201312_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201312 STATION NETCDFs +0.07537151575088501 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201312_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201312_M_GLOBAL.out new file mode 100644 index 00000000..2b9ae11e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201312_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201312 STATION NETCDFs +0.06989342371622721 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201401_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201401_D_GLOBAL.out new file mode 100644 index 00000000..1d3510d6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201401_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201401 STATION NETCDFs +0.10337731043497721 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201401_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201401_H_GLOBAL.out new file mode 100644 index 00000000..82b9cf55 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201401_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201401 STATION NETCDFs +0.09083567460378011 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201401_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201401_M_GLOBAL.out new file mode 100644 index 00000000..2f15e5bf --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201401_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201401 STATION NETCDFs +0.09522380034128824 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201402_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201402_D_GLOBAL.out new file mode 100644 index 00000000..2ca89dfe --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201402_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201402 STATION NETCDFs +0.07410095930099488 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201402_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201402_H_GLOBAL.out new file mode 100644 index 00000000..f516a440 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201402_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201402 STATION NETCDFs +0.07689197858174641 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201402_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201402_M_GLOBAL.out new file mode 100644 index 00000000..46755b37 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201402_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201402 STATION NETCDFs +0.08148066997528076 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201403_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201403_D_GLOBAL.out new file mode 100644 index 00000000..c921b58e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201403_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201403 STATION NETCDFs +0.08253801266352336 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201403_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201403_H_GLOBAL.out new file mode 100644 index 00000000..cc588045 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201403_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201403 STATION NETCDFs +0.10665818055470784 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201403_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201403_M_GLOBAL.out new file mode 100644 index 00000000..f9383af9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201403_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201403 STATION NETCDFs +0.07391189336776734 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201404_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201404_D_GLOBAL.out new file mode 100644 index 00000000..9d724b44 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201404_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201404 STATION NETCDFs +0.08327339887619019 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201404_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201404_H_GLOBAL.out new file mode 100644 index 00000000..2ac9f059 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201404_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201404 STATION NETCDFs +0.07100616296132406 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201404_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201404_M_GLOBAL.out new file mode 100644 index 00000000..93b52c65 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201404_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201404 STATION NETCDFs +0.07828218142191569 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201405_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201405_D_GLOBAL.out new file mode 100644 index 00000000..c0b9a20b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201405_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201405 STATION NETCDFs +0.09515620867411295 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201405_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201405_H_GLOBAL.out new file mode 100644 index 00000000..f8f4a305 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201405_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201405 STATION NETCDFs +0.09144259293874105 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201405_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201405_M_GLOBAL.out new file mode 100644 index 00000000..2c6c2e2e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201405_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201405 STATION NETCDFs +0.0950429916381836 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201406_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201406_D_GLOBAL.out new file mode 100644 index 00000000..f6a20332 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201406_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201406 STATION NETCDFs +0.12160928646723429 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201406_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201406_H_GLOBAL.out new file mode 100644 index 00000000..06725f45 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201406_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201406 STATION NETCDFs +0.07039589087168376 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201406_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201406_M_GLOBAL.out new file mode 100644 index 00000000..8167e4ac --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201406_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201406 STATION NETCDFs +0.10525973637898763 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201407_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201407_D_GLOBAL.out new file mode 100644 index 00000000..619a98cf --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201407_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201407 STATION NETCDFs +0.08334208726882934 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201407_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201407_H_GLOBAL.out new file mode 100644 index 00000000..a21d44df --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201407_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201407 STATION NETCDFs +0.06671720345815023 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201407_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201407_M_GLOBAL.out new file mode 100644 index 00000000..a18e3be8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201407_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201407 STATION NETCDFs +0.07825648387273153 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201408_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201408_D_GLOBAL.out new file mode 100644 index 00000000..5e7f7430 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201408_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201408 STATION NETCDFs +0.0848228136698405 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201408_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201408_H_GLOBAL.out new file mode 100644 index 00000000..ee74e465 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201408_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201408 STATION NETCDFs +0.07290089130401611 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201408_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201408_M_GLOBAL.out new file mode 100644 index 00000000..980263a0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201408_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201408 STATION NETCDFs +0.07979624271392823 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201409_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201409_D_GLOBAL.out new file mode 100644 index 00000000..b8361961 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201409_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201409 STATION NETCDFs +0.08123141924540202 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201409_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201409_H_GLOBAL.out new file mode 100644 index 00000000..95eff0f5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201409_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201409 STATION NETCDFs +0.0799830675125122 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201409_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201409_M_GLOBAL.out new file mode 100644 index 00000000..187e3249 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201409_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201409 STATION NETCDFs +0.07339940468470256 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201410_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201410_D_GLOBAL.out new file mode 100644 index 00000000..485d95be --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201410_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201410 STATION NETCDFs +0.09067460695902506 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201410_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201410_H_GLOBAL.out new file mode 100644 index 00000000..2ec415d5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201410_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201410 STATION NETCDFs +0.0755847175916036 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201410_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201410_M_GLOBAL.out new file mode 100644 index 00000000..45589631 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201410_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201410 STATION NETCDFs +0.08967941999435425 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201411_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201411_D_GLOBAL.out new file mode 100644 index 00000000..44fccff4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201411_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201411 STATION NETCDFs +0.08004539410273234 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201411_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201411_H_GLOBAL.out new file mode 100644 index 00000000..61988a6c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201411_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201411 STATION NETCDFs +0.08714927832285563 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201411_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201411_M_GLOBAL.out new file mode 100644 index 00000000..d1d67dd5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201411_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201411 STATION NETCDFs +0.10781452655792237 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201412_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201412_D_GLOBAL.out new file mode 100644 index 00000000..2643be8b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201412_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201412 STATION NETCDFs +0.09568401972452799 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201412_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201412_H_GLOBAL.out new file mode 100644 index 00000000..4f831f03 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201412_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201412 STATION NETCDFs +0.07538851499557495 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201412_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201412_M_GLOBAL.out new file mode 100644 index 00000000..bb4846f3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201412_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201412 STATION NETCDFs +0.0855057954788208 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201501_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201501_D_GLOBAL.out new file mode 100644 index 00000000..c9db63d9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201501_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201501 STATION NETCDFs +0.09883109331130982 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201501_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201501_H_GLOBAL.out new file mode 100644 index 00000000..383184c9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201501_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201501 STATION NETCDFs +0.07794194618860881 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201501_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201501_M_GLOBAL.out new file mode 100644 index 00000000..e567326c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201501_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201501 STATION NETCDFs +0.08783676226933797 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201502_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201502_D_GLOBAL.out new file mode 100644 index 00000000..387fa7a6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201502_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201502 STATION NETCDFs +0.0953163743019104 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201502_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201502_H_GLOBAL.out new file mode 100644 index 00000000..8f5b424d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201502_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201502 STATION NETCDFs +0.08791611989339193 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201502_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201502_M_GLOBAL.out new file mode 100644 index 00000000..8674260f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201502_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201502 STATION NETCDFs +0.09636785586675008 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201503_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201503_D_GLOBAL.out new file mode 100644 index 00000000..40b5ed02 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201503_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201503 STATION NETCDFs +0.08575125535329182 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201503_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201503_H_GLOBAL.out new file mode 100644 index 00000000..60d67274 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201503_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201503 STATION NETCDFs +0.08676198323567709 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201503_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201503_M_GLOBAL.out new file mode 100644 index 00000000..51945bd0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201503_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201503 STATION NETCDFs +0.10089393854141235 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201504_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201504_D_GLOBAL.out new file mode 100644 index 00000000..df14229e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201504_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201504 STATION NETCDFs +0.08141765594482422 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201504_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201504_H_GLOBAL.out new file mode 100644 index 00000000..014d278c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201504_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201504 STATION NETCDFs +0.09323122898737589 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201504_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201504_M_GLOBAL.out new file mode 100644 index 00000000..65a8bb09 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201504_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201504 STATION NETCDFs +0.08506113688151042 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201505_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201505_D_GLOBAL.out new file mode 100644 index 00000000..285460d2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201505_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201505 STATION NETCDFs +0.09306933879852294 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201505_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201505_H_GLOBAL.out new file mode 100644 index 00000000..7959f54b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201505_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201505 STATION NETCDFs +0.08402133385340373 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201505_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201505_M_GLOBAL.out new file mode 100644 index 00000000..8e19c603 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201505_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201505 STATION NETCDFs +0.09451045195261637 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201506_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201506_D_GLOBAL.out new file mode 100644 index 00000000..8720fa8d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201506_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201506 STATION NETCDFs +0.08030937910079956 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201506_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201506_H_GLOBAL.out new file mode 100644 index 00000000..73ffe1cf --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201506_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201506 STATION NETCDFs +0.08638269503911336 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201506_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201506_M_GLOBAL.out new file mode 100644 index 00000000..06edcd4a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201506_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201506 STATION NETCDFs +0.08019773562749227 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201507_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201507_D_GLOBAL.out new file mode 100644 index 00000000..7f67900a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201507_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201507 STATION NETCDFs +0.08599953254063925 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201507_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201507_H_GLOBAL.out new file mode 100644 index 00000000..84305234 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201507_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201507 STATION NETCDFs +0.08537510633468628 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201507_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201507_M_GLOBAL.out new file mode 100644 index 00000000..88964360 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201507_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201507 STATION NETCDFs +0.12760939598083496 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201508_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201508_D_GLOBAL.out new file mode 100644 index 00000000..87e39a96 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201508_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201508 STATION NETCDFs +0.08445944388707478 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201508_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201508_H_GLOBAL.out new file mode 100644 index 00000000..1a91cc60 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201508_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201508 STATION NETCDFs +0.09501217603683472 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201508_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201508_M_GLOBAL.out new file mode 100644 index 00000000..c4b386ac --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201508_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201508 STATION NETCDFs +0.08392910559972128 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201509_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201509_D_GLOBAL.out new file mode 100644 index 00000000..112adc84 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201509_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201509 STATION NETCDFs +0.09610091845194499 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201509_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201509_H_GLOBAL.out new file mode 100644 index 00000000..b0166e73 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201509_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201509 STATION NETCDFs +0.07798118591308593 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201509_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201509_M_GLOBAL.out new file mode 100644 index 00000000..327aa39d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201509_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201509 STATION NETCDFs +0.10030976533889771 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201510_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201510_D_GLOBAL.out new file mode 100644 index 00000000..877c014a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201510_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201510 STATION NETCDFs +0.08045897086461386 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201510_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201510_H_GLOBAL.out new file mode 100644 index 00000000..3c3c0528 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201510_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201510 STATION NETCDFs +0.09196252425511678 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201510_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201510_M_GLOBAL.out new file mode 100644 index 00000000..3def6229 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201510_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201510 STATION NETCDFs +0.09903048674265544 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201511_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201511_D_GLOBAL.out new file mode 100644 index 00000000..19008ba9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201511_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201511 STATION NETCDFs +0.11415642897288004 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201511_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201511_H_GLOBAL.out new file mode 100644 index 00000000..760adc8c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201511_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201511 STATION NETCDFs +0.07842577298482259 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201511_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201511_M_GLOBAL.out new file mode 100644 index 00000000..92c5fa9a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201511_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201511 STATION NETCDFs +0.11275531450907389 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201512_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201512_D_GLOBAL.out new file mode 100644 index 00000000..4ab45cc5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201512_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201512 STATION NETCDFs +0.09008521238962809 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201512_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201512_H_GLOBAL.out new file mode 100644 index 00000000..51888cf3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201512_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201512 STATION NETCDFs +0.08534657955169678 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201512_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201512_M_GLOBAL.out new file mode 100644 index 00000000..e9dd7921 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201512_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201512 STATION NETCDFs +0.09799731572469075 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201601_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201601_D_GLOBAL.out new file mode 100644 index 00000000..6c20b3bb --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201601_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201601 STATION NETCDFs +0.08799822727839152 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201601_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201601_H_GLOBAL.out new file mode 100644 index 00000000..822445bb --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201601_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201601 STATION NETCDFs +0.08122976223627726 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201601_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201601_M_GLOBAL.out new file mode 100644 index 00000000..b74e0e22 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201601_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201601 STATION NETCDFs +0.09277110497156779 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201602_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201602_D_GLOBAL.out new file mode 100644 index 00000000..2f06ad8c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201602_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201602 STATION NETCDFs +0.09458296298980713 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201602_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201602_H_GLOBAL.out new file mode 100644 index 00000000..d1a5cb1e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201602_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201602 STATION NETCDFs +0.09826960166295369 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201602_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201602_M_GLOBAL.out new file mode 100644 index 00000000..36dfae6d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201602_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201602 STATION NETCDFs +0.08787452777226766 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201603_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201603_D_GLOBAL.out new file mode 100644 index 00000000..3c76ade3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201603_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201603 STATION NETCDFs +0.08754002253214518 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201603_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201603_H_GLOBAL.out new file mode 100644 index 00000000..e87fee33 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201603_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201603 STATION NETCDFs +0.0786935289700826 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201603_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201603_M_GLOBAL.out new file mode 100644 index 00000000..c7d51cfa --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201603_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201603 STATION NETCDFs +0.07758925755818685 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201604_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201604_D_GLOBAL.out new file mode 100644 index 00000000..c62e8bd5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201604_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201604 STATION NETCDFs +0.09942177534103394 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201604_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201604_H_GLOBAL.out new file mode 100644 index 00000000..06ee6423 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201604_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201604 STATION NETCDFs +0.09450525442759196 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201604_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201604_M_GLOBAL.out new file mode 100644 index 00000000..8f1090fc --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201604_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201604 STATION NETCDFs +0.08137634992599488 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201605_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201605_D_GLOBAL.out new file mode 100644 index 00000000..815c9e53 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201605_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201605 STATION NETCDFs +0.08280031283696493 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201605_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201605_H_GLOBAL.out new file mode 100644 index 00000000..89909c92 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201605_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201605 STATION NETCDFs +0.08271081844965616 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201605_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201605_M_GLOBAL.out new file mode 100644 index 00000000..4208631b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201605_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201605 STATION NETCDFs +0.09203325510025025 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201606_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201606_D_GLOBAL.out new file mode 100644 index 00000000..d46469d1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201606_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201606 STATION NETCDFs +0.10808433691660563 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201606_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201606_H_GLOBAL.out new file mode 100644 index 00000000..8060680f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201606_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201606 STATION NETCDFs +0.09540871779123943 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201606_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201606_M_GLOBAL.out new file mode 100644 index 00000000..5b95a3a2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201606_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201606 STATION NETCDFs +0.10191625356674194 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201607_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201607_D_GLOBAL.out new file mode 100644 index 00000000..844a558a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201607_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201607 STATION NETCDFs +0.10451068480809529 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201607_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201607_H_GLOBAL.out new file mode 100644 index 00000000..6308f63f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201607_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201607 STATION NETCDFs +0.1035695751508077 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201607_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201607_M_GLOBAL.out new file mode 100644 index 00000000..cb1e7405 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201607_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201607 STATION NETCDFs +0.08796607653299968 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201608_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201608_D_GLOBAL.out new file mode 100644 index 00000000..ff50fdad --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201608_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201608 STATION NETCDFs +0.10777264436086019 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201608_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201608_H_GLOBAL.out new file mode 100644 index 00000000..8583d2a6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201608_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201608 STATION NETCDFs +0.08309865395228068 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201608_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201608_M_GLOBAL.out new file mode 100644 index 00000000..8b5191bd --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201608_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201608 STATION NETCDFs +0.08449858029683431 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201609_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201609_D_GLOBAL.out new file mode 100644 index 00000000..9eb147c8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201609_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201609 STATION NETCDFs +0.08546917835871379 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201609_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201609_H_GLOBAL.out new file mode 100644 index 00000000..ec39a40c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201609_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201609 STATION NETCDFs +0.08108469645182291 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201609_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201609_M_GLOBAL.out new file mode 100644 index 00000000..a4ad172f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201609_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201609 STATION NETCDFs +0.08821450471878052 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201610_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201610_D_GLOBAL.out new file mode 100644 index 00000000..bfb97bf8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201610_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201610 STATION NETCDFs +0.09366958538691203 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201610_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201610_H_GLOBAL.out new file mode 100644 index 00000000..3eb608e4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201610_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201610 STATION NETCDFs +0.08970667918523152 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201610_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201610_M_GLOBAL.out new file mode 100644 index 00000000..2a91d3bc --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201610_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201610 STATION NETCDFs +0.08083635965983073 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201611_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201611_D_GLOBAL.out new file mode 100644 index 00000000..752b946c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201611_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201611 STATION NETCDFs +0.08987425565719605 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201611_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201611_H_GLOBAL.out new file mode 100644 index 00000000..f9b07c6f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201611_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201611 STATION NETCDFs +0.09008729855219523 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201611_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201611_M_GLOBAL.out new file mode 100644 index 00000000..2d9304d0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201611_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201611 STATION NETCDFs +0.10834532578786214 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201612_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201612_D_GLOBAL.out new file mode 100644 index 00000000..b0082882 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201612_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201612 STATION NETCDFs +0.08599261442820232 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201612_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201612_H_GLOBAL.out new file mode 100644 index 00000000..d9f1a8c2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201612_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201612 STATION NETCDFs +0.08587746620178223 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201612_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201612_M_GLOBAL.out new file mode 100644 index 00000000..a424a798 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201612_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201612 STATION NETCDFs +0.07723599672317505 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201701_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201701_D_GLOBAL.out new file mode 100644 index 00000000..5aba6366 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201701_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201701 STATION NETCDFs +0.0967852512995402 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201701_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201701_H_GLOBAL.out new file mode 100644 index 00000000..98ea8420 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201701_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201701 STATION NETCDFs +0.07584067980448404 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201701_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201701_M_GLOBAL.out new file mode 100644 index 00000000..46bb8851 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201701_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201701 STATION NETCDFs +0.08996121486028036 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201702_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201702_D_GLOBAL.out new file mode 100644 index 00000000..87faeb09 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201702_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201702 STATION NETCDFs +0.08503928979237875 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201702_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201702_H_GLOBAL.out new file mode 100644 index 00000000..99a76fa9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201702_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201702 STATION NETCDFs +0.08519628842671713 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201702_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201702_M_GLOBAL.out new file mode 100644 index 00000000..57681155 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201702_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201702 STATION NETCDFs +0.08843499024709066 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201703_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201703_D_GLOBAL.out new file mode 100644 index 00000000..80e930fe --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201703_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201703 STATION NETCDFs +0.10937379598617554 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201703_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201703_H_GLOBAL.out new file mode 100644 index 00000000..affd24f2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201703_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201703 STATION NETCDFs +0.07980326811472575 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201703_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201703_M_GLOBAL.out new file mode 100644 index 00000000..cb6f98e7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201703_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201703 STATION NETCDFs +0.11200177272160848 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201704_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201704_D_GLOBAL.out new file mode 100644 index 00000000..0e5fd1a3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201704_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201704 STATION NETCDFs +0.08045015732447307 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201704_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201704_H_GLOBAL.out new file mode 100644 index 00000000..6d7fb39b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201704_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201704 STATION NETCDFs +0.07441603342692057 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201704_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201704_M_GLOBAL.out new file mode 100644 index 00000000..73a51cb7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201704_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201704 STATION NETCDFs +0.07494678894678751 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201705_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201705_D_GLOBAL.out new file mode 100644 index 00000000..edbecd58 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201705_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201705 STATION NETCDFs +0.11847695112228393 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201705_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201705_H_GLOBAL.out new file mode 100644 index 00000000..85281707 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201705_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201705 STATION NETCDFs +0.08041606744130453 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201705_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201705_M_GLOBAL.out new file mode 100644 index 00000000..3a33b9ff --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201705_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201705 STATION NETCDFs +0.09327478806177775 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201706_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201706_D_GLOBAL.out new file mode 100644 index 00000000..0034d61f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201706_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201706 STATION NETCDFs +0.08508369127909342 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201706_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201706_H_GLOBAL.out new file mode 100644 index 00000000..36081b81 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201706_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201706 STATION NETCDFs +0.07762731711069742 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201706_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201706_M_GLOBAL.out new file mode 100644 index 00000000..6912c6c0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201706_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201706 STATION NETCDFs +0.09963440497716268 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201707_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201707_D_GLOBAL.out new file mode 100644 index 00000000..784f1e30 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201707_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201707 STATION NETCDFs +0.09940601587295532 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201707_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201707_H_GLOBAL.out new file mode 100644 index 00000000..dd6334fb --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201707_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201707 STATION NETCDFs +0.08192804654439291 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201707_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201707_M_GLOBAL.out new file mode 100644 index 00000000..3469b4be --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201707_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201707 STATION NETCDFs +0.0851070761680603 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201708_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201708_D_GLOBAL.out new file mode 100644 index 00000000..c690d570 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201708_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201708 STATION NETCDFs +0.09835762977600097 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201708_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201708_H_GLOBAL.out new file mode 100644 index 00000000..89152897 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201708_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201708 STATION NETCDFs +0.0820031444231669 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201708_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201708_M_GLOBAL.out new file mode 100644 index 00000000..c5edd946 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201708_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201708 STATION NETCDFs +0.09059113661448161 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201709_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201709_D_GLOBAL.out new file mode 100644 index 00000000..ca22d6cd --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201709_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201709 STATION NETCDFs +0.08829129934310913 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201709_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201709_H_GLOBAL.out new file mode 100644 index 00000000..d97ef20c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201709_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201709 STATION NETCDFs +0.10406076510747274 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201709_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201709_M_GLOBAL.out new file mode 100644 index 00000000..0238694f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201709_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201709 STATION NETCDFs +0.105107053120931 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201710_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201710_D_GLOBAL.out new file mode 100644 index 00000000..36ccb893 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201710_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201710 STATION NETCDFs +0.09415442943572998 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201710_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201710_H_GLOBAL.out new file mode 100644 index 00000000..ef1b2b49 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201710_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201710 STATION NETCDFs +0.0872783342997233 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201710_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201710_M_GLOBAL.out new file mode 100644 index 00000000..5ec7c650 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201710_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201710 STATION NETCDFs +0.07863810459772745 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201711_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201711_D_GLOBAL.out new file mode 100644 index 00000000..f592c08d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201711_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201711 STATION NETCDFs +0.09296322663625081 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201711_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201711_H_GLOBAL.out new file mode 100644 index 00000000..988e6069 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201711_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201711 STATION NETCDFs +0.09061232407887777 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201711_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201711_M_GLOBAL.out new file mode 100644 index 00000000..1a2e1034 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201711_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201711 STATION NETCDFs +0.08824090560277303 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201712_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201712_D_GLOBAL.out new file mode 100644 index 00000000..8d2d47ea --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201712_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201712 STATION NETCDFs +0.09143577019373576 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201712_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201712_H_GLOBAL.out new file mode 100644 index 00000000..f32f1e0a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201712_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201712 STATION NETCDFs +0.09532952308654785 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201712_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201712_M_GLOBAL.out new file mode 100644 index 00000000..45831453 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201712_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201712 STATION NETCDFs +0.08501135508219401 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201912_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201912_D_GLOBAL.out new file mode 100644 index 00000000..69ec6a53 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201912_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201912 STATION NETCDFs +0.07997339169184367 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201912_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201912_H_GLOBAL.out new file mode 100644 index 00000000..98d3daad --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201912_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201912 STATION NETCDFs +0.06771072149276733 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_201912_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_201912_M_GLOBAL.out new file mode 100644 index 00000000..015f736c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_201912_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201912 STATION NETCDFs +0.07459808985392252 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202001_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202001_D_GLOBAL.out new file mode 100644 index 00000000..de9014cf --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202001_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202001 STATION NETCDFs +0.08870409727096558 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202001_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202001_H_GLOBAL.out new file mode 100644 index 00000000..443bb1e7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202001_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202001 STATION NETCDFs +0.09437301556269327 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202001_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202001_M_GLOBAL.out new file mode 100644 index 00000000..f454d76b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202001_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202001 STATION NETCDFs +0.11709954738616943 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202002_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202002_D_GLOBAL.out new file mode 100644 index 00000000..bf30091b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202002_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202002 STATION NETCDFs +0.08794819911321004 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202002_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202002_H_GLOBAL.out new file mode 100644 index 00000000..6d4b4333 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202002_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202002 STATION NETCDFs +0.08328847885131836 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202002_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202002_M_GLOBAL.out new file mode 100644 index 00000000..31cf07a7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202002_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202002 STATION NETCDFs +0.07994624773661295 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202003_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202003_D_GLOBAL.out new file mode 100644 index 00000000..54dca475 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202003_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202003 STATION NETCDFs +0.08312591711680094 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202003_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202003_H_GLOBAL.out new file mode 100644 index 00000000..c3e322a6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202003_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202003 STATION NETCDFs +0.07583003441492717 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202003_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202003_M_GLOBAL.out new file mode 100644 index 00000000..2de5311a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202003_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202003 STATION NETCDFs +0.1081954042116801 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202004_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202004_D_GLOBAL.out new file mode 100644 index 00000000..b28a864d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202004_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202004 STATION NETCDFs +0.10683488845825195 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202004_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202004_H_GLOBAL.out new file mode 100644 index 00000000..45f40602 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202004_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202004 STATION NETCDFs +0.0780351718266805 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202004_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202004_M_GLOBAL.out new file mode 100644 index 00000000..b56f7b0d --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202004_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202004 STATION NETCDFs +0.0854424794514974 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202005_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202005_D_GLOBAL.out new file mode 100644 index 00000000..78d12751 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202005_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202005 STATION NETCDFs +0.07569562594095866 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202005_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202005_H_GLOBAL.out new file mode 100644 index 00000000..f7b3b8a2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202005_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202005 STATION NETCDFs +0.07901316086451213 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202005_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202005_M_GLOBAL.out new file mode 100644 index 00000000..07bb3ea6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202005_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202005 STATION NETCDFs +0.10703648726145426 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202006_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202006_D_GLOBAL.out new file mode 100644 index 00000000..df09b15e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202006_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202006 STATION NETCDFs +0.08149894475936889 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202006_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202006_H_GLOBAL.out new file mode 100644 index 00000000..41a3b120 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202006_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202006 STATION NETCDFs +0.09464452266693116 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202006_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202006_M_GLOBAL.out new file mode 100644 index 00000000..b5925810 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202006_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202006 STATION NETCDFs +0.07794044415156047 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202007_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202007_D_GLOBAL.out new file mode 100644 index 00000000..70167810 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202007_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202007 STATION NETCDFs +0.09221417903900146 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202007_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202007_H_GLOBAL.out new file mode 100644 index 00000000..27148f01 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202007_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202007 STATION NETCDFs +0.10710444450378417 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202007_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202007_M_GLOBAL.out new file mode 100644 index 00000000..40f1149c --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202007_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202007 STATION NETCDFs +0.09373141129811605 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202008_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202008_D_GLOBAL.out new file mode 100644 index 00000000..eeb9a6aa --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202008_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202008 STATION NETCDFs +0.07292263905207316 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202008_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202008_H_GLOBAL.out new file mode 100644 index 00000000..23d00887 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202008_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202008 STATION NETCDFs +0.08041049639383951 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202008_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202008_M_GLOBAL.out new file mode 100644 index 00000000..47a3bbd8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202008_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202008 STATION NETCDFs +0.0921867569287618 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202009_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202009_D_GLOBAL.out new file mode 100644 index 00000000..b1f37d9b --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202009_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202009 STATION NETCDFs +0.08857230345408122 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202009_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202009_H_GLOBAL.out new file mode 100644 index 00000000..8aae4862 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202009_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202009 STATION NETCDFs +0.0840248187383016 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202009_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202009_M_GLOBAL.out new file mode 100644 index 00000000..d89e009e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202009_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202009 STATION NETCDFs +0.09887983798980712 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202010_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202010_D_GLOBAL.out new file mode 100644 index 00000000..e3968adb --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202010_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202010 STATION NETCDFs +0.10762298901875814 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202010_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202010_H_GLOBAL.out new file mode 100644 index 00000000..8cceb889 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202010_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202010 STATION NETCDFs +0.08688668012619019 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202010_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202010_M_GLOBAL.out new file mode 100644 index 00000000..ab05642f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202010_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202010 STATION NETCDFs +0.10522969563802083 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202011_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202011_D_GLOBAL.out new file mode 100644 index 00000000..0dd902b1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202011_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202011 STATION NETCDFs +0.08577983776728312 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202011_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202011_H_GLOBAL.out new file mode 100644 index 00000000..9217bc66 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202011_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202011 STATION NETCDFs +0.07687100172042846 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202011_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202011_M_GLOBAL.out new file mode 100644 index 00000000..35e95e7f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202011_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202011 STATION NETCDFs +0.08263710737228394 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202012_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202012_D_GLOBAL.out new file mode 100644 index 00000000..3ed1b9a3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202012_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202012 STATION NETCDFs +0.08797196547190349 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202012_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202012_H_GLOBAL.out new file mode 100644 index 00000000..0bef6f7f --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202012_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202012 STATION NETCDFs +0.11584629615147908 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202012_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202012_M_GLOBAL.out new file mode 100644 index 00000000..b0a387ba --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202012_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202012 STATION NETCDFs +0.08341705004374186 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202101_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202101_D_GLOBAL.out new file mode 100644 index 00000000..6f75bd1e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202101_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202101 STATION NETCDFs +0.0589310884475708 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202101_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202101_H_GLOBAL.out new file mode 100644 index 00000000..63e1c456 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202101_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202101 STATION NETCDFs +0.0324459711710612 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202101_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202101_M_GLOBAL.out new file mode 100644 index 00000000..b988a32e --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202101_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202101 STATION NETCDFs +0.051471968491872154 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202102_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202102_D_GLOBAL.out new file mode 100644 index 00000000..ecc9468a --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202102_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202102 STATION NETCDFs +0.045833500226338704 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202102_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202102_H_GLOBAL.out new file mode 100644 index 00000000..9095f3a3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202102_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202102 STATION NETCDFs +0.033456977208455405 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202102_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202102_M_GLOBAL.out new file mode 100644 index 00000000..55491b21 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202102_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202102 STATION NETCDFs +0.022952512900034586 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202103_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202103_D_GLOBAL.out new file mode 100644 index 00000000..d9455bb7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202103_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202103 STATION NETCDFs +0.03974138895670573 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202103_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202103_H_GLOBAL.out new file mode 100644 index 00000000..b8bcb0d1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202103_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202103 STATION NETCDFs +0.038889634609222415 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202103_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202103_M_GLOBAL.out new file mode 100644 index 00000000..44ad4773 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202103_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202103 STATION NETCDFs +0.02773463726043701 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202104_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202104_D_GLOBAL.out new file mode 100644 index 00000000..6d38fdcf --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202104_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202104 STATION NETCDFs +0.030864266554514568 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202104_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202104_H_GLOBAL.out new file mode 100644 index 00000000..ff220b41 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202104_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202104 STATION NETCDFs +0.027381598949432373 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202104_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202104_M_GLOBAL.out new file mode 100644 index 00000000..e84d2ba7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202104_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202104 STATION NETCDFs +0.03938861687978109 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202105_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202105_D_GLOBAL.out new file mode 100644 index 00000000..e59cdfa9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202105_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202105 STATION NETCDFs +0.045758434136708576 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202105_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202105_H_GLOBAL.out new file mode 100644 index 00000000..725cfef5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202105_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202105 STATION NETCDFs +0.026480523745218913 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202105_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202105_M_GLOBAL.out new file mode 100644 index 00000000..bc4ea046 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202105_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202105 STATION NETCDFs +0.04179725646972656 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202106_D_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202106_D_GLOBAL.out new file mode 100644 index 00000000..8dd1ba02 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202106_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202106 STATION NETCDFs +0.048305920759836835 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202106_H_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202106_H_GLOBAL.out new file mode 100644 index 00000000..b5ee9f89 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202106_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202106 STATION NETCDFs +0.04926571448644002 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO/T2/0_202106_M_GLOBAL.out b/run/stage_logs/NAPMD_NO/T2/0_202106_M_GLOBAL.out new file mode 100644 index 00000000..e51892c9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO/T2/0_202106_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202106 STATION NETCDFs +0.023506049315134683 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_1979.out b/run/stage_logs/NAPMD_NO2/S1/0_1979.out new file mode 100644 index 00000000..c9468863 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_1979.out @@ -0,0 +1,5 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1979/NO2_1979.csv +325 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1979/NO_1979.csv +325 -- PARSING RAW DATA +0.019159952799479168 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_1980.out b/run/stage_logs/NAPMD_NO2/S1/0_1980.out new file mode 100644 index 00000000..57a05de7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_1980.out @@ -0,0 +1,7 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1980/NO2_1980.csv +325 -- PARSING RAW DATA +347 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1980/NO_1980.csv +325 -- PARSING RAW DATA +347 -- PARSING RAW DATA +0.021473622322082518 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_1981.out b/run/stage_logs/NAPMD_NO2/S1/0_1981.out new file mode 100644 index 00000000..cd3afa98 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_1981.out @@ -0,0 +1,8 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1981/NO2_1981.csv +325 -- PARSING RAW DATA +347 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1981/NO_1981.csv +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +347 -- PARSING RAW DATA +0.030016644795735677 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_1982.out b/run/stage_logs/NAPMD_NO2/S1/0_1982.out new file mode 100644 index 00000000..51ec3cbc --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_1982.out @@ -0,0 +1,11 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1982/NO2_1982.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +331 -- PARSING RAW DATA +347 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1982/NO_1982.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +331 -- PARSING RAW DATA +347 -- PARSING RAW DATA +0.04129968881607056 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_1983.out b/run/stage_logs/NAPMD_NO2/S1/0_1983.out new file mode 100644 index 00000000..faafc10d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_1983.out @@ -0,0 +1,15 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1983/NO2_1983.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +347 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1983/NO_1983.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +347 -- PARSING RAW DATA +0.029571807384490965 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_1984.out b/run/stage_logs/NAPMD_NO2/S1/0_1984.out new file mode 100644 index 00000000..fcaeb48f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_1984.out @@ -0,0 +1,17 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1984/NO2_1984.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +347 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1984/NO_1984.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +347 -- PARSING RAW DATA +0.09118338425954182 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_1985.out b/run/stage_logs/NAPMD_NO2/S1/0_1985.out new file mode 100644 index 00000000..f0e042a1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_1985.out @@ -0,0 +1,15 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1985/NO2_1985.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1985/NO_1985.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +0.05357220967610677 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_1986.out b/run/stage_logs/NAPMD_NO2/S1/0_1986.out new file mode 100644 index 00000000..ec97b392 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_1986.out @@ -0,0 +1,15 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1986/NO2_1986.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1986/NO_1986.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +0.05460049311319987 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_1987.out b/run/stage_logs/NAPMD_NO2/S1/0_1987.out new file mode 100644 index 00000000..c1865e50 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_1987.out @@ -0,0 +1,13 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1987/NO2_1987.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1987/NO_1987.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +0.04755449295043945 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_1988.out b/run/stage_logs/NAPMD_NO2/S1/0_1988.out new file mode 100644 index 00000000..f3f5db2c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_1988.out @@ -0,0 +1,15 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1988/NO2_1988.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1988/NO_1988.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +0.09821818669637045 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_1989.out b/run/stage_logs/NAPMD_NO2/S1/0_1989.out new file mode 100644 index 00000000..375d939c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_1989.out @@ -0,0 +1,15 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1989/NO2_1989.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1989/NO_1989.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +0.05907773971557617 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_1990.out b/run/stage_logs/NAPMD_NO2/S1/0_1990.out new file mode 100644 index 00000000..4f8d1169 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_1990.out @@ -0,0 +1,9 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1990/NO2_1990.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +340 -- PARSING RAW DATA +0.03084786335627238 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_1991.out b/run/stage_logs/NAPMD_NO2/S1/0_1991.out new file mode 100644 index 00000000..c85a8e51 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_1991.out @@ -0,0 +1,9 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1991/NO2_1991.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +340 -- PARSING RAW DATA +0.03737209637959798 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_1992.out b/run/stage_logs/NAPMD_NO2/S1/0_1992.out new file mode 100644 index 00000000..93472403 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_1992.out @@ -0,0 +1,9 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1992/NO2_1992.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +340 -- PARSING RAW DATA +0.02939664920171102 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_1993.out b/run/stage_logs/NAPMD_NO2/S1/0_1993.out new file mode 100644 index 00000000..51b6a475 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_1993.out @@ -0,0 +1,9 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1993/NO2_1993.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +340 -- PARSING RAW DATA +0.05741315285364787 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_1994.out b/run/stage_logs/NAPMD_NO2/S1/0_1994.out new file mode 100644 index 00000000..d54748db --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_1994.out @@ -0,0 +1,51 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1994/NO2_1994.csv +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +340 -- PARSING RAW DATA +40 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1994/NO_1994.csv +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +40 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +0.38745541175206505 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_1995.out b/run/stage_logs/NAPMD_NO2/S1/0_1995.out new file mode 100644 index 00000000..8e76bfd4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_1995.out @@ -0,0 +1,52 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1995/NO2_1995.csv +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +340 -- PARSING RAW DATA +342 -- PARSING RAW DATA +40 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1995/NO_1995.csv +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +40 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +0.2398030956586202 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_1996.out b/run/stage_logs/NAPMD_NO2/S1/0_1996.out new file mode 100644 index 00000000..60bfd2aa --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_1996.out @@ -0,0 +1,61 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1996/NO2_1996.csv +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1996/NO_1996.csv +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +0.44433502753575643 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_1997.out b/run/stage_logs/NAPMD_NO2/S1/0_1997.out new file mode 100644 index 00000000..952c4b8e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_1997.out @@ -0,0 +1,63 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1997/NO2_1997.csv +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1997/NO_1997.csv +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.34020211299260456 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_1998.out b/run/stage_logs/NAPMD_NO2/S1/0_1998.out new file mode 100644 index 00000000..f8b07e73 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_1998.out @@ -0,0 +1,65 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1998/NO2_1998.csv +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +60 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1998/NO_1998.csv +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +60 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.37727628151575726 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_1999.out b/run/stage_logs/NAPMD_NO2/S1/0_1999.out new file mode 100644 index 00000000..5e02ac37 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_1999.out @@ -0,0 +1,65 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1999/NO2_1999.csv +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +60 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1999/NO_1999.csv +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +60 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.5814791043599447 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_2000.out b/run/stage_logs/NAPMD_NO2/S1/0_2000.out new file mode 100644 index 00000000..61a600a5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_2000.out @@ -0,0 +1,69 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2000/NO2_2000.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +27 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2000/NO_2000.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +27 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.462181544303894 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_2001.out b/run/stage_logs/NAPMD_NO2/S1/0_2001.out new file mode 100644 index 00000000..827cc82d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_2001.out @@ -0,0 +1,69 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2001/NO2_2001.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +27 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2001/NO_2001.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +27 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.5589113156000773 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_2002.out b/run/stage_logs/NAPMD_NO2/S1/0_2002.out new file mode 100644 index 00000000..3e071538 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_2002.out @@ -0,0 +1,86 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2002/NO2_2002.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +27 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +338 -- PARSING RAW DATA +339 -- PARSING RAW DATA +340 -- PARSING RAW DATA +342 -- PARSING RAW DATA +343 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2002/NO_2002.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +27 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.761008640130361 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_2003.out b/run/stage_logs/NAPMD_NO2/S1/0_2003.out new file mode 100644 index 00000000..0c0fdd80 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_2003.out @@ -0,0 +1,83 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2003/NO2_2003.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +27 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +338 -- PARSING RAW DATA +339 -- PARSING RAW DATA +340 -- PARSING RAW DATA +342 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2003/NO_2003.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +27 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.6483190854390463 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_2004.out b/run/stage_logs/NAPMD_NO2/S1/0_2004.out new file mode 100644 index 00000000..4929d9ba --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_2004.out @@ -0,0 +1,85 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2004/NO2_2004.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +338 -- PARSING RAW DATA +339 -- PARSING RAW DATA +340 -- PARSING RAW DATA +342 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2004/NO_2004.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.5294598738352457 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_2005.out b/run/stage_logs/NAPMD_NO2/S1/0_2005.out new file mode 100644 index 00000000..c5df3fdd --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_2005.out @@ -0,0 +1,79 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2005/NO2_2005.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +338 -- PARSING RAW DATA +339 -- PARSING RAW DATA +340 -- PARSING RAW DATA +342 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +62 -- PARSING RAW DATA +8 -- PARSING RAW DATA +9 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2005/NO_2005.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +62 -- PARSING RAW DATA +8 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.6439015666643778 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_2006.out b/run/stage_logs/NAPMD_NO2/S1/0_2006.out new file mode 100644 index 00000000..befb5bb9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_2006.out @@ -0,0 +1,76 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2006/NO2_2006.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +270 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +338 -- PARSING RAW DATA +339 -- PARSING RAW DATA +340 -- PARSING RAW DATA +342 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +62 -- PARSING RAW DATA +9 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2006/NO_2006.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +62 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.6507359107335409 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_2007.out b/run/stage_logs/NAPMD_NO2/S1/0_2007.out new file mode 100644 index 00000000..bb9bd5d4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_2007.out @@ -0,0 +1,77 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2007/NO2_2007.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +270 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +338 -- PARSING RAW DATA +339 -- PARSING RAW DATA +340 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +9 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2007/NO_2007.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.4977761705716451 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_2008.out b/run/stage_logs/NAPMD_NO2/S1/0_2008.out new file mode 100644 index 00000000..529777fa --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_2008.out @@ -0,0 +1,77 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2008/NO2_2008.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +270 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +338 -- PARSING RAW DATA +339 -- PARSING RAW DATA +340 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +9 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2008/NO_2008.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.5925602912902832 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_2009.out b/run/stage_logs/NAPMD_NO2/S1/0_2009.out new file mode 100644 index 00000000..0bafa665 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_2009.out @@ -0,0 +1,77 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2009/NO2_2009.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +270 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +338 -- PARSING RAW DATA +339 -- PARSING RAW DATA +340 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +9 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2009/NO_2009.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.5896606365839641 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_2010.out b/run/stage_logs/NAPMD_NO2/S1/0_2010.out new file mode 100644 index 00000000..12c41d13 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_2010.out @@ -0,0 +1,117 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2010/NO2_2010.csv +1 -- PARSING RAW DATA +100 -- PARSING RAW DATA +101 -- PARSING RAW DATA +102 -- PARSING RAW DATA +104 -- PARSING RAW DATA +105 -- PARSING RAW DATA +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +118 -- PARSING RAW DATA +119 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +270 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +338 -- PARSING RAW DATA +339 -- PARSING RAW DATA +340 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +68 -- PARSING RAW DATA +76 -- PARSING RAW DATA +77 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +86 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +96 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2010/NO_2010.csv +1 -- PARSING RAW DATA +100 -- PARSING RAW DATA +101 -- PARSING RAW DATA +102 -- PARSING RAW DATA +104 -- PARSING RAW DATA +105 -- PARSING RAW DATA +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +118 -- PARSING RAW DATA +119 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +68 -- PARSING RAW DATA +76 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +86 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.7353124578793844 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_2011.out b/run/stage_logs/NAPMD_NO2/S1/0_2011.out new file mode 100644 index 00000000..4f858925 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_2011.out @@ -0,0 +1,121 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2011/NO2_2011.csv +1 -- PARSING RAW DATA +100 -- PARSING RAW DATA +101 -- PARSING RAW DATA +102 -- PARSING RAW DATA +104 -- PARSING RAW DATA +105 -- PARSING RAW DATA +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +118 -- PARSING RAW DATA +119 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +270 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +338 -- PARSING RAW DATA +339 -- PARSING RAW DATA +340 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +37 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +48 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +76 -- PARSING RAW DATA +77 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +86 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +96 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2011/NO_2011.csv +1 -- PARSING RAW DATA +100 -- PARSING RAW DATA +101 -- PARSING RAW DATA +102 -- PARSING RAW DATA +104 -- PARSING RAW DATA +105 -- PARSING RAW DATA +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +118 -- PARSING RAW DATA +119 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +37 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +48 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +76 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +86 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.9855537851651509 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_2012.out b/run/stage_logs/NAPMD_NO2/S1/0_2012.out new file mode 100644 index 00000000..c4d4e64b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_2012.out @@ -0,0 +1,132 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2012/NO2_2012.csv +1 -- PARSING RAW DATA +100 -- PARSING RAW DATA +101 -- PARSING RAW DATA +102 -- PARSING RAW DATA +104 -- PARSING RAW DATA +105 -- PARSING RAW DATA +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +118 -- PARSING RAW DATA +119 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +18 -- PARSING RAW DATA +20 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +270 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +336 -- PARSING RAW DATA +338 -- PARSING RAW DATA +339 -- PARSING RAW DATA +340 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +37 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +48 -- PARSING RAW DATA +5 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +76 -- PARSING RAW DATA +77 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +86 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +96 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2012/NO_2012.csv +1 -- PARSING RAW DATA +100 -- PARSING RAW DATA +101 -- PARSING RAW DATA +102 -- PARSING RAW DATA +104 -- PARSING RAW DATA +105 -- PARSING RAW DATA +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +118 -- PARSING RAW DATA +119 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +18 -- PARSING RAW DATA +20 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +37 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +48 -- PARSING RAW DATA +5 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +76 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +86 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.7595462401707967 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_2013.out b/run/stage_logs/NAPMD_NO2/S1/0_2013.out new file mode 100644 index 00000000..0e5e2695 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_2013.out @@ -0,0 +1,122 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2013/NO2_2013.csv +1 -- PARSING RAW DATA +100 -- PARSING RAW DATA +101 -- PARSING RAW DATA +102 -- PARSING RAW DATA +104 -- PARSING RAW DATA +105 -- PARSING RAW DATA +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +118 -- PARSING RAW DATA +119 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +18 -- PARSING RAW DATA +20 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +270 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +336 -- PARSING RAW DATA +338 -- PARSING RAW DATA +339 -- PARSING RAW DATA +340 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +37 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +48 -- PARSING RAW DATA +5 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +86 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +96 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2013/NO_2013.csv +100 -- PARSING RAW DATA +101 -- PARSING RAW DATA +102 -- PARSING RAW DATA +104 -- PARSING RAW DATA +105 -- PARSING RAW DATA +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +113 -- PARSING RAW DATA +118 -- PARSING RAW DATA +119 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +18 -- PARSING RAW DATA +20 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +37 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +48 -- PARSING RAW DATA +5 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +86 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.7657663424809774 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_2014.out b/run/stage_logs/NAPMD_NO2/S1/0_2014.out new file mode 100644 index 00000000..1f55e02e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_2014.out @@ -0,0 +1,132 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2014/NO2_2014.csv +1 -- PARSING RAW DATA +100 -- PARSING RAW DATA +101 -- PARSING RAW DATA +102 -- PARSING RAW DATA +104 -- PARSING RAW DATA +105 -- PARSING RAW DATA +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +118 -- PARSING RAW DATA +119 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +18 -- PARSING RAW DATA +2 -- PARSING RAW DATA +20 -- PARSING RAW DATA +21 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +270 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +336 -- PARSING RAW DATA +337 -- PARSING RAW DATA +338 -- PARSING RAW DATA +339 -- PARSING RAW DATA +34 -- PARSING RAW DATA +340 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +362 -- PARSING RAW DATA +363 -- PARSING RAW DATA +37 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +48 -- PARSING RAW DATA +5 -- PARSING RAW DATA +51 -- PARSING RAW DATA +52 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +86 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +96 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2014/NO_2014.csv +100 -- PARSING RAW DATA +101 -- PARSING RAW DATA +102 -- PARSING RAW DATA +104 -- PARSING RAW DATA +105 -- PARSING RAW DATA +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +113 -- PARSING RAW DATA +118 -- PARSING RAW DATA +119 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +18 -- PARSING RAW DATA +20 -- PARSING RAW DATA +21 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +34 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +362 -- PARSING RAW DATA +363 -- PARSING RAW DATA +37 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +48 -- PARSING RAW DATA +5 -- PARSING RAW DATA +51 -- PARSING RAW DATA +52 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +86 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.7964032649993896 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_2015.out b/run/stage_logs/NAPMD_NO2/S1/0_2015.out new file mode 100644 index 00000000..045446ef --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_2015.out @@ -0,0 +1,140 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2015/NO2_2015.csv +100 -- PARSING RAW DATA +101 -- PARSING RAW DATA +102 -- PARSING RAW DATA +104 -- PARSING RAW DATA +105 -- PARSING RAW DATA +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +118 -- PARSING RAW DATA +119 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +18 -- PARSING RAW DATA +2 -- PARSING RAW DATA +20 -- PARSING RAW DATA +21 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +270 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +278 -- PARSING RAW DATA +279 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +337 -- PARSING RAW DATA +338 -- PARSING RAW DATA +339 -- PARSING RAW DATA +34 -- PARSING RAW DATA +340 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +37 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +48 -- PARSING RAW DATA +5 -- PARSING RAW DATA +51 -- PARSING RAW DATA +52 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +86 -- PARSING RAW DATA +87 -- PARSING RAW DATA +89 -- PARSING RAW DATA +9 -- PARSING RAW DATA +96 -- PARSING RAW DATA +98 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2015/NO_2015.csv +100 -- PARSING RAW DATA +101 -- PARSING RAW DATA +102 -- PARSING RAW DATA +104 -- PARSING RAW DATA +105 -- PARSING RAW DATA +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +113 -- PARSING RAW DATA +118 -- PARSING RAW DATA +119 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +18 -- PARSING RAW DATA +20 -- PARSING RAW DATA +21 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +270 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +278 -- PARSING RAW DATA +279 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +34 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +37 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +48 -- PARSING RAW DATA +5 -- PARSING RAW DATA +51 -- PARSING RAW DATA +52 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +86 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +1.1445242722829183 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_2016.out b/run/stage_logs/NAPMD_NO2/S1/0_2016.out new file mode 100644 index 00000000..6c74084a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_2016.out @@ -0,0 +1,63 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2016/NO2_2016.csv +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2016/NO_2016.csv +100 -- PARSING RAW DATA +101 -- PARSING RAW DATA +102 -- PARSING RAW DATA +104 -- PARSING RAW DATA +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +118 -- PARSING RAW DATA +119 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +18 -- PARSING RAW DATA +20 -- PARSING RAW DATA +21 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +270 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +278 -- PARSING RAW DATA +279 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +34 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +37 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +48 -- PARSING RAW DATA +5 -- PARSING RAW DATA +51 -- PARSING RAW DATA +52 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +65 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +86 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.6620540539423625 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_2017.out b/run/stage_logs/NAPMD_NO2/S1/0_2017.out new file mode 100644 index 00000000..d8b2cb58 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_2017.out @@ -0,0 +1,65 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2017/NO2_2017.csv +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2017/NO_2017.csv +100 -- PARSING RAW DATA +101 -- PARSING RAW DATA +102 -- PARSING RAW DATA +103 -- PARSING RAW DATA +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +119 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +18 -- PARSING RAW DATA +20 -- PARSING RAW DATA +21 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +270 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +278 -- PARSING RAW DATA +279 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +32 -- PARSING RAW DATA +34 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +37 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +42 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +48 -- PARSING RAW DATA +5 -- PARSING RAW DATA +51 -- PARSING RAW DATA +52 -- PARSING RAW DATA +529 -- PARSING RAW DATA +57 -- PARSING RAW DATA +6 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +65 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +86 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.5910796999931336 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_2018.out b/run/stage_logs/NAPMD_NO2/S1/0_2018.out new file mode 100644 index 00000000..1cf2e3bf --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_2018.out @@ -0,0 +1,3 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2018/NO2_2018.csv +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2018/NO_2018.csv +0.33284190893173216 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_2019.out b/run/stage_logs/NAPMD_NO2/S1/0_2019.out new file mode 100644 index 00000000..f64f2b24 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_2019.out @@ -0,0 +1,3 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2019/NO2_2019.csv +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2019/NO_2019.csv +0.4204927007357279 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_2020.out b/run/stage_logs/NAPMD_NO2/S1/0_2020.out new file mode 100644 index 00000000..900d29a6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_2020.out @@ -0,0 +1,150 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2020/NO2_2020.csv +100 -- PARSING RAW DATA +101 -- PARSING RAW DATA +102 -- PARSING RAW DATA +103 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +118 -- PARSING RAW DATA +119 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +18 -- PARSING RAW DATA +2 -- PARSING RAW DATA +20 -- PARSING RAW DATA +21 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +24 -- PARSING RAW DATA +26 -- PARSING RAW DATA +270 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +278 -- PARSING RAW DATA +279 -- PARSING RAW DATA +28 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +32 -- PARSING RAW DATA +325 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +337 -- PARSING RAW DATA +34 -- PARSING RAW DATA +340 -- PARSING RAW DATA +35 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +357 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +366 -- PARSING RAW DATA +368 -- PARSING RAW DATA +369 -- PARSING RAW DATA +37 -- PARSING RAW DATA +370 -- PARSING RAW DATA +372 -- PARSING RAW DATA +373 -- PARSING RAW DATA +374 -- PARSING RAW DATA +375 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +42 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +48 -- PARSING RAW DATA +5 -- PARSING RAW DATA +51 -- PARSING RAW DATA +52 -- PARSING RAW DATA +530 -- PARSING RAW DATA +534 -- PARSING RAW DATA +540 -- PARSING RAW DATA +547 -- PARSING RAW DATA +551 -- PARSING RAW DATA +57 -- PARSING RAW DATA +6 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +65 -- PARSING RAW DATA +73 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +86 -- PARSING RAW DATA +87 -- PARSING RAW DATA +89 -- PARSING RAW DATA +9 -- PARSING RAW DATA +96 -- PARSING RAW DATA +98 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2020/NO_2020.csv +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +18 -- PARSING RAW DATA +20 -- PARSING RAW DATA +21 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +24 -- PARSING RAW DATA +26 -- PARSING RAW DATA +270 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +278 -- PARSING RAW DATA +279 -- PARSING RAW DATA +28 -- PARSING RAW DATA +30 -- PARSING RAW DATA +32 -- PARSING RAW DATA +34 -- PARSING RAW DATA +35 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +357 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +366 -- PARSING RAW DATA +368 -- PARSING RAW DATA +369 -- PARSING RAW DATA +37 -- PARSING RAW DATA +370 -- PARSING RAW DATA +372 -- PARSING RAW DATA +373 -- PARSING RAW DATA +374 -- PARSING RAW DATA +375 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +42 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +48 -- PARSING RAW DATA +5 -- PARSING RAW DATA +51 -- PARSING RAW DATA +52 -- PARSING RAW DATA +534 -- PARSING RAW DATA +540 -- PARSING RAW DATA +57 -- PARSING RAW DATA +6 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.9895131111145019 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S1/0_2021.out b/run/stage_logs/NAPMD_NO2/S1/0_2021.out new file mode 100644 index 00000000..09becba3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S1/0_2021.out @@ -0,0 +1,19 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2021/NO2_2021.csv +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +357 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2021/NO_2021.csv +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +357 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +0.05473335186640422 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_100_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_100_CL(IMC).out new file mode 100644 index 00000000..923d2aee --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_100_CL(IMC).out @@ -0,0 +1,26 @@ +100_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2009-12-31 14:00:00 2010-12-31 13:00:00 1056631080 1057156620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/100_CL(IMC)_1056631080_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/100_CL(IMC)_1056631080_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/100_CL(IMC)_1056631080_1057156620.npz +'StationConcatenate' object has no attribute 'existing_data' +2010-12-31 14:00:00 2011-12-31 13:00:00 1057156680 1057682220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/100_CL(IMC)_1057156680_1057682220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/100_CL(IMC)_1057156680_1057682220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/100_CL(IMC)_1057156680_1057682220.npz +2011-12-31 14:00:00 2012-12-31 13:00:00 1057682280 1058209260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/100_CL(IMC)_1057682280_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/100_CL(IMC)_1057682280_1058209260:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/100_CL(IMC)_1057682280_1058209260.npz +2012-12-31 14:00:00 2013-12-31 13:00:00 1058209320 1058734860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/100_CL(IMC)_1058209320_1058734860.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/100_CL(IMC)_1058209320_1058734860:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/100_CL(IMC)_1058209320_1058734860.npz +2013-12-31 14:00:00 2014-12-31 13:00:00 1058734920 1059260460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/100_CL(IMC)_1058734920_1059260460.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/100_CL(IMC)_1058734920_1059260460:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/100_CL(IMC)_1058734920_1059260460.npz +2014-12-31 14:00:00 2015-12-31 13:00:00 1059260520 1059786060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/100_CL(IMC)_1059260520_1059786060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/100_CL(IMC)_1059260520_1059786060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/100_CL(IMC)_1059260520_1059786060.npz +2015-12-31 14:00:00 2016-12-31 13:00:00 1059786120 1060313100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/100_CL(IMC)_1059786120_1060313100.npz'] +2016-12-31 14:00:00 2017-12-31 13:00:00 1060313160 1060838700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/100_CL(IMC)_1060313160_1060838700.npz'] +2019-12-31 14:00:00 2020-05-31 14:00:00 1061889960 1062108840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/100_CL(IMC)_1061889960_1062108840.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.06380975246429443 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_101_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_101_CL(IMC).out new file mode 100644 index 00000000..ad8e0f08 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_101_CL(IMC).out @@ -0,0 +1,26 @@ +101_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2009-12-31 14:00:00 2010-12-31 13:00:00 1056631080 1057156620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/101_CL(IMC)_1056631080_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/101_CL(IMC)_1056631080_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/101_CL(IMC)_1056631080_1057156620.npz +'StationConcatenate' object has no attribute 'existing_data' +2010-12-31 14:00:00 2011-12-31 13:00:00 1057156680 1057682220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/101_CL(IMC)_1057156680_1057682220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/101_CL(IMC)_1057156680_1057682220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/101_CL(IMC)_1057156680_1057682220.npz +2011-12-31 14:00:00 2012-12-31 13:00:00 1057682280 1058209260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/101_CL(IMC)_1057682280_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/101_CL(IMC)_1057682280_1058209260:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/101_CL(IMC)_1057682280_1058209260.npz +2012-12-31 14:00:00 2013-12-31 13:00:00 1058209320 1058734860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/101_CL(IMC)_1058209320_1058734860.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/101_CL(IMC)_1058209320_1058734860:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/101_CL(IMC)_1058209320_1058734860.npz +2013-12-31 14:00:00 2014-12-31 13:00:00 1058734920 1059260460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/101_CL(IMC)_1058734920_1059260460.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/101_CL(IMC)_1058734920_1059260460:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/101_CL(IMC)_1058734920_1059260460.npz +2014-12-31 14:00:00 2015-12-31 13:00:00 1059260520 1059786060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/101_CL(IMC)_1059260520_1059786060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/101_CL(IMC)_1059260520_1059786060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/101_CL(IMC)_1059260520_1059786060.npz +2015-12-31 14:00:00 2016-12-31 13:00:00 1059786120 1060313100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/101_CL(IMC)_1059786120_1060313100.npz'] +2016-12-31 14:00:00 2017-12-31 13:00:00 1060313160 1060838700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/101_CL(IMC)_1060313160_1060838700.npz'] +2019-12-31 14:00:00 2020-05-31 14:00:00 1061889960 1062108840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/101_CL(IMC)_1061889960_1062108840.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.06466430028279622 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_102_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_102_CL(IMC).out new file mode 100644 index 00000000..a1b13bab --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_102_CL(IMC).out @@ -0,0 +1,26 @@ +102_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2009-12-31 14:00:00 2010-12-31 13:00:00 1056631080 1057156620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/102_CL(IMC)_1056631080_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/102_CL(IMC)_1056631080_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/102_CL(IMC)_1056631080_1057156620.npz +'StationConcatenate' object has no attribute 'existing_data' +2010-12-31 14:00:00 2011-12-31 13:00:00 1057156680 1057682220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/102_CL(IMC)_1057156680_1057682220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/102_CL(IMC)_1057156680_1057682220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/102_CL(IMC)_1057156680_1057682220.npz +2011-12-31 14:00:00 2012-12-31 13:00:00 1057682280 1058209260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/102_CL(IMC)_1057682280_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/102_CL(IMC)_1057682280_1058209260:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/102_CL(IMC)_1057682280_1058209260.npz +2012-12-31 14:00:00 2013-12-31 13:00:00 1058209320 1058734860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/102_CL(IMC)_1058209320_1058734860.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/102_CL(IMC)_1058209320_1058734860:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/102_CL(IMC)_1058209320_1058734860.npz +2013-12-31 14:00:00 2014-12-31 13:00:00 1058734920 1059260460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/102_CL(IMC)_1058734920_1059260460.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/102_CL(IMC)_1058734920_1059260460:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/102_CL(IMC)_1058734920_1059260460.npz +2014-12-31 14:00:00 2015-12-31 13:00:00 1059260520 1059786060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/102_CL(IMC)_1059260520_1059786060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/102_CL(IMC)_1059260520_1059786060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/102_CL(IMC)_1059260520_1059786060.npz +2015-12-31 14:00:00 2016-12-31 13:00:00 1059786120 1060313100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/102_CL(IMC)_1059786120_1060313100.npz'] +2016-12-31 14:00:00 2017-12-31 13:00:00 1060313160 1060838700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/102_CL(IMC)_1060313160_1060838700.npz'] +2019-12-31 14:00:00 2020-05-31 14:00:00 1061889960 1062108840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/102_CL(IMC)_1061889960_1062108840.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.05744696458180745 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_103_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_103_CL(IMC).out new file mode 100644 index 00000000..a91338e6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_103_CL(IMC).out @@ -0,0 +1,4 @@ +103_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.013902048269907633 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_104_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_104_CL(IMC).out new file mode 100644 index 00000000..86920208 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_104_CL(IMC).out @@ -0,0 +1,24 @@ +104_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2009-12-31 14:00:00 2010-12-31 13:00:00 1056631080 1057156620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/104_CL(IMC)_1056631080_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/104_CL(IMC)_1056631080_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/104_CL(IMC)_1056631080_1057156620.npz +'StationConcatenate' object has no attribute 'existing_data' +2010-12-31 14:00:00 2011-12-31 13:00:00 1057156680 1057682220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/104_CL(IMC)_1057156680_1057682220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/104_CL(IMC)_1057156680_1057682220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/104_CL(IMC)_1057156680_1057682220.npz +2011-12-31 14:00:00 2012-12-31 13:00:00 1057682280 1058209260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/104_CL(IMC)_1057682280_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/104_CL(IMC)_1057682280_1058209260:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/104_CL(IMC)_1057682280_1058209260.npz +2012-12-31 14:00:00 2013-12-31 13:00:00 1058209320 1058734860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/104_CL(IMC)_1058209320_1058734860.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/104_CL(IMC)_1058209320_1058734860:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/104_CL(IMC)_1058209320_1058734860.npz +2013-12-31 14:00:00 2014-12-31 13:00:00 1058734920 1059260460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/104_CL(IMC)_1058734920_1059260460.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/104_CL(IMC)_1058734920_1059260460:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/104_CL(IMC)_1058734920_1059260460.npz +2014-12-31 14:00:00 2015-12-31 13:00:00 1059260520 1059786060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/104_CL(IMC)_1059260520_1059786060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/104_CL(IMC)_1059260520_1059786060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/104_CL(IMC)_1059260520_1059786060.npz +2015-12-31 14:00:00 2016-01-31 13:00:00 1059786120 1059830700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/104_CL(IMC)_1059786120_1059830700.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.06142865816752116 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_105_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_105_CL(IMC).out new file mode 100644 index 00000000..46fba79c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_105_CL(IMC).out @@ -0,0 +1,23 @@ +105_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2009-12-31 16:00:00 2010-12-23 00:00:00 1056631200 1057144320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/105_CL(IMC)_1056631200_1057144320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/105_CL(IMC)_1056631200_1057144320:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/105_CL(IMC)_1056631200_1057144320.npz +'StationConcatenate' object has no attribute 'existing_data' +2011-02-05 14:00:00 2011-12-31 13:00:00 1057208520 1057682220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/105_CL(IMC)_1057208520_1057682220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/105_CL(IMC)_1057208520_1057682220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/105_CL(IMC)_1057208520_1057682220.npz +2011-12-31 13:00:00 2012-12-31 13:00:00 1057682220 1058209260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/105_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/105_CL(IMC)_1057682220_1058209260:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/105_CL(IMC)_1057682220_1058209260.npz +2012-12-31 13:00:00 2013-01-16 03:00:00 1058209260 1058231700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/105_CL(IMC)_1058209260_1058231700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/105_CL(IMC)_1058209260_1058231700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/105_CL(IMC)_1058209260_1058231700.npz +2014-02-06 06:00:00 2014-12-31 13:00:00 1058787720 1059260460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/105_CL(IMC)_1058787720_1059260460.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/105_CL(IMC)_1058787720_1059260460:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/105_CL(IMC)_1058787720_1059260460.npz +2014-12-31 13:00:00 2015-11-03 23:00:00 1059260460 1059703140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/105_CL(IMC)_1059260460_1059703140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/105_CL(IMC)_1059260460_1059703140:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/105_CL(IMC)_1059260460_1059703140.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.047334404786427815 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_107_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_107_CL(IMC).out new file mode 100644 index 00000000..19be4916 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_107_CL(IMC).out @@ -0,0 +1,25 @@ +107_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2010-01-04 00:00:00 2010-12-31 13:00:00 1056636000 1057156620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/107_CL(IMC)_1056636000_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/107_CL(IMC)_1056636000_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/107_CL(IMC)_1056636000_1057156620.npz +'StationConcatenate' object has no attribute 'existing_data' +2010-12-31 14:00:00 2011-01-10 19:00:00 1057156680 1057171380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/107_CL(IMC)_1057156680_1057171380.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/107_CL(IMC)_1057156680_1057171380:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/107_CL(IMC)_1057156680_1057171380.npz +2012-05-11 03:00:00 2012-12-31 13:00:00 1057871700 1058209260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/107_CL(IMC)_1057871700_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/107_CL(IMC)_1057871700_1058209260:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/107_CL(IMC)_1057871700_1058209260.npz +2012-12-31 14:00:00 2013-12-31 13:00:00 1058209320 1058734860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/107_CL(IMC)_1058209320_1058734860.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/107_CL(IMC)_1058209320_1058734860:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/107_CL(IMC)_1058209320_1058734860.npz +2013-12-31 14:00:00 2014-12-31 13:00:00 1058734920 1059260460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/107_CL(IMC)_1058734920_1059260460.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/107_CL(IMC)_1058734920_1059260460:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/107_CL(IMC)_1058734920_1059260460.npz +2014-12-31 14:00:00 2015-12-31 13:00:00 1059260520 1059786060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/107_CL(IMC)_1059260520_1059786060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/107_CL(IMC)_1059260520_1059786060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/107_CL(IMC)_1059260520_1059786060.npz +2015-12-31 14:00:00 2016-12-31 13:00:00 1059786120 1060313100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/107_CL(IMC)_1059786120_1060313100.npz'] +2016-12-31 14:00:00 2017-12-31 13:00:00 1060313160 1060838700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/107_CL(IMC)_1060313160_1060838700.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.059662504990895586 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_108_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_108_CL(IMC).out new file mode 100644 index 00000000..3077a5d1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_108_CL(IMC).out @@ -0,0 +1,26 @@ +108_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2009-12-31 14:00:00 2010-12-31 13:00:00 1056631080 1057156620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/108_CL(IMC)_1056631080_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/108_CL(IMC)_1056631080_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/108_CL(IMC)_1056631080_1057156620.npz +'StationConcatenate' object has no attribute 'existing_data' +2010-12-31 14:00:00 2011-12-31 13:00:00 1057156680 1057682220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/108_CL(IMC)_1057156680_1057682220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/108_CL(IMC)_1057156680_1057682220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/108_CL(IMC)_1057156680_1057682220.npz +2011-12-31 14:00:00 2012-12-31 13:00:00 1057682280 1058209260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/108_CL(IMC)_1057682280_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/108_CL(IMC)_1057682280_1058209260:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/108_CL(IMC)_1057682280_1058209260.npz +2012-12-31 14:00:00 2013-12-31 13:00:00 1058209320 1058734860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/108_CL(IMC)_1058209320_1058734860.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/108_CL(IMC)_1058209320_1058734860:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/108_CL(IMC)_1058209320_1058734860.npz +2013-12-31 14:00:00 2014-12-31 13:00:00 1058734920 1059260460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/108_CL(IMC)_1058734920_1059260460.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/108_CL(IMC)_1058734920_1059260460:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/108_CL(IMC)_1058734920_1059260460.npz +2014-12-31 14:00:00 2015-12-31 13:00:00 1059260520 1059786060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/108_CL(IMC)_1059260520_1059786060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/108_CL(IMC)_1059260520_1059786060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/108_CL(IMC)_1059260520_1059786060.npz +2015-12-31 14:00:00 2016-12-31 13:00:00 1059786120 1060313100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/108_CL(IMC)_1059786120_1060313100.npz'] +2016-12-31 14:00:00 2017-12-31 13:00:00 1060313160 1060838700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/108_CL(IMC)_1060313160_1060838700.npz'] +2019-12-31 14:00:00 2020-05-31 14:00:00 1061889960 1062108840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/108_CL(IMC)_1061889960_1062108840.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.059176592032114665 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_109_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_109_CL(IMC).out new file mode 100644 index 00000000..5f75aebc --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_109_CL(IMC).out @@ -0,0 +1,26 @@ +109_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2009-12-31 14:00:00 2010-12-31 13:00:00 1056631080 1057156620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/109_CL(IMC)_1056631080_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/109_CL(IMC)_1056631080_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/109_CL(IMC)_1056631080_1057156620.npz +'StationConcatenate' object has no attribute 'existing_data' +2010-12-31 14:00:00 2011-12-31 13:00:00 1057156680 1057682220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/109_CL(IMC)_1057156680_1057682220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/109_CL(IMC)_1057156680_1057682220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/109_CL(IMC)_1057156680_1057682220.npz +2011-12-31 13:00:00 2012-12-31 13:00:00 1057682220 1058209260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/109_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/109_CL(IMC)_1057682220_1058209260:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/109_CL(IMC)_1057682220_1058209260.npz +2012-12-31 14:00:00 2013-12-31 13:00:00 1058209320 1058734860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/109_CL(IMC)_1058209320_1058734860.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/109_CL(IMC)_1058209320_1058734860:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/109_CL(IMC)_1058209320_1058734860.npz +2013-12-31 14:00:00 2014-12-31 13:00:00 1058734920 1059260460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/109_CL(IMC)_1058734920_1059260460.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/109_CL(IMC)_1058734920_1059260460:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/109_CL(IMC)_1058734920_1059260460.npz +2014-12-31 14:00:00 2015-12-31 13:00:00 1059260520 1059786060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/109_CL(IMC)_1059260520_1059786060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/109_CL(IMC)_1059260520_1059786060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/109_CL(IMC)_1059260520_1059786060.npz +2015-12-31 14:00:00 2016-12-31 13:00:00 1059786120 1060313100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/109_CL(IMC)_1059786120_1060313100.npz'] +2016-12-31 14:00:00 2017-12-31 13:00:00 1060313160 1060838700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/109_CL(IMC)_1060313160_1060838700.npz'] +2019-12-31 14:00:00 2020-05-31 14:00:00 1061889960 1062108840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/109_CL(IMC)_1061889960_1062108840.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.07136499881744385 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_110_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_110_CL(IMC).out new file mode 100644 index 00000000..a2338065 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_110_CL(IMC).out @@ -0,0 +1,2632 @@ +110_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2010-01-04 01:00:00 2010-01-21 01:00:00 1056636060 1056660540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +'StationConcatenate' object has no attribute 'existing_data' +2010-01-21 01:00:00 2010-01-21 03:00:00 1056660540 1056660660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-01-21 03:00:00 2010-01-22 00:00:00 1056660660 1056661920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-01-22 00:00:00 2010-01-22 04:00:00 1056661920 1056662160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-01-22 04:00:00 2010-01-23 01:00:00 1056662160 1056663420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-01-23 01:00:00 2010-01-23 05:00:00 1056663420 1056663660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-01-23 05:00:00 2010-01-23 07:00:00 1056663660 1056663780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-01-23 07:00:00 2010-01-23 08:00:00 1056663780 1056663840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-01-23 08:00:00 2010-01-23 22:00:00 1056663840 1056664680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-01-23 22:00:00 2010-01-24 05:00:00 1056664680 1056665100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-01-24 05:00:00 2010-01-24 07:00:00 1056665100 1056665220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-01-24 07:00:00 2010-01-24 09:00:00 1056665220 1056665340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-01-24 09:00:00 2010-01-25 00:00:00 1056665340 1056666240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-01-25 00:00:00 2010-01-25 05:00:00 1056666240 1056666540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-01-25 05:00:00 2010-01-25 06:00:00 1056666540 1056666600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-01-25 06:00:00 2010-01-25 08:00:00 1056666600 1056666720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-01-25 08:00:00 2010-01-26 00:00:00 1056666720 1056667680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-01-26 00:00:00 2010-01-26 09:00:00 1056667680 1056668220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-01-26 09:00:00 2010-01-27 00:00:00 1056668220 1056669120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-01-27 00:00:00 2010-01-27 05:00:00 1056669120 1056669420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-01-27 05:00:00 2010-01-28 01:00:00 1056669420 1056670620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-01-28 01:00:00 2010-01-28 05:00:00 1056670620 1056670860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-01-28 05:00:00 2010-01-28 10:00:00 1056670860 1056671160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-01-28 10:00:00 2010-01-28 11:00:00 1056671160 1056671220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-01-28 11:00:00 2010-01-29 00:00:00 1056671220 1056672000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-01-29 00:00:00 2010-01-29 01:00:00 1056672000 1056672060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-01-29 01:00:00 2010-01-29 23:00:00 1056672060 1056673380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-01-29 23:00:00 2010-01-30 04:00:00 1056673380 1056673680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-01-30 04:00:00 2010-01-30 21:00:00 1056673680 1056674700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-01-30 21:00:00 2010-01-31 00:00:00 1056674700 1056674880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-01-31 00:00:00 2010-01-31 01:00:00 1056674880 1056674940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-01-31 01:00:00 2010-01-31 04:00:00 1056674940 1056675120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-01-31 04:00:00 2010-01-31 05:00:00 1056675120 1056675180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-01-31 05:00:00 2010-01-31 12:00:00 1056675180 1056675600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-01-31 12:00:00 2010-01-31 13:00:00 1056675600 1056675660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-01-31 13:00:00 2010-01-31 17:00:00 1056675660 1056675900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-01-31 17:00:00 2010-01-31 18:00:00 1056675900 1056675960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-01-31 18:00:00 2010-01-31 19:00:00 1056675960 1056676020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-01-31 19:00:00 2010-01-31 21:00:00 1056676020 1056676140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-01-31 21:00:00 2010-02-01 01:00:00 1056676140 1056676380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-01 01:00:00 2010-02-01 04:00:00 1056676380 1056676560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-01 04:00:00 2010-02-01 06:00:00 1056676560 1056676680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-01 06:00:00 2010-02-01 07:00:00 1056676680 1056676740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-01 07:00:00 2010-02-01 10:00:00 1056676740 1056676920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-01 10:00:00 2010-02-01 11:00:00 1056676920 1056676980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-01 11:00:00 2010-02-01 15:00:00 1056676980 1056677220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-01 15:00:00 2010-02-01 16:00:00 1056677220 1056677280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-01 16:00:00 2010-02-01 17:00:00 1056677280 1056677340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-01 17:00:00 2010-02-01 20:00:00 1056677340 1056677520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-01 20:00:00 2010-02-01 22:00:00 1056677520 1056677640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-01 22:00:00 2010-02-02 01:00:00 1056677640 1056677820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-02 01:00:00 2010-02-02 02:00:00 1056677820 1056677880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-02 02:00:00 2010-02-02 03:00:00 1056677880 1056677940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-02 03:00:00 2010-02-02 08:00:00 1056677940 1056678240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-02 08:00:00 2010-02-02 19:00:00 1056678240 1056678900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-02 19:00:00 2010-02-02 21:00:00 1056678900 1056679020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-02 21:00:00 2010-02-02 22:00:00 1056679020 1056679080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-02 22:00:00 2010-02-03 03:00:00 1056679080 1056679380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-03 03:00:00 2010-02-03 05:00:00 1056679380 1056679500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-03 05:00:00 2010-02-03 06:00:00 1056679500 1056679560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-03 06:00:00 2010-02-03 07:00:00 1056679560 1056679620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-03 07:00:00 2010-02-03 11:00:00 1056679620 1056679860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-03 11:00:00 2010-02-03 22:00:00 1056679860 1056680520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-03 22:00:00 2010-02-04 08:00:00 1056680520 1056681120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-04 08:00:00 2010-02-04 09:00:00 1056681120 1056681180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-04 09:00:00 2010-02-04 10:00:00 1056681180 1056681240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-04 10:00:00 2010-02-04 14:00:00 1056681240 1056681480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-04 14:00:00 2010-02-04 15:00:00 1056681480 1056681540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-04 15:00:00 2010-02-04 20:00:00 1056681540 1056681840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-04 20:00:00 2010-02-05 08:00:00 1056681840 1056682560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-05 08:00:00 2010-02-05 13:00:00 1056682560 1056682860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-05 13:00:00 2010-02-05 14:00:00 1056682860 1056682920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-05 14:00:00 2010-02-05 15:00:00 1056682920 1056682980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-05 15:00:00 2010-02-05 16:00:00 1056682980 1056683040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-05 16:00:00 2010-02-05 20:00:00 1056683040 1056683280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-05 20:00:00 2010-02-05 21:00:00 1056683280 1056683340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-05 21:00:00 2010-02-06 00:00:00 1056683340 1056683520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-06 00:00:00 2010-02-06 09:00:00 1056683520 1056684060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-06 09:00:00 2010-02-06 14:00:00 1056684060 1056684360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-06 14:00:00 2010-02-06 18:00:00 1056684360 1056684600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-02-06 18:00:00 2010-02-07 00:00:00 1056684600 1056684960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-07 00:00:00 2010-02-07 01:00:00 1056684960 1056685020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-07 01:00:00 2010-02-07 02:00:00 1056685020 1056685080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-07 02:00:00 2010-02-07 03:00:00 1056685080 1056685140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-02-07 04:00:00 2010-02-07 05:00:00 1056685200 1056685260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-07 05:00:00 2010-02-07 06:00:00 1056685260 1056685320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-07 06:00:00 2010-02-07 09:00:00 1056685320 1056685500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-07 09:00:00 2010-02-07 10:00:00 1056685500 1056685560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-07 10:00:00 2010-02-07 18:00:00 1056685560 1056686040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-02-07 18:00:00 2010-02-07 19:00:00 1056686040 1056686100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-07 19:00:00 2010-02-07 23:00:00 1056686100 1056686340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-02-07 23:00:00 2010-02-08 05:00:00 1056686340 1056686700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-08 05:00:00 2010-02-08 06:00:00 1056686700 1056686760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-08 06:00:00 2010-02-08 07:00:00 1056686760 1056686820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-08 07:00:00 2010-02-08 09:00:00 1056686820 1056686940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-08 09:00:00 2010-02-09 01:00:00 1056686940 1056687900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-09 01:00:00 2010-02-09 03:00:00 1056687900 1056688020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-09 03:00:00 2010-02-09 06:00:00 1056688020 1056688200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-09 06:00:00 2010-02-09 08:00:00 1056688200 1056688320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-09 08:00:00 2010-02-09 22:00:00 1056688320 1056689160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-09 22:00:00 2010-02-09 23:00:00 1056689160 1056689220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-09 23:00:00 2010-02-10 22:00:00 1056689220 1056690600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-10 22:00:00 2010-02-11 00:00:00 1056690600 1056690720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-11 00:00:00 2010-02-11 02:00:00 1056690720 1056690840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-11 02:00:00 2010-02-11 03:00:00 1056690840 1056690900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-11 03:00:00 2010-02-12 03:00:00 1056690900 1056692340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-12 03:00:00 2010-02-12 05:00:00 1056692340 1056692460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-12 05:00:00 2010-02-12 19:00:00 1056692460 1056693300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-12 19:00:00 2010-02-12 20:00:00 1056693300 1056693360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-02-12 20:00:00 2010-02-13 01:00:00 1056693360 1056693660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-13 01:00:00 2010-02-13 02:00:00 1056693660 1056693720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-13 02:00:00 2010-02-13 03:00:00 1056693720 1056693780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-13 03:00:00 2010-02-13 04:00:00 1056693780 1056693840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-13 04:00:00 2010-02-13 05:00:00 1056693840 1056693900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-13 05:00:00 2010-02-13 06:00:00 1056693900 1056693960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-13 06:00:00 2010-02-13 21:00:00 1056693960 1056694860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-13 21:00:00 2010-02-13 23:00:00 1056694860 1056694980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-13 23:00:00 2010-02-14 00:00:00 1056694980 1056695040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-14 00:00:00 2010-02-14 01:00:00 1056695040 1056695100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-14 01:00:00 2010-02-14 02:00:00 1056695100 1056695160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-14 02:00:00 2010-02-14 09:00:00 1056695160 1056695580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-14 09:00:00 2010-02-14 10:00:00 1056695580 1056695640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-14 10:00:00 2010-02-14 11:00:00 1056695640 1056695700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-14 11:00:00 2010-02-15 01:00:00 1056695700 1056696540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-15 01:00:00 2010-02-15 08:00:00 1056696540 1056696960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-15 08:00:00 2010-02-15 18:00:00 1056696960 1056697560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-15 18:00:00 2010-02-15 22:00:00 1056697560 1056697800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-02-15 22:00:00 2010-02-16 04:00:00 1056697800 1056698160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-16 04:00:00 2010-02-16 06:00:00 1056698160 1056698280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-02-16 06:00:00 2010-02-16 14:00:00 1056698280 1056698760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-16 14:00:00 2010-02-16 17:00:00 1056698760 1056698940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-02-16 17:00:00 2010-02-16 20:00:00 1056698940 1056699120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-16 20:00:00 2010-02-16 23:00:00 1056699120 1056699300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-02-16 23:00:00 2010-02-17 00:00:00 1056699300 1056699360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-17 00:00:00 2010-02-17 04:00:00 1056699360 1056699600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-02-17 04:00:00 2010-02-17 10:00:00 1056699600 1056699960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-17 10:00:00 2010-02-17 16:00:00 1056699960 1056700320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-02-17 16:00:00 2010-02-17 17:00:00 1056700320 1056700380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-17 17:00:00 2010-02-17 18:00:00 1056700380 1056700440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-02-17 18:00:00 2010-02-17 20:00:00 1056700440 1056700560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-17 20:00:00 2010-02-17 22:00:00 1056700560 1056700680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-02-17 22:00:00 2010-02-18 01:00:00 1056700680 1056700860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-18 01:00:00 2010-02-18 05:00:00 1056700860 1056701100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-18 05:00:00 2010-02-19 01:00:00 1056701100 1056702300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-19 01:00:00 2010-02-19 03:00:00 1056702300 1056702420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-19 03:00:00 2010-02-19 04:00:00 1056702420 1056702480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-19 04:00:00 2010-02-19 05:00:00 1056702480 1056702540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-19 05:00:00 2010-02-20 00:00:00 1056702540 1056703680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-20 00:00:00 2010-02-20 01:00:00 1056703680 1056703740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-20 01:00:00 2010-02-20 02:00:00 1056703740 1056703800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-20 02:00:00 2010-02-20 03:00:00 1056703800 1056703860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-20 03:00:00 2010-02-20 04:00:00 1056703860 1056703920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-20 04:00:00 2010-02-20 05:00:00 1056703920 1056703980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-20 05:00:00 2010-02-20 06:00:00 1056703980 1056704040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-20 06:00:00 2010-02-20 07:00:00 1056704040 1056704100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-20 07:00:00 2010-02-20 08:00:00 1056704100 1056704160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-20 08:00:00 2010-02-20 11:00:00 1056704160 1056704340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-20 11:00:00 2010-02-21 00:00:00 1056704340 1056705120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-21 00:00:00 2010-02-21 01:00:00 1056705120 1056705180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-21 01:00:00 2010-02-21 04:00:00 1056705180 1056705360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-21 04:00:00 2010-02-21 07:00:00 1056705360 1056705540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-21 07:00:00 2010-02-21 10:00:00 1056705540 1056705720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-21 10:00:00 2010-02-21 13:00:00 1056705720 1056705900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-21 13:00:00 2010-02-22 01:00:00 1056705900 1056706620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-22 01:00:00 2010-02-22 03:00:00 1056706620 1056706740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-22 03:00:00 2010-02-22 04:00:00 1056706740 1056706800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-22 04:00:00 2010-02-22 05:00:00 1056706800 1056706860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-22 05:00:00 2010-02-22 06:00:00 1056706860 1056706920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-22 06:00:00 2010-02-22 09:00:00 1056706920 1056707100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-22 09:00:00 2010-02-24 13:00:00 1056707100 1056710220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-24 13:00:00 2010-02-24 14:00:00 1056710220 1056710280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-24 14:00:00 2010-02-24 22:00:00 1056710280 1056710760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-24 22:00:00 2010-02-24 23:00:00 1056710760 1056710820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-24 23:00:00 2010-02-26 00:00:00 1056710820 1056712320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-26 00:00:00 2010-02-26 02:00:00 1056712320 1056712440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-26 02:00:00 2010-02-26 03:00:00 1056712440 1056712500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-26 03:00:00 2010-02-26 04:00:00 1056712500 1056712560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-26 04:00:00 2010-02-26 06:00:00 1056712560 1056712680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-26 06:00:00 2010-02-26 07:00:00 1056712680 1056712740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-26 07:00:00 2010-02-27 00:00:00 1056712740 1056713760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-27 00:00:00 2010-02-27 01:00:00 1056713760 1056713820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-27 01:00:00 2010-02-27 05:00:00 1056713820 1056714060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-27 05:00:00 2010-02-27 07:00:00 1056714060 1056714180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-27 07:00:00 2010-02-27 12:00:00 1056714180 1056714480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-27 12:00:00 2010-02-27 13:00:00 1056714480 1056714540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-27 13:00:00 2010-02-27 18:00:00 1056714540 1056714840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-27 18:00:00 2010-02-27 20:00:00 1056714840 1056714960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-02-27 22:00:00 2010-02-27 23:00:00 1056715080 1056715140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-27 23:00:00 2010-02-28 01:00:00 1056715140 1056715260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-28 01:00:00 2010-02-28 03:00:00 1056715260 1056715380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-28 03:00:00 2010-02-28 05:00:00 1056715380 1056715500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-28 05:00:00 2010-02-28 06:00:00 1056715500 1056715560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-28 06:00:00 2010-02-28 09:00:00 1056715560 1056715740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-02-28 09:00:00 2010-02-28 12:00:00 1056715740 1056715920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-02-28 12:00:00 2010-02-28 15:00:00 1056715920 1056716100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-02-28 15:00:00 2010-03-01 00:00:00 1056716100 1056716640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-01 00:00:00 2010-03-01 03:00:00 1056716640 1056716820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-01 03:00:00 2010-03-01 13:00:00 1056716820 1056717420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-01 13:00:00 2010-03-01 14:00:00 1056717420 1056717480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-01 14:00:00 2010-03-02 00:00:00 1056717480 1056718080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-02 00:00:00 2010-03-02 01:00:00 1056718080 1056718140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-02 01:00:00 2010-03-02 02:00:00 1056718140 1056718200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-03-02 03:00:00 2010-03-02 12:00:00 1056718260 1056718800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-02 12:00:00 2010-03-03 02:00:00 1056718800 1056719640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-03-03 02:00:00 2010-03-03 05:00:00 1056719640 1056719820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-03 05:00:00 2010-03-03 06:00:00 1056719820 1056719880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-03 06:00:00 2010-03-03 12:00:00 1056719880 1056720240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-03 12:00:00 2010-03-03 13:00:00 1056720240 1056720300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-03 13:00:00 2010-03-03 14:00:00 1056720300 1056720360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-03 14:00:00 2010-03-03 17:00:00 1056720360 1056720540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-03-03 17:00:00 2010-03-05 00:00:00 1056720540 1056722400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-05 00:00:00 2010-03-05 01:00:00 1056722400 1056722460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-05 01:00:00 2010-03-05 02:00:00 1056722460 1056722520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-05 02:00:00 2010-03-05 03:00:00 1056722520 1056722580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-05 03:00:00 2010-03-06 18:00:00 1056722580 1056724920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-06 18:00:00 2010-03-06 21:00:00 1056724920 1056725100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-03-06 21:00:00 2010-03-06 23:00:00 1056725100 1056725220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-06 23:00:00 2010-03-08 16:00:00 1056725220 1056727680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-08 16:00:00 2010-03-08 20:00:00 1056727680 1056727920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-03-08 20:00:00 2010-03-10 06:00:00 1056727920 1056729960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-10 06:00:00 2010-03-10 07:00:00 1056729960 1056730020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-10 07:00:00 2010-03-14 00:00:00 1056730020 1056735360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-14 00:00:00 2010-03-14 01:00:00 1056735360 1056735420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-14 01:00:00 2010-03-14 17:00:00 1056735420 1056736380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-14 17:00:00 2010-03-14 19:00:00 1056736380 1056736500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-03-14 19:00:00 2010-03-14 20:00:00 1056736500 1056736560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-14 20:00:00 2010-03-15 01:00:00 1056736560 1056736860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-03-15 01:00:00 2010-03-15 04:00:00 1056736860 1056737040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-15 04:00:00 2010-03-15 05:00:00 1056737040 1056737100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-15 05:00:00 2010-03-15 09:00:00 1056737100 1056737340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-15 09:00:00 2010-03-15 10:00:00 1056737340 1056737400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-03-15 10:00:00 2010-03-16 01:00:00 1056737400 1056738300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-16 01:00:00 2010-03-16 02:00:00 1056738300 1056738360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-16 02:00:00 2010-03-16 03:00:00 1056738360 1056738420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-16 03:00:00 2010-03-16 04:00:00 1056738420 1056738480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-16 04:00:00 2010-03-16 05:00:00 1056738480 1056738540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-16 05:00:00 2010-03-16 06:00:00 1056738540 1056738600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-16 06:00:00 2010-03-17 01:00:00 1056738600 1056739740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-17 01:00:00 2010-03-17 02:00:00 1056739740 1056739800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-17 02:00:00 2010-03-18 03:00:00 1056739800 1056741300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-18 03:00:00 2010-03-18 04:00:00 1056741300 1056741360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-18 04:00:00 2010-03-18 05:00:00 1056741360 1056741420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-18 05:00:00 2010-03-18 06:00:00 1056741420 1056741480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-18 06:00:00 2010-03-18 22:00:00 1056741480 1056742440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-18 22:00:00 2010-03-19 00:00:00 1056742440 1056742560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-19 00:00:00 2010-03-19 01:00:00 1056742560 1056742620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-19 01:00:00 2010-03-19 03:00:00 1056742620 1056742740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-19 03:00:00 2010-03-19 06:00:00 1056742740 1056742920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-19 06:00:00 2010-03-19 07:00:00 1056742920 1056742980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-19 07:00:00 2010-03-19 23:00:00 1056742980 1056743940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-19 23:00:00 2010-03-20 03:00:00 1056743940 1056744180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-20 03:00:00 2010-03-20 21:00:00 1056744180 1056745260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-20 21:00:00 2010-03-20 22:00:00 1056745260 1056745320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-20 22:00:00 2010-03-21 00:00:00 1056745320 1056745440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-21 00:00:00 2010-03-21 03:00:00 1056745440 1056745620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-21 03:00:00 2010-03-21 04:00:00 1056745620 1056745680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-21 04:00:00 2010-03-21 06:00:00 1056745680 1056745800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-21 06:00:00 2010-03-21 14:00:00 1056745800 1056746280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-21 14:00:00 2010-03-21 16:00:00 1056746280 1056746400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-03-21 16:00:00 2010-03-21 17:00:00 1056746400 1056746460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-21 17:00:00 2010-03-21 20:00:00 1056746460 1056746640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-03-21 20:00:00 2010-03-23 23:00:00 1056746640 1056749700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-23 23:00:00 2010-03-24 00:00:00 1056749700 1056749760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-24 00:00:00 2010-03-24 06:00:00 1056749760 1056750120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-24 06:00:00 2010-03-24 07:00:00 1056750120 1056750180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-24 07:00:00 2010-03-25 00:00:00 1056750180 1056751200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-25 00:00:00 2010-03-25 01:00:00 1056751200 1056751260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-25 01:00:00 2010-03-25 02:00:00 1056751260 1056751320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-25 02:00:00 2010-03-25 04:00:00 1056751320 1056751440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-25 04:00:00 2010-03-25 06:00:00 1056751440 1056751560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-25 06:00:00 2010-03-25 07:00:00 1056751560 1056751620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-25 07:00:00 2010-03-25 18:00:00 1056751620 1056752280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-25 18:00:00 2010-03-25 19:00:00 1056752280 1056752340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-03-25 19:00:00 2010-03-26 01:00:00 1056752340 1056752700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-26 01:00:00 2010-03-26 02:00:00 1056752700 1056752760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-26 02:00:00 2010-03-26 15:00:00 1056752760 1056753540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-26 15:00:00 2010-03-26 21:00:00 1056753540 1056753900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-03-26 21:00:00 2010-03-26 23:00:00 1056753900 1056754020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-26 23:00:00 2010-03-27 03:00:00 1056754020 1056754260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-27 03:00:00 2010-03-27 04:00:00 1056754260 1056754320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-27 04:00:00 2010-03-27 05:00:00 1056754320 1056754380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-27 05:00:00 2010-03-27 23:00:00 1056754380 1056755460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-27 23:00:00 2010-03-28 01:00:00 1056755460 1056755580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-28 01:00:00 2010-03-28 02:00:00 1056755580 1056755640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-28 02:00:00 2010-03-28 04:00:00 1056755640 1056755760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-28 04:00:00 2010-03-28 11:00:00 1056755760 1056756180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-28 11:00:00 2010-03-28 12:00:00 1056756180 1056756240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-28 12:00:00 2010-03-29 03:00:00 1056756240 1056757140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-29 03:00:00 2010-03-29 05:00:00 1056757140 1056757260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-29 05:00:00 2010-03-29 12:00:00 1056757260 1056757680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-29 12:00:00 2010-03-29 22:00:00 1056757680 1056758280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-03-29 22:00:00 2010-03-30 00:00:00 1056758280 1056758400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-30 00:00:00 2010-03-30 01:00:00 1056758400 1056758460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-03-30 01:00:00 2010-03-30 20:00:00 1056758460 1056759600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-03-30 20:00:00 2010-03-30 22:00:00 1056759600 1056759720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-03-30 22:00:00 2010-04-01 05:00:00 1056759720 1056761580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-04-01 05:00:00 2010-04-01 06:00:00 1056761580 1056761640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-04-01 06:00:00 2010-04-02 03:00:00 1056761640 1056762900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-04-02 03:00:00 2010-04-02 04:00:00 1056762900 1056762960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-04-02 04:00:00 2010-04-02 08:00:00 1056762960 1056763200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-04-02 08:00:00 2010-04-02 09:00:00 1056763200 1056763260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-04-02 09:00:00 2010-04-03 01:00:00 1056763260 1056764220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-04-03 01:00:00 2010-04-03 03:00:00 1056764220 1056764340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-04-03 03:00:00 2010-04-04 03:00:00 1056764340 1056765780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-04-04 03:00:00 2010-04-04 04:00:00 1056765780 1056765840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-04-04 04:00:00 2010-04-05 01:00:00 1056765840 1056767100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-04-05 01:00:00 2010-04-05 02:00:00 1056767100 1056767160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-04-05 02:00:00 2010-04-06 00:00:00 1056767160 1056768480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-04-06 00:00:00 2010-04-06 03:00:00 1056768480 1056768660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-04-06 03:00:00 2010-04-06 20:00:00 1056768660 1056769680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-04-06 20:00:00 2010-04-06 21:00:00 1056769680 1056769740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-04-06 21:00:00 2010-04-07 02:00:00 1056769740 1056770040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-04-07 02:00:00 2010-04-07 04:00:00 1056770040 1056770160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-04-07 04:00:00 2010-04-08 18:00:00 1056770160 1056772440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-04-08 19:00:00 2010-04-08 21:00:00 1056772500 1056772620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-04-08 21:00:00 2010-04-09 00:00:00 1056772620 1056772800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-04-09 00:00:00 2010-04-09 01:00:00 1056772800 1056772860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-04-09 01:00:00 2010-04-09 03:00:00 1056772860 1056772980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-04-09 03:00:00 2010-04-09 04:00:00 1056772980 1056773040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-04-09 04:00:00 2010-04-11 01:00:00 1056773040 1056775740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-04-11 01:00:00 2010-04-11 02:00:00 1056775740 1056775800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-04-11 02:00:00 2010-04-15 01:00:00 1056775800 1056781500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-04-15 01:00:00 2010-04-15 03:00:00 1056781500 1056781620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-04-15 03:00:00 2010-04-15 06:00:00 1056781620 1056781800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-04-15 06:00:00 2010-04-15 07:00:00 1056781800 1056781860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-04-15 07:00:00 2010-04-16 23:00:00 1056781860 1056784260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-04-16 23:00:00 2010-04-17 01:00:00 1056784260 1056784380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-04-17 01:00:00 2010-04-17 04:00:00 1056784380 1056784560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-04-17 04:00:00 2010-04-17 05:00:00 1056784560 1056784620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-04-17 05:00:00 2010-04-17 06:00:00 1056784620 1056784680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-04-17 06:00:00 2010-04-17 07:00:00 1056784680 1056784740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-04-17 07:00:00 2010-04-17 19:00:00 1056784740 1056785460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-04-17 19:00:00 2010-04-17 22:00:00 1056785460 1056785640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-04-17 22:00:00 2010-04-18 00:00:00 1056785640 1056785760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-04-18 00:00:00 2010-04-18 01:00:00 1056785760 1056785820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-04-18 01:00:00 2010-04-18 19:00:00 1056785820 1056786900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-04-18 19:00:00 2010-04-18 21:00:00 1056786900 1056787020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-04-18 21:00:00 2010-04-18 23:00:00 1056787020 1056787140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-04-18 23:00:00 2010-04-19 00:00:00 1056787140 1056787200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-04-19 00:00:00 2010-04-20 10:00:00 1056787200 1056789240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-04-20 10:00:00 2010-04-21 06:00:00 1056789240 1056790440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-04-21 06:00:00 2010-04-21 14:00:00 1056790440 1056790920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-04-21 14:00:00 2010-04-21 16:00:00 1056790920 1056791040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-04-21 16:00:00 2010-04-21 17:00:00 1056791040 1056791100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-04-21 17:00:00 2010-04-21 18:00:00 1056791100 1056791160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-04-21 18:00:00 2010-04-21 19:00:00 1056791160 1056791220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-04-21 19:00:00 2010-04-21 22:00:00 1056791220 1056791400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-04-21 22:00:00 2010-04-22 02:00:00 1056791400 1056791640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-04-22 02:00:00 2010-04-22 04:00:00 1056791640 1056791760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-04-22 04:00:00 2010-04-22 05:00:00 1056791760 1056791820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-04-22 05:00:00 2010-04-22 06:00:00 1056791820 1056791880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-04-22 06:00:00 2010-04-22 20:00:00 1056791880 1056792720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-04-22 20:00:00 2010-04-22 22:00:00 1056792720 1056792840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-04-22 22:00:00 2010-04-23 01:00:00 1056792840 1056793020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-04-23 01:00:00 2010-04-23 03:00:00 1056793020 1056793140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-04-23 03:00:00 2010-04-23 14:00:00 1056793140 1056793800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-04-23 14:00:00 2010-04-23 21:00:00 1056793800 1056794220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-04-23 21:00:00 2010-04-23 23:00:00 1056794220 1056794340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-04-23 23:00:00 2010-04-24 01:00:00 1056794340 1056794460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-04-24 01:00:00 2010-04-24 16:00:00 1056794460 1056795360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-04-24 16:00:00 2010-04-24 21:00:00 1056795360 1056795660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-04-24 21:00:00 2010-04-30 01:00:00 1056795660 1056803100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-04-30 01:00:00 2010-04-30 02:00:00 1056803100 1056803160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-04-30 02:00:00 2010-05-01 02:00:00 1056803160 1056804600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-05-01 02:00:00 2010-05-01 04:00:00 1056804600 1056804720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-05-01 04:00:00 2010-05-02 00:00:00 1056804720 1056805920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-05-02 00:00:00 2010-05-02 02:00:00 1056805920 1056806040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-05-02 02:00:00 2010-05-04 16:00:00 1056806040 1056809760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-05-04 16:00:00 2010-05-04 22:00:00 1056809760 1056810120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-05-04 22:00:00 2010-05-05 16:00:00 1056810120 1056811200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-05-05 16:00:00 2010-05-05 21:00:00 1056811200 1056811500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-05-05 21:00:00 2010-05-08 03:00:00 1056811500 1056814740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-05-08 03:00:00 2010-05-08 04:00:00 1056814740 1056814800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-05-08 04:00:00 2010-05-09 02:00:00 1056814800 1056816120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-05-09 02:00:00 2010-05-09 04:00:00 1056816120 1056816240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-05-09 04:00:00 2010-05-10 00:00:00 1056816240 1056817440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-05-10 00:00:00 2010-05-10 04:00:00 1056817440 1056817680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-05-10 04:00:00 2010-05-11 13:00:00 1056817680 1056819660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-05-11 13:00:00 2010-05-11 21:00:00 1056819660 1056820140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-05-11 21:00:00 2010-05-20 02:00:00 1056820140 1056831960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-05-20 02:00:00 2010-05-20 04:00:00 1056831960 1056832080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-05-20 04:00:00 2010-05-21 16:00:00 1056832080 1056834240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-05-21 16:00:00 2010-05-21 22:00:00 1056834240 1056834600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-05-21 22:00:00 2010-05-23 02:00:00 1056834600 1056836280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-05-23 02:00:00 2010-05-23 03:00:00 1056836280 1056836340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-05-23 03:00:00 2010-05-24 00:00:00 1056836340 1056837600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-05-24 00:00:00 2010-05-24 04:00:00 1056837600 1056837840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-05-24 04:00:00 2010-05-25 17:00:00 1056837840 1056840060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-05-25 17:00:00 2010-05-25 21:00:00 1056840060 1056840300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-05-25 21:00:00 2010-05-27 18:00:00 1056840300 1056843000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-05-27 18:00:00 2010-05-27 21:00:00 1056843000 1056843180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-05-27 21:00:00 2010-05-28 03:00:00 1056843180 1056843540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-05-28 03:00:00 2010-05-28 05:00:00 1056843540 1056843660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-05-28 05:00:00 2010-06-03 19:00:00 1056843660 1056853140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-06-03 19:00:00 2010-06-03 21:00:00 1056853140 1056853260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-06-03 21:00:00 2010-06-08 03:00:00 1056853260 1056859380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-06-08 03:00:00 2010-06-08 04:00:00 1056859380 1056859440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-06-08 04:00:00 2010-06-14 00:00:00 1056859440 1056867840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-06-14 00:00:00 2010-06-14 06:00:00 1056867840 1056868200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-06-14 06:00:00 2010-06-15 00:00:00 1056868200 1056869280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-06-15 00:00:00 2010-06-15 03:00:00 1056869280 1056869460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-06-15 03:00:00 2010-06-15 04:00:00 1056869460 1056869520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-06-15 04:00:00 2010-06-15 06:00:00 1056869520 1056869640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-06-15 06:00:00 2010-06-16 00:00:00 1056869640 1056870720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-06-16 00:00:00 2010-06-16 02:00:00 1056870720 1056870840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-06-16 02:00:00 2010-06-20 03:00:00 1056870840 1056876660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-06-20 03:00:00 2010-06-20 06:00:00 1056876660 1056876840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-06-20 06:00:00 2010-06-21 01:00:00 1056876840 1056877980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-06-21 01:00:00 2010-06-21 05:00:00 1056877980 1056878220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-06-21 05:00:00 2010-06-23 03:00:00 1056878220 1056880980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-06-23 03:00:00 2010-06-23 04:00:00 1056880980 1056881040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-06-23 04:00:00 2010-06-24 00:00:00 1056881040 1056882240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-06-24 00:00:00 2010-06-24 03:00:00 1056882240 1056882420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-06-24 03:00:00 2010-06-24 19:00:00 1056882420 1056883380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-06-24 19:00:00 2010-06-24 22:00:00 1056883380 1056883560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-06-24 22:00:00 2010-06-25 01:00:00 1056883560 1056883740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-06-25 01:00:00 2010-06-25 03:00:00 1056883740 1056883860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-06-25 03:00:00 2010-06-25 04:00:00 1056883860 1056883920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-06-25 04:00:00 2010-06-25 05:00:00 1056883920 1056883980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-06-25 05:00:00 2010-06-25 18:00:00 1056883980 1056884760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-06-25 18:00:00 2010-06-25 22:00:00 1056884760 1056885000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-06-25 22:00:00 2010-06-26 19:00:00 1056885000 1056886260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-06-26 19:00:00 2010-06-26 21:00:00 1056886260 1056886380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-06-26 21:00:00 2010-07-03 02:00:00 1056886380 1056895320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-07-03 02:00:00 2010-07-03 03:00:00 1056895320 1056895380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-07-03 03:00:00 2010-07-04 04:00:00 1056895380 1056896880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-07-04 04:00:00 2010-07-04 05:00:00 1056896880 1056896940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-07-04 05:00:00 2010-07-05 01:00:00 1056896940 1056898140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-07-05 01:00:00 2010-07-05 06:00:00 1056898140 1056898440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-07-05 06:00:00 2010-07-10 02:00:00 1056898440 1056905400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-07-10 02:00:00 2010-07-10 07:00:00 1056905400 1056905700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-07-10 07:00:00 2010-07-11 05:00:00 1056905700 1056907020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-07-11 05:00:00 2010-07-11 06:00:00 1056907020 1056907080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-07-11 06:00:00 2010-07-11 17:00:00 1056907080 1056907740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-07-11 17:00:00 2010-07-11 22:00:00 1056907740 1056908040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-07-11 22:00:00 2010-07-12 15:00:00 1056908040 1056909060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-07-12 15:00:00 2010-07-12 22:00:00 1056909060 1056909480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-07-12 22:00:00 2010-07-13 04:00:00 1056909480 1056909840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-07-13 04:00:00 2010-07-13 05:00:00 1056909840 1056909900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-07-13 05:00:00 2010-07-13 17:00:00 1056909900 1056910620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-07-13 17:00:00 2010-07-13 20:00:00 1056910620 1056910800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-07-13 20:00:00 2010-07-17 03:00:00 1056910800 1056915540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-07-17 03:00:00 2010-07-17 06:00:00 1056915540 1056915720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-07-17 06:00:00 2010-07-24 01:00:00 1056915720 1056925500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-07-24 01:00:00 2010-07-24 02:00:00 1056925500 1056925560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-07-24 02:00:00 2010-07-24 04:00:00 1056925560 1056925680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-07-24 04:00:00 2010-07-24 07:00:00 1056925680 1056925860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-07-24 07:00:00 2010-07-27 00:00:00 1056925860 1056929760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-07-27 00:00:00 2010-07-27 03:00:00 1056929760 1056929940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-07-27 03:00:00 2010-07-28 02:00:00 1056929940 1056931320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-07-28 02:00:00 2010-07-28 03:00:00 1056931320 1056931380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-07-28 03:00:00 2010-07-28 15:00:00 1056931380 1056932100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-07-28 15:00:00 2010-07-28 17:00:00 1056932100 1056932220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-07-28 17:00:00 2010-07-28 18:00:00 1056932220 1056932280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-07-28 18:00:00 2010-07-28 19:00:00 1056932280 1056932340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-07-28 19:00:00 2010-07-30 20:00:00 1056932340 1056935280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-07-30 20:00:00 2010-07-30 21:00:00 1056935280 1056935340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-07-30 21:00:00 2010-08-06 06:00:00 1056935340 1056944520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-08-06 06:00:00 2010-08-06 07:00:00 1056944520 1056944580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-08-06 07:00:00 2010-08-07 01:00:00 1056944580 1056945660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-08-07 01:00:00 2010-08-07 04:00:00 1056945660 1056945840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-08-07 04:00:00 2010-08-08 03:00:00 1056945840 1056947220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-08-08 03:00:00 2010-08-08 06:00:00 1056947220 1056947400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-08-08 06:00:00 2010-08-09 01:00:00 1056947400 1056948540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-08-09 01:00:00 2010-08-09 05:00:00 1056948540 1056948780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-08-09 05:00:00 2010-08-09 11:00:00 1056948780 1056949140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-08-09 11:00:00 2010-08-09 13:00:00 1056949140 1056949260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-08-09 13:00:00 2010-08-09 17:00:00 1056949260 1056949500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-08-09 17:00:00 2010-08-09 19:00:00 1056949500 1056949620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-08-09 19:00:00 2010-08-10 10:00:00 1056949620 1056950520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-08-10 10:00:00 2010-08-10 18:00:00 1056950520 1056951000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-08-10 18:00:00 2010-08-10 22:00:00 1056951000 1056951240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-08-10 22:00:00 2010-08-11 03:00:00 1056951240 1056951540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-08-11 03:00:00 2010-08-20 20:00:00 1056951540 1056965520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-08-20 20:00:00 2010-08-20 22:00:00 1056965520 1056965640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-08-20 22:00:00 2010-08-23 14:00:00 1056965640 1056969480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-08-23 14:00:00 2010-08-23 18:00:00 1056969480 1056969720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-08-23 18:00:00 2010-09-05 09:00:00 1056969720 1056987900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-09-05 09:00:00 2010-09-05 22:00:00 1056987900 1056988680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-09-05 22:00:00 2010-09-06 20:00:00 1056988680 1056990000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-09-06 20:00:00 2010-09-06 21:00:00 1056990000 1056990060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-09-06 21:00:00 2010-09-10 01:00:00 1056990060 1056994620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-09-10 01:00:00 2010-09-10 02:00:00 1056994620 1056994680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-09-10 02:00:00 2010-09-10 19:00:00 1056994680 1056995700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-09-10 19:00:00 2010-09-10 21:00:00 1056995700 1056995820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-09-10 21:00:00 2010-09-11 23:00:00 1056995820 1056997380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-09-11 23:00:00 2010-09-12 01:00:00 1056997380 1056997500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-09-12 01:00:00 2010-09-12 03:00:00 1056997500 1056997620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-09-12 03:00:00 2010-09-12 04:00:00 1056997620 1056997680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-09-12 04:00:00 2010-09-13 17:00:00 1056997680 1056999900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-09-13 17:00:00 2010-09-13 18:00:00 1056999900 1056999960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-09-13 18:00:00 2010-09-15 14:00:00 1056999960 1057002600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-09-15 14:00:00 2010-09-15 15:00:00 1057002600 1057002660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-09-15 15:00:00 2010-09-16 14:00:00 1057002660 1057004040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-09-16 14:00:00 2010-09-16 15:00:00 1057004040 1057004100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-09-16 15:00:00 2010-09-17 14:00:00 1057004100 1057005480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-09-17 14:00:00 2010-09-17 15:00:00 1057005480 1057005540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-09-17 15:00:00 2010-09-18 14:00:00 1057005540 1057006920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-09-18 14:00:00 2010-09-18 15:00:00 1057006920 1057006980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-09-18 15:00:00 2010-09-21 23:00:00 1057006980 1057011780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-09-21 23:00:00 2010-09-22 00:00:00 1057011780 1057011840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-09-22 00:00:00 2010-09-23 00:00:00 1057011840 1057013280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-09-23 00:00:00 2010-09-23 03:00:00 1057013280 1057013460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-09-23 03:00:00 2010-09-23 05:00:00 1057013460 1057013580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-09-23 05:00:00 2010-09-23 06:00:00 1057013580 1057013640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-09-23 06:00:00 2010-09-23 23:00:00 1057013640 1057014660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-09-23 23:00:00 2010-09-24 00:00:00 1057014660 1057014720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-09-24 00:00:00 2010-09-25 19:00:00 1057014720 1057017300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-09-25 19:00:00 2010-09-25 20:00:00 1057017300 1057017360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-09-25 20:00:00 2010-09-26 19:00:00 1057017360 1057018740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-09-26 19:00:00 2010-09-26 20:00:00 1057018740 1057018800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-09-26 20:00:00 2010-09-28 19:00:00 1057018800 1057021620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-09-28 19:00:00 2010-09-28 21:00:00 1057021620 1057021740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-09-28 21:00:00 2010-09-29 02:00:00 1057021740 1057022040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-09-29 02:00:00 2010-09-29 03:00:00 1057022040 1057022100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +2010-09-29 03:00:00 2010-10-03 19:00:00 1057022100 1057028820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-10-03 19:00:00 2010-10-03 20:00:00 1057028820 1057028880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-10-03 20:00:00 2010-10-04 16:00:00 1057028880 1057030080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-10-04 16:00:00 2010-10-04 22:00:00 1057030080 1057030440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-10-04 22:00:00 2010-10-05 16:00:00 1057030440 1057031520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-10-05 16:00:00 2010-10-05 21:00:00 1057031520 1057031820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-10-05 21:00:00 2010-10-07 19:00:00 1057031820 1057034580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-10-07 19:00:00 2010-10-07 23:00:00 1057034580 1057034820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-10-07 23:00:00 2010-10-08 00:00:00 1057034820 1057034880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-10-08 00:00:00 2010-10-08 01:00:00 1057034880 1057034940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-10-08 01:00:00 2010-10-08 02:00:00 1057034940 1057035000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-10-08 02:00:00 2010-10-08 04:00:00 1057035000 1057035120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-10-08 04:00:00 2010-10-08 07:00:00 1057035120 1057035300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-10-08 07:00:00 2010-10-09 01:00:00 1057035300 1057036380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-10-09 01:00:00 2010-10-09 03:00:00 1057036380 1057036500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-10-09 03:00:00 2010-10-09 05:00:00 1057036500 1057036620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-10-09 05:00:00 2010-10-09 07:00:00 1057036620 1057036740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-10-09 07:00:00 2010-10-10 04:00:00 1057036740 1057038000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-10-10 04:00:00 2010-10-10 06:00:00 1057038000 1057038120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-10-10 06:00:00 2010-10-10 07:00:00 1057038120 1057038180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-10-10 07:00:00 2010-10-10 08:00:00 1057038180 1057038240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-10-10 08:00:00 2010-10-12 00:00:00 1057038240 1057040640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-10-12 00:00:00 2010-10-15 19:00:00 1057040640 1057046100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-10-15 19:00:00 2010-10-15 21:00:00 1057046100 1057046220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-10-15 21:00:00 2010-10-24 14:00:00 1057046220 1057058760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-10-24 15:00:00 2010-10-24 22:00:00 1057058820 1057059240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-10-24 22:00:00 2010-10-25 19:00:00 1057059240 1057060500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-10-25 19:00:00 2010-10-25 20:00:00 1057060500 1057060560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-10-25 20:00:00 2010-11-09 18:00:00 1057060560 1057082040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-11-09 18:00:00 2010-11-09 20:00:00 1057082040 1057082160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-11-09 20:00:00 2010-11-14 19:00:00 1057082160 1057089300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-11-14 19:00:00 2010-11-14 20:00:00 1057089300 1057089360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-11-14 20:00:00 2010-11-18 18:00:00 1057089360 1057095000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-11-18 18:00:00 2010-11-18 21:00:00 1057095000 1057095180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-11-18 21:00:00 2010-11-27 02:00:00 1057095180 1057107000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-11-27 02:00:00 2010-11-27 03:00:00 1057107000 1057107060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-11-27 04:00:00 2010-12-01 03:00:00 1057107120 1057112820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-12-01 03:00:00 2010-12-02 07:00:00 1057112820 1057114500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-12-02 07:00:00 2010-12-02 08:00:00 1057114500 1057114560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-12-02 08:00:00 2010-12-02 09:00:00 1057114560 1057114620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-12-02 09:00:00 2010-12-02 11:00:00 1057114620 1057114740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-12-02 11:00:00 2010-12-03 00:00:00 1057114740 1057115520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-12-03 00:00:00 2010-12-04 12:00:00 1057115520 1057117680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-12-04 12:00:00 2010-12-04 13:00:00 1057117680 1057117740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-12-04 13:00:00 2010-12-04 21:00:00 1057117740 1057118220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-12-04 21:00:00 2010-12-05 02:00:00 1057118220 1057118520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-12-05 02:00:00 2010-12-05 03:00:00 1057118520 1057118580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-12-05 03:00:00 2010-12-05 07:00:00 1057118580 1057118820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-12-05 07:00:00 2010-12-05 09:00:00 1057118820 1057118940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-12-05 09:00:00 2010-12-05 23:00:00 1057118940 1057119780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-12-05 23:00:00 2010-12-06 01:00:00 1057119780 1057119900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-12-06 01:00:00 2010-12-06 03:00:00 1057119900 1057120020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-12-06 03:00:00 2010-12-06 11:00:00 1057120020 1057120500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-12-06 11:00:00 2010-12-06 21:00:00 1057120500 1057121100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-12-06 21:00:00 2010-12-07 07:00:00 1057121100 1057121700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-12-07 07:00:00 2010-12-07 08:00:00 1057121700 1057121760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-12-07 08:00:00 2010-12-07 14:00:00 1057121760 1057122120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-12-07 14:00:00 2010-12-07 21:00:00 1057122120 1057122540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-12-07 21:00:00 2010-12-08 14:00:00 1057122540 1057123560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-12-08 14:00:00 2010-12-08 16:00:00 1057123560 1057123680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-12-08 16:00:00 2010-12-08 17:00:00 1057123680 1057123740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-12-08 17:00:00 2010-12-08 20:00:00 1057123740 1057123920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-12-08 20:00:00 2010-12-09 15:00:00 1057123920 1057125060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-12-09 15:00:00 2010-12-09 16:00:00 1057125060 1057125120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-12-09 16:00:00 2010-12-09 17:00:00 1057125120 1057125180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-12-09 17:00:00 2010-12-09 18:00:00 1057125180 1057125240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-12-09 18:00:00 2010-12-09 19:00:00 1057125240 1057125300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-12-09 19:00:00 2010-12-09 20:00:00 1057125300 1057125360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-12-09 20:00:00 2010-12-10 20:00:00 1057125360 1057126800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-12-10 20:00:00 2010-12-10 21:00:00 1057126800 1057126860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-12-10 21:00:00 2010-12-11 02:00:00 1057126860 1057127160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-12-11 02:00:00 2010-12-11 03:00:00 1057127160 1057127220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-12-11 03:00:00 2010-12-11 07:00:00 1057127220 1057127460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-12-11 07:00:00 2010-12-13 00:00:00 1057127460 1057129920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-12-13 00:00:00 2010-12-13 09:00:00 1057129920 1057130460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-12-13 09:00:00 2010-12-13 21:00:00 1057130460 1057131180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-12-13 21:00:00 2010-12-14 08:00:00 1057131180 1057131840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-12-14 08:00:00 2010-12-14 23:00:00 1057131840 1057132740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-12-14 23:00:00 2010-12-15 08:00:00 1057132740 1057133280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-12-15 08:00:00 2010-12-16 01:00:00 1057133280 1057134300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-12-16 01:00:00 2010-12-16 03:00:00 1057134300 1057134420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-12-16 03:00:00 2010-12-16 07:00:00 1057134420 1057134660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-12-16 07:00:00 2010-12-16 08:00:00 1057134660 1057134720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-12-16 08:00:00 2010-12-17 01:00:00 1057134720 1057135740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-12-17 01:00:00 2010-12-17 11:00:00 1057135740 1057136340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-12-17 11:00:00 2010-12-17 21:00:00 1057136340 1057136940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-12-17 21:00:00 2010-12-18 14:00:00 1057136940 1057137960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-12-18 14:00:00 2010-12-18 15:00:00 1057137960 1057138020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-12-18 15:00:00 2010-12-19 05:00:00 1057138020 1057138860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-12-19 05:00:00 2010-12-19 23:00:00 1057138860 1057139940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-12-19 23:00:00 2010-12-22 14:00:00 1057139940 1057143720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-12-22 14:00:00 2010-12-22 15:00:00 1057143720 1057143780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-12-22 15:00:00 2010-12-23 18:00:00 1057143780 1057145400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-12-23 18:00:00 2010-12-23 19:00:00 1057145400 1057145460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-12-23 19:00:00 2010-12-24 10:00:00 1057145460 1057146360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-12-24 10:00:00 2010-12-28 21:00:00 1057146360 1057152780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-12-28 21:00:00 2010-12-29 20:00:00 1057152780 1057154160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-12-29 20:00:00 2010-12-29 21:00:00 1057154160 1057154220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz'] +2010-12-29 21:00:00 2010-12-31 13:00:00 1057154220 1057156620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1056636060_1057156620.npz +2010-12-31 13:00:00 2011-01-05 13:00:00 1057156620 1057163820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-01-05 13:00:00 2011-01-05 22:00:00 1057163820 1057164360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-01-05 22:00:00 2011-01-06 02:00:00 1057164360 1057164600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-01-06 02:00:00 2011-01-06 06:00:00 1057164600 1057164840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-01-06 06:00:00 2011-01-06 07:00:00 1057164840 1057164900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-01-06 07:00:00 2011-01-07 02:00:00 1057164900 1057166040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-01-07 02:00:00 2011-01-09 10:00:00 1057166040 1057169400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-01-09 10:00:00 2011-01-10 02:00:00 1057169400 1057170360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-01-10 02:00:00 2011-01-10 05:00:00 1057170360 1057170540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-01-10 05:00:00 2011-01-11 23:00:00 1057170540 1057173060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-01-11 23:00:00 2011-01-18 01:00:00 1057173060 1057181820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-01-18 01:00:00 2011-01-18 02:00:00 1057181820 1057181880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-01-18 02:00:00 2011-01-18 03:00:00 1057181880 1057181940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-01-18 03:00:00 2011-01-18 04:00:00 1057181940 1057182000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-01-18 04:00:00 2011-01-19 13:00:00 1057182000 1057183980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-01-19 13:00:00 2011-01-19 22:00:00 1057183980 1057184520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-01-19 22:00:00 2011-01-20 19:00:00 1057184520 1057185780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-01-20 19:00:00 2011-01-20 20:00:00 1057185780 1057185840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-01-20 20:00:00 2011-01-25 20:00:00 1057185840 1057193040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-01-25 20:00:00 2011-01-25 21:00:00 1057193040 1057193100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz'] +2011-01-25 21:00:00 2011-01-27 00:00:00 1057193100 1057194720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-01-27 00:00:00 2011-01-27 01:00:00 1057194720 1057194780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz'] +2011-01-27 01:00:00 2011-01-30 02:00:00 1057194780 1057199160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-01-30 02:00:00 2011-01-30 03:00:00 1057199160 1057199220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-01-30 03:00:00 2011-01-31 13:00:00 1057199220 1057201260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-01-31 13:00:00 2011-02-01 00:00:00 1057201260 1057201920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-02-01 00:00:00 2011-02-01 06:00:00 1057201920 1057202280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-02-01 06:00:00 2011-02-01 07:00:00 1057202280 1057202340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-02-01 07:00:00 2011-02-01 10:00:00 1057202340 1057202520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-02-01 10:00:00 2011-02-01 22:00:00 1057202520 1057203240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-02-01 22:00:00 2011-02-02 11:00:00 1057203240 1057204020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-02-02 11:00:00 2011-02-02 22:00:00 1057204020 1057204680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-02-02 22:00:00 2011-02-03 12:00:00 1057204680 1057205520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-02-03 12:00:00 2011-02-03 21:00:00 1057205520 1057206060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-02-03 21:00:00 2011-02-04 11:00:00 1057206060 1057206900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-02-04 11:00:00 2011-02-04 12:00:00 1057206900 1057206960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-02-04 12:00:00 2011-02-04 14:00:00 1057206960 1057207080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-02-04 14:00:00 2011-02-04 22:00:00 1057207080 1057207560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-02-04 22:00:00 2011-02-05 11:00:00 1057207560 1057208340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-02-05 11:00:00 2011-02-06 00:00:00 1057208340 1057209120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-02-06 00:00:00 2011-02-06 10:00:00 1057209120 1057209720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-02-06 10:00:00 2011-04-12 03:00:00 1057209720 1057302900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-04-12 03:00:00 2011-04-18 14:00:00 1057302900 1057312200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-04-18 15:00:00 2011-04-18 23:00:00 1057312260 1057312740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-04-18 23:00:00 2011-04-19 10:00:00 1057312740 1057313400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-04-19 10:00:00 2011-04-19 21:00:00 1057313400 1057314060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-04-19 21:00:00 2011-04-21 18:00:00 1057314060 1057316760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-04-21 18:00:00 2011-04-21 20:00:00 1057316760 1057316880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-04-21 20:00:00 2011-04-22 08:00:00 1057316880 1057317600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-04-22 08:00:00 2011-04-23 00:00:00 1057317600 1057318560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-04-23 00:00:00 2011-04-23 03:00:00 1057318560 1057318740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-04-23 03:00:00 2011-04-23 04:00:00 1057318740 1057318800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-04-23 04:00:00 2011-04-23 05:00:00 1057318800 1057318860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-04-23 05:00:00 2011-04-24 00:00:00 1057318860 1057320000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-04-24 00:00:00 2011-04-26 10:00:00 1057320000 1057323480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-04-26 10:00:00 2011-04-26 14:00:00 1057323480 1057323720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-04-26 15:00:00 2011-04-26 17:00:00 1057323780 1057323900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-04-26 17:00:00 2011-04-26 21:00:00 1057323900 1057324140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-04-26 21:00:00 2011-04-27 08:00:00 1057324140 1057324800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-04-27 08:00:00 2011-04-27 23:00:00 1057324800 1057325700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-04-27 23:00:00 2011-04-28 14:00:00 1057325700 1057326600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-04-28 15:00:00 2011-04-28 22:00:00 1057326660 1057327080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-04-28 22:00:00 2011-05-03 09:00:00 1057327080 1057333500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-05-03 09:00:00 2011-05-04 01:00:00 1057333500 1057334460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-05-04 01:00:00 2011-05-04 10:00:00 1057334460 1057335000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-05-04 10:00:00 2011-05-04 22:00:00 1057335000 1057335720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-05-04 22:00:00 2011-05-09 14:00:00 1057335720 1057342440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-05-09 15:00:00 2011-05-09 17:00:00 1057342500 1057342620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-05-09 17:00:00 2011-05-09 20:00:00 1057342620 1057342800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-05-09 20:00:00 2011-05-09 22:00:00 1057342800 1057342920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-05-09 22:00:00 2011-05-10 11:00:00 1057342920 1057343700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-05-10 11:00:00 2011-05-10 23:00:00 1057343700 1057344420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-05-10 23:00:00 2011-05-19 08:00:00 1057344420 1057356480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-05-19 08:00:00 2011-05-19 17:00:00 1057356480 1057357020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-05-19 17:00:00 2011-05-19 18:00:00 1057357020 1057357080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-05-19 18:00:00 2011-05-20 00:00:00 1057357080 1057357440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-05-20 00:00:00 2011-05-20 18:00:00 1057357440 1057358520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-05-20 18:00:00 2011-05-20 21:00:00 1057358520 1057358700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-05-20 21:00:00 2011-05-21 20:00:00 1057358700 1057360080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-05-21 20:00:00 2011-05-21 22:00:00 1057360080 1057360200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-05-21 22:00:00 2011-05-22 14:00:00 1057360200 1057361160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-05-22 15:00:00 2011-05-22 22:00:00 1057361220 1057361640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-05-22 22:00:00 2011-05-23 05:00:00 1057361640 1057362060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-05-23 05:00:00 2011-05-24 01:00:00 1057362060 1057363260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-05-24 01:00:00 2011-05-29 20:00:00 1057363260 1057371600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-05-29 20:00:00 2011-05-29 23:00:00 1057371600 1057371780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-05-29 23:00:00 2011-05-30 14:00:00 1057371780 1057372680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-05-30 15:00:00 2011-05-30 22:00:00 1057372740 1057373160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-05-30 22:00:00 2011-05-31 15:00:00 1057373160 1057374180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-05-31 15:00:00 2011-05-31 22:00:00 1057374180 1057374600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-05-31 22:00:00 2011-06-01 16:00:00 1057374600 1057375680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-06-01 16:00:00 2011-06-01 21:00:00 1057375680 1057375980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-06-01 21:00:00 2011-06-02 19:00:00 1057375980 1057377300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-06-02 19:00:00 2011-06-02 22:00:00 1057377300 1057377480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-06-02 22:00:00 2011-06-03 06:00:00 1057377480 1057377960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-06-03 06:00:00 2011-06-03 07:00:00 1057377960 1057378020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-06-03 07:00:00 2011-06-03 20:00:00 1057378020 1057378800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-06-03 20:00:00 2011-06-03 22:00:00 1057378800 1057378920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-06-03 22:00:00 2011-06-05 19:00:00 1057378920 1057381620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-06-05 20:00:00 2011-06-05 22:00:00 1057381680 1057381800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-06-05 22:00:00 2011-06-12 16:00:00 1057381800 1057391520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-06-12 16:00:00 2011-06-12 17:00:00 1057391520 1057391580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-06-12 17:00:00 2011-06-14 20:00:00 1057391580 1057394640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-06-14 20:00:00 2011-06-14 22:00:00 1057394640 1057394760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-06-14 22:00:00 2011-06-24 01:00:00 1057394760 1057407900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-06-24 01:00:00 2011-06-24 02:00:00 1057407900 1057407960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz'] +2011-06-24 02:00:00 2011-07-13 23:00:00 1057407960 1057436580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-07-13 23:00:00 2011-07-14 00:00:00 1057436580 1057436640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-07-14 00:00:00 2011-07-17 18:00:00 1057436640 1057442040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-07-17 18:00:00 2011-07-17 19:00:00 1057442040 1057442100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-07-17 19:00:00 2011-07-17 20:00:00 1057442100 1057442160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-07-17 20:00:00 2011-07-17 21:00:00 1057442160 1057442220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-07-17 22:00:00 2011-08-22 20:00:00 1057442280 1057494000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-08-22 20:00:00 2011-08-23 00:00:00 1057494000 1057494240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-08-23 00:00:00 2011-08-23 01:00:00 1057494240 1057494300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-08-23 01:00:00 2011-08-23 02:00:00 1057494300 1057494360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-08-23 02:00:00 2011-08-23 08:00:00 1057494360 1057494720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-08-23 08:00:00 2011-08-24 01:00:00 1057494720 1057495740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-08-24 01:00:00 2011-08-25 20:00:00 1057495740 1057498320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-08-25 20:00:00 2011-08-25 21:00:00 1057498320 1057498380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-08-25 21:00:00 2011-08-27 06:00:00 1057498380 1057500360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-08-27 06:00:00 2011-08-27 11:00:00 1057500360 1057500660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-08-27 11:00:00 2011-08-27 12:00:00 1057500660 1057500720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-08-27 12:00:00 2011-08-28 00:00:00 1057500720 1057501440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-08-28 00:00:00 2011-08-28 14:00:00 1057501440 1057502280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-08-28 14:00:00 2011-08-28 22:00:00 1057502280 1057502760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-08-28 22:00:00 2011-08-30 11:00:00 1057502760 1057504980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-08-30 11:00:00 2011-08-30 22:00:00 1057504980 1057505640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-08-30 22:00:00 2011-08-31 16:00:00 1057505640 1057506720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-08-31 16:00:00 2011-08-31 20:00:00 1057506720 1057506960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-08-31 20:00:00 2011-09-06 19:00:00 1057506960 1057515540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-09-06 19:00:00 2011-09-06 21:00:00 1057515540 1057515660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-09-06 21:00:00 2011-09-07 16:00:00 1057515660 1057516800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-09-07 16:00:00 2011-09-07 21:00:00 1057516800 1057517100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-09-07 21:00:00 2011-09-09 01:00:00 1057517100 1057518780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-09-09 01:00:00 2011-09-09 02:00:00 1057518780 1057518840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-09-09 02:00:00 2011-09-09 05:00:00 1057518840 1057519020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-09-09 05:00:00 2011-09-09 06:00:00 1057519020 1057519080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-09-09 06:00:00 2011-09-09 11:00:00 1057519080 1057519380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-09-09 11:00:00 2011-09-09 22:00:00 1057519380 1057520040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-09-09 22:00:00 2011-09-13 03:00:00 1057520040 1057524660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-09-13 03:00:00 2011-09-13 05:00:00 1057524660 1057524780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-09-13 05:00:00 2011-09-14 19:00:00 1057524780 1057527060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-09-14 19:00:00 2011-09-14 20:00:00 1057527060 1057527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-09-14 20:00:00 2011-09-19 14:00:00 1057527120 1057533960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-09-19 14:00:00 2011-09-19 18:00:00 1057533960 1057534200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-09-19 21:00:00 2011-09-20 19:00:00 1057534380 1057535700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-09-20 19:00:00 2011-09-20 21:00:00 1057535700 1057535820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-09-20 21:00:00 2011-09-23 19:00:00 1057535820 1057540020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-09-23 19:00:00 2011-09-23 21:00:00 1057540020 1057540140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-09-23 21:00:00 2011-09-25 19:00:00 1057540140 1057542900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-09-25 19:00:00 2011-09-25 21:00:00 1057542900 1057543020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-09-25 21:00:00 2011-09-26 00:00:00 1057543020 1057543200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-09-26 00:00:00 2011-09-26 01:00:00 1057543200 1057543260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-09-26 01:00:00 2011-09-29 19:00:00 1057543260 1057548660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-09-29 19:00:00 2011-09-29 21:00:00 1057548660 1057548780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-09-29 21:00:00 2011-10-03 19:00:00 1057548780 1057554420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-10-03 19:00:00 2011-10-03 20:00:00 1057554420 1057554480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-10-03 20:00:00 2011-10-05 23:00:00 1057554480 1057557540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057557540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz +2011-10-06 04:00:00 2011-12-31 13:00:00 1057557840 1057682220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057156620_1057682220.npz'] +2011-12-31 13:00:00 2012-03-21 01:00:00 1057682220 1057798140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-03-21 02:00:00 2012-03-21 09:00:00 1057798200 1057798620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-03-21 09:00:00 2012-03-22 23:00:00 1057798620 1057800900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-03-22 23:00:00 2012-03-23 05:00:00 1057800900 1057801260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-03-23 05:00:00 2012-03-23 06:00:00 1057801260 1057801320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-03-23 06:00:00 2012-03-23 08:00:00 1057801320 1057801440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-03-23 08:00:00 2012-03-23 21:00:00 1057801440 1057802220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-03-23 21:00:00 2012-03-24 03:00:00 1057802220 1057802580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-03-24 03:00:00 2012-03-24 06:00:00 1057802580 1057802760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-03-24 06:00:00 2012-03-24 08:00:00 1057802760 1057802880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-03-24 08:00:00 2012-03-24 21:00:00 1057802880 1057803660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-03-24 21:00:00 2012-03-25 02:00:00 1057803660 1057803960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-03-25 02:00:00 2012-03-25 06:00:00 1057803960 1057804200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-03-25 06:00:00 2012-03-25 09:00:00 1057804200 1057804380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-03-25 09:00:00 2012-03-25 21:00:00 1057804380 1057805100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-03-25 21:00:00 2012-03-26 01:00:00 1057805100 1057805340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-03-26 01:00:00 2012-03-26 06:00:00 1057805340 1057805640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-03-26 06:00:00 2012-03-26 09:00:00 1057805640 1057805820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-03-26 09:00:00 2012-03-26 21:00:00 1057805820 1057806540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-03-26 21:00:00 2012-03-27 01:00:00 1057806540 1057806780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-03-27 01:00:00 2012-03-27 05:00:00 1057806780 1057807020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-03-27 05:00:00 2012-03-27 10:00:00 1057807020 1057807320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-03-27 10:00:00 2012-03-27 21:00:00 1057807320 1057807980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-03-27 21:00:00 2012-03-28 02:00:00 1057807980 1057808280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-03-28 02:00:00 2012-03-28 06:00:00 1057808280 1057808520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-03-28 06:00:00 2012-03-28 09:00:00 1057808520 1057808700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-03-28 09:00:00 2012-03-28 21:00:00 1057808700 1057809420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-03-28 21:00:00 2012-03-29 02:00:00 1057809420 1057809720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-03-29 02:00:00 2012-03-29 05:00:00 1057809720 1057809900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-03-29 05:00:00 2012-03-29 09:00:00 1057809900 1057810140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-03-29 09:00:00 2012-03-29 21:00:00 1057810140 1057810860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-03-29 21:00:00 2012-03-30 02:00:00 1057810860 1057811160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-03-30 02:00:00 2012-03-30 05:00:00 1057811160 1057811340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-03-30 05:00:00 2012-03-30 09:00:00 1057811340 1057811580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-03-30 09:00:00 2012-03-31 00:00:00 1057811580 1057812480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-03-31 00:00:00 2012-03-31 03:00:00 1057812480 1057812660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-03-31 03:00:00 2012-03-31 06:00:00 1057812660 1057812840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-03-31 06:00:00 2012-03-31 10:00:00 1057812840 1057813080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-03-31 10:00:00 2012-03-31 21:00:00 1057813080 1057813740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-03-31 21:00:00 2012-03-31 23:00:00 1057813740 1057813860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-03-31 23:00:00 2012-04-01 00:00:00 1057813860 1057813920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-01 00:00:00 2012-04-01 03:00:00 1057813920 1057814100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-01 03:00:00 2012-04-01 06:00:00 1057814100 1057814280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-01 06:00:00 2012-04-01 13:00:00 1057814280 1057814700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-01 13:00:00 2012-04-01 20:00:00 1057814700 1057815120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-01 20:00:00 2012-04-02 04:00:00 1057815120 1057815600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-02 04:00:00 2012-04-02 06:00:00 1057815600 1057815720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-02 06:00:00 2012-04-02 15:00:00 1057815720 1057816260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-02 15:00:00 2012-04-03 01:00:00 1057816260 1057816860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-03 01:00:00 2012-04-03 04:00:00 1057816860 1057817040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-03 04:00:00 2012-04-03 06:00:00 1057817040 1057817160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-03 06:00:00 2012-04-03 17:00:00 1057817160 1057817820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-03 17:00:00 2012-04-04 00:00:00 1057817820 1057818240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-04 00:00:00 2012-04-04 04:00:00 1057818240 1057818480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-04 04:00:00 2012-04-04 05:00:00 1057818480 1057818540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-04 05:00:00 2012-04-04 18:00:00 1057818540 1057819320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-04 18:00:00 2012-04-04 21:00:00 1057819320 1057819500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-04 21:00:00 2012-04-04 22:00:00 1057819500 1057819560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-04 22:00:00 2012-04-05 00:00:00 1057819560 1057819680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-05 00:00:00 2012-04-05 21:00:00 1057819680 1057820940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-05 21:00:00 2012-04-06 01:00:00 1057820940 1057821180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-06 01:00:00 2012-04-06 14:00:00 1057821180 1057821960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-06 14:00:00 2012-04-06 15:00:00 1057821960 1057822020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-06 15:00:00 2012-04-06 17:00:00 1057822020 1057822140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-06 17:00:00 2012-04-07 02:00:00 1057822140 1057822680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-07 02:00:00 2012-04-07 15:00:00 1057822680 1057823460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-07 15:00:00 2012-04-08 00:00:00 1057823460 1057824000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-08 00:00:00 2012-04-08 10:00:00 1057824000 1057824600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-08 10:00:00 2012-04-08 23:00:00 1057824600 1057825380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-08 23:00:00 2012-04-09 14:00:00 1057825380 1057826280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-09 14:00:00 2012-04-10 02:00:00 1057826280 1057827000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-10 02:00:00 2012-04-10 21:00:00 1057827000 1057828140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-10 21:00:00 2012-04-11 00:00:00 1057828140 1057828320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-11 00:00:00 2012-04-11 17:00:00 1057828320 1057829340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-11 17:00:00 2012-04-11 20:00:00 1057829340 1057829520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-11 20:00:00 2012-04-11 21:00:00 1057829520 1057829580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-11 21:00:00 2012-04-12 01:00:00 1057829580 1057829820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-12 01:00:00 2012-04-12 02:00:00 1057829820 1057829880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-12 02:00:00 2012-04-12 03:00:00 1057829880 1057829940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-12 03:00:00 2012-04-12 14:00:00 1057829940 1057830600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-12 14:00:00 2012-04-12 23:00:00 1057830600 1057831140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-12 23:00:00 2012-04-13 06:00:00 1057831140 1057831560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-13 06:00:00 2012-04-13 07:00:00 1057831560 1057831620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-13 07:00:00 2012-04-13 10:00:00 1057831620 1057831800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-13 10:00:00 2012-04-13 21:00:00 1057831800 1057832460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-13 21:00:00 2012-04-14 00:00:00 1057832460 1057832640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-14 00:00:00 2012-04-14 01:00:00 1057832640 1057832700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-14 01:00:00 2012-04-14 03:00:00 1057832700 1057832820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-14 03:00:00 2012-04-14 05:00:00 1057832820 1057832940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-14 05:00:00 2012-04-14 10:00:00 1057832940 1057833240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-14 10:00:00 2012-04-15 00:00:00 1057833240 1057834080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-15 00:00:00 2012-04-15 01:00:00 1057834080 1057834140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-15 01:00:00 2012-04-15 03:00:00 1057834140 1057834260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-15 03:00:00 2012-04-15 05:00:00 1057834260 1057834380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-15 05:00:00 2012-04-16 01:00:00 1057834380 1057835580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-16 01:00:00 2012-04-16 07:00:00 1057835580 1057835940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-16 07:00:00 2012-04-17 00:00:00 1057835940 1057836960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-17 00:00:00 2012-04-17 04:00:00 1057836960 1057837200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-17 04:00:00 2012-04-17 05:00:00 1057837200 1057837260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-17 05:00:00 2012-04-17 07:00:00 1057837260 1057837380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-17 07:00:00 2012-04-18 01:00:00 1057837380 1057838460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-18 01:00:00 2012-04-18 03:00:00 1057838460 1057838580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-18 03:00:00 2012-04-18 06:00:00 1057838580 1057838760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-18 06:00:00 2012-04-18 09:00:00 1057838760 1057838940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-18 09:00:00 2012-04-19 01:00:00 1057838940 1057839900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-19 01:00:00 2012-04-19 04:00:00 1057839900 1057840080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-19 04:00:00 2012-04-19 06:00:00 1057840080 1057840200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-19 06:00:00 2012-04-19 10:00:00 1057840200 1057840440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-19 10:00:00 2012-04-20 00:00:00 1057840440 1057841280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-20 00:00:00 2012-04-20 03:00:00 1057841280 1057841460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-20 03:00:00 2012-04-20 05:00:00 1057841460 1057841580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-20 05:00:00 2012-04-20 07:00:00 1057841580 1057841700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-20 07:00:00 2012-04-21 01:00:00 1057841700 1057842780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-21 01:00:00 2012-04-21 05:00:00 1057842780 1057843020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-21 05:00:00 2012-04-21 06:00:00 1057843020 1057843080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-21 06:00:00 2012-04-21 10:00:00 1057843080 1057843320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-21 10:00:00 2012-04-22 00:00:00 1057843320 1057844160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-22 00:00:00 2012-04-22 08:00:00 1057844160 1057844640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-22 08:00:00 2012-04-23 01:00:00 1057844640 1057845660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-23 01:00:00 2012-04-23 08:00:00 1057845660 1057846080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-23 08:00:00 2012-04-23 23:00:00 1057846080 1057846980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-23 23:00:00 2012-04-24 08:00:00 1057846980 1057847520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-24 08:00:00 2012-04-25 00:00:00 1057847520 1057848480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-25 00:00:00 2012-04-25 21:00:00 1057848480 1057849740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-25 21:00:00 2012-04-26 08:00:00 1057849740 1057850400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-26 08:00:00 2012-04-26 16:00:00 1057850400 1057850880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-26 16:00:00 2012-04-26 17:00:00 1057850880 1057850940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-26 17:00:00 2012-04-26 20:00:00 1057850940 1057851120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-26 20:00:00 2012-04-26 23:00:00 1057851120 1057851300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-26 23:00:00 2012-04-27 09:00:00 1057851300 1057851900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-27 09:00:00 2012-04-29 00:00:00 1057851900 1057854240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-29 00:00:00 2012-04-29 02:00:00 1057854240 1057854360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-29 02:00:00 2012-04-30 00:00:00 1057854360 1057855680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-04-30 00:00:00 2012-04-30 01:00:00 1057855680 1057855740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-04-30 01:00:00 2012-07-26 22:00:00 1057855740 1057982280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-07-26 22:00:00 2012-07-28 05:00:00 1057982280 1057984140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-07-28 05:00:00 2012-07-28 06:00:00 1057984140 1057984200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-07-28 06:00:00 2012-07-29 07:00:00 1057984200 1057985700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-07-29 07:00:00 2012-07-29 08:00:00 1057985700 1057985760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-07-29 08:00:00 2012-07-30 06:00:00 1057985760 1057987080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-07-30 06:00:00 2012-07-30 07:00:00 1057987080 1057987140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-07-30 07:00:00 2012-08-12 22:00:00 1057987140 1058006760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-08-12 22:00:00 2012-08-13 00:00:00 1058006760 1058006880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-08-13 00:00:00 2012-08-14 22:00:00 1058006880 1058009640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-08-14 22:00:00 2012-08-14 23:00:00 1058009640 1058009700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-08-14 23:00:00 2012-08-15 22:00:00 1058009700 1058011080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-08-15 22:00:00 2012-08-15 23:00:00 1058011080 1058011140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-08-15 23:00:00 2012-08-16 15:00:00 1058011140 1058012100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-08-16 15:00:00 2012-08-16 23:00:00 1058012100 1058012580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-08-16 23:00:00 2012-08-18 22:00:00 1058012580 1058015400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-08-18 22:00:00 2012-08-19 01:00:00 1058015400 1058015580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-08-19 01:00:00 2012-08-19 22:00:00 1058015580 1058016840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-08-19 22:00:00 2012-08-20 01:00:00 1058016840 1058017020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-08-20 01:00:00 2012-08-21 17:00:00 1058017020 1058019420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-08-21 17:00:00 2012-08-21 21:00:00 1058019420 1058019660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-08-21 21:00:00 2012-08-22 14:00:00 1058019660 1058020680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-08-22 14:00:00 2012-08-22 21:00:00 1058020680 1058021100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-08-22 21:00:00 2012-08-23 10:00:00 1058021100 1058021880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-08-23 10:00:00 2012-08-23 22:00:00 1058021880 1058022600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-08-23 22:00:00 2012-08-24 11:00:00 1058022600 1058023380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-08-24 11:00:00 2012-08-25 00:00:00 1058023380 1058024160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-08-25 00:00:00 2012-08-25 22:00:00 1058024160 1058025480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-08-25 22:00:00 2012-08-25 23:00:00 1058025480 1058025540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-08-25 23:00:00 2012-08-27 22:00:00 1058025540 1058028360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-08-27 22:00:00 2012-08-28 01:00:00 1058028360 1058028540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-08-28 01:00:00 2012-08-28 22:00:00 1058028540 1058029800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-08-28 22:00:00 2012-08-29 00:00:00 1058029800 1058029920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-08-29 00:00:00 2012-08-29 18:00:00 1058029920 1058031000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-08-29 18:00:00 2012-08-29 21:00:00 1058031000 1058031180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-08-29 21:00:00 2012-08-30 20:00:00 1058031180 1058032560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-08-30 20:00:00 2012-08-30 21:00:00 1058032560 1058032620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-08-30 21:00:00 2012-08-31 22:00:00 1058032620 1058034120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-08-31 22:00:00 2012-09-01 00:00:00 1058034120 1058034240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-09-01 00:00:00 2012-09-01 06:00:00 1058034240 1058034600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-09-01 06:00:00 2012-09-01 08:00:00 1058034600 1058034720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-09-01 08:00:00 2012-09-01 21:00:00 1058034720 1058035500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-09-01 21:00:00 2012-09-02 02:00:00 1058035500 1058035800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-09-02 02:00:00 2012-09-02 06:00:00 1058035800 1058036040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-09-02 06:00:00 2012-09-02 08:00:00 1058036040 1058036160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-09-02 08:00:00 2012-09-03 06:00:00 1058036160 1058037480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-09-03 06:00:00 2012-09-03 07:00:00 1058037480 1058037540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-09-03 07:00:00 2012-09-03 22:00:00 1058037540 1058038440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-09-03 22:00:00 2012-09-03 23:00:00 1058038440 1058038500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-09-03 23:00:00 2012-09-04 00:00:00 1058038500 1058038560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-09-04 00:00:00 2012-09-04 01:00:00 1058038560 1058038620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-09-04 01:00:00 2012-09-04 17:00:00 1058038620 1058039580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-09-04 17:00:00 2012-09-04 21:00:00 1058039580 1058039820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-09-04 21:00:00 2012-09-04 22:00:00 1058039820 1058039880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-09-04 22:00:00 2012-09-04 23:00:00 1058039880 1058039940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-09-04 23:00:00 2012-09-08 07:00:00 1058039940 1058044740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-09-08 07:00:00 2012-09-08 08:00:00 1058044740 1058044800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-09-08 08:00:00 2012-09-08 22:00:00 1058044800 1058045640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-09-08 22:00:00 2012-09-09 01:00:00 1058045640 1058045820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-09-09 01:00:00 2012-09-10 17:00:00 1058045820 1058048220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-09-10 17:00:00 2012-09-10 21:00:00 1058048220 1058048460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-09-10 21:00:00 2012-09-10 22:00:00 1058048460 1058048520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-09-10 22:00:00 2012-09-10 23:00:00 1058048520 1058048580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-09-10 23:00:00 2012-09-11 01:00:00 1058048580 1058048700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-09-11 01:00:00 2012-09-11 02:00:00 1058048700 1058048760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-09-11 02:00:00 2012-09-11 23:00:00 1058048760 1058050020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-09-11 23:00:00 2012-09-12 01:00:00 1058050020 1058050140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-09-12 01:00:00 2012-09-12 18:00:00 1058050140 1058051160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-09-12 18:00:00 2012-09-12 21:00:00 1058051160 1058051340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-09-12 21:00:00 2012-09-13 23:00:00 1058051340 1058052900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-09-13 23:00:00 2012-09-14 00:00:00 1058052900 1058052960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-09-14 00:00:00 2012-09-14 22:00:00 1058052960 1058054280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-09-14 22:00:00 2012-09-15 01:00:00 1058054280 1058054460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-09-15 01:00:00 2012-09-15 21:00:00 1058054460 1058055660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-09-15 21:00:00 2012-09-15 23:00:00 1058055660 1058055780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-09-15 23:00:00 2012-09-16 00:00:00 1058055780 1058055840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-09-16 00:00:00 2012-09-16 01:00:00 1058055840 1058055900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-09-16 01:00:00 2012-09-16 23:00:00 1058055900 1058057220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-09-16 23:00:00 2012-09-17 01:00:00 1058057220 1058057340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-09-17 01:00:00 2012-09-18 13:00:00 1058057340 1058059500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-09-18 13:00:00 2012-09-18 22:00:00 1058059500 1058060040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-09-18 22:00:00 2012-09-19 15:00:00 1058060040 1058061060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-09-19 15:00:00 2012-09-19 21:00:00 1058061060 1058061420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-09-19 21:00:00 2012-09-20 00:00:00 1058061420 1058061600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-09-20 00:00:00 2012-09-20 01:00:00 1058061600 1058061660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-09-20 01:00:00 2012-09-20 16:00:00 1058061660 1058062560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-09-20 16:00:00 2012-09-20 20:00:00 1058062560 1058062800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-09-20 20:00:00 2012-09-21 14:00:00 1058062800 1058063880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-09-21 14:00:00 2012-09-21 21:00:00 1058063880 1058064300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-09-21 21:00:00 2012-09-21 23:00:00 1058064300 1058064420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-09-21 23:00:00 2012-09-22 00:00:00 1058064420 1058064480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-09-22 00:00:00 2012-09-22 19:00:00 1058064480 1058065620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-09-22 19:00:00 2012-09-22 21:00:00 1058065620 1058065740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-09-22 21:00:00 2012-09-23 17:00:00 1058065740 1058066940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-09-23 17:00:00 2012-09-23 22:00:00 1058066940 1058067240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-09-23 22:00:00 2012-09-24 04:00:00 1058067240 1058067600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-09-24 04:00:00 2012-09-24 05:00:00 1058067600 1058067660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-09-24 05:00:00 2012-09-24 07:00:00 1058067660 1058067780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-09-24 07:00:00 2012-09-24 23:00:00 1058067780 1058068740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-09-24 23:00:00 2012-09-27 19:00:00 1058068740 1058072820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-09-27 19:00:00 2012-09-27 20:00:00 1058072820 1058072880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-09-27 20:00:00 2012-09-30 16:00:00 1058072880 1058076960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-09-30 16:00:00 2012-09-30 23:00:00 1058076960 1058077380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-09-30 23:00:00 2012-10-04 18:00:00 1058077380 1058082840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-10-04 18:00:00 2012-10-04 21:00:00 1058082840 1058083020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-10-04 21:00:00 2012-10-05 15:00:00 1058083020 1058084100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-10-05 15:00:00 2012-10-05 21:00:00 1058084100 1058084460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-10-05 21:00:00 2012-10-06 15:00:00 1058084460 1058085540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-10-06 15:00:00 2012-10-06 21:00:00 1058085540 1058085900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-10-06 21:00:00 2012-10-11 02:00:00 1058085900 1058091960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-10-11 02:00:00 2012-10-11 17:00:00 1058091960 1058092860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-10-11 21:00:00 2012-10-17 15:00:00 1058093100 1058101380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-10-17 15:00:00 2012-10-17 21:00:00 1058101380 1058101740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-10-17 21:00:00 2012-10-18 17:00:00 1058101740 1058102940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-10-18 17:00:00 2012-10-18 20:00:00 1058102940 1058103120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-10-18 20:00:00 2012-10-19 15:00:00 1058103120 1058104260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-10-19 15:00:00 2012-10-19 21:00:00 1058104260 1058104620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-10-19 21:00:00 2012-10-20 14:00:00 1058104620 1058105640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-10-20 14:00:00 2012-10-21 05:00:00 1058105640 1058106540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-10-21 05:00:00 2012-10-22 02:00:00 1058106540 1058107800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-10-22 02:00:00 2012-10-22 03:00:00 1058107800 1058107860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-10-22 03:00:00 2012-10-22 04:00:00 1058107860 1058107920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-10-22 04:00:00 2012-10-22 05:00:00 1058107920 1058107980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-10-22 05:00:00 2012-10-25 18:00:00 1058107980 1058113080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-10-25 18:00:00 2012-10-25 20:00:00 1058113080 1058113200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-10-25 20:00:00 2012-10-26 14:00:00 1058113200 1058114280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-10-26 14:00:00 2012-10-26 21:00:00 1058114280 1058114700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-10-26 21:00:00 2012-10-27 09:00:00 1058114700 1058115420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-10-27 09:00:00 2012-10-27 16:00:00 1058115420 1058115840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-10-27 16:00:00 2012-10-30 17:00:00 1058115840 1058120220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-10-30 17:00:00 2012-10-30 20:00:00 1058120220 1058120400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-10-30 20:00:00 2012-10-31 15:00:00 1058120400 1058121540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-10-31 15:00:00 2012-10-31 21:00:00 1058121540 1058121900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-10-31 21:00:00 2012-11-01 00:00:00 1058121900 1058122080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-01 00:00:00 2012-11-01 06:00:00 1058122080 1058122440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-01 06:00:00 2012-11-01 11:00:00 1058122440 1058122740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-01 11:00:00 2012-11-01 21:00:00 1058122740 1058123340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-01 21:00:00 2012-11-01 22:00:00 1058123340 1058123400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-01 22:00:00 2012-11-02 03:00:00 1058123400 1058123700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-02 03:00:00 2012-11-02 04:00:00 1058123700 1058123760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-02 04:00:00 2012-11-02 06:00:00 1058123760 1058123880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-02 06:00:00 2012-11-02 22:00:00 1058123880 1058124840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-02 22:00:00 2012-11-03 05:00:00 1058124840 1058125260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-03 05:00:00 2012-11-03 07:00:00 1058125260 1058125380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-03 07:00:00 2012-11-03 08:00:00 1058125380 1058125440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-03 08:00:00 2012-11-03 11:00:00 1058125440 1058125620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-03 11:00:00 2012-11-03 12:00:00 1058125620 1058125680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-03 12:00:00 2012-11-03 14:00:00 1058125680 1058125800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-03 14:00:00 2012-11-03 16:00:00 1058125800 1058125920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-03 16:00:00 2012-11-03 17:00:00 1058125920 1058125980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-03 17:00:00 2012-11-03 18:00:00 1058125980 1058126040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-03 18:00:00 2012-11-03 22:00:00 1058126040 1058126280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-03 22:00:00 2012-11-04 08:00:00 1058126280 1058126880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-04 08:00:00 2012-11-04 20:00:00 1058126880 1058127600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-04 20:00:00 2012-11-04 22:00:00 1058127600 1058127720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-04 22:00:00 2012-11-05 00:00:00 1058127720 1058127840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-05 00:00:00 2012-11-05 04:00:00 1058127840 1058128080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-05 04:00:00 2012-11-05 05:00:00 1058128080 1058128140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-05 05:00:00 2012-11-05 07:00:00 1058128140 1058128260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-05 07:00:00 2012-11-05 18:00:00 1058128260 1058128920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-05 18:00:00 2012-11-05 20:00:00 1058128920 1058129040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-05 20:00:00 2012-11-05 23:00:00 1058129040 1058129220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-05 23:00:00 2012-11-06 00:00:00 1058129220 1058129280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-06 00:00:00 2012-11-06 02:00:00 1058129280 1058129400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-06 02:00:00 2012-11-06 05:00:00 1058129400 1058129580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-06 05:00:00 2012-11-06 23:00:00 1058129580 1058130660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-06 23:00:00 2012-11-07 00:00:00 1058130660 1058130720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-07 00:00:00 2012-11-07 01:00:00 1058130720 1058130780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-07 01:00:00 2012-11-07 05:00:00 1058130780 1058131020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-07 05:00:00 2012-11-07 10:00:00 1058131020 1058131320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-07 10:00:00 2012-11-07 12:00:00 1058131320 1058131440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-07 12:00:00 2012-11-07 15:00:00 1058131440 1058131620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-07 15:00:00 2012-11-07 16:00:00 1058131620 1058131680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-07 16:00:00 2012-11-07 23:00:00 1058131680 1058132100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-07 23:00:00 2012-11-08 01:00:00 1058132100 1058132220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-08 01:00:00 2012-11-08 02:00:00 1058132220 1058132280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-08 02:00:00 2012-11-08 06:00:00 1058132280 1058132520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-08 06:00:00 2012-11-08 10:00:00 1058132520 1058132760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-08 10:00:00 2012-11-08 11:00:00 1058132760 1058132820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-08 11:00:00 2012-11-08 19:00:00 1058132820 1058133300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-08 19:00:00 2012-11-08 20:00:00 1058133300 1058133360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-08 20:00:00 2012-11-08 23:00:00 1058133360 1058133540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-08 23:00:00 2012-11-09 05:00:00 1058133540 1058133900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-09 05:00:00 2012-11-09 06:00:00 1058133900 1058133960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-09 06:00:00 2012-11-09 07:00:00 1058133960 1058134020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-09 07:00:00 2012-11-09 08:00:00 1058134020 1058134080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-09 08:00:00 2012-11-09 09:00:00 1058134080 1058134140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-09 09:00:00 2012-11-09 12:00:00 1058134140 1058134320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-09 12:00:00 2012-11-11 05:00:00 1058134320 1058136780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-11 05:00:00 2012-11-11 10:00:00 1058136780 1058137080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-11 10:00:00 2012-11-11 12:00:00 1058137080 1058137200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-11 12:00:00 2012-11-11 22:00:00 1058137200 1058137800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-11 22:00:00 2012-11-12 04:00:00 1058137800 1058138160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-12 04:00:00 2012-11-12 06:00:00 1058138160 1058138280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-12 06:00:00 2012-11-12 07:00:00 1058138280 1058138340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-12 07:00:00 2012-11-13 17:00:00 1058138340 1058140380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-13 17:00:00 2012-11-13 20:00:00 1058140380 1058140560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-13 20:00:00 2012-11-14 02:00:00 1058140560 1058140920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-14 02:00:00 2012-11-14 05:00:00 1058140920 1058141100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-14 05:00:00 2012-11-14 17:00:00 1058141100 1058141820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-14 17:00:00 2012-11-14 21:00:00 1058141820 1058142060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-14 21:00:00 2012-11-14 23:00:00 1058142060 1058142180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-14 23:00:00 2012-11-15 04:00:00 1058142180 1058142480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-15 04:00:00 2012-11-15 06:00:00 1058142480 1058142600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-15 06:00:00 2012-11-15 07:00:00 1058142600 1058142660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-15 07:00:00 2012-11-15 10:00:00 1058142660 1058142840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-15 10:00:00 2012-11-15 11:00:00 1058142840 1058142900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-15 11:00:00 2012-11-15 13:00:00 1058142900 1058143020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-15 13:00:00 2012-11-15 14:00:00 1058143020 1058143080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-15 14:00:00 2012-11-16 00:00:00 1058143080 1058143680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-16 00:00:00 2012-11-16 06:00:00 1058143680 1058144040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-16 06:00:00 2012-11-16 08:00:00 1058144040 1058144160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-16 08:00:00 2012-11-16 09:00:00 1058144160 1058144220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-16 09:00:00 2012-11-16 12:00:00 1058144220 1058144400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-16 12:00:00 2012-11-16 13:00:00 1058144400 1058144460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-16 13:00:00 2012-11-16 17:00:00 1058144460 1058144700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-16 17:00:00 2012-11-16 19:00:00 1058144700 1058144820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-16 19:00:00 2012-11-16 20:00:00 1058144820 1058144880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-16 20:00:00 2012-11-18 05:00:00 1058144880 1058146860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-18 05:00:00 2012-11-18 06:00:00 1058146860 1058146920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-18 06:00:00 2012-11-19 06:00:00 1058146920 1058148360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-19 06:00:00 2012-11-19 07:00:00 1058148360 1058148420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-19 07:00:00 2012-11-19 08:00:00 1058148420 1058148480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-19 08:00:00 2012-11-19 11:00:00 1058148480 1058148660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-19 11:00:00 2012-11-19 12:00:00 1058148660 1058148720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-19 12:00:00 2012-11-19 13:00:00 1058148720 1058148780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-19 13:00:00 2012-11-19 15:00:00 1058148780 1058148900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-19 15:00:00 2012-11-19 20:00:00 1058148900 1058149200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-19 20:00:00 2012-11-19 21:00:00 1058149200 1058149260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-19 21:00:00 2012-11-19 22:00:00 1058149260 1058149320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-19 22:00:00 2012-11-20 07:00:00 1058149320 1058149860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-20 07:00:00 2012-11-20 10:00:00 1058149860 1058150040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-20 10:00:00 2012-11-20 12:00:00 1058150040 1058150160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-20 12:00:00 2012-11-20 14:00:00 1058150160 1058150280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-20 14:00:00 2012-11-20 15:00:00 1058150280 1058150340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-20 15:00:00 2012-11-20 17:00:00 1058150340 1058150460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-20 17:00:00 2012-11-20 18:00:00 1058150460 1058150520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-20 18:00:00 2012-11-20 21:00:00 1058150520 1058150700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-20 21:00:00 2012-11-20 22:00:00 1058150700 1058150760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-20 22:00:00 2012-11-21 00:00:00 1058150760 1058150880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-21 00:00:00 2012-11-21 08:00:00 1058150880 1058151360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-21 08:00:00 2012-11-21 15:00:00 1058151360 1058151780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-21 15:00:00 2012-11-21 20:00:00 1058151780 1058152080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-21 20:00:00 2012-11-21 23:00:00 1058152080 1058152260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-21 23:00:00 2012-11-22 02:00:00 1058152260 1058152440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-22 02:00:00 2012-11-22 04:00:00 1058152440 1058152560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-22 04:00:00 2012-11-22 05:00:00 1058152560 1058152620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-22 05:00:00 2012-11-22 07:00:00 1058152620 1058152740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-22 07:00:00 2012-11-22 09:00:00 1058152740 1058152860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-22 09:00:00 2012-11-22 11:00:00 1058152860 1058152980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-22 11:00:00 2012-11-22 13:00:00 1058152980 1058153100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-22 13:00:00 2012-11-22 19:00:00 1058153100 1058153460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-22 19:00:00 2012-11-22 20:00:00 1058153460 1058153520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-22 20:00:00 2012-11-22 21:00:00 1058153520 1058153580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-22 21:00:00 2012-11-23 06:00:00 1058153580 1058154120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-23 06:00:00 2012-11-23 07:00:00 1058154120 1058154180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-23 07:00:00 2012-11-23 09:00:00 1058154180 1058154300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-23 09:00:00 2012-11-23 15:00:00 1058154300 1058154660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-23 15:00:00 2012-11-23 16:00:00 1058154660 1058154720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-23 16:00:00 2012-11-23 18:00:00 1058154720 1058154840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-23 18:00:00 2012-11-23 19:00:00 1058154840 1058154900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-23 19:00:00 2012-11-23 20:00:00 1058154900 1058154960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-23 20:00:00 2012-11-24 04:00:00 1058154960 1058155440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-24 04:00:00 2012-11-24 05:00:00 1058155440 1058155500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-24 05:00:00 2012-11-24 06:00:00 1058155500 1058155560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-24 06:00:00 2012-11-24 09:00:00 1058155560 1058155740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-24 09:00:00 2012-11-24 11:00:00 1058155740 1058155860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-24 11:00:00 2012-11-24 12:00:00 1058155860 1058155920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-24 12:00:00 2012-11-24 13:00:00 1058155920 1058155980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-24 13:00:00 2012-11-24 18:00:00 1058155980 1058156280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-24 18:00:00 2012-11-24 22:00:00 1058156280 1058156520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-24 22:00:00 2012-11-24 23:00:00 1058156520 1058156580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-24 23:00:00 2012-11-25 03:00:00 1058156580 1058156820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-25 03:00:00 2012-11-25 04:00:00 1058156820 1058156880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-25 04:00:00 2012-11-25 05:00:00 1058156880 1058156940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-25 05:00:00 2012-11-25 06:00:00 1058156940 1058157000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-25 06:00:00 2012-11-25 07:00:00 1058157000 1058157060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-25 07:00:00 2012-11-25 08:00:00 1058157060 1058157120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-25 08:00:00 2012-11-25 10:00:00 1058157120 1058157240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-25 10:00:00 2012-11-25 12:00:00 1058157240 1058157360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-25 12:00:00 2012-11-25 13:00:00 1058157360 1058157420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-25 13:00:00 2012-11-25 15:00:00 1058157420 1058157540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-25 15:00:00 2012-11-25 18:00:00 1058157540 1058157720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-25 18:00:00 2012-11-26 00:00:00 1058157720 1058158080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-26 00:00:00 2012-11-26 02:00:00 1058158080 1058158200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-26 02:00:00 2012-11-26 03:00:00 1058158200 1058158260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-26 03:00:00 2012-11-26 04:00:00 1058158260 1058158320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-26 04:00:00 2012-11-26 05:00:00 1058158320 1058158380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-26 05:00:00 2012-11-26 06:00:00 1058158380 1058158440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-26 06:00:00 2012-11-26 23:00:00 1058158440 1058159460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-26 23:00:00 2012-11-27 05:00:00 1058159460 1058159820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-27 05:00:00 2012-11-27 10:00:00 1058159820 1058160120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-27 10:00:00 2012-11-27 12:00:00 1058160120 1058160240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-27 12:00:00 2012-11-27 19:00:00 1058160240 1058160660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-27 19:00:00 2012-11-27 20:00:00 1058160660 1058160720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-27 20:00:00 2012-11-27 21:00:00 1058160720 1058160780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-27 21:00:00 2012-11-27 22:00:00 1058160780 1058160840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-27 22:00:00 2012-11-27 23:00:00 1058160840 1058160900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-27 23:00:00 2012-11-28 04:00:00 1058160900 1058161200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-28 04:00:00 2012-11-28 05:00:00 1058161200 1058161260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-28 05:00:00 2012-11-28 06:00:00 1058161260 1058161320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-28 06:00:00 2012-11-28 07:00:00 1058161320 1058161380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-28 07:00:00 2012-11-28 08:00:00 1058161380 1058161440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-28 08:00:00 2012-11-28 13:00:00 1058161440 1058161740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-28 13:00:00 2012-11-28 22:00:00 1058161740 1058162280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-28 22:00:00 2012-11-29 01:00:00 1058162280 1058162460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-29 01:00:00 2012-11-29 05:00:00 1058162460 1058162700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-29 05:00:00 2012-11-29 07:00:00 1058162700 1058162820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-29 07:00:00 2012-11-29 08:00:00 1058162820 1058162880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-29 08:00:00 2012-11-29 17:00:00 1058162880 1058163420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-29 17:00:00 2012-11-30 05:00:00 1058163420 1058164140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-30 05:00:00 2012-11-30 15:00:00 1058164140 1058164740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-11-30 15:00:00 2012-11-30 20:00:00 1058164740 1058165040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-11-30 20:00:00 2012-12-01 18:00:00 1058165040 1058166360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-01 18:00:00 2012-12-01 20:00:00 1058166360 1058166480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-01 20:00:00 2012-12-02 20:00:00 1058166480 1058167920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-02 20:00:00 2012-12-02 21:00:00 1058167920 1058167980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-02 21:00:00 2012-12-03 12:00:00 1058167980 1058168880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-03 12:00:00 2012-12-03 20:00:00 1058168880 1058169360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-03 20:00:00 2012-12-04 20:00:00 1058169360 1058170800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-04 20:00:00 2012-12-04 23:00:00 1058170800 1058170980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-04 23:00:00 2012-12-05 15:00:00 1058170980 1058171940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-05 15:00:00 2012-12-05 16:00:00 1058171940 1058172000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-05 16:00:00 2012-12-05 19:00:00 1058172000 1058172180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-05 19:00:00 2012-12-06 02:00:00 1058172180 1058172600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-06 02:00:00 2012-12-06 06:00:00 1058172600 1058172840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-06 06:00:00 2012-12-07 02:00:00 1058172840 1058174040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-07 02:00:00 2012-12-07 08:00:00 1058174040 1058174400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-07 08:00:00 2012-12-07 09:00:00 1058174400 1058174460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-07 09:00:00 2012-12-07 13:00:00 1058174460 1058174700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-07 13:00:00 2012-12-07 21:00:00 1058174700 1058175180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-07 21:00:00 2012-12-08 16:00:00 1058175180 1058176320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-08 16:00:00 2012-12-08 19:00:00 1058176320 1058176500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-08 19:00:00 2012-12-10 00:00:00 1058176500 1058178240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-10 00:00:00 2012-12-10 01:00:00 1058178240 1058178300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-10 01:00:00 2012-12-10 11:00:00 1058178300 1058178900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-10 11:00:00 2012-12-10 21:00:00 1058178900 1058179500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-10 21:00:00 2012-12-11 02:00:00 1058179500 1058179800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-11 02:00:00 2012-12-11 03:00:00 1058179800 1058179860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-11 03:00:00 2012-12-11 14:00:00 1058179860 1058180520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-11 14:00:00 2012-12-11 22:00:00 1058180520 1058181000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-11 22:00:00 2012-12-12 20:00:00 1058181000 1058182320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-12 20:00:00 2012-12-12 21:00:00 1058182320 1058182380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-12 21:00:00 2012-12-13 17:00:00 1058182380 1058183580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-13 17:00:00 2012-12-13 19:00:00 1058183580 1058183700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-13 19:00:00 2012-12-13 20:00:00 1058183700 1058183760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-13 20:00:00 2012-12-14 00:00:00 1058183760 1058184000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-14 00:00:00 2012-12-14 05:00:00 1058184000 1058184300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-14 05:00:00 2012-12-14 10:00:00 1058184300 1058184600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-14 10:00:00 2012-12-14 12:00:00 1058184600 1058184720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-14 12:00:00 2012-12-14 13:00:00 1058184720 1058184780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-14 13:00:00 2012-12-14 14:00:00 1058184780 1058184840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-14 14:00:00 2012-12-14 23:00:00 1058184840 1058185380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-14 23:00:00 2012-12-15 05:00:00 1058185380 1058185740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-15 05:00:00 2012-12-15 08:00:00 1058185740 1058185920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-15 08:00:00 2012-12-15 16:00:00 1058185920 1058186400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-15 16:00:00 2012-12-15 17:00:00 1058186400 1058186460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-15 17:00:00 2012-12-15 22:00:00 1058186460 1058186760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-15 22:00:00 2012-12-16 01:00:00 1058186760 1058186940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-16 01:00:00 2012-12-16 05:00:00 1058186940 1058187180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-16 05:00:00 2012-12-17 00:00:00 1058187180 1058188320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-17 00:00:00 2012-12-17 01:00:00 1058188320 1058188380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-17 01:00:00 2012-12-17 02:00:00 1058188380 1058188440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-17 02:00:00 2012-12-17 11:00:00 1058188440 1058188980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-17 11:00:00 2012-12-17 23:00:00 1058188980 1058189700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-17 23:00:00 2012-12-18 08:00:00 1058189700 1058190240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-18 08:00:00 2012-12-18 23:00:00 1058190240 1058191140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-18 23:00:00 2012-12-19 11:00:00 1058191140 1058191860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-19 11:00:00 2012-12-19 22:00:00 1058191860 1058192520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-19 22:00:00 2012-12-20 12:00:00 1058192520 1058193360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-20 12:00:00 2012-12-20 21:00:00 1058193360 1058193900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-20 21:00:00 2012-12-21 01:00:00 1058193900 1058194140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-21 01:00:00 2012-12-21 22:00:00 1058194140 1058195400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-21 22:00:00 2012-12-22 14:00:00 1058195400 1058196360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-22 14:00:00 2012-12-22 23:00:00 1058196360 1058196900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-22 23:00:00 2012-12-23 07:00:00 1058196900 1058197380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-23 07:00:00 2012-12-23 09:00:00 1058197380 1058197500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-23 09:00:00 2012-12-23 11:00:00 1058197500 1058197620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-23 11:00:00 2012-12-24 00:00:00 1058197620 1058198400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-24 00:00:00 2012-12-24 01:00:00 1058198400 1058198460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-24 01:00:00 2012-12-24 03:00:00 1058198460 1058198580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-24 03:00:00 2012-12-24 05:00:00 1058198580 1058198700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-24 05:00:00 2012-12-25 02:00:00 1058198700 1058199960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-25 02:00:00 2012-12-25 03:00:00 1058199960 1058200020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-25 03:00:00 2012-12-25 04:00:00 1058200020 1058200080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-25 04:00:00 2012-12-25 05:00:00 1058200080 1058200140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-25 05:00:00 2012-12-25 11:00:00 1058200140 1058200500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-25 11:00:00 2012-12-25 12:00:00 1058200500 1058200560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-25 12:00:00 2012-12-26 22:00:00 1058200560 1058202600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-26 22:00:00 2012-12-27 03:00:00 1058202600 1058202900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-27 03:00:00 2012-12-27 04:00:00 1058202900 1058202960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-27 04:00:00 2012-12-27 07:00:00 1058202960 1058203140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-27 07:00:00 2012-12-27 22:00:00 1058203140 1058204040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-27 22:00:00 2012-12-28 05:00:00 1058204040 1058204460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-28 05:00:00 2012-12-29 01:00:00 1058204460 1058205660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-29 01:00:00 2012-12-29 06:00:00 1058205660 1058205960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-29 06:00:00 2012-12-30 01:00:00 1058205960 1058207100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-30 01:00:00 2012-12-30 07:00:00 1058207100 1058207460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-30 07:00:00 2012-12-30 10:00:00 1058207460 1058207640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-30 10:00:00 2012-12-30 15:00:00 1058207640 1058207940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-30 15:00:00 2012-12-30 18:00:00 1058207940 1058208120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-30 18:00:00 2012-12-31 03:00:00 1058208120 1058208660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-31 03:00:00 2012-12-31 05:00:00 1058208660 1058208780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-31 05:00:00 2012-12-31 10:00:00 1058208780 1058209080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057798200_1058209080.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz +2012-12-31 10:00:00 2012-12-31 13:00:00 1058209080 1058209260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1057682220_1058209260.npz'] +2012-12-31 13:00:00 2013-12-31 13:00:00 1058209260 1058734860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1058209260_1058734860.npz'] +2013-12-31 13:00:00 2014-12-31 13:00:00 1058734860 1059260460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1058734860_1059260460.npz'] +2014-12-31 13:00:00 2015-12-31 13:00:00 1059260460 1059786060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1059260460_1059786060.npz'] +2016-11-17 04:00:00 2016-12-31 13:00:00 1060249200 1060313100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1060249200_1060313100.npz'] +2016-12-31 13:00:00 2017-08-09 21:00:00 1060313100 1060631820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1060313100_1060631820.npz'] +2019-12-31 14:00:00 2020-05-31 14:00:00 1061889960 1062108840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/110_CL(IMC)_1061889960_1062108840.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +1.8653443137804666 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_113_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_113_CL(IMC).out new file mode 100644 index 00000000..0213eb61 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_113_CL(IMC).out @@ -0,0 +1,26 @@ +113_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2009-12-31 14:00:00 2010-12-31 13:00:00 1056631080 1057156620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/113_CL(IMC)_1056631080_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/113_CL(IMC)_1056631080_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/113_CL(IMC)_1056631080_1057156620.npz +'StationConcatenate' object has no attribute 'existing_data' +2010-12-31 14:00:00 2011-12-31 13:00:00 1057156680 1057682220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/113_CL(IMC)_1057156680_1057682220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/113_CL(IMC)_1057156680_1057682220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/113_CL(IMC)_1057156680_1057682220.npz +2011-12-31 14:00:00 2012-12-31 13:00:00 1057682280 1058209260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/113_CL(IMC)_1057682280_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/113_CL(IMC)_1057682280_1058209260:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/113_CL(IMC)_1057682280_1058209260.npz +2012-12-31 14:00:00 2013-12-31 13:00:00 1058209320 1058734860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/113_CL(IMC)_1058209320_1058734860.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/113_CL(IMC)_1058209320_1058734860:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/113_CL(IMC)_1058209320_1058734860.npz +2013-12-31 14:00:00 2014-12-31 13:00:00 1058734920 1059260460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/113_CL(IMC)_1058734920_1059260460.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/113_CL(IMC)_1058734920_1059260460:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/113_CL(IMC)_1058734920_1059260460.npz +2014-12-31 14:00:00 2015-12-31 13:00:00 1059260520 1059786060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/113_CL(IMC)_1059260520_1059786060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/113_CL(IMC)_1059260520_1059786060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/113_CL(IMC)_1059260520_1059786060.npz +2015-12-31 14:00:00 2016-12-31 13:00:00 1059786120 1060313100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/113_CL(IMC)_1059786120_1060313100.npz'] +2016-12-31 14:00:00 2017-12-31 13:00:00 1060313160 1060838700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/113_CL(IMC)_1060313160_1060838700.npz'] +2019-12-31 14:00:00 2020-05-31 14:00:00 1061889960 1062108840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/113_CL(IMC)_1061889960_1062108840.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.06797042687733969 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_118_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_118_CL(IMC).out new file mode 100644 index 00000000..d8e8f233 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_118_CL(IMC).out @@ -0,0 +1,25 @@ +118_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2009-12-31 14:00:00 2010-12-31 13:00:00 1056631080 1057156620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/118_CL(IMC)_1056631080_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/118_CL(IMC)_1056631080_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/118_CL(IMC)_1056631080_1057156620.npz +'StationConcatenate' object has no attribute 'existing_data' +2010-12-31 14:00:00 2011-12-31 13:00:00 1057156680 1057682220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/118_CL(IMC)_1057156680_1057682220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/118_CL(IMC)_1057156680_1057682220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/118_CL(IMC)_1057156680_1057682220.npz +2011-12-31 14:00:00 2012-12-31 13:00:00 1057682280 1058209260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/118_CL(IMC)_1057682280_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/118_CL(IMC)_1057682280_1058209260:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/118_CL(IMC)_1057682280_1058209260.npz +2012-12-31 14:00:00 2013-12-31 13:00:00 1058209320 1058734860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/118_CL(IMC)_1058209320_1058734860.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/118_CL(IMC)_1058209320_1058734860:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/118_CL(IMC)_1058209320_1058734860.npz +2013-12-31 14:00:00 2014-12-31 13:00:00 1058734920 1059260460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/118_CL(IMC)_1058734920_1059260460.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/118_CL(IMC)_1058734920_1059260460:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/118_CL(IMC)_1058734920_1059260460.npz +2014-12-31 14:00:00 2015-12-31 13:00:00 1059260520 1059786060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/118_CL(IMC)_1059260520_1059786060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/118_CL(IMC)_1059260520_1059786060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/118_CL(IMC)_1059260520_1059786060.npz +2015-12-31 14:00:00 2016-06-16 00:00:00 1059786120 1060027200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/118_CL(IMC)_1059786120_1060027200.npz'] +2019-12-31 14:00:00 2020-05-31 14:00:00 1061889960 1062108840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/118_CL(IMC)_1061889960_1062108840.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.06184538205464681 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_119_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_119_CL(IMC).out new file mode 100644 index 00000000..e6f0c8b3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_119_CL(IMC).out @@ -0,0 +1,26 @@ +119_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2009-12-31 13:00:00 2010-12-31 13:00:00 1056631020 1057156620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/119_CL(IMC)_1056631020_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/119_CL(IMC)_1056631020_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/119_CL(IMC)_1056631020_1057156620.npz +'StationConcatenate' object has no attribute 'existing_data' +2010-12-31 13:00:00 2011-12-31 13:00:00 1057156620 1057682220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/119_CL(IMC)_1057156620_1057682220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/119_CL(IMC)_1057156620_1057682220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/119_CL(IMC)_1057156620_1057682220.npz +2011-12-31 13:00:00 2012-12-31 13:00:00 1057682220 1058209260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/119_CL(IMC)_1057682220_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/119_CL(IMC)_1057682220_1058209260:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/119_CL(IMC)_1057682220_1058209260.npz +2012-12-31 13:00:00 2013-12-31 13:00:00 1058209260 1058734860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/119_CL(IMC)_1058209260_1058734860.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/119_CL(IMC)_1058209260_1058734860:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/119_CL(IMC)_1058209260_1058734860.npz +2013-12-31 13:00:00 2014-12-31 13:00:00 1058734860 1059260460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/119_CL(IMC)_1058734860_1059260460.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/119_CL(IMC)_1058734860_1059260460:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/119_CL(IMC)_1058734860_1059260460.npz +2014-12-31 13:00:00 2015-12-31 13:00:00 1059260460 1059786060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/119_CL(IMC)_1059260460_1059786060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/119_CL(IMC)_1059260460_1059786060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/119_CL(IMC)_1059260460_1059786060.npz +2015-12-31 13:00:00 2016-12-31 13:00:00 1059786060 1060313100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/119_CL(IMC)_1059786060_1060313100.npz'] +2016-12-31 13:00:00 2017-12-31 13:00:00 1060313100 1060838700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/119_CL(IMC)_1060313100_1060838700.npz'] +2019-12-31 14:00:00 2020-05-31 14:00:00 1061889960 1062108840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/119_CL(IMC)_1061889960_1062108840.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.05528804063796997 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_11_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_11_CL(IMC).out new file mode 100644 index 00000000..b1c6c5b4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_11_CL(IMC).out @@ -0,0 +1,77 @@ +11_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1996-01-17 13:00:00 1996-12-20 15:00:00 1049291340 1049778180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1049291340_1049778180.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1049291340_1049778180:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1049291340_1049778180.npz +'StationConcatenate' object has no attribute 'existing_data' +1996-12-31 12:00:00 1997-12-15 02:00:00 1049793840 1050295800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1049793840_1050295800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1049793840_1050295800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1049793840_1050295800.npz +1998-02-19 04:00:00 1998-10-20 15:00:00 1050390960 1050741540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1050390960_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1050390960_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1050390960_1050845040:dup1.npz +1998-10-20 17:00:00 1998-10-20 19:00:00 1050741660 1050741780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1050390960_1050845040:dup1.npz'] +1998-10-20 19:00:00 1998-12-31 12:00:00 1050741780 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1050390960_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1050390960_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1050390960_1050845040:dup1.npz +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1050845040_1051370640.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1050845040_1051370640:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1050845040_1051370640.npz +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1051370640_1051897680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1051370640_1051897680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1051370640_1051897680.npz +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1051897680_1052423280.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1051897680_1052423280:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1051897680_1052423280.npz +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1052423280_1052948880.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1052423280_1052948880:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1052423280_1052948880.npz +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1052948880_1053474480.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1052948880_1053474480:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1052948880_1053474480.npz +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1053474540_1054001520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1053474540_1054001520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1053474540_1054001520.npz +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1054001520_1054527120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1054001520_1054527120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1054001520_1054527120.npz +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1054527120_1055052720.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1054527120_1055052720:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1054527120_1055052720.npz +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1055052720_1055578320:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1055052720_1055578320.npz +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1055052720_1055578320:dup1.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1055578260_1056105300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1055578260_1056105300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1055052720_1055578320.npz +2007-12-31 15:00:00 2008-12-31 11:00:00 1055578500 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1055578260_1056105300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1055578260_1056105300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1055578260_1056105300.npz +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1056105360_1056630960.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1056105360_1056630960:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1056105360_1056630960.npz +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1056630960_1057156560.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1056630960_1057156560:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1056630960_1057156560.npz +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1057156560_1057682160.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1057156560_1057682160:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1057156560_1057682160.npz +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1057682160_1058209200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1057682160_1058209200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1057682160_1058209200.npz +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1058209200_1058734800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1058209200_1058734800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1058209200_1058734800.npz +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1058734860_1059260400.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1058734860_1059260400:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1058734860_1059260400.npz +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1059260400_1059786000.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1059260400_1059786000:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1059260400_1059786000.npz +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1060313040_1060838640.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1061889900_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1061889900_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/11_CL(IMC)_1061889900_1062416940.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.4374503294626872 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_13_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_13_CL(IMC).out new file mode 100644 index 00000000..03baf67c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_13_CL(IMC).out @@ -0,0 +1,76 @@ +13_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1993-12-31 13:00:00 1994-12-31 12:00:00 1048215660 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1048215660_1048741200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1048215660_1048741200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1048215660_1048741200.npz +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1048741200_1049266800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1048741200_1049266800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1048741200_1049266800.npz +1995-12-31 12:00:00 1996-12-31 12:00:00 1049266800 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1049266800_1049793840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1049266800_1049793840:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1049266800_1049793840.npz +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1049793840_1050319440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1049793840_1050319440:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1049793840_1050319440.npz +1997-12-31 13:00:00 1998-12-31 12:00:00 1050319500 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1050319500_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1050319500_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1050319500_1050845040.npz +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1050845040_1051370640.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1050845040_1051370640:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1050845040_1051370640.npz +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1051370640_1051897680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1051370640_1051897680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1051370640_1051897680.npz +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1051897680_1052423280.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1051897680_1052423280:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1051897680_1052423280.npz +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1052423280_1052948880.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1052423280_1052948880:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1052423280_1052948880.npz +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1052948880_1053474480.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1052948880_1053474480:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1052948880_1053474480.npz +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1053474540_1054001520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1053474540_1054001520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1053474540_1054001520.npz +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1054001520_1054527120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1054001520_1054527120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1054001520_1054527120.npz +2005-12-31 12:00:00 2006-12-26 07:00:00 1054527120 1055045220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1054527120_1055045220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1054527120_1055045220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1054527120_1055045220.npz +2007-01-04 03:00:00 2007-12-31 12:00:00 1055057940 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1055057940_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1055057940_1055578320:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1055057940_1055578320.npz +2008-01-24 14:00:00 2008-12-31 11:00:00 1055613000 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1055613000_1056105300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1055613000_1056105300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1055613000_1056105300.npz +2008-12-31 12:00:00 2009-12-31 10:00:00 1056105360 1056630840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1056105360_1056630840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1056105360_1056630840:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1056105360_1056630840.npz +2009-12-31 13:00:00 2010-12-31 12:00:00 1056631020 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1056631020_1057156560.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1056631020_1057156560:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1056631020_1057156560.npz +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1057156560_1057682160.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1057156560_1057682160:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1057156560_1057682160.npz +2011-12-31 12:00:00 2012-12-27 14:00:00 1057682160 1058203560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1057682160_1058203560.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1057682160_1058203560:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1057682160_1058203560.npz +2013-01-22 00:00:00 2013-12-31 12:00:00 1058240160 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1058240160_1058734800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1058240160_1058734800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1058240160_1058734800.npz +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1058734860_1059260400.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1058734860_1059260400:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1058734860_1059260400.npz +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1059260400_1059786000.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1059260400_1059786000:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1059260400_1059786000.npz +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1060313040_1060838640.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1061889900_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1061889900_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/13_CL(IMC)_1061889900_1062416940.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.18053301175435385 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_14_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_14_CL(IMC).out new file mode 100644 index 00000000..31cdfeae --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_14_CL(IMC).out @@ -0,0 +1,42 @@ +14_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1993-12-31 13:00:00 1994-12-31 12:00:00 1048215660 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1048215660_1048741200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1048215660_1048741200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1048215660_1048741200.npz +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1048741200_1049266800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1048741200_1049266800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1048741200_1049266800.npz +1995-12-31 12:00:00 1996-12-31 12:00:00 1049266800 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1049266800_1049793840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1049266800_1049793840:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1049266800_1049793840.npz +1996-12-31 12:00:00 1997-12-30 15:00:00 1049793840 1050318180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1049793840_1050318180.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1049793840_1050318180:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1049793840_1050318180.npz +1998-01-06 17:00:00 1998-05-06 15:00:00 1050328380 1050501060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1050328380_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1050328380_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1050328380_1050845040:dup1.npz +1998-05-06 17:00:00 1998-05-06 19:00:00 1050501180 1050501300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1050328380_1050845040:dup1.npz'] +1998-05-06 19:00:00 1998-12-31 12:00:00 1050501300 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1050328380_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1050328380_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1050328380_1050845040:dup1.npz +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1050845040_1051370640.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1050845040_1051370640:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1050845040_1051370640.npz +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1051370640_1051897680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1051370640_1051897680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1051370640_1051897680.npz +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1051897680_1052423280.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1051897680_1052423280:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1051897680_1052423280.npz +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1052423280_1052948880.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1052423280_1052948880:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1052423280_1052948880.npz +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1052948880_1053474480.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1052948880_1053474480:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1052948880_1053474480.npz +2003-12-31 13:00:00 2004-06-02 20:00:00 1053474540 1053696720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1053474540_1053696720.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1053474540_1053696720:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/14_CL(IMC)_1053474540_1053696720.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.13651962677637736 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_15_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_15_CL(IMC).out new file mode 100644 index 00000000..654803d0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_15_CL(IMC).out @@ -0,0 +1,87 @@ +15_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1994-01-01 17:00:00 1994-12-31 12:00:00 1048217340 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1048217340_1048741200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1048217340_1048741200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1048217340_1048741200.npz +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1048741200_1049266800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1048741200_1049266800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1048741200_1049266800.npz +1995-12-31 13:00:00 1996-12-10 15:00:00 1049266860 1049763780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1049266860_1049763780.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1049266860_1049763780:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1049266860_1049763780.npz +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1049793840_1050319440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1049793840_1050319440:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1049793840_1050319440.npz +1997-12-31 12:00:00 1998-10-21 15:00:00 1050319440 1050742980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1050319440_1050845040:dup1.npz +1998-10-21 17:00:00 1998-10-21 19:00:00 1050743100 1050743220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1050319440_1050845040:dup1.npz'] +1998-10-21 19:00:00 1998-12-31 12:00:00 1050743220 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1050319440_1050845040:dup1.npz +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1050845040_1051370640.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1050845040_1051370640:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1050845040_1051370640.npz +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1051370640_1051897680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1051370640_1051897680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1051370640_1051897680.npz +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1051897680_1052423280.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1051897680_1052423280:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1051897680_1052423280.npz +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1052423280_1052948880.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1052423280_1052948880:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1052423280_1052948880.npz +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1052948880_1053474480.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1052948880_1053474480:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1052948880_1053474480.npz +2003-12-31 14:00:00 2004-09-09 13:00:00 1053474600 1053838860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1053474600_1054001520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1053474600_1054001520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1053474600_1054001520:dup1.npz +2004-09-09 13:00:00 2004-09-10 13:00:00 1053838860 1053840300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1053474600_1054001520:dup1.npz'] +2004-09-10 13:00:00 2004-12-31 12:00:00 1053840300 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1053474600_1054001520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1053474600_1054001520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1053474600_1054001520:dup1.npz +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1054001520_1054527120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1054001520_1054527120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1054001520_1054527120.npz +2005-12-31 12:00:00 2006-12-29 02:00:00 1054527120 1055049240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1054527120_1055049240.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1054527120_1055049240:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1054527120_1055049240.npz +2007-01-04 03:00:00 2007-12-31 11:00:00 1055057940 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1055057940_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1055057940_1055578320:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1055057940_1055578320.npz +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1055057940_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1055057940_1055578320:dup1.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1055578260_1056105300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1055578260_1056105300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1055057940_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1055578260_1056105300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1055578260_1056105300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1055578260_1056105300.npz +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1056105360_1056630960.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1056105360_1056630960:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1056105360_1056630960.npz +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1056630960_1057156560.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1056630960_1057156560:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1056630960_1057156560.npz +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1057156560_1057682160.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1057156560_1057682160:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1057156560_1057682160.npz +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1057682160_1058209200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1057682160_1058209200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1057682160_1058209200.npz +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1058209200_1058734800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1058209200_1058734800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1058209200_1058734800.npz +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1058734860_1059260400.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1058734860_1059260400:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1058734860_1059260400.npz +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1059260400_1059786000.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1059260400_1059786000:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1059260400_1059786000.npz +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1060313040_1060838640.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1061889900_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1061889900_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/15_CL(IMC)_1061889900_1062416940.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.5237646540006001 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_18_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_18_CL(IMC).out new file mode 100644 index 00000000..aeee2e46 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_18_CL(IMC).out @@ -0,0 +1,22 @@ +18_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2012-10-14 12:00:00 2012-12-31 12:00:00 1058096880 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/18_CL(IMC)_1058096880_1058209200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/18_CL(IMC)_1058096880_1058209200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/18_CL(IMC)_1058096880_1058209200.npz +'StationConcatenate' object has no attribute 'existing_data' +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/18_CL(IMC)_1058209200_1058734800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/18_CL(IMC)_1058209200_1058734800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/18_CL(IMC)_1058209200_1058734800.npz +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/18_CL(IMC)_1058734860_1059260400.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/18_CL(IMC)_1058734860_1059260400:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/18_CL(IMC)_1058734860_1059260400.npz +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/18_CL(IMC)_1059260400_1059786000.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/18_CL(IMC)_1059260400_1059786000:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/18_CL(IMC)_1059260400_1059786000.npz +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/18_CL(IMC)_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/18_CL(IMC)_1060313040_1060838640.npz'] +2019-12-31 13:00:00 2020-12-30 02:00:00 1061889900 1062414840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/18_CL(IMC)_1061889900_1062414840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/18_CL(IMC)_1061889900_1062414840:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/18_CL(IMC)_1061889900_1062414840.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.049707651138305664 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_19_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_19_CL(IMC).out new file mode 100644 index 00000000..1a564fe2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_19_CL(IMC).out @@ -0,0 +1,92 @@ +19_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1993-12-31 13:00:00 1994-04-28 20:00:00 1048215660 1048386000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1048215660_1048386000.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1048215660_1048386000:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1048215660_1048386000.npz +'StationConcatenate' object has no attribute 'existing_data' +1995-07-16 10:00:00 1995-12-31 12:00:00 1049024760 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1049024760_1049266800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1049024760_1049266800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1049024760_1049266800.npz +1995-12-31 13:00:00 1996-12-31 12:00:00 1049266860 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1049266860_1049793840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1049266860_1049793840:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1049266860_1049793840.npz +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1049793840_1050319440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1049793840_1050319440:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1049793840_1050319440.npz +1997-12-31 12:00:00 1998-01-15 00:00:00 1050319440 1050340320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040:dup1.npz +1998-01-15 00:00:00 1998-01-15 11:00:00 1050340320 1050340980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040:dup1.npz'] +1998-01-15 11:00:00 1998-01-15 12:00:00 1050340980 1050341040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040:dup1.npz +1998-01-15 12:00:00 1998-01-15 15:00:00 1050341040 1050341220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040:dup1.npz'] +1998-01-15 15:00:00 1998-01-15 21:00:00 1050341220 1050341580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040:dup1.npz +1998-01-15 21:00:00 1998-01-16 02:00:00 1050341580 1050341880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040:dup1.npz'] +1998-01-16 05:00:00 1998-02-09 00:00:00 1050342060 1050376320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040:dup1.npz +1998-02-09 00:00:00 1998-02-09 02:00:00 1050376320 1050376440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040:dup1.npz'] +1998-02-09 02:00:00 1998-10-19 22:00:00 1050376440 1050740520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040:dup1.npz +1998-10-20 02:00:00 1998-10-20 04:00:00 1050740760 1050740880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040:dup1.npz'] +1998-10-20 04:00:00 1998-12-12 07:00:00 1050740880 1050817380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040:dup1.npz +1998-12-12 07:00:00 1998-12-13 12:00:00 1050817380 1050819120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040:dup1.npz'] +1998-12-13 12:00:00 1998-12-16 20:00:00 1050819120 1050823920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040:dup1.npz +1998-12-16 20:00:00 1998-12-17 12:00:00 1050823920 1050824880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040:dup1.npz'] +1998-12-17 12:00:00 1998-12-17 19:00:00 1050824880 1050825300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040:dup1.npz +1998-12-17 19:00:00 1998-12-19 12:00:00 1050825300 1050827760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040:dup1.npz'] +1998-12-19 12:00:00 1998-12-25 19:00:00 1050827760 1050836820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040:dup1.npz +1998-12-25 19:00:00 1998-12-25 20:00:00 1050836820 1050836880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040:dup1.npz'] +1998-12-25 20:00:00 1998-12-25 21:00:00 1050836880 1050836940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040:dup1.npz +1998-12-25 21:00:00 1998-12-25 22:00:00 1050836940 1050837000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040:dup1.npz'] +1998-12-25 22:00:00 1998-12-30 17:00:00 1050837000 1050843900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040:dup1.npz +1998-12-30 17:00:00 1998-12-30 18:00:00 1050843900 1050843960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040.npz'] +1998-12-30 18:00:00 1998-12-31 12:00:00 1050843960 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050319440_1050845040:dup1.npz +1999-01-01 20:00:00 1999-12-31 12:00:00 1050846960 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050846960_1051370640.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050846960_1051370640:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1050846960_1051370640.npz +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1051370640_1051897680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1051370640_1051897680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1051370640_1051897680.npz +2000-12-31 12:00:00 2001-11-26 03:00:00 1051897680 1052372340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1051897680_1052372340.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1051897680_1052372340:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1051897680_1052372340.npz +2002-02-04 22:00:00 2002-07-15 12:00:00 1052474280 1052705520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1052474280_1052705520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1052474280_1052705520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1052474280_1052705520.npz +2004-02-14 11:00:00 2004-06-12 04:00:00 1053539220 1053710160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1053539220_1053830580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1053539220_1053839340.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1053539220_1053839340.npz +2004-06-30 12:00:00 2004-07-31 04:00:00 1053736560 1053780720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1053539220_1053839340.npz'] +2004-07-31 04:00:00 2004-07-31 12:00:00 1053780720 1053781200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1053539220_1053830580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1053539220_1053839340.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1053539220_1053839340.npz +2004-07-31 12:00:00 2004-08-31 04:00:00 1053781200 1053825360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1053539220_1053839340.npz'] +2004-08-31 04:00:00 2004-08-31 19:00:00 1053825360 1053826260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1053539220_1053830580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1053539220_1053839340.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1053539220_1053839340.npz +2004-08-31 19:00:00 2004-09-03 04:00:00 1053826260 1053829680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1053539220_1053839340.npz'] +2004-09-03 04:00:00 2004-09-03 19:00:00 1053829680 1053830580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1053539220_1053830580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1053539220_1053839340.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1053539220_1053839340.npz +2004-09-03 19:00:00 2004-09-09 21:00:00 1053830580 1053839340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/19_CL(IMC)_1053539220_1053839340.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.15195417404174805 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_1_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_1_CL(IMC).out new file mode 100644 index 00000000..3e23810a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_1_CL(IMC).out @@ -0,0 +1,67 @@ +1_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1999-12-31 14:00:00 2000-12-31 13:00:00 1051370760 1051897740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1051370760_1051897740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1051370760_1051897740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1051370760_1051897740.npz +'StationConcatenate' object has no attribute 'existing_data' +2000-12-31 13:00:00 2001-12-31 13:00:00 1051897740 1052423340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1051897740_1052423340.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1051897740_1052423340:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1051897740_1052423340.npz +2001-12-31 13:00:00 2002-12-31 13:00:00 1052423340 1052948940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1052423340_1052948940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1052423340_1052948940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1052423340_1052948940.npz +2002-12-31 13:00:00 2003-02-03 05:00:00 1052948940 1052997420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1052948940_1053474540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1052948940_1053474540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1052948940_1053474540:dup1.npz +2003-02-03 06:00:00 2003-02-03 11:00:00 1052997480 1052997780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1052948940_1053474540:dup1.npz'] +2003-03-19 06:00:00 2003-12-31 13:00:00 1053060840 1053474540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1052948940_1053474540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1052948940_1053474540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1052948940_1053474540:dup1.npz +2003-12-31 13:00:00 2004-12-31 13:00:00 1053474540 1054001580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1053474540_1054001580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1053474540_1054001580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1053474540_1054001580.npz +2004-12-31 13:00:00 2005-12-31 13:00:00 1054001580 1054527180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1054001580_1054527180.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1054001580_1054527180:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1054001580_1054527180.npz +2005-12-31 13:00:00 2006-10-10 01:00:00 1054527180 1054933980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1054527180_1055052780.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1054527180_1055052780:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1054527180_1055052780:dup1.npz +2006-10-10 01:00:00 2006-10-10 02:00:00 1054933980 1054934040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1054527180_1055052780:dup1.npz'] +2006-10-10 02:00:00 2006-11-06 22:00:00 1054934040 1054974120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1054527180_1055052780.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1054527180_1055052780:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1054527180_1055052780:dup1.npz +2006-11-06 22:00:00 2006-11-06 23:00:00 1054974120 1054974180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1054527180_1055052780:dup1.npz'] +2006-11-06 23:00:00 2006-12-31 13:00:00 1054974180 1055052780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1054527180_1055052780.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1054527180_1055052780:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1054527180_1055052780:dup1.npz +2006-12-31 13:00:00 2007-12-31 13:00:00 1055052780 1055578380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1055052780_1055578380.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1055052780_1055578380:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1055052780_1055578380.npz +2007-12-31 13:00:00 2008-12-31 13:00:00 1055578380 1056105420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1055578380_1056105420.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1055578380_1056105420:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1055578380_1056105420.npz +2008-12-31 13:00:00 2009-12-31 13:00:00 1056105420 1056631020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1056105420_1056631020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1056105420_1056631020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1056105420_1056631020.npz +2009-12-31 13:00:00 2010-11-18 01:00:00 1056631020 1057093980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1056631020_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1056631020_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1056631020_1057156620.npz +2010-11-18 01:00:00 2010-11-18 04:00:00 1057093980 1057094160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1056631020_1057156620.npz'] +2010-11-18 04:00:00 2010-11-30 09:00:00 1057094160 1057111740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1056631020_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1056631020_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1056631020_1057156620.npz +2010-11-30 09:00:00 2010-11-30 10:00:00 1057111740 1057111800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1056631020_1057156620.npz'] +2010-11-30 10:00:00 2010-12-31 13:00:00 1057111800 1057156620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1056631020_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1056631020_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1056631020_1057156620.npz +2010-12-31 13:00:00 2011-12-31 13:00:00 1057156620 1057682220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1057156620_1057682220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1057156620_1057682220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1057156620_1057682220.npz +2011-12-31 13:00:00 2011-12-31 14:00:00 1057682220 1057682280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1057682220_1057682280.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1057682220_1058209260.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1057682220_1058209260.npz +2011-12-31 20:00:00 2012-12-31 13:00:00 1057682640 1058209260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1057682220_1058209260.npz'] +2012-12-31 14:00:00 2013-12-31 13:00:00 1058209320 1058734860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1058209320_1058734860.npz'] +2013-12-31 20:00:00 2014-02-27 23:00:00 1058735280 1058818980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/1_CL(IMC)_1058735280_1058818980.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.2597503860791524 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_20_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_20_CL(IMC).out new file mode 100644 index 00000000..aa781596 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_20_CL(IMC).out @@ -0,0 +1,22 @@ +20_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2012-08-21 12:00:00 2012-12-31 12:00:00 1058019120 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/20_CL(IMC)_1058019120_1058209200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/20_CL(IMC)_1058019120_1058209200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/20_CL(IMC)_1058019120_1058209200.npz +'StationConcatenate' object has no attribute 'existing_data' +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/20_CL(IMC)_1058209200_1058734800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/20_CL(IMC)_1058209200_1058734800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/20_CL(IMC)_1058209200_1058734800.npz +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/20_CL(IMC)_1058734860_1059260400.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/20_CL(IMC)_1058734860_1059260400:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/20_CL(IMC)_1058734860_1059260400.npz +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/20_CL(IMC)_1059260400_1059786000.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/20_CL(IMC)_1059260400_1059786000:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/20_CL(IMC)_1059260400_1059786000.npz +2015-12-31 16:00:00 2016-12-31 12:00:00 1059786240 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/20_CL(IMC)_1059786240_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/20_CL(IMC)_1060313040_1060838640.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/20_CL(IMC)_1061889900_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/20_CL(IMC)_1061889900_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/20_CL(IMC)_1061889900_1062416940.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.05324209133783976 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_21_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_21_CL(IMC).out new file mode 100644 index 00000000..8677d252 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_21_CL(IMC).out @@ -0,0 +1,16 @@ +21_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2014-08-01 15:00:00 2014-12-31 12:00:00 1059041700 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/21_CL(IMC)_1059041700_1059260400.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/21_CL(IMC)_1059041700_1059260400:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/21_CL(IMC)_1059041700_1059260400.npz +'StationConcatenate' object has no attribute 'existing_data' +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/21_CL(IMC)_1059260400_1059786000.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/21_CL(IMC)_1059260400_1059786000:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/21_CL(IMC)_1059260400_1059786000.npz +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/21_CL(IMC)_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/21_CL(IMC)_1060313040_1060838640.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/21_CL(IMC)_1061889900_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/21_CL(IMC)_1061889900_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/21_CL(IMC)_1061889900_1062416940.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.02793118953704834 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_22_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_22_CL(IMC).out new file mode 100644 index 00000000..2c28e76b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_22_CL(IMC).out @@ -0,0 +1,52 @@ +22_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2003-02-03 04:00:00 2003-12-31 12:00:00 1052997360 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1052997360_1053474480.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1052997360_1053474480:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1052997360_1053474480.npz +'StationConcatenate' object has no attribute 'existing_data' +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1053474540_1054001520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1053474540_1054001520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1053474540_1054001520.npz +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1054001520_1054527120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1054001520_1054527120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1054001520_1054527120.npz +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1054527120_1055052720.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1054527120_1055052720:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1054527120_1055052720.npz +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1055052720_1055578320:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1055052720_1055578320.npz +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1055052720_1055578320:dup1.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1055578260_1056105300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1055578260_1056105300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1055578260_1056105300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1055578260_1056105300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1055578260_1056105300.npz +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1056105360_1056630960.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1056105360_1056630960:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1056105360_1056630960.npz +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1056630960_1057156560.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1056630960_1057156560:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1056630960_1057156560.npz +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1057156560_1057682160.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1057156560_1057682160:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1057156560_1057682160.npz +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1057682160_1058209200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1057682160_1058209200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1057682160_1058209200.npz +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1058209200_1058734800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1058209200_1058734800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1058209200_1058734800.npz +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1058734860_1059260400.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1058734860_1059260400:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1058734860_1059260400.npz +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1059260400_1059786000.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1059260400_1059786000:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1059260400_1059786000.npz +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1060313040_1060838640.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1061889900_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1061889900_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/22_CL(IMC)_1061889900_1062416940.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.35917023022969563 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_23_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_23_CL(IMC).out new file mode 100644 index 00000000..57c3ff94 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_23_CL(IMC).out @@ -0,0 +1,83 @@ +23_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1993-12-31 13:00:00 1994-12-31 12:00:00 1048215660 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1048215660_1048741200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1048215660_1048741200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1048215660_1048741200.npz +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1048741200_1049266800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1048741200_1049266800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1048741200_1049266800.npz +1995-12-31 12:00:00 1996-12-31 12:00:00 1049266800 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1049266800_1049793840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1049266800_1049793840:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1049266800_1049793840.npz +1996-12-31 12:00:00 1997-07-22 15:00:00 1049793840 1050086340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1049793840_1050309540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1049793840_1050309540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1049793840_1050309540:dup1.npz +1997-07-25 17:00:00 1997-08-02 15:00:00 1050090780 1050102180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1049793840_1050309540:dup1.npz'] +1997-08-08 17:00:00 1997-12-24 15:00:00 1050110940 1050309540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1049793840_1050309540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1049793840_1050309540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1049793840_1050309540:dup1.npz +1998-03-05 17:00:00 1998-12-31 12:00:00 1050411900 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1050411900_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1050411900_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1050411900_1050845040.npz +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1050845040_1051370640.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1050845040_1051370640:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1050845040_1051370640.npz +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1051370640_1051897680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1051370640_1051897680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1051370640_1051897680.npz +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1051897680_1052423280.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1051897680_1052423280:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1051897680_1052423280.npz +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1052423280_1052948880.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1052423280_1052948880:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1052423280_1052948880.npz +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1052948880_1053474480.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1052948880_1053474480:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1052948880_1053474480.npz +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1053474540_1054001520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1053474540_1054001520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1053474540_1054001520.npz +2004-12-31 12:00:00 2005-12-24 03:00:00 1054001520 1054516500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1054001520_1054516500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1054001520_1054516500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1054001520_1054516500.npz +2006-01-06 01:00:00 2006-12-31 12:00:00 1054535100 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1054535100_1055052720.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1054535100_1055052720:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1054535100_1055052720.npz +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1055052720_1055578320:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1055052720_1055578320.npz +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1055052720_1055578320:dup1.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1055578260_1056105300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1055578260_1056105300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1055578260_1056105300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1055578260_1056105300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1055578260_1056105300.npz +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1056105360_1056630960.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1056105360_1056630960:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1056105360_1056630960.npz +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1056630960_1057156560.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1056630960_1057156560:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1056630960_1057156560.npz +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1057156560_1057682160.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1057156560_1057682160:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1057156560_1057682160.npz +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1057682160_1058209200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1057682160_1058209200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1057682160_1058209200.npz +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1058209200_1058734800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1058209200_1058734800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1058209200_1058734800.npz +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1058734860_1059260400.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1058734860_1059260400:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1058734860_1059260400.npz +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1059260400_1059786000.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1059260400_1059786000:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1059260400_1059786000.npz +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1060313040_1060838640.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1061889900_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1061889900_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/23_CL(IMC)_1061889900_1062416940.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.4700547655423482 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_24_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_24_CL(IMC).out new file mode 100644 index 00000000..5921e228 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_24_CL(IMC).out @@ -0,0 +1,8 @@ +24_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/24_CL(IMC)_1061889900_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/24_CL(IMC)_1061889900_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/24_CL(IMC)_1061889900_1062416940.npz +'StationConcatenate' object has no attribute 'existing_data' +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.020389453570048014 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_26_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_26_CL(IMC).out new file mode 100644 index 00000000..6b8afdb9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_26_CL(IMC).out @@ -0,0 +1,83 @@ +26_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1994-01-22 17:00:00 1994-02-21 04:00:00 1048247580 1048290000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1048247580_1048741200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1048247580_1048741200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1048247580_1048741200:dup1.npz +'StationConcatenate' object has no attribute 'existing_data' +1994-02-22 04:00:00 1994-02-22 10:00:00 1048291440 1048291800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1048247580_1048741200:dup1.npz'] +1994-02-22 11:00:00 1994-12-31 12:00:00 1048291860 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1048247580_1048741200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1048247580_1048741200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1048247580_1048741200:dup1.npz +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1048741200_1049266800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1048741200_1049266800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1048741200_1049266800.npz +1995-12-31 12:00:00 1996-12-31 12:00:00 1049266800 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1049266800_1049793840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1049266800_1049793840:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1049266800_1049793840.npz +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1049793840_1050319440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1049793840_1050319440:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1049793840_1050319440.npz +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1050319440_1050845040.npz +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1050845040_1051370640.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1050845040_1051370640:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1050845040_1051370640.npz +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1051370640_1051897680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1051370640_1051897680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1051370640_1051897680.npz +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1051897680_1052423280.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1051897680_1052423280:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1051897680_1052423280.npz +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1052423280_1052948880.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1052423280_1052948880:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1052423280_1052948880.npz +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1052948880_1053474480.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1052948880_1053474480:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1052948880_1053474480.npz +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1053474540_1054001520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1053474540_1054001520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1053474540_1054001520.npz +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1054001520_1054527120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1054001520_1054527120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1054001520_1054527120.npz +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1054527120_1055052720.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1054527120_1055052720:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1054527120_1055052720.npz +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1055052720_1055578320:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1055052720_1055578320.npz +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1055052720_1055578320:dup1.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1055578260_1056105300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1055578260_1056105300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1055578260_1056105300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1055578260_1056105300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1055578260_1056105300.npz +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1056105360_1056630960.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1056105360_1056630960:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1056105360_1056630960.npz +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1056630960_1057156560.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1056630960_1057156560:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1056630960_1057156560.npz +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1057156560_1057682160.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1057156560_1057682160:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1057156560_1057682160.npz +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1057682160_1058209200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1057682160_1058209200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1057682160_1058209200.npz +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1058209200_1058734800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1058209200_1058734800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1058209200_1058734800.npz +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1058734860_1059260400.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1058734860_1059260400:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1058734860_1059260400.npz +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1059260400_1059786000.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1059260400_1059786000:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1059260400_1059786000.npz +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1060313040_1060838640.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1061889900_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1061889900_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/26_CL(IMC)_1061889900_1062416940.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.4828841249148051 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_270_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_270_CL(IMC).out new file mode 100644 index 00000000..b5b47b18 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_270_CL(IMC).out @@ -0,0 +1,23 @@ +270_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2006-03-23 12:30:00 2006-12-31 12:30:00 1054645230 1055052750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/270_CL(IMC)_1054645230_1055052750.npz'] +'StationConcatenate' object has no attribute 'existing_data' +2006-12-31 12:30:00 2007-12-31 12:30:00 1055052750 1055578350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/270_CL(IMC)_1055052750_1055578350.npz'] +2007-12-31 12:30:00 2008-12-31 12:30:00 1055578350 1056105390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/270_CL(IMC)_1055578350_1056105390.npz'] +2008-12-31 12:30:00 2009-12-31 12:30:00 1056105390 1056630990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/270_CL(IMC)_1056105390_1056630990.npz'] +2009-12-31 12:30:00 2010-12-31 12:30:00 1056630990 1057156590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/270_CL(IMC)_1056630990_1057156590.npz'] +2010-12-31 12:30:00 2011-12-31 12:30:00 1057156590 1057682190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/270_CL(IMC)_1057156590_1057682190.npz'] +2011-12-31 12:30:00 2012-12-31 12:30:00 1057682190 1058209230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/270_CL(IMC)_1057682190_1058209230.npz'] +2012-12-31 12:30:00 2013-12-31 12:30:00 1058209230 1058734830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/270_CL(IMC)_1058209230_1058734830.npz'] +2013-12-31 12:30:00 2014-12-31 12:30:00 1058734830 1059260430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/270_CL(IMC)_1058734830_1059260430.npz'] +2014-12-31 12:30:00 2014-12-31 13:30:00 1059260430 1059260490 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/270_CL(IMC)_1059260430_1059786030.npz'] +2014-12-31 13:30:00 2015-12-31 12:30:00 1059260490 1059786030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/270_CL(IMC)_1059260430_1059786030.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/270_CL(IMC)_1059260490_1059786030.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/270_CL(IMC)_1059260430_1059786030.npz +2015-12-31 12:30:00 2016-12-31 12:30:00 1059786030 1060313070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/270_CL(IMC)_1059786030_1060313070.npz'] +2016-12-31 12:30:00 2017-12-31 12:30:00 1060313070 1060838670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/270_CL(IMC)_1060313070_1060838670.npz'] +2019-12-31 13:30:00 2020-12-31 13:30:00 1061889930 1062416970 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/270_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/270_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/270_CL(IMC)_1061889930_1062416970.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.11122530301411947 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_271_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_271_CL(IMC).out new file mode 100644 index 00000000..59022eec --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_271_CL(IMC).out @@ -0,0 +1,27 @@ +271_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2002-01-13 13:30:00 2002-12-31 12:30:00 1052442090 1052948910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/271_CL(IMC)_1052442090_1052948910.npz'] +'StationConcatenate' object has no attribute 'existing_data' +2002-12-31 12:30:00 2003-12-31 12:30:00 1052948910 1053474510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/271_CL(IMC)_1052948910_1053474510.npz'] +2003-12-31 12:30:00 2004-12-31 12:30:00 1053474510 1054001550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/271_CL(IMC)_1053474510_1054001550.npz'] +2004-12-31 12:30:00 2005-12-31 12:30:00 1054001550 1054527150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/271_CL(IMC)_1054001550_1054527150.npz'] +2005-12-31 12:30:00 2006-12-31 12:30:00 1054527150 1055052750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/271_CL(IMC)_1054527150_1055052750.npz'] +2006-12-31 12:30:00 2007-12-31 12:30:00 1055052750 1055578350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/271_CL(IMC)_1055052750_1055578350.npz'] +2007-12-31 12:30:00 2008-12-31 12:30:00 1055578350 1056105390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/271_CL(IMC)_1055578350_1056105390.npz'] +2008-12-31 12:30:00 2009-12-31 12:30:00 1056105390 1056630990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/271_CL(IMC)_1056105390_1056630990.npz'] +2009-12-31 12:30:00 2010-12-31 12:30:00 1056630990 1057156590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/271_CL(IMC)_1056630990_1057156590.npz'] +2010-12-31 12:30:00 2011-12-31 12:30:00 1057156590 1057682190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/271_CL(IMC)_1057156590_1057682190.npz'] +2011-12-31 12:30:00 2012-12-31 12:30:00 1057682190 1058209230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/271_CL(IMC)_1057682190_1058209230.npz'] +2012-12-31 12:30:00 2013-12-31 12:30:00 1058209230 1058734830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/271_CL(IMC)_1058209230_1058734830.npz'] +2013-12-31 12:30:00 2014-12-31 12:30:00 1058734830 1059260430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/271_CL(IMC)_1058734830_1059260430.npz'] +2014-12-31 12:30:00 2014-12-31 13:30:00 1059260430 1059260490 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/271_CL(IMC)_1059260430_1059786030.npz'] +2014-12-31 13:30:00 2015-12-31 12:30:00 1059260490 1059786030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/271_CL(IMC)_1059260430_1059786030.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/271_CL(IMC)_1059260490_1059786030.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/271_CL(IMC)_1059260430_1059786030.npz +2015-12-31 12:30:00 2016-12-31 12:30:00 1059786030 1060313070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/271_CL(IMC)_1059786030_1060313070.npz'] +2016-12-31 12:30:00 2017-12-31 12:30:00 1060313070 1060838670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/271_CL(IMC)_1060313070_1060838670.npz'] +2019-12-31 13:30:00 2020-02-06 23:30:00 1061889930 1061943810 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/271_CL(IMC)_1061889930_1061943810.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/271_CL(IMC)_1061889930_1061943810:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/271_CL(IMC)_1061889930_1061943810.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.12284319003423055 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_272_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_272_CL(IMC).out new file mode 100644 index 00000000..84b499c2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_272_CL(IMC).out @@ -0,0 +1,27 @@ +272_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2001-12-31 13:30:00 2002-12-31 12:30:00 1052423370 1052948910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/272_CL(IMC)_1052423370_1052948910.npz'] +'StationConcatenate' object has no attribute 'existing_data' +2002-12-31 12:30:00 2003-12-31 12:30:00 1052948910 1053474510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/272_CL(IMC)_1052948910_1053474510.npz'] +2003-12-31 12:30:00 2004-12-31 12:30:00 1053474510 1054001550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/272_CL(IMC)_1053474510_1054001550.npz'] +2004-12-31 12:30:00 2005-12-31 12:30:00 1054001550 1054527150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/272_CL(IMC)_1054001550_1054527150.npz'] +2005-12-31 12:30:00 2006-12-31 12:30:00 1054527150 1055052750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/272_CL(IMC)_1054527150_1055052750.npz'] +2006-12-31 12:30:00 2007-12-31 12:30:00 1055052750 1055578350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/272_CL(IMC)_1055052750_1055578350.npz'] +2007-12-31 12:30:00 2008-12-31 12:30:00 1055578350 1056105390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/272_CL(IMC)_1055578350_1056105390.npz'] +2008-12-31 12:30:00 2009-12-31 12:30:00 1056105390 1056630990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/272_CL(IMC)_1056105390_1056630990.npz'] +2009-12-31 12:30:00 2010-12-31 12:30:00 1056630990 1057156590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/272_CL(IMC)_1056630990_1057156590.npz'] +2010-12-31 12:30:00 2011-12-31 12:30:00 1057156590 1057682190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/272_CL(IMC)_1057156590_1057682190.npz'] +2011-12-31 12:30:00 2012-12-31 12:30:00 1057682190 1058209230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/272_CL(IMC)_1057682190_1058209230.npz'] +2012-12-31 12:30:00 2013-12-31 12:30:00 1058209230 1058734830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/272_CL(IMC)_1058209230_1058734830.npz'] +2013-12-31 12:30:00 2014-12-31 12:30:00 1058734830 1059260430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/272_CL(IMC)_1058734830_1059260430.npz'] +2014-12-31 12:30:00 2014-12-31 13:30:00 1059260430 1059260490 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/272_CL(IMC)_1059260430_1059786030.npz'] +2014-12-31 13:30:00 2015-12-31 12:30:00 1059260490 1059786030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/272_CL(IMC)_1059260430_1059786030.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/272_CL(IMC)_1059260490_1059786030.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/272_CL(IMC)_1059260430_1059786030.npz +2015-12-31 12:30:00 2016-12-31 12:30:00 1059786030 1060313070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/272_CL(IMC)_1059786030_1060313070.npz'] +2016-12-31 12:30:00 2017-12-31 12:30:00 1060313070 1060838670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/272_CL(IMC)_1060313070_1060838670.npz'] +2019-12-31 13:30:00 2020-01-29 02:30:00 1061889930 1061931030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/272_CL(IMC)_1061889930_1061931030.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/272_CL(IMC)_1061889930_1061931030:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/272_CL(IMC)_1061889930_1061931030.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.11006602048873901 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_274_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_274_CL(IMC).out new file mode 100644 index 00000000..6004c955 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_274_CL(IMC).out @@ -0,0 +1,27 @@ +274_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2002-02-03 15:30:00 2002-12-31 12:30:00 1052472450 1052948910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/274_CL(IMC)_1052472450_1052948910.npz'] +'StationConcatenate' object has no attribute 'existing_data' +2002-12-31 12:30:00 2003-12-31 12:30:00 1052948910 1053474510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/274_CL(IMC)_1052948910_1053474510.npz'] +2003-12-31 12:30:00 2004-12-31 12:30:00 1053474510 1054001550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/274_CL(IMC)_1053474510_1054001550.npz'] +2004-12-31 12:30:00 2005-12-31 12:30:00 1054001550 1054527150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/274_CL(IMC)_1054001550_1054527150.npz'] +2005-12-31 12:30:00 2006-12-31 12:30:00 1054527150 1055052750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/274_CL(IMC)_1054527150_1055052750.npz'] +2006-12-31 12:30:00 2007-12-31 12:30:00 1055052750 1055578350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/274_CL(IMC)_1055052750_1055578350.npz'] +2007-12-31 12:30:00 2008-12-31 12:30:00 1055578350 1056105390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/274_CL(IMC)_1055578350_1056105390.npz'] +2008-12-31 12:30:00 2009-12-31 12:30:00 1056105390 1056630990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/274_CL(IMC)_1056105390_1056630990.npz'] +2009-12-31 12:30:00 2010-12-31 12:30:00 1056630990 1057156590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/274_CL(IMC)_1056630990_1057156590.npz'] +2010-12-31 12:30:00 2011-12-31 12:30:00 1057156590 1057682190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/274_CL(IMC)_1057156590_1057682190.npz'] +2011-12-31 12:30:00 2012-12-31 12:30:00 1057682190 1058209230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/274_CL(IMC)_1057682190_1058209230.npz'] +2012-12-31 12:30:00 2013-12-31 12:30:00 1058209230 1058734830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/274_CL(IMC)_1058209230_1058734830.npz'] +2013-12-31 12:30:00 2014-12-31 12:30:00 1058734830 1059260430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/274_CL(IMC)_1058734830_1059260430.npz'] +2014-12-31 12:30:00 2014-12-31 13:30:00 1059260430 1059260490 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/274_CL(IMC)_1059260430_1059786030.npz'] +2014-12-31 13:30:00 2015-12-31 12:30:00 1059260490 1059786030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/274_CL(IMC)_1059260430_1059786030.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/274_CL(IMC)_1059260490_1059786030.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/274_CL(IMC)_1059260430_1059786030.npz +2015-12-31 12:30:00 2016-12-31 12:30:00 1059786030 1060313070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/274_CL(IMC)_1059786030_1060313070.npz'] +2016-12-31 12:30:00 2017-12-31 12:30:00 1060313070 1060838670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/274_CL(IMC)_1060313070_1060838670.npz'] +2019-12-31 13:30:00 2020-12-31 13:30:00 1061889930 1062416970 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/274_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/274_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/274_CL(IMC)_1061889930_1062416970.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.12001124620437623 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_275_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_275_CL(IMC).out new file mode 100644 index 00000000..8eb09690 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_275_CL(IMC).out @@ -0,0 +1,27 @@ +275_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2001-12-31 13:30:00 2002-12-31 12:30:00 1052423370 1052948910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/275_CL(IMC)_1052423370_1052948910.npz'] +'StationConcatenate' object has no attribute 'existing_data' +2002-12-31 12:30:00 2003-12-31 12:30:00 1052948910 1053474510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/275_CL(IMC)_1052948910_1053474510.npz'] +2003-12-31 12:30:00 2004-12-31 12:30:00 1053474510 1054001550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/275_CL(IMC)_1053474510_1054001550.npz'] +2004-12-31 12:30:00 2005-12-31 12:30:00 1054001550 1054527150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/275_CL(IMC)_1054001550_1054527150.npz'] +2005-12-31 12:30:00 2006-12-31 12:30:00 1054527150 1055052750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/275_CL(IMC)_1054527150_1055052750.npz'] +2006-12-31 12:30:00 2007-12-31 12:30:00 1055052750 1055578350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/275_CL(IMC)_1055052750_1055578350.npz'] +2007-12-31 12:30:00 2008-12-31 12:30:00 1055578350 1056105390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/275_CL(IMC)_1055578350_1056105390.npz'] +2008-12-31 12:30:00 2009-12-31 12:30:00 1056105390 1056630990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/275_CL(IMC)_1056105390_1056630990.npz'] +2009-12-31 12:30:00 2010-12-31 12:30:00 1056630990 1057156590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/275_CL(IMC)_1056630990_1057156590.npz'] +2010-12-31 12:30:00 2011-12-31 12:30:00 1057156590 1057682190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/275_CL(IMC)_1057156590_1057682190.npz'] +2011-12-31 12:30:00 2012-12-31 12:30:00 1057682190 1058209230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/275_CL(IMC)_1057682190_1058209230.npz'] +2012-12-31 12:30:00 2013-12-31 12:30:00 1058209230 1058734830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/275_CL(IMC)_1058209230_1058734830.npz'] +2013-12-31 12:30:00 2014-12-31 12:30:00 1058734830 1059260430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/275_CL(IMC)_1058734830_1059260430.npz'] +2014-12-31 12:30:00 2014-12-31 13:30:00 1059260430 1059260490 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/275_CL(IMC)_1059260430_1059786030.npz'] +2014-12-31 13:30:00 2015-12-31 12:30:00 1059260490 1059786030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/275_CL(IMC)_1059260430_1059786030.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/275_CL(IMC)_1059260490_1059786030.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/275_CL(IMC)_1059260430_1059786030.npz +2015-12-31 12:30:00 2016-12-31 12:30:00 1059786030 1060313070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/275_CL(IMC)_1059786030_1060313070.npz'] +2016-12-31 12:30:00 2017-12-31 12:30:00 1060313070 1060838670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/275_CL(IMC)_1060313070_1060838670.npz'] +2019-12-31 13:30:00 2020-12-31 13:30:00 1061889930 1062416970 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/275_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/275_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/275_CL(IMC)_1061889930_1062416970.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.13361499309539795 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_278_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_278_CL(IMC).out new file mode 100644 index 00000000..2e168b1a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_278_CL(IMC).out @@ -0,0 +1,13 @@ +278_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2014-12-31 13:30:00 2015-12-31 12:30:00 1059260490 1059786030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/278_CL(IMC)_1059260490_1059786030.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/278_CL(IMC)_1059260490_1059786030:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/278_CL(IMC)_1059260490_1059786030.npz +'StationConcatenate' object has no attribute 'existing_data' +2015-12-31 12:30:00 2016-12-31 12:30:00 1059786030 1060313070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/278_CL(IMC)_1059786030_1060313070.npz'] +2016-12-31 12:30:00 2017-12-31 12:30:00 1060313070 1060838670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/278_CL(IMC)_1060313070_1060838670.npz'] +2019-12-31 13:30:00 2020-12-31 13:30:00 1061889930 1062416970 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/278_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/278_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/278_CL(IMC)_1061889930_1062416970.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.031845720609029134 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_279_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_279_CL(IMC).out new file mode 100644 index 00000000..7f8f97bd --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_279_CL(IMC).out @@ -0,0 +1,13 @@ +279_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2014-12-31 13:30:00 2015-12-31 12:30:00 1059260490 1059786030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/279_CL(IMC)_1059260490_1059786030.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/279_CL(IMC)_1059260490_1059786030:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/279_CL(IMC)_1059260490_1059786030.npz +'StationConcatenate' object has no attribute 'existing_data' +2015-12-31 12:30:00 2016-12-31 12:30:00 1059786030 1060313070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/279_CL(IMC)_1059786030_1060313070.npz'] +2016-12-31 12:30:00 2017-12-31 12:30:00 1060313070 1060838670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/279_CL(IMC)_1060313070_1060838670.npz'] +2019-12-31 13:30:00 2020-12-31 13:30:00 1061889930 1062416970 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/279_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/279_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/279_CL(IMC)_1061889930_1062416970.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.023185062408447265 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_27_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_27_CL(IMC).out new file mode 100644 index 00000000..4977fb6b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_27_CL(IMC).out @@ -0,0 +1,17 @@ +27_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2000-01-21 00:00:00 2000-12-31 12:00:00 1051400160 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/27_CL(IMC)_1051400160_1051897680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/27_CL(IMC)_1051400160_1051897680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/27_CL(IMC)_1051400160_1051897680.npz +'StationConcatenate' object has no attribute 'existing_data' +2000-12-31 12:00:00 2001-12-20 11:00:00 1051897680 1052407380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/27_CL(IMC)_1051897680_1052407380.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/27_CL(IMC)_1051897680_1052407380:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/27_CL(IMC)_1051897680_1052407380.npz +2002-01-05 12:00:00 2002-12-13 19:00:00 1052430480 1052923380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/27_CL(IMC)_1052430480_1052923380.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/27_CL(IMC)_1052430480_1052923380:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/27_CL(IMC)_1052430480_1052923380.npz +2003-01-14 04:00:00 2003-04-15 20:00:00 1052968560 1053100560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/27_CL(IMC)_1052968560_1053100560.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/27_CL(IMC)_1052968560_1053100560:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/27_CL(IMC)_1052968560_1053100560.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.02839513619740804 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_28_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_28_CL(IMC).out new file mode 100644 index 00000000..447171a9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_28_CL(IMC).out @@ -0,0 +1,55 @@ +28_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1993-12-31 13:00:00 1994-12-31 12:00:00 1048215660 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1048215660_1048741200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1048215660_1048741200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1048215660_1048741200.npz +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1048741200_1049266800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1048741200_1049266800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1048741200_1049266800.npz +1995-12-31 12:00:00 1996-12-31 12:00:00 1049266800 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1049266800_1049793840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1049266800_1049793840:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1049266800_1049793840.npz +1996-12-31 12:00:00 1997-02-13 15:00:00 1049793840 1049857380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1049793840_1050319440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1049793840_1050319440:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1049793840_1050319440:dup1.npz +1997-02-13 17:00:00 1997-02-20 15:00:00 1049857500 1049867460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1049793840_1050319440:dup1.npz'] +1997-02-24 17:00:00 1997-12-31 12:00:00 1049873340 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1049793840_1050319440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1049793840_1050319440:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1049793840_1050319440:dup1.npz +1997-12-31 12:00:00 1998-03-26 11:00:00 1050319440 1050441780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1050319440_1050845040.npz +1998-03-26 11:00:00 1998-03-26 12:00:00 1050441780 1050441840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1050319440_1050845040.npz'] +1998-03-26 12:00:00 1998-04-10 16:00:00 1050441840 1050463680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1050319440_1050845040.npz +1998-04-10 16:00:00 1998-04-10 19:00:00 1050463680 1050463860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1050319440_1050845040:dup1.npz'] +1998-04-10 19:00:00 1998-04-20 03:00:00 1050463860 1050477300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1050319440_1050845040.npz +1998-04-30 06:00:00 1998-04-30 13:00:00 1050491880 1050492300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1050319440_1050845040.npz'] +1998-04-30 13:00:00 1998-09-07 00:00:00 1050492300 1050678720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1050319440_1050845040.npz +1998-09-07 00:00:00 1998-09-07 01:00:00 1050678720 1050678780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1050319440_1050845040.npz'] +1998-10-25 23:00:00 1998-12-31 12:00:00 1050749220 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1050319440_1050845040.npz +1998-12-31 12:00:00 1999-12-28 15:00:00 1050845040 1051366500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1050845040_1051366500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1050845040_1051366500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1050845040_1051366500.npz +2000-01-06 02:00:00 2000-12-31 12:00:00 1051378680 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1051378680_1051897680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1051378680_1051897680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1051378680_1051897680.npz +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1051897680_1052423280.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1051897680_1052423280:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1051897680_1052423280.npz +2001-12-31 12:00:00 2002-04-30 20:00:00 1052423280 1052596560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1052423280_1052596560.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1052423280_1052596560:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1052423280_1052596560.npz +2020-03-26 06:00:00 2020-12-31 13:00:00 1062013320 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1062013320_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1062013320_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/28_CL(IMC)_1062013320_1062416940.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.15586634079615275 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_29_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_29_CL(IMC).out new file mode 100644 index 00000000..e7b5e9b4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_29_CL(IMC).out @@ -0,0 +1,73 @@ +29_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1994-05-23 03:00:00 1994-12-31 12:00:00 1048420980 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1048420980_1048741200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1048420980_1048741200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1048420980_1048741200.npz +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1048741200_1049266800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1048741200_1049266800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1048741200_1049266800.npz +1995-12-31 12:00:00 1996-12-31 11:00:00 1049266800 1049793780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1049266800_1049793780.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1049266800_1049793780:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1049266800_1049793780.npz +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1049793840_1050319440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1049793840_1050319440:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1049793840_1050319440.npz +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1050319440_1050845040.npz +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1050845040_1051370640.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1050845040_1051370640:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1050845040_1051370640.npz +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1051370640_1051897680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1051370640_1051897680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1051370640_1051897680.npz +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1051897680_1052423280.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1051897680_1052423280:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1051897680_1052423280.npz +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1052423280_1052948880.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1052423280_1052948880:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1052423280_1052948880.npz +2002-12-31 12:00:00 2003-12-25 03:00:00 1052948880 1053465300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1052948880_1053465300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1052948880_1053465300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1052948880_1053465300.npz +2004-01-06 01:00:00 2004-12-31 12:00:00 1053482460 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1053482460_1054001520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1053482460_1054001520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1053482460_1054001520.npz +2004-12-31 12:00:00 2005-02-10 18:00:00 1054001520 1054060920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1054001520_1054060920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1054001520_1054060920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1054001520_1054060920.npz +2007-05-31 13:00:00 2007-12-31 11:00:00 1055270220 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1055270220_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1055270220_1055578320:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1055270220_1055578320.npz +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1055270220_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1055270220_1055578320:dup1.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1055578260_1056105300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1055578260_1056105300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1055578260_1056105300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1055578260_1056105300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1055578260_1056105300.npz +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1056105360_1056630960.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1056105360_1056630960:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1056105360_1056630960.npz +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1056630960_1057156560.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1056630960_1057156560:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1056630960_1057156560.npz +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1057156560_1057682160.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1057156560_1057682160:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1057156560_1057682160.npz +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1057682160_1058209200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1057682160_1058209200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1057682160_1058209200.npz +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1058209200_1058734800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1058209200_1058734800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1058209200_1058734800.npz +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1058734860_1059260400.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1058734860_1059260400:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1058734860_1059260400.npz +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1059260400_1059786000.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1059260400_1059786000:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1059260400_1059786000.npz +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/29_CL(IMC)_1060313040_1060838640.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.27129917542139687 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_2_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_2_CL(IMC).out new file mode 100644 index 00000000..5aa0bdf3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_2_CL(IMC).out @@ -0,0 +1,4 @@ +2_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.011473306020100911 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_30_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_30_CL(IMC).out new file mode 100644 index 00000000..9aed16bb --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_30_CL(IMC).out @@ -0,0 +1,93 @@ +30_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1993-12-31 13:00:00 1994-12-31 12:00:00 1048215660 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1048215660_1048741200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1048215660_1048741200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1048215660_1048741200.npz +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1048741200_1049266800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1048741200_1049266800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1048741200_1049266800.npz +1995-12-31 12:00:00 1996-12-31 12:00:00 1049266800 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1049266800_1049793840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1049266800_1049793840:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1049266800_1049793840.npz +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1049793840_1050319440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1049793840_1050319440:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1049793840_1050319440.npz +1997-12-31 12:00:00 1998-04-12 20:00:00 1050319440 1050466800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1050319440_1050845040.npz +1998-04-12 20:00:00 1998-04-12 21:00:00 1050466800 1050466860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1050319440_1050845040.npz'] +1998-04-12 21:00:00 1998-12-31 12:00:00 1050466860 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1050319440_1050845040.npz +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1050845040_1051370640.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1050845040_1051370640:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1050845040_1051370640.npz +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1051370640_1051897680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1051370640_1051897680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1051370640_1051897680.npz +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1051897680_1052423280.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1051897680_1052423280:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1051897680_1052423280.npz +2001-12-31 12:00:00 2002-11-16 04:00:00 1052423280 1052883600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1052423280_1052948880.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1052423280_1052948880:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1052423280_1052948880:dup1.npz +2002-11-16 04:00:00 2002-11-16 05:00:00 1052883600 1052883660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1052423280_1052948880:dup1.npz'] +2002-11-16 05:00:00 2002-12-31 12:00:00 1052883660 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1052423280_1052948880.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1052423280_1052948880:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1052423280_1052948880:dup1.npz +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1052948880_1053474480.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1052948880_1053474480:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1052948880_1053474480.npz +2003-12-31 13:00:00 2004-09-11 13:00:00 1053474540 1053841740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1053474540_1053955500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1053474540_1054001520.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1053474540_1054001520.npz +2004-09-11 13:00:00 2004-09-12 13:00:00 1053841740 1053843180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1053474540_1053955500.npz'] +2004-09-12 13:00:00 2004-10-10 13:00:00 1053843180 1053883500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1053474540_1053955500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1053474540_1054001520.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1053474540_1054001520.npz +2004-10-10 13:00:00 2004-10-11 13:00:00 1053883500 1053884940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1053474540_1053955500.npz'] +2004-10-11 13:00:00 2004-11-29 13:00:00 1053884940 1053955500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1053474540_1053955500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1053474540_1054001520.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1053474540_1054001520.npz +2004-11-29 13:00:00 2004-12-31 12:00:00 1053955500 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1054001520_1054527120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1054001520_1054527120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1054001520_1054527120.npz +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1054527120_1055052720.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1054527120_1055052720:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1054527120_1055052720.npz +2006-12-31 12:00:00 2007-12-31 12:00:00 1055052720 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1055052720_1055578320:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1055052720_1055578320.npz +2008-01-01 11:00:00 2008-12-31 11:00:00 1055579700 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1055579700_1056105300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1055579700_1056105300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1055579700_1056105300.npz +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1056105360_1056630960.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1056105360_1056630960:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1056105360_1056630960.npz +2009-12-31 12:00:00 2010-12-30 19:00:00 1056630960 1057155540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1056630960_1057155540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1056630960_1057155540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1056630960_1057155540.npz +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1057156560_1057682160.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1057156560_1057682160:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1057156560_1057682160.npz +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1057682160_1058209200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1057682160_1058209200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1057682160_1058209200.npz +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1058209200_1058734800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1058209200_1058734800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1058209200_1058734800.npz +2013-12-31 13:00:00 2014-12-28 19:00:00 1058734860 1059256500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1058734860_1059256500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1058734860_1059256500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1058734860_1059256500.npz +2015-01-06 03:00:00 2015-12-31 12:00:00 1059268500 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1059268500_1059786000.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1059268500_1059786000:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1059268500_1059786000.npz +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1060313040_1060838640.npz'] +2020-01-01 23:00:00 2020-12-31 13:00:00 1061891940 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1061891940_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1061891940_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/30_CL(IMC)_1061891940_1062416940.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.3588407635688782 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_31_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_31_CL(IMC).out new file mode 100644 index 00000000..7f3d5326 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_31_CL(IMC).out @@ -0,0 +1,38 @@ +31_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2004-10-30 12:00:00 2004-12-31 12:00:00 1053912240 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/31_CL(IMC)_1053912240_1054001520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/31_CL(IMC)_1053912240_1054001520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/31_CL(IMC)_1053912240_1054001520.npz +'StationConcatenate' object has no attribute 'existing_data' +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/31_CL(IMC)_1054001520_1054527120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/31_CL(IMC)_1054001520_1054527120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/31_CL(IMC)_1054001520_1054527120.npz +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/31_CL(IMC)_1054527120_1055052720.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/31_CL(IMC)_1054527120_1055052720:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/31_CL(IMC)_1054527120_1055052720.npz +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/31_CL(IMC)_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/31_CL(IMC)_1055052720_1055578320:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/31_CL(IMC)_1055052720_1055578320.npz +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/31_CL(IMC)_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/31_CL(IMC)_1055052720_1055578320:dup1.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/31_CL(IMC)_1055578260_1056105300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/31_CL(IMC)_1055578260_1056105300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/31_CL(IMC)_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/31_CL(IMC)_1055578260_1056105300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/31_CL(IMC)_1055578260_1056105300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/31_CL(IMC)_1055578260_1056105300.npz +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/31_CL(IMC)_1056105360_1056630960.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/31_CL(IMC)_1056105360_1056630960:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/31_CL(IMC)_1056105360_1056630960.npz +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/31_CL(IMC)_1056630960_1057156560.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/31_CL(IMC)_1056630960_1057156560:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/31_CL(IMC)_1056630960_1057156560.npz +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/31_CL(IMC)_1057156560_1057682160.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/31_CL(IMC)_1057156560_1057682160:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/31_CL(IMC)_1057156560_1057682160.npz +2011-12-31 12:00:00 2012-07-23 23:00:00 1057682160 1057978020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/31_CL(IMC)_1057682160_1057978020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/31_CL(IMC)_1057682160_1057978020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/31_CL(IMC)_1057682160_1057978020.npz +2015-08-19 01:00:00 2015-08-19 22:00:00 1059592380 1059593640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/31_CL(IMC)_1059592380_1059593640.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/31_CL(IMC)_1059592380_1059593640:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/31_CL(IMC)_1059592380_1059593640.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.313851006825765 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_324_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_324_CL(IMC).out new file mode 100644 index 00000000..636dc93c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_324_CL(IMC).out @@ -0,0 +1,4 @@ +324_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.04577550490697225 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_325_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_325_CL(IMC).out new file mode 100644 index 00000000..fad604bd --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_325_CL(IMC).out @@ -0,0 +1,3289 @@ +325_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1978-12-31 13:00:00 1979-03-01 00:00:00 1040325900 1040411520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +'StationConcatenate' object has no attribute 'existing_data' +1979-03-02 04:00:00 1979-03-02 05:00:00 1040413200 1040413260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +1979-03-02 05:00:00 1979-03-22 01:00:00 1040413260 1040441820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-03-22 01:00:00 1979-03-22 02:00:00 1040441820 1040441880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +1979-03-22 02:00:00 1979-03-22 04:00:00 1040441880 1040442000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-03-22 04:00:00 1979-03-22 05:00:00 1040442000 1040442060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +1979-03-22 05:00:00 1979-03-28 22:00:00 1040442060 1040451720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-03-28 22:00:00 1979-03-28 23:00:00 1040451720 1040451780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +1979-03-28 23:00:00 1979-04-04 05:00:00 1040451780 1040460780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-04-04 06:00:00 1979-04-04 08:00:00 1040460840 1040460960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz'] +1979-04-04 08:00:00 1979-04-05 16:00:00 1040460960 1040462880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-04-05 16:00:00 1979-04-05 17:00:00 1040462880 1040462940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz'] +1979-04-05 17:00:00 1979-04-09 04:00:00 1040462940 1040467920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-04-09 04:00:00 1979-04-09 06:00:00 1040467920 1040468040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +1979-04-09 06:00:00 1979-04-09 13:00:00 1040468040 1040468460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-04-09 13:00:00 1979-04-09 14:00:00 1040468460 1040468520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +1979-04-09 14:00:00 1979-04-10 13:00:00 1040468520 1040469900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-04-10 13:00:00 1979-04-10 14:00:00 1040469900 1040469960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +1979-04-10 14:00:00 1979-04-20 10:00:00 1040469960 1040484120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-04-20 10:00:00 1979-04-20 13:00:00 1040484120 1040484300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz'] +1979-04-20 13:00:00 1979-04-20 14:00:00 1040484300 1040484360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-04-20 14:00:00 1979-04-20 15:00:00 1040484360 1040484420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz'] +1979-04-20 15:00:00 1979-04-21 11:00:00 1040484420 1040485620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-04-21 11:00:00 1979-04-21 12:00:00 1040485620 1040485680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +1979-04-21 12:00:00 1979-04-21 14:00:00 1040485680 1040485800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-04-21 14:00:00 1979-04-21 15:00:00 1040485800 1040485860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz'] +1979-04-21 15:00:00 1979-04-22 14:00:00 1040485860 1040487240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-04-22 14:00:00 1979-04-22 15:00:00 1040487240 1040487300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz'] +1979-04-22 15:00:00 1979-04-27 00:00:00 1040487300 1040493600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-04-27 00:00:00 1979-04-27 01:00:00 1040493600 1040493660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +1979-04-27 01:00:00 1979-04-30 00:00:00 1040493660 1040497920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-04-30 00:00:00 1979-04-30 02:00:00 1040497920 1040498040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +1979-04-30 02:00:00 1979-04-30 19:00:00 1040498040 1040499060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-04-30 19:00:00 1979-05-01 03:00:00 1040499060 1040499540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +1979-05-01 03:00:00 1979-05-01 13:00:00 1040499540 1040500140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-05-01 13:00:00 1979-05-02 19:00:00 1040500140 1040501940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +1979-05-03 00:00:00 1979-05-03 11:00:00 1040502240 1040502900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-05-03 11:00:00 1979-05-03 12:00:00 1040502900 1040502960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +1979-05-03 12:00:00 1979-05-06 00:00:00 1040502960 1040506560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-05-06 00:00:00 1979-05-06 01:00:00 1040506560 1040506620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +1979-05-06 01:00:00 1979-05-06 09:00:00 1040506620 1040507100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-05-06 09:00:00 1979-05-06 10:00:00 1040507100 1040507160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz'] +1979-05-06 10:00:00 1979-05-07 21:00:00 1040507160 1040509260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-05-07 22:00:00 1979-05-07 23:00:00 1040509320 1040509380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +1979-05-07 23:00:00 1979-05-09 11:00:00 1040509380 1040511540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-05-09 11:00:00 1979-05-09 12:00:00 1040511540 1040511600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +1979-05-09 12:00:00 1979-05-11 02:00:00 1040511600 1040513880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-05-11 02:00:00 1979-05-11 03:00:00 1040513880 1040513940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz'] +1979-05-11 04:00:00 1979-05-11 16:00:00 1040514000 1040514720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-05-11 16:00:00 1979-05-11 17:00:00 1040514720 1040514780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +1979-05-11 17:00:00 1979-05-15 20:00:00 1040514780 1040520720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-05-15 20:00:00 1979-05-15 21:00:00 1040520720 1040520780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +1979-05-15 21:00:00 1979-05-17 14:00:00 1040520780 1040523240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-05-17 14:00:00 1979-05-17 15:00:00 1040523240 1040523300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +1979-05-17 15:00:00 1979-05-17 22:00:00 1040523300 1040523720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-05-17 22:00:00 1979-05-17 23:00:00 1040523720 1040523780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +1979-05-17 23:00:00 1979-05-19 03:00:00 1040523780 1040525460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-05-19 03:00:00 1979-05-19 04:00:00 1040525460 1040525520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz'] +1979-05-19 04:00:00 1979-05-19 19:00:00 1040525520 1040526420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-05-19 19:00:00 1979-05-19 20:00:00 1040526420 1040526480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +1979-05-19 20:00:00 1979-05-20 01:00:00 1040526480 1040526780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-05-20 01:00:00 1979-05-20 02:00:00 1040526780 1040526840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz'] +1979-05-20 02:00:00 1979-05-20 16:00:00 1040526840 1040527680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-05-20 16:00:00 1979-05-20 17:00:00 1040527680 1040527740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +1979-05-20 17:00:00 1979-05-21 17:00:00 1040527740 1040529180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-05-21 17:00:00 1979-05-21 18:00:00 1040529180 1040529240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz'] +1979-05-21 18:00:00 1979-05-23 07:00:00 1040529240 1040531460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-05-23 07:00:00 1979-05-23 08:00:00 1040531460 1040531520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz'] +1979-05-23 08:00:00 1979-05-24 21:00:00 1040531520 1040533740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-05-24 21:00:00 1979-05-24 22:00:00 1040533740 1040533800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +1979-05-24 22:00:00 1979-05-26 18:00:00 1040533800 1040536440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-05-26 18:00:00 1979-05-26 19:00:00 1040536440 1040536500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz'] +1979-05-26 19:00:00 1979-05-27 11:00:00 1040536500 1040537460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-05-27 11:00:00 1979-05-27 12:00:00 1040537460 1040537520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +1979-05-27 12:00:00 1979-06-03 02:00:00 1040537520 1040547000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-06-03 02:00:00 1979-06-03 03:00:00 1040547000 1040547060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz'] +1979-06-03 03:00:00 1979-06-04 17:00:00 1040547060 1040549340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-06-04 17:00:00 1979-06-04 18:00:00 1040549340 1040549400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz'] +1979-06-04 18:00:00 1979-06-04 22:00:00 1040549400 1040549640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-06-04 22:00:00 1979-06-05 04:00:00 1040549640 1040550000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz'] +1979-06-05 04:00:00 1979-08-09 02:00:00 1040550000 1040643480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-08-09 02:00:00 1979-08-09 03:00:00 1040643480 1040643540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz'] +1979-08-09 03:00:00 1979-08-13 22:00:00 1040643540 1040650440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-08-13 22:00:00 1979-08-13 23:00:00 1040650440 1040650500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz'] +1979-08-13 23:00:00 1979-08-14 21:00:00 1040650500 1040651820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-08-16 05:00:00 1979-08-16 06:00:00 1040653740 1040653800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz'] +1979-08-16 06:00:00 1979-08-16 07:00:00 1040653800 1040653860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +1979-08-16 07:00:00 1979-08-20 00:00:00 1040653860 1040659200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-08-20 00:00:00 1979-08-20 01:00:00 1040659200 1040659260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz'] +1979-08-20 01:00:00 1979-08-28 17:00:00 1040659260 1040671740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-08-28 17:00:00 1979-08-28 18:00:00 1040671740 1040671800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +1979-08-28 18:00:00 1979-12-31 12:00:00 1040671800 1040851440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz +1979-12-31 12:00:00 1979-12-31 13:00:00 1040851440 1040851500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040325900_1040851500.npz'] +1979-12-31 13:00:00 1980-06-24 00:00:00 1040851500 1041104160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-06-25 13:00:00 1980-06-25 14:00:00 1041106380 1041106440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz'] +1980-06-25 14:00:00 1980-06-26 12:00:00 1041106440 1041107760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-06-26 13:00:00 1980-06-26 14:00:00 1041107820 1041107880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz'] +1980-06-26 14:00:00 1980-06-27 12:00:00 1041107880 1041109200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-06-27 13:00:00 1980-06-27 14:00:00 1041109260 1041109320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz'] +1980-06-27 14:00:00 1980-06-27 21:00:00 1041109320 1041109740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-06-27 21:00:00 1980-06-27 22:00:00 1041109740 1041109800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-06-27 22:00:00 1980-06-28 12:00:00 1041109800 1041110640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-06-28 12:00:00 1980-06-28 13:00:00 1041110640 1041110700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-06-28 14:00:00 1980-07-01 11:00:00 1041110760 1041114900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-07-01 11:00:00 1980-07-01 12:00:00 1041114900 1041114960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-07-01 13:00:00 1980-07-01 14:00:00 1041115020 1041115080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz'] +1980-07-01 14:00:00 1980-07-02 12:00:00 1041115080 1041116400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-07-02 12:00:00 1980-07-02 13:00:00 1041116400 1041116460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-07-02 13:00:00 1980-07-02 14:00:00 1041116460 1041116520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz'] +1980-07-02 14:00:00 1980-07-03 12:00:00 1041116520 1041117840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-07-03 12:00:00 1980-07-03 13:00:00 1041117840 1041117900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-07-04 04:00:00 1980-07-06 23:00:00 1041118800 1041122820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-07-07 13:00:00 1980-07-07 14:00:00 1041123660 1041123720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-07-07 14:00:00 1980-07-08 12:00:00 1041123720 1041125040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-07-08 14:00:00 1980-07-09 12:00:00 1041125160 1041126480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz'] +1980-07-10 10:00:00 1980-07-21 13:00:00 1041127800 1041143820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-07-21 14:00:00 1980-07-22 12:00:00 1041143880 1041145200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz'] +1980-07-24 03:00:00 1980-07-24 12:00:00 1041147540 1041148080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-07-24 12:00:00 1980-07-24 13:00:00 1041148080 1041148140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-07-24 14:00:00 1980-07-25 12:00:00 1041148200 1041149520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-07-25 12:00:00 1980-07-25 15:00:00 1041149520 1041149700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-07-25 15:00:00 1980-07-26 12:00:00 1041149700 1041150960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-07-26 12:00:00 1980-07-26 13:00:00 1041150960 1041151020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-07-26 14:00:00 1980-07-26 15:00:00 1041151080 1041151140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz'] +1980-07-26 15:00:00 1980-07-27 12:00:00 1041151140 1041152400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-07-27 12:00:00 1980-07-27 13:00:00 1041152400 1041152460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-07-27 14:00:00 1980-07-27 15:00:00 1041152520 1041152580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz'] +1980-07-27 15:00:00 1980-07-28 12:00:00 1041152580 1041153840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-07-28 12:00:00 1980-07-28 13:00:00 1041153840 1041153900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-07-28 14:00:00 1980-07-28 15:00:00 1041153960 1041154020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz'] +1980-07-28 15:00:00 1980-07-29 00:00:00 1041154020 1041154560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-07-29 00:00:00 1980-07-29 01:00:00 1041154560 1041154620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-07-29 01:00:00 1980-07-29 12:00:00 1041154620 1041155280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-07-29 12:00:00 1980-07-29 13:00:00 1041155280 1041155340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-07-29 14:00:00 1980-07-29 15:00:00 1041155400 1041155460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz'] +1980-07-29 15:00:00 1980-07-30 12:00:00 1041155460 1041156720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-07-30 12:00:00 1980-07-30 13:00:00 1041156720 1041156780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-07-30 14:00:00 1980-07-30 15:00:00 1041156840 1041156900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz'] +1980-07-30 15:00:00 1980-07-31 12:00:00 1041156900 1041158160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-07-31 12:00:00 1980-07-31 13:00:00 1041158160 1041158220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-07-31 14:00:00 1980-07-31 15:00:00 1041158280 1041158340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz'] +1980-07-31 15:00:00 1980-08-01 12:00:00 1041158340 1041159600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-08-01 12:00:00 1980-08-01 13:00:00 1041159600 1041159660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-08-01 14:00:00 1980-08-01 15:00:00 1041159720 1041159780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz'] +1980-08-01 15:00:00 1980-08-02 12:00:00 1041159780 1041161040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-08-02 12:00:00 1980-08-02 13:00:00 1041161040 1041161100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-08-02 14:00:00 1980-08-02 15:00:00 1041161160 1041161220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz'] +1980-08-02 15:00:00 1980-08-03 12:00:00 1041161220 1041162480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-08-03 12:00:00 1980-08-03 13:00:00 1041162480 1041162540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-08-04 01:00:00 1980-10-03 19:00:00 1041163260 1041250740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-10-04 13:00:00 1980-10-04 14:00:00 1041251820 1041251880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-10-04 14:00:00 1980-10-05 10:00:00 1041251880 1041253080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-10-05 10:00:00 1980-10-05 11:00:00 1041253080 1041253140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-10-05 11:00:00 1980-10-05 12:00:00 1041253140 1041253200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-10-05 12:00:00 1980-10-05 14:00:00 1041253200 1041253320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-10-05 14:00:00 1980-10-06 00:00:00 1041253320 1041253920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-10-06 00:00:00 1980-10-06 01:00:00 1041253920 1041253980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-10-06 01:00:00 1980-10-06 13:00:00 1041253980 1041254700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-10-06 13:00:00 1980-10-06 14:00:00 1041254700 1041254760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-10-06 14:00:00 1980-10-08 21:00:00 1041254760 1041258060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-10-08 21:00:00 1980-10-08 22:00:00 1041258060 1041258120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-10-08 22:00:00 1980-10-08 23:00:00 1041258120 1041258180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz'] +1980-10-08 23:00:00 1980-10-10 12:00:00 1041258180 1041260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-10-10 12:00:00 1980-10-10 13:00:00 1041260400 1041260460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-10-10 14:00:00 1980-10-13 13:00:00 1041260520 1041264780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-10-13 13:00:00 1980-10-13 14:00:00 1041264780 1041264840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-10-13 14:00:00 1980-10-14 12:00:00 1041264840 1041266160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-10-14 12:00:00 1980-10-14 13:00:00 1041266160 1041266220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-10-14 14:00:00 1980-10-14 15:00:00 1041266280 1041266340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz'] +1980-10-14 15:00:00 1980-10-15 00:00:00 1041266340 1041266880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-10-15 00:00:00 1980-10-15 01:00:00 1041266880 1041266940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-10-15 05:00:00 1980-10-15 12:00:00 1041267180 1041267600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-10-15 12:00:00 1980-10-15 14:00:00 1041267600 1041267720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-10-15 14:00:00 1980-10-15 21:00:00 1041267720 1041268140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-10-15 21:00:00 1980-10-15 22:00:00 1041268140 1041268200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-10-15 22:00:00 1980-10-16 12:00:00 1041268200 1041269040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-10-16 12:00:00 1980-10-16 13:00:00 1041269040 1041269100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-10-16 14:00:00 1980-10-18 12:00:00 1041269160 1041271920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-10-18 12:00:00 1980-10-18 14:00:00 1041271920 1041272040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-10-18 14:00:00 1980-10-19 12:00:00 1041272040 1041273360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-10-19 12:00:00 1980-10-19 13:00:00 1041273360 1041273420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-10-19 14:00:00 1980-10-21 12:00:00 1041273480 1041276240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-10-21 12:00:00 1980-10-21 13:00:00 1041276240 1041276300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-10-21 14:00:00 1980-10-21 15:00:00 1041276360 1041276420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz'] +1980-10-21 15:00:00 1980-10-22 12:00:00 1041276420 1041277680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-10-22 12:00:00 1980-10-22 13:00:00 1041277680 1041277740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-10-22 14:00:00 1980-10-23 12:00:00 1041277800 1041279120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-10-23 12:00:00 1980-10-23 13:00:00 1041279120 1041279180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-10-23 14:00:00 1980-10-23 15:00:00 1041279240 1041279300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz'] +1980-10-23 15:00:00 1980-10-24 12:00:00 1041279300 1041280560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-10-24 12:00:00 1980-10-24 13:00:00 1041280560 1041280620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-10-24 14:00:00 1980-10-25 12:00:00 1041280680 1041282000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-10-25 12:00:00 1980-10-25 13:00:00 1041282000 1041282060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-10-25 14:00:00 1980-10-25 15:00:00 1041282120 1041282180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz'] +1980-10-25 15:00:00 1980-10-26 12:00:00 1041282180 1041283440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-10-26 12:00:00 1980-10-26 13:00:00 1041283440 1041283500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-10-26 14:00:00 1980-10-26 15:00:00 1041283560 1041283620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz'] +1980-10-26 15:00:00 1980-10-27 12:00:00 1041283620 1041284880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-10-27 12:00:00 1980-10-27 14:00:00 1041284880 1041285000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-10-27 14:00:00 1980-10-28 12:00:00 1041285000 1041286320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-10-28 12:00:00 1980-10-28 13:00:00 1041286320 1041286380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-10-28 14:00:00 1980-10-29 12:00:00 1041286440 1041287760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-10-29 12:00:00 1980-10-29 13:00:00 1041287760 1041287820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-10-29 14:00:00 1980-10-29 22:00:00 1041287880 1041288360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-10-29 22:00:00 1980-10-29 23:00:00 1041288360 1041288420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-10-29 23:00:00 1980-10-30 12:00:00 1041288420 1041289200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-10-30 12:00:00 1980-10-30 13:00:00 1041289200 1041289260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-10-30 14:00:00 1980-10-30 15:00:00 1041289320 1041289380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz'] +1980-10-30 15:00:00 1980-10-31 12:00:00 1041289380 1041290640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-10-31 12:00:00 1980-10-31 13:00:00 1041290640 1041290700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-10-31 14:00:00 1980-10-31 15:00:00 1041290760 1041290820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz'] +1980-10-31 15:00:00 1980-11-02 12:00:00 1041290820 1041293520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-11-02 12:00:00 1980-11-02 13:00:00 1041293520 1041293580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-11-02 14:00:00 1980-11-02 15:00:00 1041293640 1041293700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz'] +1980-11-02 15:00:00 1980-11-03 12:00:00 1041293700 1041294960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-11-03 12:00:00 1980-11-03 13:00:00 1041294960 1041295020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-11-03 14:00:00 1980-11-05 12:00:00 1041295080 1041297840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-11-05 12:00:00 1980-11-05 13:00:00 1041297840 1041297900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-11-06 04:00:00 1980-11-07 13:00:00 1041298800 1041300780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-11-08 13:00:00 1980-11-08 14:00:00 1041302220 1041302280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-11-08 14:00:00 1980-11-08 15:00:00 1041302280 1041302340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz'] +1980-11-08 15:00:00 1980-11-10 13:00:00 1041302340 1041305100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-11-10 14:00:00 1980-11-10 15:00:00 1041305160 1041305220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz'] +1980-11-10 15:00:00 1980-11-11 13:00:00 1041305220 1041306540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-11-11 13:00:00 1980-11-11 15:00:00 1041306540 1041306660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-11-11 15:00:00 1980-11-12 12:00:00 1041306660 1041307920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-11-12 12:00:00 1980-11-12 13:00:00 1041307920 1041307980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-11-12 14:00:00 1980-11-13 12:00:00 1041308040 1041309360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-11-13 12:00:00 1980-11-13 13:00:00 1041309360 1041309420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-11-13 14:00:00 1980-11-14 12:00:00 1041309480 1041310800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-11-14 12:00:00 1980-11-14 13:00:00 1041310800 1041310860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-11-14 14:00:00 1980-11-15 12:00:00 1041310920 1041312240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-11-15 12:00:00 1980-11-15 14:00:00 1041312240 1041312360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-11-15 14:00:00 1980-12-02 13:00:00 1041312360 1041336780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-12-02 13:00:00 1980-12-02 14:00:00 1041336780 1041336840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-12-02 14:00:00 1980-12-03 12:00:00 1041336840 1041338160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-12-03 12:00:00 1980-12-03 13:00:00 1041338160 1041338220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-12-03 14:00:00 1980-12-04 12:00:00 1041338280 1041339600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-12-04 13:00:00 1980-12-04 14:00:00 1041339660 1041339720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-12-04 14:00:00 1980-12-06 12:00:00 1041339720 1041342480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-12-06 12:00:00 1980-12-06 13:00:00 1041342480 1041342540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-12-06 14:00:00 1980-12-08 13:00:00 1041342600 1041345420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-12-08 13:00:00 1980-12-08 14:00:00 1041345420 1041345480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-12-08 14:00:00 1980-12-08 19:00:00 1041345480 1041345780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-12-08 19:00:00 1980-12-08 21:00:00 1041345780 1041345900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-12-09 03:00:00 1980-12-09 04:00:00 1041346260 1041346320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz'] +1980-12-09 04:00:00 1980-12-09 12:00:00 1041346320 1041346800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-12-09 12:00:00 1980-12-09 13:00:00 1041346800 1041346860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-12-09 14:00:00 1980-12-13 12:00:00 1041346920 1041352560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-12-13 12:00:00 1980-12-13 13:00:00 1041352560 1041352620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-12-13 14:00:00 1980-12-14 12:00:00 1041352680 1041354000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-12-14 12:00:00 1980-12-14 13:00:00 1041354000 1041354060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-12-14 14:00:00 1980-12-15 12:00:00 1041354120 1041355440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-12-15 12:00:00 1980-12-15 14:00:00 1041355440 1041355560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-12-15 14:00:00 1980-12-16 12:00:00 1041355560 1041356880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-12-16 12:00:00 1980-12-16 13:00:00 1041356880 1041356940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-12-16 14:00:00 1980-12-17 12:00:00 1041357000 1041358320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-12-17 12:00:00 1980-12-17 13:00:00 1041358320 1041358380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +1980-12-17 15:00:00 1980-12-31 13:00:00 1041358500 1041378540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1040851500_1041378540:dup1.npz +1980-12-31 14:00:00 1980-12-31 15:00:00 1041378600 1041378660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz'] +1980-12-31 15:00:00 1981-01-01 13:00:00 1041378660 1041379980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-01-01 14:00:00 1981-01-01 15:00:00 1041380040 1041380100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz'] +1981-01-01 15:00:00 1981-01-02 13:00:00 1041380100 1041381420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-01-02 13:00:00 1981-01-02 14:00:00 1041381420 1041381480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-01-02 14:00:00 1981-01-02 15:00:00 1041381480 1041381540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz'] +1981-01-02 15:00:00 1981-01-27 00:00:00 1041381540 1041416640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-01-27 00:00:00 1981-01-27 01:00:00 1041416640 1041416700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-01-28 01:00:00 1981-01-28 02:00:00 1041418140 1041418200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz'] +1981-01-28 02:00:00 1981-01-29 06:00:00 1041418200 1041419880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-01-29 06:00:00 1981-01-29 07:00:00 1041419880 1041419940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-01-30 01:00:00 1981-01-31 12:00:00 1041421020 1041423120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-01-31 12:00:00 1981-01-31 13:00:00 1041423120 1041423180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-02-01 03:00:00 1981-03-10 11:00:00 1041424020 1041477780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-03-10 11:00:00 1981-03-10 12:00:00 1041477780 1041477840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-03-10 13:00:00 1981-03-11 12:00:00 1041477900 1041479280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-03-11 12:00:00 1981-03-11 14:00:00 1041479280 1041479400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-03-11 14:00:00 1981-03-12 00:00:00 1041479400 1041480000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-03-27 02:00:00 1981-03-27 04:00:00 1041501720 1041501840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz'] +1981-03-27 04:00:00 1981-03-29 12:00:00 1041501840 1041505200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-03-29 12:00:00 1981-03-29 14:00:00 1041505200 1041505320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-03-29 14:00:00 1981-04-27 03:00:00 1041505320 1041546420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-04-27 13:00:00 1981-04-27 14:00:00 1041547020 1041547080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-04-27 14:00:00 1981-05-01 12:00:00 1041547080 1041552720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-05-01 12:00:00 1981-05-01 13:00:00 1041552720 1041552780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-05-01 13:00:00 1981-05-04 12:00:00 1041552780 1041557040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-05-04 12:00:00 1981-05-04 13:00:00 1041557040 1041557100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-05-04 13:00:00 1981-05-04 14:00:00 1041557100 1041557160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz'] +1981-05-04 14:00:00 1981-05-05 12:00:00 1041557160 1041558480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-05-05 13:00:00 1981-05-05 14:00:00 1041558540 1041558600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-05-05 14:00:00 1981-05-11 04:00:00 1041558600 1041566640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-06-04 01:00:00 1981-06-09 23:00:00 1041601020 1041609540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz'] +1981-06-16 00:00:00 1981-06-16 01:00:00 1041618240 1041618300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-06-16 01:00:00 1981-06-17 12:00:00 1041618300 1041620400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-06-17 12:00:00 1981-06-17 13:00:00 1041620400 1041620460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-06-17 14:00:00 1981-06-19 00:00:00 1041620520 1041622560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-06-19 00:00:00 1981-06-19 01:00:00 1041622560 1041622620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-06-19 01:00:00 1981-06-19 12:00:00 1041622620 1041623280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-06-19 12:00:00 1981-06-19 14:00:00 1041623280 1041623400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-06-19 14:00:00 1981-06-20 02:00:00 1041623400 1041624120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-06-20 02:00:00 1981-06-20 03:00:00 1041624120 1041624180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-06-23 01:00:00 1981-06-23 02:00:00 1041628380 1041628440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz'] +1981-06-23 02:00:00 1981-06-29 21:00:00 1041628440 1041638220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-06-29 21:00:00 1981-06-29 22:00:00 1041638220 1041638280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-07-06 22:00:00 1981-07-07 01:00:00 1041648360 1041648540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz'] +1981-07-07 01:00:00 1981-07-07 12:00:00 1041648540 1041649200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-07-07 12:00:00 1981-07-07 13:00:00 1041649200 1041649260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-07-07 14:00:00 1981-07-07 21:00:00 1041649320 1041649740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-07-07 21:00:00 1981-07-07 22:00:00 1041649740 1041649800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-07-07 22:00:00 1981-07-08 12:00:00 1041649800 1041650640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-07-08 12:00:00 1981-07-08 13:00:00 1041650640 1041650700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-07-08 14:00:00 1981-07-09 12:00:00 1041650760 1041652080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-07-09 12:00:00 1981-07-09 13:00:00 1041652080 1041652140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-07-09 14:00:00 1981-07-10 12:00:00 1041652200 1041653520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-07-10 12:00:00 1981-07-10 13:00:00 1041653520 1041653580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-07-10 14:00:00 1981-07-11 12:00:00 1041653640 1041654960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-07-11 12:00:00 1981-07-11 14:00:00 1041654960 1041655080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-07-11 14:00:00 1981-07-12 12:00:00 1041655080 1041656400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-07-12 12:00:00 1981-07-12 13:00:00 1041656400 1041656460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-07-12 14:00:00 1981-07-13 12:00:00 1041656520 1041657840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-07-13 12:00:00 1981-07-13 13:00:00 1041657840 1041657900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-07-13 14:00:00 1981-07-14 12:00:00 1041657960 1041659280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-07-14 12:00:00 1981-07-14 13:00:00 1041659280 1041659340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-07-14 14:00:00 1981-07-16 12:00:00 1041659400 1041662160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-07-16 12:00:00 1981-07-16 13:00:00 1041662160 1041662220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-07-16 14:00:00 1981-07-17 12:00:00 1041662280 1041663600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-07-17 12:00:00 1981-07-17 14:00:00 1041663600 1041663720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-07-17 14:00:00 1981-07-19 12:00:00 1041663720 1041666480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-07-19 12:00:00 1981-07-19 13:00:00 1041666480 1041666540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-07-19 14:00:00 1981-07-20 12:00:00 1041666600 1041667920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-07-20 12:00:00 1981-07-20 13:00:00 1041667920 1041667980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-07-20 14:00:00 1981-07-21 12:00:00 1041668040 1041669360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-07-21 12:00:00 1981-07-21 15:00:00 1041669360 1041669540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-07-21 15:00:00 1981-07-22 02:00:00 1041669540 1041670200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-07-22 02:00:00 1981-07-22 03:00:00 1041670200 1041670260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-07-23 04:00:00 1981-07-25 13:00:00 1041671760 1041675180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-07-25 14:00:00 1981-07-25 15:00:00 1041675240 1041675300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz'] +1981-07-25 15:00:00 1981-07-26 12:00:00 1041675300 1041676560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-07-26 12:00:00 1981-07-26 13:00:00 1041676560 1041676620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-07-26 14:00:00 1981-07-27 12:00:00 1041676680 1041678000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-07-27 12:00:00 1981-07-27 13:00:00 1041678000 1041678060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-07-27 14:00:00 1981-07-28 05:00:00 1041678120 1041679020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-07-28 05:00:00 1981-07-28 06:00:00 1041679020 1041679080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-07-28 06:00:00 1981-07-28 12:00:00 1041679080 1041679440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-07-28 12:00:00 1981-07-28 13:00:00 1041679440 1041679500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-07-28 14:00:00 1981-07-29 12:00:00 1041679560 1041680880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-07-29 12:00:00 1981-07-29 13:00:00 1041680880 1041680940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-07-29 14:00:00 1981-07-30 12:00:00 1041681000 1041682320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-07-30 12:00:00 1981-07-30 13:00:00 1041682320 1041682380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-07-30 14:00:00 1981-08-07 00:00:00 1041682440 1041693120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-08-07 00:00:00 1981-08-07 01:00:00 1041693120 1041693180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-08-07 01:00:00 1981-08-07 12:00:00 1041693180 1041693840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-08-07 12:00:00 1981-08-07 13:00:00 1041693840 1041693900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-08-07 14:00:00 1981-08-08 12:00:00 1041693960 1041695280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-08-08 12:00:00 1981-08-08 13:00:00 1041695280 1041695340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-08-08 14:00:00 1981-08-09 12:00:00 1041695400 1041696720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-08-09 12:00:00 1981-08-09 13:00:00 1041696720 1041696780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-08-09 14:00:00 1981-08-11 13:00:00 1041696840 1041699660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-08-11 14:00:00 1981-08-11 15:00:00 1041699720 1041699780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz'] +1981-08-11 15:00:00 1981-08-13 03:00:00 1041699780 1041701940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-08-13 03:00:00 1981-08-13 04:00:00 1041701940 1041702000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-08-13 04:00:00 1981-08-13 12:00:00 1041702000 1041702480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-08-13 12:00:00 1981-08-13 13:00:00 1041702480 1041702540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-08-13 14:00:00 1981-08-13 15:00:00 1041702600 1041702660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz'] +1981-08-13 15:00:00 1981-08-17 03:00:00 1041702660 1041707700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-08-17 03:00:00 1981-08-17 04:00:00 1041707700 1041707760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-08-17 04:00:00 1981-08-17 12:00:00 1041707760 1041708240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-08-17 12:00:00 1981-08-17 13:00:00 1041708240 1041708300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-08-17 14:00:00 1981-08-17 15:00:00 1041708360 1041708420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz'] +1981-08-17 15:00:00 1981-08-19 13:00:00 1041708420 1041711180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-08-19 14:00:00 1981-08-19 15:00:00 1041711240 1041711300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz'] +1981-08-19 15:00:00 1981-08-20 13:00:00 1041711300 1041712620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-08-20 14:00:00 1981-08-20 15:00:00 1041712680 1041712740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz'] +1981-08-20 15:00:00 1981-08-20 23:00:00 1041712740 1041713220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-08-20 23:00:00 1981-08-21 00:00:00 1041713220 1041713280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz'] +1981-08-21 00:00:00 1981-08-21 12:00:00 1041713280 1041714000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-08-21 12:00:00 1981-08-21 13:00:00 1041714000 1041714060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-08-21 15:00:00 1981-08-21 17:00:00 1041714180 1041714300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-08-21 17:00:00 1981-08-21 18:00:00 1041714300 1041714360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz'] +1981-08-21 18:00:00 1981-08-23 13:00:00 1041714360 1041716940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-08-23 14:00:00 1981-08-23 15:00:00 1041717000 1041717060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-08-23 15:00:00 1981-08-26 12:00:00 1041717060 1041721200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-08-26 12:00:00 1981-08-26 13:00:00 1041721200 1041721260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-08-26 14:00:00 1981-08-27 12:00:00 1041721320 1041722640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-08-27 12:00:00 1981-08-27 13:00:00 1041722640 1041722700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-08-27 14:00:00 1981-08-28 12:00:00 1041722760 1041724080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-08-28 12:00:00 1981-08-28 13:00:00 1041724080 1041724140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-08-28 14:00:00 1981-08-29 12:00:00 1041724200 1041725520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-08-29 12:00:00 1981-08-29 13:00:00 1041725520 1041725580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-08-29 14:00:00 1981-08-30 12:00:00 1041725640 1041726960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-08-30 12:00:00 1981-08-30 13:00:00 1041726960 1041727020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-08-30 14:00:00 1981-08-31 03:00:00 1041727080 1041727860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-08-31 03:00:00 1981-08-31 04:00:00 1041727860 1041727920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-08-31 04:00:00 1981-08-31 12:00:00 1041727920 1041728400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-08-31 12:00:00 1981-08-31 13:00:00 1041728400 1041728460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-08-31 14:00:00 1981-09-01 12:00:00 1041728520 1041729840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-09-01 12:00:00 1981-09-01 13:00:00 1041729840 1041729900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-09-01 14:00:00 1981-09-06 13:00:00 1041729960 1041737100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-09-06 14:00:00 1981-09-06 15:00:00 1041737160 1041737220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz'] +1981-09-06 15:00:00 1981-09-09 13:00:00 1041737220 1041741420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-09-09 14:00:00 1981-09-09 15:00:00 1041741480 1041741540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz'] +1981-09-09 15:00:00 1981-09-10 13:00:00 1041741540 1041742860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-09-10 14:00:00 1981-09-10 15:00:00 1041742920 1041742980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz'] +1981-09-10 15:00:00 1981-09-11 13:00:00 1041742980 1041744300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-09-11 14:00:00 1981-09-11 15:00:00 1041744360 1041744420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz'] +1981-09-11 15:00:00 1981-09-13 13:00:00 1041744420 1041747180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-09-13 14:00:00 1981-09-13 15:00:00 1041747240 1041747300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz'] +1981-09-13 15:00:00 1981-09-14 13:00:00 1041747300 1041748620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-09-14 14:00:00 1981-09-14 15:00:00 1041748680 1041748740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz'] +1981-09-14 15:00:00 1981-09-15 13:00:00 1041748740 1041750060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-09-15 14:00:00 1981-09-15 15:00:00 1041750120 1041750180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz'] +1981-09-15 15:00:00 1981-09-17 00:00:00 1041750180 1041752160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-09-17 00:00:00 1981-09-17 01:00:00 1041752160 1041752220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-09-17 06:00:00 1981-09-23 13:00:00 1041752520 1041761580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-09-23 14:00:00 1981-09-23 15:00:00 1041761640 1041761700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz'] +1981-09-23 15:00:00 1981-09-24 13:00:00 1041761700 1041763020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-09-24 14:00:00 1981-09-24 15:00:00 1041763080 1041763140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz'] +1981-09-24 15:00:00 1981-09-25 13:00:00 1041763140 1041764460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-09-25 14:00:00 1981-09-25 15:00:00 1041764520 1041764580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz'] +1981-09-25 15:00:00 1981-09-26 13:00:00 1041764580 1041765900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-09-26 14:00:00 1981-09-26 15:00:00 1041765960 1041766020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz'] +1981-09-26 15:00:00 1981-09-27 13:00:00 1041766020 1041767340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-09-27 14:00:00 1981-09-27 15:00:00 1041767400 1041767460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz'] +1981-09-27 15:00:00 1981-09-29 13:00:00 1041767460 1041770220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-09-29 14:00:00 1981-09-29 15:00:00 1041770280 1041770340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz'] +1981-09-29 15:00:00 1981-09-30 12:00:00 1041770340 1041771600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-09-30 12:00:00 1981-09-30 13:00:00 1041771600 1041771660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-09-30 13:00:00 1981-10-01 03:00:00 1041771660 1041772500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-10-01 03:00:00 1981-10-01 04:00:00 1041772500 1041772560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-10-01 04:00:00 1981-10-19 12:00:00 1041772560 1041798960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-10-19 12:00:00 1981-10-19 14:00:00 1041798960 1041799080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-10-19 14:00:00 1981-11-03 13:00:00 1041799080 1041820620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-11-03 13:00:00 1981-11-03 14:00:00 1041820620 1041820680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-11-03 14:00:00 1981-11-03 23:00:00 1041820680 1041821220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-11-03 23:00:00 1981-11-04 00:00:00 1041821220 1041821280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-11-05 03:00:00 1981-11-05 04:00:00 1041822900 1041822960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz'] +1981-11-05 04:00:00 1981-11-05 12:00:00 1041822960 1041823440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-11-05 12:00:00 1981-11-05 14:00:00 1041823440 1041823560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-11-05 14:00:00 1981-11-06 00:00:00 1041823560 1041824160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-11-06 00:00:00 1981-11-06 01:00:00 1041824160 1041824220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz'] +1981-11-06 01:00:00 1981-11-06 12:00:00 1041824220 1041824880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-11-06 12:00:00 1981-11-06 13:00:00 1041824880 1041824940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-11-06 14:00:00 1981-11-07 12:00:00 1041825000 1041826320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-11-07 12:00:00 1981-11-07 13:00:00 1041826320 1041826380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-11-07 14:00:00 1981-11-08 12:00:00 1041826440 1041827760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-11-08 12:00:00 1981-11-08 14:00:00 1041827760 1041827880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-11-08 14:00:00 1981-11-09 12:00:00 1041827880 1041829200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-11-09 12:00:00 1981-11-09 13:00:00 1041829200 1041829260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-11-09 14:00:00 1981-11-09 21:00:00 1041829320 1041829740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-11-09 21:00:00 1981-11-09 22:00:00 1041829740 1041829800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-11-09 22:00:00 1981-11-10 12:00:00 1041829800 1041830640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-11-10 12:00:00 1981-11-10 13:00:00 1041830640 1041830700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-11-10 14:00:00 1981-11-12 12:00:00 1041830760 1041833520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-11-12 12:00:00 1981-11-12 13:00:00 1041833520 1041833580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-11-12 14:00:00 1981-11-13 01:00:00 1041833640 1041834300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-11-13 01:00:00 1981-11-13 02:00:00 1041834300 1041834360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz'] +1981-11-13 02:00:00 1981-11-13 12:00:00 1041834360 1041834960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-11-13 12:00:00 1981-11-13 15:00:00 1041834960 1041835140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-11-13 15:00:00 1981-11-14 12:00:00 1041835140 1041836400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-11-14 12:00:00 1981-11-14 13:00:00 1041836400 1041836460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-11-14 14:00:00 1981-11-15 04:00:00 1041836520 1041837360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-11-15 04:00:00 1981-11-15 05:00:00 1041837360 1041837420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-11-15 05:00:00 1981-11-15 12:00:00 1041837420 1041837840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-11-15 12:00:00 1981-11-15 13:00:00 1041837840 1041837900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-11-15 14:00:00 1981-11-15 17:00:00 1041837960 1041838140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-11-15 17:00:00 1981-11-15 18:00:00 1041838140 1041838200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz'] +1981-11-15 18:00:00 1981-11-16 12:00:00 1041838200 1041839280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-11-16 12:00:00 1981-11-16 13:00:00 1041839280 1041839340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-11-16 14:00:00 1981-11-17 12:00:00 1041839400 1041840720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-11-17 12:00:00 1981-11-17 13:00:00 1041840720 1041840780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-11-17 14:00:00 1981-11-18 12:00:00 1041840840 1041842160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-11-18 12:00:00 1981-11-18 13:00:00 1041842160 1041842220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-11-18 14:00:00 1981-12-03 13:00:00 1041842280 1041863820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-12-03 13:00:00 1981-12-03 14:00:00 1041863820 1041863880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-12-03 14:00:00 1981-12-12 13:00:00 1041863880 1041876780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-12-12 13:00:00 1981-12-12 14:00:00 1041876780 1041876840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-12-12 14:00:00 1981-12-15 13:00:00 1041876840 1041881100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-12-15 13:00:00 1981-12-15 14:00:00 1041881100 1041881160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-12-15 14:00:00 1981-12-16 03:00:00 1041881160 1041881940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-12-16 03:00:00 1981-12-16 13:00:00 1041881940 1041882540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz'] +1981-12-16 14:00:00 1981-12-16 23:00:00 1041882600 1041883140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-12-16 23:00:00 1981-12-17 10:00:00 1041883140 1041883800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz'] +1981-12-17 10:00:00 1981-12-29 13:00:00 1041883800 1041901260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-12-29 13:00:00 1981-12-29 14:00:00 1041901260 1041901320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-12-29 14:00:00 1981-12-30 05:00:00 1041901320 1041902220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-12-30 05:00:00 1981-12-30 07:00:00 1041902220 1041902340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +1981-12-31 01:00:00 1981-12-31 13:00:00 1041903420 1041904140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378660_1041904140.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041378600_1041904140.npz +1981-12-31 14:00:00 1982-01-02 12:00:00 1041904200 1041906960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-01-02 12:00:00 1982-01-02 13:00:00 1041906960 1041907020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-01-02 14:00:00 1982-01-04 12:00:00 1041907080 1041909840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-01-04 12:00:00 1982-01-04 13:00:00 1041909840 1041909900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-01-04 14:00:00 1982-01-06 13:00:00 1041909960 1041912780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-01-06 13:00:00 1982-01-06 14:00:00 1041912780 1041912840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-01-06 14:00:00 1982-01-06 15:00:00 1041912840 1041912900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-01-06 15:00:00 1982-01-07 13:00:00 1041912900 1041914220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-01-07 14:00:00 1982-01-07 15:00:00 1041914280 1041914340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-01-07 15:00:00 1982-01-09 13:00:00 1041914340 1041917100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-01-09 13:00:00 1982-01-09 14:00:00 1041917100 1041917160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-01-09 14:00:00 1982-01-09 15:00:00 1041917160 1041917220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-01-09 15:00:00 1982-01-10 13:00:00 1041917220 1041918540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-01-10 13:00:00 1982-01-10 14:00:00 1041918540 1041918600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-01-10 14:00:00 1982-01-10 15:00:00 1041918600 1041918660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-01-10 15:00:00 1982-01-11 13:00:00 1041918660 1041919980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-01-11 14:00:00 1982-01-11 15:00:00 1041920040 1041920100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-01-11 15:00:00 1982-01-12 13:00:00 1041920100 1041921420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-01-12 14:00:00 1982-01-12 15:00:00 1041921480 1041921540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-01-12 15:00:00 1982-01-14 13:00:00 1041921540 1041924300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-01-14 13:00:00 1982-01-14 14:00:00 1041924300 1041924360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-01-14 14:00:00 1982-01-14 15:00:00 1041924360 1041924420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-01-14 15:00:00 1982-01-15 01:00:00 1041924420 1041925020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-01-15 01:00:00 1982-01-15 02:00:00 1041925020 1041925080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-01-15 02:00:00 1982-01-18 13:00:00 1041925080 1041930060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-01-18 13:00:00 1982-01-18 14:00:00 1041930060 1041930120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-01-18 14:00:00 1982-01-20 13:00:00 1041930120 1041932940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-01-20 14:00:00 1982-01-20 15:00:00 1041933000 1041933060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-01-20 15:00:00 1982-01-22 02:00:00 1041933060 1041935160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-01-22 02:00:00 1982-04-14 04:00:00 1041935160 1042053360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-04-14 04:00:00 1982-04-15 12:00:00 1042053360 1042055280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-04-15 12:00:00 1982-04-15 14:00:00 1042055280 1042055400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-04-15 14:00:00 1982-04-16 12:00:00 1042055400 1042056720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-04-16 12:00:00 1982-04-16 13:00:00 1042056720 1042056780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-04-16 14:00:00 1982-04-17 12:00:00 1042056840 1042058160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-04-17 12:00:00 1982-04-17 13:00:00 1042058160 1042058220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-04-17 14:00:00 1982-04-19 12:00:00 1042058280 1042061040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-04-19 12:00:00 1982-04-19 13:00:00 1042061040 1042061100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-04-19 14:00:00 1982-04-20 12:00:00 1042061160 1042062480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-04-20 12:00:00 1982-04-20 13:00:00 1042062480 1042062540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-04-20 14:00:00 1982-04-21 00:00:00 1042062600 1042063200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-04-21 00:00:00 1982-04-21 01:00:00 1042063200 1042063260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-04-21 01:00:00 1982-04-21 04:00:00 1042063260 1042063440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-04-21 04:00:00 1982-04-21 05:00:00 1042063440 1042063500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-04-21 05:00:00 1982-04-21 12:00:00 1042063500 1042063920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-04-21 12:00:00 1982-04-21 13:00:00 1042063920 1042063980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-04-21 14:00:00 1982-04-22 00:00:00 1042064040 1042064640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-04-22 00:00:00 1982-04-22 01:00:00 1042064640 1042064700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-04-22 01:00:00 1982-04-22 02:00:00 1042064700 1042064760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-04-22 02:00:00 1982-04-22 03:00:00 1042064760 1042064820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-04-22 03:00:00 1982-04-23 12:00:00 1042064820 1042066800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-04-23 12:00:00 1982-04-23 13:00:00 1042066800 1042066860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-04-23 14:00:00 1982-04-25 12:00:00 1042066920 1042069680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-04-25 12:00:00 1982-04-25 13:00:00 1042069680 1042069740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-04-25 14:00:00 1982-04-25 22:00:00 1042069800 1042070280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-04-25 22:00:00 1982-04-25 23:00:00 1042070280 1042070340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-04-25 23:00:00 1982-04-26 12:00:00 1042070340 1042071120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-04-26 12:00:00 1982-04-26 13:00:00 1042071120 1042071180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-04-26 14:00:00 1982-04-28 12:00:00 1042071240 1042074000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-04-28 12:00:00 1982-04-28 13:00:00 1042074000 1042074060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-04-28 14:00:00 1982-04-29 12:00:00 1042074120 1042075440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-04-29 12:00:00 1982-04-29 13:00:00 1042075440 1042075500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-04-29 14:00:00 1982-04-30 12:00:00 1042075560 1042076880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-04-30 12:00:00 1982-04-30 13:00:00 1042076880 1042076940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-04-30 14:00:00 1982-05-01 12:00:00 1042077000 1042078320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-05-01 12:00:00 1982-05-01 13:00:00 1042078320 1042078380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-05-01 14:00:00 1982-05-01 23:00:00 1042078440 1042078980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-05-01 23:00:00 1982-05-03 00:00:00 1042078980 1042080480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-05-04 22:00:00 1982-05-05 11:00:00 1042083240 1042084020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-05-05 11:00:00 1982-05-05 12:00:00 1042084020 1042084080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-05-05 13:00:00 1982-05-06 11:00:00 1042084140 1042085460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-05-06 11:00:00 1982-05-06 12:00:00 1042085460 1042085520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-05-06 13:00:00 1982-05-07 11:00:00 1042085580 1042086900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-05-07 11:00:00 1982-05-07 12:00:00 1042086900 1042086960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-05-07 12:00:00 1982-05-07 13:00:00 1042086960 1042087020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-05-07 13:00:00 1982-05-08 02:00:00 1042087020 1042087800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-05-08 02:00:00 1982-05-08 03:00:00 1042087800 1042087860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-05-08 03:00:00 1982-05-11 16:00:00 1042087860 1042092960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-05-11 16:00:00 1982-05-11 17:00:00 1042092960 1042093020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-05-11 17:00:00 1982-05-12 00:00:00 1042093020 1042093440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-05-12 00:00:00 1982-05-12 01:00:00 1042093440 1042093500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-05-12 01:00:00 1982-05-15 05:00:00 1042093500 1042098060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-05-15 05:00:00 1982-05-15 06:00:00 1042098060 1042098120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-05-15 06:00:00 1982-05-15 11:00:00 1042098120 1042098420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-05-15 11:00:00 1982-05-15 12:00:00 1042098420 1042098480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-05-15 13:00:00 1982-05-16 11:00:00 1042098540 1042099860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-05-16 11:00:00 1982-05-16 12:00:00 1042099860 1042099920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-05-16 13:00:00 1982-05-17 07:00:00 1042099980 1042101060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-05-17 07:00:00 1982-05-17 08:00:00 1042101060 1042101120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-05-17 08:00:00 1982-05-17 11:00:00 1042101120 1042101300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-05-17 11:00:00 1982-05-17 12:00:00 1042101300 1042101360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-05-17 13:00:00 1982-05-18 19:00:00 1042101420 1042103220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-05-18 19:00:00 1982-05-18 20:00:00 1042103220 1042103280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-05-18 20:00:00 1982-05-19 03:00:00 1042103280 1042103700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-05-19 03:00:00 1982-05-19 04:00:00 1042103700 1042103760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-05-19 04:00:00 1982-05-19 12:00:00 1042103760 1042104240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-05-19 12:00:00 1982-05-19 13:00:00 1042104240 1042104300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-05-20 04:00:00 1982-05-22 12:00:00 1042105200 1042108560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-05-22 14:00:00 1982-05-24 12:00:00 1042108680 1042111440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-05-24 12:00:00 1982-05-24 13:00:00 1042111440 1042111500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-05-24 14:00:00 1982-05-26 12:00:00 1042111560 1042114320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-05-26 12:00:00 1982-05-26 13:00:00 1042114320 1042114380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-05-26 14:00:00 1982-05-26 23:00:00 1042114440 1042114980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-05-26 23:00:00 1982-05-27 01:00:00 1042114980 1042115100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-05-27 01:00:00 1982-05-28 00:00:00 1042115100 1042116480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-05-28 00:00:00 1982-05-28 01:00:00 1042116480 1042116540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-05-28 01:00:00 1982-05-28 12:00:00 1042116540 1042117200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-05-28 12:00:00 1982-05-28 13:00:00 1042117200 1042117260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-05-28 14:00:00 1982-05-30 21:00:00 1042117320 1042120620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-05-30 21:00:00 1982-05-30 22:00:00 1042120620 1042120680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-05-30 22:00:00 1982-05-30 23:00:00 1042120680 1042120740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-05-31 00:00:00 1982-05-31 01:00:00 1042120800 1042120860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-05-31 01:00:00 1982-05-31 11:00:00 1042120860 1042121460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-05-31 11:00:00 1982-05-31 14:00:00 1042121460 1042121640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-05-31 14:00:00 1982-05-31 22:00:00 1042121640 1042122120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-05-31 22:00:00 1982-05-31 23:00:00 1042122120 1042122180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-06-04 05:00:00 1982-06-04 12:00:00 1042126860 1042127280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-06-04 13:00:00 1982-06-04 14:00:00 1042127340 1042127400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-06-04 14:00:00 1982-06-05 12:00:00 1042127400 1042128720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-06-05 12:00:00 1982-06-05 13:00:00 1042128720 1042128780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-06-05 13:00:00 1982-06-05 14:00:00 1042128780 1042128840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-06-05 14:00:00 1982-06-06 12:00:00 1042128840 1042130160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-06-06 13:00:00 1982-06-06 14:00:00 1042130220 1042130280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-06-06 14:00:00 1982-06-07 12:00:00 1042130280 1042131600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-06-07 13:00:00 1982-06-07 14:00:00 1042131660 1042131720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-06-07 14:00:00 1982-06-07 22:00:00 1042131720 1042132200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-06-07 22:00:00 1982-06-07 23:00:00 1042132200 1042132260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-06-07 23:00:00 1982-06-09 12:00:00 1042132260 1042134480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-06-09 13:00:00 1982-06-09 14:00:00 1042134540 1042134600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-06-09 14:00:00 1982-06-10 12:00:00 1042134600 1042135920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-06-10 13:00:00 1982-06-10 14:00:00 1042135980 1042136040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-06-10 14:00:00 1982-06-11 12:00:00 1042136040 1042137360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-06-11 13:00:00 1982-06-11 14:00:00 1042137420 1042137480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-06-11 14:00:00 1982-06-12 12:00:00 1042137480 1042138800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-06-12 13:00:00 1982-06-12 14:00:00 1042138860 1042138920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-06-12 14:00:00 1982-06-13 12:00:00 1042138920 1042140240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-06-13 13:00:00 1982-06-13 14:00:00 1042140300 1042140360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-06-13 14:00:00 1982-06-14 12:00:00 1042140360 1042141680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-06-14 13:00:00 1982-06-14 14:00:00 1042141740 1042141800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-06-14 14:00:00 1982-06-17 12:00:00 1042141800 1042146000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-06-17 13:00:00 1982-06-17 14:00:00 1042146060 1042146120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-06-17 14:00:00 1982-06-18 07:00:00 1042146120 1042147140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-06-18 07:00:00 1982-06-18 08:00:00 1042147140 1042147200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-06-18 08:00:00 1982-06-18 12:00:00 1042147200 1042147440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-06-18 13:00:00 1982-06-18 14:00:00 1042147500 1042147560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-06-18 14:00:00 1982-06-19 12:00:00 1042147560 1042148880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-06-19 13:00:00 1982-06-19 14:00:00 1042148940 1042149000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-06-19 14:00:00 1982-06-20 12:00:00 1042149000 1042150320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-06-20 13:00:00 1982-06-20 14:00:00 1042150380 1042150440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-06-20 14:00:00 1982-06-21 12:00:00 1042150440 1042151760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-06-21 13:00:00 1982-06-21 14:00:00 1042151820 1042151880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-06-21 14:00:00 1982-06-22 12:00:00 1042151880 1042153200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-06-22 13:00:00 1982-06-22 14:00:00 1042153260 1042153320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-06-22 14:00:00 1982-06-23 12:00:00 1042153320 1042154640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-06-23 13:00:00 1982-06-23 14:00:00 1042154700 1042154760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-06-23 14:00:00 1982-06-25 03:00:00 1042154760 1042156980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-06-25 03:00:00 1982-06-25 04:00:00 1042156980 1042157040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-06-25 04:00:00 1982-06-25 05:00:00 1042157040 1042157100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-06-25 05:00:00 1982-06-25 21:00:00 1042157100 1042158060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-06-25 21:00:00 1982-06-25 22:00:00 1042158060 1042158120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-06-25 22:00:00 1982-06-25 23:00:00 1042158120 1042158180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-06-25 23:00:00 1982-06-26 00:00:00 1042158180 1042158240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-06-26 00:00:00 1982-06-27 06:00:00 1042158240 1042160040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-06-27 06:00:00 1982-06-27 07:00:00 1042160040 1042160100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-06-27 07:00:00 1982-06-28 12:00:00 1042160100 1042161840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-06-28 13:00:00 1982-06-28 14:00:00 1042161900 1042161960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-06-28 14:00:00 1982-06-29 12:00:00 1042161960 1042163280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-06-29 13:00:00 1982-06-29 14:00:00 1042163340 1042163400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-06-29 14:00:00 1982-06-30 12:00:00 1042163400 1042164720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-06-30 13:00:00 1982-06-30 14:00:00 1042164780 1042164840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-06-30 14:00:00 1982-06-30 23:00:00 1042164840 1042165380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-06-30 23:00:00 1982-07-01 00:00:00 1042165380 1042165440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-07-03 14:00:00 1982-07-03 15:00:00 1042169160 1042169220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-07-03 15:00:00 1982-07-04 13:00:00 1042169220 1042170540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-07-04 14:00:00 1982-07-04 15:00:00 1042170600 1042170660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-07-04 15:00:00 1982-07-05 13:00:00 1042170660 1042171980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-07-05 14:00:00 1982-07-05 15:00:00 1042172040 1042172100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-07-05 15:00:00 1982-07-06 03:00:00 1042172100 1042172820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-07-06 03:00:00 1982-07-06 04:00:00 1042172820 1042172880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-07-06 04:00:00 1982-07-06 05:00:00 1042172880 1042172940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-07-06 05:00:00 1982-07-06 13:00:00 1042172940 1042173420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-07-06 14:00:00 1982-07-06 15:00:00 1042173480 1042173540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-07-06 15:00:00 1982-07-07 13:00:00 1042173540 1042174860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-07-07 14:00:00 1982-07-07 15:00:00 1042174920 1042174980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-07-07 15:00:00 1982-07-08 13:00:00 1042174980 1042176300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-07-08 14:00:00 1982-07-08 15:00:00 1042176360 1042176420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-07-08 15:00:00 1982-07-09 12:00:00 1042176420 1042177680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-07-09 12:00:00 1982-07-09 15:00:00 1042177680 1042177860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-07-09 15:00:00 1982-07-10 13:00:00 1042177860 1042179180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-07-10 14:00:00 1982-07-10 15:00:00 1042179240 1042179300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-07-10 15:00:00 1982-07-10 16:00:00 1042179300 1042179360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-07-10 16:00:00 1982-07-10 17:00:00 1042179360 1042179420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-07-10 17:00:00 1982-07-11 13:00:00 1042179420 1042180620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-07-11 14:00:00 1982-07-11 15:00:00 1042180680 1042180740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-07-11 15:00:00 1982-07-12 13:00:00 1042180740 1042182060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-07-12 14:00:00 1982-07-12 15:00:00 1042182120 1042182180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-07-12 15:00:00 1982-07-13 13:00:00 1042182180 1042183500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-07-13 14:00:00 1982-07-13 15:00:00 1042183560 1042183620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-07-13 15:00:00 1982-07-14 03:00:00 1042183620 1042184340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-07-14 04:00:00 1982-07-14 05:00:00 1042184400 1042184460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-07-14 05:00:00 1982-07-14 13:00:00 1042184460 1042184940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-07-14 14:00:00 1982-07-14 15:00:00 1042185000 1042185060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-07-14 15:00:00 1982-07-15 13:00:00 1042185060 1042186380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-07-15 14:00:00 1982-07-15 15:00:00 1042186440 1042186500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-07-15 15:00:00 1982-07-16 13:00:00 1042186500 1042187820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-07-16 14:00:00 1982-07-16 15:00:00 1042187880 1042187940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-07-16 15:00:00 1982-07-17 13:00:00 1042187940 1042189260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-07-17 14:00:00 1982-07-19 01:00:00 1042189320 1042191420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-07-19 03:00:00 1982-07-19 13:00:00 1042191540 1042192140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-07-19 14:00:00 1982-07-19 15:00:00 1042192200 1042192260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-07-19 15:00:00 1982-07-20 03:00:00 1042192260 1042192980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-07-20 03:00:00 1982-07-20 04:00:00 1042192980 1042193040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-07-20 04:00:00 1982-07-20 05:00:00 1042193040 1042193100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-07-20 05:00:00 1982-07-20 13:00:00 1042193100 1042193580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-07-20 14:00:00 1982-07-20 15:00:00 1042193640 1042193700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-07-20 15:00:00 1982-07-21 13:00:00 1042193700 1042195020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-07-21 14:00:00 1982-07-21 18:00:00 1042195080 1042195320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-07-22 02:00:00 1982-07-22 13:00:00 1042195800 1042196460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-07-22 14:00:00 1982-07-22 15:00:00 1042196520 1042196580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-07-22 15:00:00 1982-07-23 13:00:00 1042196580 1042197900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-07-23 14:00:00 1982-07-23 15:00:00 1042197960 1042198020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-07-23 15:00:00 1982-07-24 13:00:00 1042198020 1042199340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-07-24 14:00:00 1982-07-24 15:00:00 1042199400 1042199460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-07-24 15:00:00 1982-07-25 13:00:00 1042199460 1042200780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-07-25 14:00:00 1982-07-25 15:00:00 1042200840 1042200900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-07-25 15:00:00 1982-07-26 13:00:00 1042200900 1042202220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-07-26 14:00:00 1982-07-26 15:00:00 1042202280 1042202340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-07-26 15:00:00 1982-07-27 13:00:00 1042202340 1042203660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-07-27 14:00:00 1982-07-27 15:00:00 1042203720 1042203780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-07-27 15:00:00 1982-07-28 05:00:00 1042203780 1042204620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-07-28 05:00:00 1982-07-28 06:00:00 1042204620 1042204680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-07-28 06:00:00 1982-07-28 13:00:00 1042204680 1042205100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-07-28 14:00:00 1982-07-28 15:00:00 1042205160 1042205220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-07-28 15:00:00 1982-07-29 13:00:00 1042205220 1042206540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-07-29 14:00:00 1982-07-29 15:00:00 1042206600 1042206660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-07-29 15:00:00 1982-07-30 13:00:00 1042206660 1042207980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-07-30 14:00:00 1982-07-30 15:00:00 1042208040 1042208100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-07-30 15:00:00 1982-07-31 13:00:00 1042208100 1042209420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-07-31 14:00:00 1982-07-31 15:00:00 1042209480 1042209540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-07-31 15:00:00 1982-08-01 13:00:00 1042209540 1042210860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-08-01 14:00:00 1982-08-01 15:00:00 1042210920 1042210980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-08-01 15:00:00 1982-08-02 13:00:00 1042210980 1042212300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-08-02 14:00:00 1982-08-02 15:00:00 1042212360 1042212420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-08-02 15:00:00 1982-08-03 03:00:00 1042212420 1042213140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-08-03 03:00:00 1982-08-03 04:00:00 1042213140 1042213200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-08-03 04:00:00 1982-08-03 05:00:00 1042213200 1042213260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-08-03 05:00:00 1982-08-03 12:00:00 1042213260 1042213680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-08-03 12:00:00 1982-08-03 13:00:00 1042213680 1042213740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-08-03 14:00:00 1982-08-04 03:00:00 1042213800 1042214580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-08-04 03:00:00 1982-08-04 08:00:00 1042214580 1042214880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-08-04 08:00:00 1982-08-04 11:00:00 1042214880 1042215060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-08-04 11:00:00 1982-08-04 13:00:00 1042215060 1042215180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-08-04 14:00:00 1982-08-04 19:00:00 1042215240 1042215540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-08-04 19:00:00 1982-08-04 20:00:00 1042215540 1042215600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-08-04 20:00:00 1982-08-09 12:00:00 1042215600 1042222320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-08-09 12:00:00 1982-08-09 13:00:00 1042222320 1042222380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-08-09 13:00:00 1982-08-09 14:00:00 1042222380 1042222440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-08-09 14:00:00 1982-08-09 15:00:00 1042222440 1042222500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-08-09 15:00:00 1982-08-10 03:00:00 1042222500 1042223220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-08-10 03:00:00 1982-08-10 04:00:00 1042223220 1042223280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-08-10 04:00:00 1982-08-10 07:00:00 1042223280 1042223460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-08-10 07:00:00 1982-08-10 08:00:00 1042223460 1042223520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-08-10 08:00:00 1982-08-10 12:00:00 1042223520 1042223760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-08-10 13:00:00 1982-08-10 14:00:00 1042223820 1042223880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-08-10 14:00:00 1982-08-11 12:00:00 1042223880 1042225200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-08-11 13:00:00 1982-08-11 14:00:00 1042225260 1042225320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-08-11 14:00:00 1982-08-12 12:00:00 1042225320 1042226640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-08-12 13:00:00 1982-08-12 14:00:00 1042226700 1042226760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-08-12 14:00:00 1982-08-13 12:00:00 1042226760 1042228080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-08-13 13:00:00 1982-08-13 14:00:00 1042228140 1042228200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-08-13 14:00:00 1982-08-14 12:00:00 1042228200 1042229520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-08-14 13:00:00 1982-08-14 14:00:00 1042229580 1042229640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-08-14 14:00:00 1982-08-15 12:00:00 1042229640 1042230960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-08-15 13:00:00 1982-08-15 14:00:00 1042231020 1042231080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-08-15 14:00:00 1982-10-06 12:00:00 1042231080 1042305840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-10-06 12:00:00 1982-10-06 14:00:00 1042305840 1042305960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-10-06 14:00:00 1982-10-07 03:00:00 1042305960 1042306740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-10-07 03:00:00 1982-10-07 04:00:00 1042306740 1042306800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-10-07 04:00:00 1982-10-07 06:00:00 1042306800 1042306920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-10-07 06:00:00 1982-10-07 12:00:00 1042306920 1042307280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-10-07 12:00:00 1982-10-07 13:00:00 1042307280 1042307340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-10-07 14:00:00 1982-10-07 15:00:00 1042307400 1042307460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-10-07 15:00:00 1982-10-08 12:00:00 1042307460 1042308720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-10-08 12:00:00 1982-10-08 13:00:00 1042308720 1042308780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-10-08 14:00:00 1982-10-11 03:00:00 1042308840 1042312500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-10-11 03:00:00 1982-10-11 04:00:00 1042312500 1042312560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-10-14 00:00:00 1982-10-14 12:00:00 1042316640 1042317360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-10-14 13:00:00 1982-10-14 14:00:00 1042317420 1042317480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-10-14 14:00:00 1982-10-15 12:00:00 1042317480 1042318800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-10-15 13:00:00 1982-10-15 14:00:00 1042318860 1042318920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-10-15 14:00:00 1982-10-19 00:00:00 1042318920 1042323840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-10-19 00:00:00 1982-10-19 01:00:00 1042323840 1042323900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-10-19 01:00:00 1982-10-19 12:00:00 1042323900 1042324560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-10-19 12:00:00 1982-10-19 13:00:00 1042324560 1042324620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-10-19 13:00:00 1982-10-19 14:00:00 1042324620 1042324680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-10-19 14:00:00 1982-10-20 02:00:00 1042324680 1042325400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-10-20 02:00:00 1982-10-20 03:00:00 1042325400 1042325460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-10-20 04:00:00 1982-10-20 05:00:00 1042325520 1042325580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-10-20 05:00:00 1982-10-20 12:00:00 1042325580 1042326000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-10-20 13:00:00 1982-10-20 14:00:00 1042326060 1042326120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-10-20 14:00:00 1982-10-21 12:00:00 1042326120 1042327440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-10-21 12:00:00 1982-10-21 13:00:00 1042327440 1042327500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-10-21 14:00:00 1982-10-24 12:00:00 1042327560 1042331760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-10-24 13:00:00 1982-10-24 14:00:00 1042331820 1042331880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-10-24 14:00:00 1982-10-25 02:00:00 1042331880 1042332600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-10-25 02:00:00 1982-10-25 03:00:00 1042332600 1042332660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-10-28 01:00:00 1982-10-29 14:00:00 1042336860 1042339080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-10-29 14:00:00 1982-10-29 18:00:00 1042339080 1042339320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-10-29 18:00:00 1982-10-31 13:00:00 1042339320 1042341900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-10-31 13:00:00 1982-10-31 14:00:00 1042341900 1042341960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-10-31 14:00:00 1982-11-01 00:00:00 1042341960 1042342560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-11-01 00:00:00 1982-11-01 01:00:00 1042342560 1042342620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-11-01 02:00:00 1982-11-04 00:00:00 1042342680 1042346880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-11-04 00:00:00 1982-11-04 01:00:00 1042346880 1042346940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-11-05 04:00:00 1982-11-05 12:00:00 1042348560 1042349040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-11-05 12:00:00 1982-11-05 13:00:00 1042349040 1042349100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-11-05 14:00:00 1982-11-06 13:00:00 1042349160 1042350540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-11-06 13:00:00 1982-11-06 14:00:00 1042350540 1042350600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-11-06 14:00:00 1982-11-09 12:00:00 1042350600 1042354800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-11-09 12:00:00 1982-11-09 14:00:00 1042354800 1042354920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-11-09 14:00:00 1982-11-10 02:00:00 1042354920 1042355640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-11-10 04:00:00 1982-11-16 03:00:00 1042355760 1042364340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-11-16 05:00:00 1982-11-19 02:00:00 1042364460 1042368600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-11-19 02:00:00 1982-11-19 03:00:00 1042368600 1042368660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-11-19 03:00:00 1982-11-29 12:00:00 1042368660 1042383600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-11-29 13:00:00 1982-11-29 14:00:00 1042383660 1042383720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-11-29 14:00:00 1982-12-01 00:00:00 1042383720 1042385760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-12-01 00:00:00 1982-12-01 03:00:00 1042385760 1042385940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-12-01 03:00:00 1982-12-01 04:00:00 1042385940 1042386000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-12-01 04:00:00 1982-12-01 05:00:00 1042386000 1042386060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-12-01 05:00:00 1982-12-02 12:00:00 1042386060 1042387920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-12-02 12:00:00 1982-12-02 14:00:00 1042387920 1042388040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-12-02 14:00:00 1982-12-03 00:00:00 1042388040 1042388640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-12-03 00:00:00 1982-12-03 01:00:00 1042388640 1042388700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-12-03 01:00:00 1982-12-03 12:00:00 1042388700 1042389360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-12-03 12:00:00 1982-12-03 14:00:00 1042389360 1042389480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-12-03 14:00:00 1982-12-04 12:00:00 1042389480 1042390800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-12-04 12:00:00 1982-12-04 14:00:00 1042390800 1042390920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-12-04 14:00:00 1982-12-06 12:00:00 1042390920 1042393680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-12-06 12:00:00 1982-12-06 13:00:00 1042393680 1042393740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-12-06 14:00:00 1982-12-07 02:00:00 1042393800 1042394520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-12-07 02:00:00 1982-12-07 03:00:00 1042394520 1042394580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-12-07 03:00:00 1982-12-07 12:00:00 1042394580 1042395120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-12-07 12:00:00 1982-12-07 13:00:00 1042395120 1042395180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-12-07 13:00:00 1982-12-07 14:00:00 1042395180 1042395240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-12-07 14:00:00 1982-12-08 12:00:00 1042395240 1042396560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-12-08 12:00:00 1982-12-08 13:00:00 1042396560 1042396620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-12-08 14:00:00 1982-12-09 12:00:00 1042396680 1042398000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-12-09 12:00:00 1982-12-09 13:00:00 1042398000 1042398060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-12-09 14:00:00 1982-12-09 22:00:00 1042398120 1042398600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-12-09 22:00:00 1982-12-09 23:00:00 1042398600 1042398660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-12-09 23:00:00 1982-12-10 12:00:00 1042398660 1042399440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-12-10 13:00:00 1982-12-10 14:00:00 1042399500 1042399560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-12-10 14:00:00 1982-12-10 19:00:00 1042399560 1042399860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-12-10 19:00:00 1982-12-10 20:00:00 1042399860 1042399920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-12-10 20:00:00 1982-12-11 03:00:00 1042399920 1042400340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-12-11 03:00:00 1982-12-11 04:00:00 1042400340 1042400400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-12-11 04:00:00 1982-12-11 12:00:00 1042400400 1042400880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-12-11 13:00:00 1982-12-11 14:00:00 1042400940 1042401000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-12-11 14:00:00 1982-12-12 12:00:00 1042401000 1042402320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-12-12 12:00:00 1982-12-12 13:00:00 1042402320 1042402380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +1982-12-12 13:00:00 1982-12-12 14:00:00 1042402380 1042402440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz'] +1982-12-12 14:00:00 1982-12-31 12:00:00 1042402440 1042429680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1041904200_1042429680.npz +1982-12-31 14:00:00 1983-01-26 23:00:00 1042429800 1042467780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-02-02 04:00:00 1983-02-02 06:00:00 1042476720 1042476840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-02-02 06:00:00 1983-02-02 12:00:00 1042476840 1042477200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-02-02 12:00:00 1983-02-02 13:00:00 1042477200 1042477260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-02-02 14:00:00 1983-02-04 02:00:00 1042477320 1042479480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-02-04 02:00:00 1983-02-04 04:00:00 1042479480 1042479600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-02-04 04:00:00 1983-02-04 12:00:00 1042479600 1042480080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-02-04 13:00:00 1983-02-04 14:00:00 1042480140 1042480200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-02-04 14:00:00 1983-02-05 12:00:00 1042480200 1042481520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-02-05 12:00:00 1983-02-05 13:00:00 1042481520 1042481580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-02-05 13:00:00 1983-02-05 14:00:00 1042481580 1042481640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-02-05 14:00:00 1983-02-06 12:00:00 1042481640 1042482960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-02-06 12:00:00 1983-02-06 13:00:00 1042482960 1042483020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-02-06 14:00:00 1983-02-07 12:00:00 1042483080 1042484400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-02-07 12:00:00 1983-02-07 13:00:00 1042484400 1042484460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-02-07 13:00:00 1983-02-07 14:00:00 1042484460 1042484520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-02-07 14:00:00 1983-02-08 12:00:00 1042484520 1042485840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-02-08 12:00:00 1983-02-08 13:00:00 1042485840 1042485900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-02-08 14:00:00 1983-02-09 12:00:00 1042485960 1042487280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-02-09 12:00:00 1983-02-09 13:00:00 1042487280 1042487340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-02-09 14:00:00 1983-02-10 12:00:00 1042487400 1042488720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-02-10 13:00:00 1983-02-10 14:00:00 1042488780 1042488840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-02-10 14:00:00 1983-02-11 07:00:00 1042488840 1042489860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-02-11 07:00:00 1983-02-11 08:00:00 1042489860 1042489920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-02-11 08:00:00 1983-02-11 12:00:00 1042489920 1042490160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-02-11 12:00:00 1983-02-11 13:00:00 1042490160 1042490220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-02-11 14:00:00 1983-02-12 12:00:00 1042490280 1042491600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-02-12 12:00:00 1983-02-12 13:00:00 1042491600 1042491660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-02-12 13:00:00 1983-02-13 12:00:00 1042491660 1042493040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-02-13 12:00:00 1983-02-13 13:00:00 1042493040 1042493100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-02-13 13:00:00 1983-02-13 14:00:00 1042493100 1042493160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-02-13 14:00:00 1983-02-14 12:00:00 1042493160 1042494480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-02-14 12:00:00 1983-02-14 13:00:00 1042494480 1042494540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-02-14 13:00:00 1983-02-15 02:00:00 1042494540 1042495320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-02-15 02:00:00 1983-02-15 03:00:00 1042495320 1042495380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-02-15 03:00:00 1983-02-15 07:00:00 1042495380 1042495620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-02-15 07:00:00 1983-02-15 08:00:00 1042495620 1042495680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-02-15 08:00:00 1983-02-15 12:00:00 1042495680 1042495920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-02-15 13:00:00 1983-02-15 14:00:00 1042495980 1042496040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-02-15 14:00:00 1983-02-16 03:00:00 1042496040 1042496820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-02-16 03:00:00 1983-02-17 04:00:00 1042496820 1042498320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-02-17 04:00:00 1983-02-17 12:00:00 1042498320 1042498800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-02-17 12:00:00 1983-02-17 13:00:00 1042498800 1042498860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-02-17 13:00:00 1983-02-17 14:00:00 1042498860 1042498920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-02-17 14:00:00 1983-02-18 12:00:00 1042498920 1042500240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-02-18 12:00:00 1983-02-18 13:00:00 1042500240 1042500300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-02-18 14:00:00 1983-02-19 12:00:00 1042500360 1042501680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-02-19 12:00:00 1983-02-19 13:00:00 1042501680 1042501740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-02-19 13:00:00 1983-02-19 14:00:00 1042501740 1042501800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-02-19 14:00:00 1983-02-20 12:00:00 1042501800 1042503120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-02-20 12:00:00 1983-02-20 13:00:00 1042503120 1042503180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-02-20 14:00:00 1983-02-21 02:00:00 1042503240 1042503960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-02-21 02:00:00 1983-02-21 03:00:00 1042503960 1042504020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-02-21 05:00:00 1983-02-21 12:00:00 1042504140 1042504560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-02-21 12:00:00 1983-02-21 13:00:00 1042504560 1042504620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-02-21 13:00:00 1983-02-21 14:00:00 1042504620 1042504680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-02-21 14:00:00 1983-02-21 21:00:00 1042504680 1042505100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-02-21 21:00:00 1983-02-21 22:00:00 1042505100 1042505160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-04-08 00:00:00 1983-04-08 15:00:00 1042570080 1042570980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-04-08 15:00:00 1983-04-08 16:00:00 1042570980 1042571040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-04-08 16:00:00 1983-04-09 22:00:00 1042571040 1042572840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-04-09 22:00:00 1983-04-09 23:00:00 1042572840 1042572900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-04-15 03:00:00 1983-04-15 06:00:00 1042580340 1042580520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-04-15 06:00:00 1983-04-15 07:00:00 1042580520 1042580580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-04-15 07:00:00 1983-04-15 12:00:00 1042580580 1042580880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-04-15 12:00:00 1983-04-15 13:00:00 1042580880 1042580940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-04-15 14:00:00 1983-04-16 12:00:00 1042581000 1042582320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-04-16 12:00:00 1983-04-16 13:00:00 1042582320 1042582380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-04-16 14:00:00 1983-04-17 12:00:00 1042582440 1042583760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-04-17 12:00:00 1983-04-17 13:00:00 1042583760 1042583820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-04-17 14:00:00 1983-04-18 12:00:00 1042583880 1042585200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-04-18 12:00:00 1983-04-18 13:00:00 1042585200 1042585260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-04-18 14:00:00 1983-04-19 12:00:00 1042585320 1042586640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-04-19 12:00:00 1983-04-19 13:00:00 1042586640 1042586700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-04-19 14:00:00 1983-04-20 12:00:00 1042586760 1042588080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-04-20 12:00:00 1983-04-20 13:00:00 1042588080 1042588140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-04-20 14:00:00 1983-04-22 12:00:00 1042588200 1042590960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-04-22 12:00:00 1983-04-22 13:00:00 1042590960 1042591020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-04-22 14:00:00 1983-04-23 12:00:00 1042591080 1042592400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-04-23 12:00:00 1983-04-23 13:00:00 1042592400 1042592460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-04-23 14:00:00 1983-04-23 15:00:00 1042592520 1042592580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-04-23 15:00:00 1983-04-23 16:00:00 1042592580 1042592640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-04-23 16:00:00 1983-04-24 12:00:00 1042592640 1042593840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-04-24 12:00:00 1983-04-24 13:00:00 1042593840 1042593900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-04-24 13:00:00 1983-04-26 12:00:00 1042593900 1042596720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-04-26 12:00:00 1983-04-26 13:00:00 1042596720 1042596780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-04-26 14:00:00 1983-04-27 12:00:00 1042596840 1042598160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-04-27 12:00:00 1983-04-27 13:00:00 1042598160 1042598220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-04-27 14:00:00 1983-04-28 12:00:00 1042598280 1042599600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-04-28 12:00:00 1983-04-28 13:00:00 1042599600 1042599660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-04-28 14:00:00 1983-04-29 12:00:00 1042599720 1042601040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-04-29 12:00:00 1983-04-29 13:00:00 1042601040 1042601100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-04-29 14:00:00 1983-04-29 17:00:00 1042601160 1042601340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-04-29 17:00:00 1983-04-29 18:00:00 1042601340 1042601400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-04-29 18:00:00 1983-04-30 12:00:00 1042601400 1042602480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-04-30 12:00:00 1983-04-30 13:00:00 1042602480 1042602540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-04-30 14:00:00 1983-05-01 12:00:00 1042602600 1042603920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-05-01 12:00:00 1983-05-01 13:00:00 1042603920 1042603980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-05-01 14:00:00 1983-05-02 12:00:00 1042604040 1042605360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-05-02 12:00:00 1983-05-02 13:00:00 1042605360 1042605420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-05-02 14:00:00 1983-05-03 04:00:00 1042605480 1042606320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-05-03 04:00:00 1983-05-03 05:00:00 1042606320 1042606380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-05-03 05:00:00 1983-05-03 06:00:00 1042606380 1042606440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-05-03 06:00:00 1983-05-03 12:00:00 1042606440 1042606800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-05-03 12:00:00 1983-05-03 13:00:00 1042606800 1042606860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-05-03 13:00:00 1983-05-03 14:00:00 1042606860 1042606920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-05-03 14:00:00 1983-05-03 19:00:00 1042606920 1042607220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-05-03 19:00:00 1983-05-03 20:00:00 1042607220 1042607280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-05-03 20:00:00 1983-05-04 12:00:00 1042607280 1042608240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-05-04 12:00:00 1983-05-04 13:00:00 1042608240 1042608300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-05-04 13:00:00 1983-05-04 14:00:00 1042608300 1042608360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-05-04 14:00:00 1983-05-05 12:00:00 1042608360 1042609680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-05-05 12:00:00 1983-05-05 13:00:00 1042609680 1042609740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-05-05 13:00:00 1983-05-05 14:00:00 1042609740 1042609800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-05-05 14:00:00 1983-05-06 12:00:00 1042609800 1042611120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-05-06 12:00:00 1983-05-06 13:00:00 1042611120 1042611180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-05-06 13:00:00 1983-05-06 14:00:00 1042611180 1042611240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-05-06 14:00:00 1983-05-07 00:00:00 1042611240 1042611840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-05-07 00:00:00 1983-05-07 01:00:00 1042611840 1042611900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-05-07 01:00:00 1983-05-07 12:00:00 1042611900 1042612560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-05-07 12:00:00 1983-05-07 13:00:00 1042612560 1042612620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-05-07 13:00:00 1983-05-07 14:00:00 1042612620 1042612680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-05-07 14:00:00 1983-05-08 12:00:00 1042612680 1042614000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-05-08 13:00:00 1983-05-08 14:00:00 1042614060 1042614120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-05-08 14:00:00 1983-05-09 12:00:00 1042614120 1042615440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-05-09 14:00:00 1983-06-01 00:00:00 1042615560 1042647840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-06-07 03:00:00 1983-06-07 12:00:00 1042656660 1042657200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-06-07 12:00:00 1983-06-07 14:00:00 1042657200 1042657320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-06-07 14:00:00 1983-06-08 12:00:00 1042657320 1042658640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-06-08 12:00:00 1983-06-08 14:00:00 1042658640 1042658760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-06-08 14:00:00 1983-06-09 13:00:00 1042658760 1042660140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-06-09 13:00:00 1983-06-09 14:00:00 1042660140 1042660200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-06-09 14:00:00 1983-06-10 12:00:00 1042660200 1042661520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-06-10 12:00:00 1983-06-10 14:00:00 1042661520 1042661640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-06-10 14:00:00 1983-06-11 12:00:00 1042661640 1042662960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-06-11 12:00:00 1983-06-11 14:00:00 1042662960 1042663080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-06-11 14:00:00 1983-06-12 12:00:00 1042663080 1042664400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-06-12 12:00:00 1983-06-12 14:00:00 1042664400 1042664520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-06-12 14:00:00 1983-06-13 12:00:00 1042664520 1042665840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-06-13 12:00:00 1983-06-13 14:00:00 1042665840 1042665960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-06-13 14:00:00 1983-06-14 12:00:00 1042665960 1042667280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-06-14 12:00:00 1983-06-14 14:00:00 1042667280 1042667400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-06-14 14:00:00 1983-06-15 12:00:00 1042667400 1042668720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-06-15 12:00:00 1983-06-15 14:00:00 1042668720 1042668840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-06-15 14:00:00 1983-06-16 12:00:00 1042668840 1042670160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-06-16 12:00:00 1983-06-16 15:00:00 1042670160 1042670340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-06-16 15:00:00 1983-06-17 12:00:00 1042670340 1042671600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-06-17 12:00:00 1983-06-17 15:00:00 1042671600 1042671780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-06-17 15:00:00 1983-06-18 12:00:00 1042671780 1042673040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-06-18 12:00:00 1983-06-18 13:00:00 1042673040 1042673100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-06-18 14:00:00 1983-06-19 12:00:00 1042673160 1042674480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-06-19 12:00:00 1983-06-19 13:00:00 1042674480 1042674540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-06-19 14:00:00 1983-06-20 00:00:00 1042674600 1042675200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-06-20 00:00:00 1983-06-20 01:00:00 1042675200 1042675260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-06-20 01:00:00 1983-06-20 12:00:00 1042675260 1042675920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-06-20 12:00:00 1983-06-20 13:00:00 1042675920 1042675980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-06-20 13:00:00 1983-06-20 14:00:00 1042675980 1042676040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-06-20 14:00:00 1983-06-20 15:00:00 1042676040 1042676100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-06-20 15:00:00 1983-06-29 12:00:00 1042676100 1042688880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-06-29 12:00:00 1983-06-29 13:00:00 1042688880 1042688940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-06-29 14:00:00 1983-06-30 12:00:00 1042689000 1042690320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-06-30 12:00:00 1983-06-30 13:00:00 1042690320 1042690380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-06-30 14:00:00 1983-07-06 12:00:00 1042690440 1042698960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-06 12:00:00 1983-07-06 14:00:00 1042698960 1042699080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-07-06 14:00:00 1983-07-06 16:00:00 1042699080 1042699200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-06 16:00:00 1983-07-06 17:00:00 1042699200 1042699260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-06 17:00:00 1983-07-07 12:00:00 1042699260 1042700400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-07 12:00:00 1983-07-07 14:00:00 1042700400 1042700520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-07-07 14:00:00 1983-07-07 15:00:00 1042700520 1042700580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-07 15:00:00 1983-07-08 12:00:00 1042700580 1042701840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-08 12:00:00 1983-07-08 13:00:00 1042701840 1042701900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-07-08 13:00:00 1983-07-08 15:00:00 1042701900 1042702020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-08 15:00:00 1983-07-08 16:00:00 1042702020 1042702080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-08 16:00:00 1983-07-09 12:00:00 1042702080 1042703280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-09 12:00:00 1983-07-09 13:00:00 1042703280 1042703340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-07-09 13:00:00 1983-07-09 14:00:00 1042703340 1042703400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-09 14:00:00 1983-07-09 17:00:00 1042703400 1042703580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-09 17:00:00 1983-07-09 18:00:00 1042703580 1042703640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-09 18:00:00 1983-07-10 12:00:00 1042703640 1042704720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-10 12:00:00 1983-07-10 14:00:00 1042704720 1042704840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-07-10 14:00:00 1983-07-10 15:00:00 1042704840 1042704900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-10 15:00:00 1983-07-10 16:00:00 1042704900 1042704960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-10 16:00:00 1983-07-10 17:00:00 1042704960 1042705020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-10 17:00:00 1983-07-11 12:00:00 1042705020 1042706160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-11 12:00:00 1983-07-11 14:00:00 1042706160 1042706280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-07-11 14:00:00 1983-07-11 15:00:00 1042706280 1042706340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-11 15:00:00 1983-07-11 16:00:00 1042706340 1042706400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-11 16:00:00 1983-07-11 18:00:00 1042706400 1042706520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-11 18:00:00 1983-07-11 19:00:00 1042706520 1042706580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-11 19:00:00 1983-07-12 12:00:00 1042706580 1042707600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-12 12:00:00 1983-07-12 14:00:00 1042707600 1042707720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-07-12 14:00:00 1983-07-12 18:00:00 1042707720 1042707960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-12 18:00:00 1983-07-12 19:00:00 1042707960 1042708020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-12 19:00:00 1983-07-13 12:00:00 1042708020 1042709040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-13 12:00:00 1983-07-13 13:00:00 1042709040 1042709100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-07-13 14:00:00 1983-07-13 16:00:00 1042709160 1042709280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-13 16:00:00 1983-07-13 17:00:00 1042709280 1042709340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-13 17:00:00 1983-07-14 15:00:00 1042709340 1042710660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-14 15:00:00 1983-07-14 16:00:00 1042710660 1042710720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-14 16:00:00 1983-07-15 00:00:00 1042710720 1042711200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-15 00:00:00 1983-07-15 01:00:00 1042711200 1042711260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-15 01:00:00 1983-07-15 12:00:00 1042711260 1042711920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-15 12:00:00 1983-07-15 14:00:00 1042711920 1042712040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-07-15 14:00:00 1983-07-15 17:00:00 1042712040 1042712220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-15 17:00:00 1983-07-15 18:00:00 1042712220 1042712280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-15 18:00:00 1983-07-16 12:00:00 1042712280 1042713360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-16 12:00:00 1983-07-16 13:00:00 1042713360 1042713420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-07-16 13:00:00 1983-07-16 15:00:00 1042713420 1042713540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-16 15:00:00 1983-07-16 16:00:00 1042713540 1042713600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-16 16:00:00 1983-07-17 04:00:00 1042713600 1042714320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-17 04:00:00 1983-07-17 05:00:00 1042714320 1042714380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-17 05:00:00 1983-07-17 12:00:00 1042714380 1042714800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-17 12:00:00 1983-07-17 14:00:00 1042714800 1042714920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-07-17 14:00:00 1983-07-17 15:00:00 1042714920 1042714980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-17 15:00:00 1983-07-17 16:00:00 1042714980 1042715040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-17 16:00:00 1983-07-18 12:00:00 1042715040 1042716240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-18 12:00:00 1983-07-18 13:00:00 1042716240 1042716300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-07-18 14:00:00 1983-07-18 17:00:00 1042716360 1042716540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-18 17:00:00 1983-07-18 18:00:00 1042716540 1042716600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-18 18:00:00 1983-07-19 12:00:00 1042716600 1042717680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-19 12:00:00 1983-07-19 14:00:00 1042717680 1042717800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-07-19 14:00:00 1983-07-19 15:00:00 1042717800 1042717860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-19 15:00:00 1983-07-19 18:00:00 1042717860 1042718040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-19 18:00:00 1983-07-19 19:00:00 1042718040 1042718100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-19 19:00:00 1983-07-20 12:00:00 1042718100 1042719120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-20 12:00:00 1983-07-20 13:00:00 1042719120 1042719180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-07-20 13:00:00 1983-07-20 16:00:00 1042719180 1042719360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-20 16:00:00 1983-07-20 17:00:00 1042719360 1042719420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-20 17:00:00 1983-07-20 18:00:00 1042719420 1042719480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-20 18:00:00 1983-07-20 19:00:00 1042719480 1042719540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-20 19:00:00 1983-07-20 22:00:00 1042719540 1042719720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-20 22:00:00 1983-07-20 23:00:00 1042719720 1042719780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-20 23:00:00 1983-07-21 12:00:00 1042719780 1042720560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-21 12:00:00 1983-07-21 14:00:00 1042720560 1042720680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-07-21 14:00:00 1983-07-21 18:00:00 1042720680 1042720920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-21 18:00:00 1983-07-21 19:00:00 1042720920 1042720980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-21 19:00:00 1983-07-22 07:00:00 1042720980 1042721700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-22 07:00:00 1983-07-22 08:00:00 1042721700 1042721760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-22 08:00:00 1983-07-22 12:00:00 1042721760 1042722000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-22 12:00:00 1983-07-22 14:00:00 1042722000 1042722120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-07-22 14:00:00 1983-07-22 17:00:00 1042722120 1042722300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-22 17:00:00 1983-07-22 18:00:00 1042722300 1042722360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-22 18:00:00 1983-07-22 19:00:00 1042722360 1042722420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-22 19:00:00 1983-07-22 20:00:00 1042722420 1042722480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-22 20:00:00 1983-07-23 12:00:00 1042722480 1042723440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-23 12:00:00 1983-07-23 13:00:00 1042723440 1042723500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-07-23 14:00:00 1983-07-23 16:00:00 1042723560 1042723680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-23 16:00:00 1983-07-23 17:00:00 1042723680 1042723740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-23 17:00:00 1983-07-23 19:00:00 1042723740 1042723860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-23 19:00:00 1983-07-23 20:00:00 1042723860 1042723920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-23 20:00:00 1983-07-24 00:00:00 1042723920 1042724160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-24 00:00:00 1983-07-24 01:00:00 1042724160 1042724220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-24 01:00:00 1983-07-24 12:00:00 1042724220 1042724880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-24 12:00:00 1983-07-24 13:00:00 1042724880 1042724940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-07-24 14:00:00 1983-07-25 12:00:00 1042725000 1042726320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-25 12:00:00 1983-07-25 14:00:00 1042726320 1042726440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-07-25 14:00:00 1983-07-25 15:00:00 1042726440 1042726500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-25 15:00:00 1983-07-25 19:00:00 1042726500 1042726740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-25 19:00:00 1983-07-25 20:00:00 1042726740 1042726800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-25 20:00:00 1983-07-26 12:00:00 1042726800 1042727760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-26 12:00:00 1983-07-26 14:00:00 1042727760 1042727880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-07-26 14:00:00 1983-07-26 15:00:00 1042727880 1042727940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-26 15:00:00 1983-07-26 16:00:00 1042727940 1042728000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-26 16:00:00 1983-07-27 12:00:00 1042728000 1042729200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-27 12:00:00 1983-07-27 14:00:00 1042729200 1042729320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-07-27 14:00:00 1983-07-27 17:00:00 1042729320 1042729500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-27 17:00:00 1983-07-27 18:00:00 1042729500 1042729560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-27 18:00:00 1983-07-28 12:00:00 1042729560 1042730640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-28 12:00:00 1983-07-28 13:00:00 1042730640 1042730700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-07-28 14:00:00 1983-07-28 17:00:00 1042730760 1042730940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-28 17:00:00 1983-07-28 18:00:00 1042730940 1042731000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-28 18:00:00 1983-07-29 12:00:00 1042731000 1042732080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-29 12:00:00 1983-07-29 14:00:00 1042732080 1042732200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-07-29 14:00:00 1983-07-29 15:00:00 1042732200 1042732260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-29 15:00:00 1983-07-29 17:00:00 1042732260 1042732380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-29 17:00:00 1983-07-29 18:00:00 1042732380 1042732440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-29 18:00:00 1983-07-29 19:00:00 1042732440 1042732500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-29 19:00:00 1983-07-29 20:00:00 1042732500 1042732560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-29 20:00:00 1983-07-30 12:00:00 1042732560 1042733520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-30 12:00:00 1983-07-30 14:00:00 1042733520 1042733640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-07-30 14:00:00 1983-07-30 17:00:00 1042733640 1042733820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-30 17:00:00 1983-07-30 18:00:00 1042733820 1042733880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-30 18:00:00 1983-07-31 12:00:00 1042733880 1042734960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-31 12:00:00 1983-07-31 13:00:00 1042734960 1042735020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-07-31 14:00:00 1983-07-31 18:00:00 1042735080 1042735320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-07-31 18:00:00 1983-07-31 19:00:00 1042735320 1042735380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-07-31 19:00:00 1983-08-01 12:00:00 1042735380 1042736400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-01 12:00:00 1983-08-01 14:00:00 1042736400 1042736520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-08-01 14:00:00 1983-08-01 15:00:00 1042736520 1042736580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-08-01 15:00:00 1983-08-02 12:00:00 1042736580 1042737840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-02 12:00:00 1983-08-02 13:00:00 1042737840 1042737900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-08-02 14:00:00 1983-08-02 15:00:00 1042737960 1042738020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-02 15:00:00 1983-08-02 16:00:00 1042738020 1042738080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-08-02 16:00:00 1983-08-02 19:00:00 1042738080 1042738260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-02 19:00:00 1983-08-02 20:00:00 1042738260 1042738320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-08-02 20:00:00 1983-08-03 12:00:00 1042738320 1042739280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-03 12:00:00 1983-08-03 14:00:00 1042739280 1042739400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-08-03 14:00:00 1983-08-03 15:00:00 1042739400 1042739460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-03 15:00:00 1983-08-03 16:00:00 1042739460 1042739520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-08-03 16:00:00 1983-08-03 17:00:00 1042739520 1042739580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-03 17:00:00 1983-08-03 18:00:00 1042739580 1042739640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-08-03 18:00:00 1983-08-04 03:00:00 1042739640 1042740180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-04 03:00:00 1983-08-04 04:00:00 1042740180 1042740240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-08-04 04:00:00 1983-08-04 12:00:00 1042740240 1042740720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-04 13:00:00 1983-08-04 14:00:00 1042740780 1042740840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-08-04 14:00:00 1983-08-05 12:00:00 1042740840 1042742160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-05 12:00:00 1983-08-05 13:00:00 1042742160 1042742220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-08-05 14:00:00 1983-08-06 12:00:00 1042742280 1042743600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-06 12:00:00 1983-08-06 13:00:00 1042743600 1042743660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-08-06 14:00:00 1983-08-07 12:00:00 1042743720 1042745040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-07 12:00:00 1983-08-07 13:00:00 1042745040 1042745100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-08-07 14:00:00 1983-08-08 12:00:00 1042745160 1042746480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-08 12:00:00 1983-08-08 13:00:00 1042746480 1042746540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-08-08 14:00:00 1983-08-09 03:00:00 1042746600 1042747380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-09 03:00:00 1983-08-09 05:00:00 1042747380 1042747500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-08-09 05:00:00 1983-08-09 12:00:00 1042747500 1042747920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-09 13:00:00 1983-08-09 14:00:00 1042747980 1042748040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-08-09 14:00:00 1983-08-10 12:00:00 1042748040 1042749360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-10 12:00:00 1983-08-10 13:00:00 1042749360 1042749420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-08-10 13:00:00 1983-08-10 14:00:00 1042749420 1042749480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-08-10 14:00:00 1983-08-11 12:00:00 1042749480 1042750800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-11 13:00:00 1983-08-11 14:00:00 1042750860 1042750920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-08-11 14:00:00 1983-08-12 12:00:00 1042750920 1042752240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-12 13:00:00 1983-08-12 14:00:00 1042752300 1042752360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-08-12 14:00:00 1983-08-13 12:00:00 1042752360 1042753680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-13 13:00:00 1983-08-13 14:00:00 1042753740 1042753800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-08-13 14:00:00 1983-08-14 12:00:00 1042753800 1042755120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-14 12:00:00 1983-08-14 13:00:00 1042755120 1042755180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-08-14 13:00:00 1983-08-14 14:00:00 1042755180 1042755240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-08-14 14:00:00 1983-08-15 13:00:00 1042755240 1042756620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-15 13:00:00 1983-08-15 14:00:00 1042756620 1042756680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-08-15 14:00:00 1983-08-15 17:00:00 1042756680 1042756860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-15 17:00:00 1983-08-15 18:00:00 1042756860 1042756920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-08-15 18:00:00 1983-08-16 13:00:00 1042756920 1042758060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-16 13:00:00 1983-08-16 14:00:00 1042758060 1042758120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-08-16 14:00:00 1983-08-17 13:00:00 1042758120 1042759500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-17 13:00:00 1983-08-17 14:00:00 1042759500 1042759560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-08-17 14:00:00 1983-08-18 12:00:00 1042759560 1042760880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-18 13:00:00 1983-08-18 14:00:00 1042760940 1042761000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-08-18 14:00:00 1983-08-18 23:00:00 1042761000 1042761540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-18 23:00:00 1983-08-19 00:00:00 1042761540 1042761600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-08-19 01:00:00 1983-08-19 12:00:00 1042761660 1042762320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-19 12:00:00 1983-08-19 13:00:00 1042762320 1042762380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-08-19 13:00:00 1983-08-19 14:00:00 1042762380 1042762440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-08-19 14:00:00 1983-08-20 12:00:00 1042762440 1042763760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-20 12:00:00 1983-08-20 13:00:00 1042763760 1042763820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-08-20 13:00:00 1983-08-20 14:00:00 1042763820 1042763880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-08-20 14:00:00 1983-08-21 12:00:00 1042763880 1042765200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-21 13:00:00 1983-08-21 14:00:00 1042765260 1042765320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-08-21 14:00:00 1983-08-22 12:00:00 1042765320 1042766640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-22 13:00:00 1983-08-22 14:00:00 1042766700 1042766760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-08-22 14:00:00 1983-08-23 12:00:00 1042766760 1042768080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-23 13:00:00 1983-08-23 14:00:00 1042768140 1042768200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-08-23 14:00:00 1983-08-24 10:00:00 1042768200 1042769400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-24 10:00:00 1983-08-24 12:00:00 1042769400 1042769520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-08-25 04:00:00 1983-08-25 12:00:00 1042770480 1042770960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-25 12:00:00 1983-08-25 13:00:00 1042770960 1042771020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-08-25 14:00:00 1983-08-25 15:00:00 1042771080 1042771140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-08-25 15:00:00 1983-08-26 12:00:00 1042771140 1042772400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-26 12:00:00 1983-08-26 13:00:00 1042772400 1042772460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-08-26 14:00:00 1983-08-26 15:00:00 1042772520 1042772580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-08-26 15:00:00 1983-08-27 12:00:00 1042772580 1042773840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-27 12:00:00 1983-08-27 13:00:00 1042773840 1042773900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-08-27 14:00:00 1983-08-28 12:00:00 1042773960 1042775280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-28 12:00:00 1983-08-28 13:00:00 1042775280 1042775340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-08-28 14:00:00 1983-08-28 15:00:00 1042775400 1042775460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-08-28 15:00:00 1983-08-29 12:00:00 1042775460 1042776720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-29 13:00:00 1983-08-29 14:00:00 1042776780 1042776840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-08-29 14:00:00 1983-08-30 13:00:00 1042776840 1042778220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-30 13:00:00 1983-08-30 14:00:00 1042778220 1042778280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-08-30 14:00:00 1983-08-31 12:00:00 1042778280 1042779600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-08-31 12:00:00 1983-08-31 13:00:00 1042779600 1042779660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-08-31 14:00:00 1983-09-01 12:00:00 1042779720 1042781040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-09-01 12:00:00 1983-09-01 14:00:00 1042781040 1042781160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-09-01 14:00:00 1983-09-04 11:00:00 1042781160 1042785300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-09-04 11:00:00 1983-09-04 12:00:00 1042785300 1042785360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-09-04 12:00:00 1983-09-04 13:00:00 1042785360 1042785420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-09-04 13:00:00 1983-09-04 14:00:00 1042785420 1042785480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-09-04 14:00:00 1983-09-05 12:00:00 1042785480 1042786800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-09-05 12:00:00 1983-09-05 13:00:00 1042786800 1042786860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-09-05 14:00:00 1983-09-05 17:00:00 1042786920 1042787100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-09-05 17:00:00 1983-09-05 18:00:00 1042787100 1042787160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-09-05 18:00:00 1983-09-06 12:00:00 1042787160 1042788240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-09-06 12:00:00 1983-09-06 14:00:00 1042788240 1042788360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-09-06 14:00:00 1983-09-07 12:00:00 1042788360 1042789680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-09-07 14:00:00 1983-09-07 15:00:00 1042789800 1042789860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-09-07 15:00:00 1983-09-08 12:00:00 1042789860 1042791120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-09-08 12:00:00 1983-09-08 14:00:00 1042791120 1042791240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-09-08 14:00:00 1983-09-10 12:00:00 1042791240 1042794000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-09-10 12:00:00 1983-09-10 13:00:00 1042794000 1042794060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-09-10 14:00:00 1983-09-11 16:00:00 1042794120 1042795680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-09-11 16:00:00 1983-09-11 17:00:00 1042795680 1042795740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-09-11 17:00:00 1983-09-11 22:00:00 1042795740 1042796040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-09-11 22:00:00 1983-09-11 23:00:00 1042796040 1042796100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-09-11 23:00:00 1983-09-14 12:00:00 1042796100 1042799760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-09-14 12:00:00 1983-09-14 13:00:00 1042799760 1042799820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-09-14 14:00:00 1983-09-15 12:00:00 1042799880 1042801200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-09-15 12:00:00 1983-09-15 13:00:00 1042801200 1042801260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-09-15 14:00:00 1983-09-17 12:00:00 1042801320 1042804080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-09-17 12:00:00 1983-09-17 13:00:00 1042804080 1042804140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-09-17 13:00:00 1983-09-17 14:00:00 1042804140 1042804200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-09-17 14:00:00 1983-09-17 18:00:00 1042804200 1042804440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-09-17 18:00:00 1983-09-17 19:00:00 1042804440 1042804500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-09-17 19:00:00 1983-09-18 12:00:00 1042804500 1042805520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-09-18 12:00:00 1983-09-18 14:00:00 1042805520 1042805640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-09-18 14:00:00 1983-09-19 12:00:00 1042805640 1042806960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-09-19 12:00:00 1983-09-19 14:00:00 1042806960 1042807080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-09-19 14:00:00 1983-09-20 08:00:00 1042807080 1042808160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-09-20 08:00:00 1983-09-20 09:00:00 1042808160 1042808220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-09-20 09:00:00 1983-09-20 12:00:00 1042808220 1042808400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-09-20 12:00:00 1983-09-20 14:00:00 1042808400 1042808520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-09-20 14:00:00 1983-09-21 00:00:00 1042808520 1042809120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-09-21 00:00:00 1983-09-21 01:00:00 1042809120 1042809180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-09-21 01:00:00 1983-09-21 08:00:00 1042809180 1042809600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-09-21 08:00:00 1983-09-21 09:00:00 1042809600 1042809660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-09-21 09:00:00 1983-09-21 12:00:00 1042809660 1042809840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-09-21 12:00:00 1983-09-21 13:00:00 1042809840 1042809900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-09-21 14:00:00 1983-09-23 12:00:00 1042809960 1042812720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-09-23 12:00:00 1983-09-23 13:00:00 1042812720 1042812780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-09-23 14:00:00 1983-09-24 18:00:00 1042812840 1042814520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-09-24 18:00:00 1983-09-24 19:00:00 1042814520 1042814580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-09-24 19:00:00 1983-09-25 12:00:00 1042814580 1042815600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-09-25 12:00:00 1983-09-25 13:00:00 1042815600 1042815660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-09-25 14:00:00 1983-09-26 12:00:00 1042815720 1042817040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-09-26 12:00:00 1983-09-26 13:00:00 1042817040 1042817100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-09-26 14:00:00 1983-09-26 20:00:00 1042817160 1042817520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-09-26 20:00:00 1983-09-26 21:00:00 1042817520 1042817580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-09-26 21:00:00 1983-09-27 03:00:00 1042817580 1042817940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-09-27 03:00:00 1983-09-27 22:00:00 1042817940 1042819080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-09-27 22:00:00 1983-09-28 04:00:00 1042819080 1042819440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-09-28 04:00:00 1983-09-28 05:00:00 1042819440 1042819500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-09-28 05:00:00 1983-09-28 11:00:00 1042819500 1042819860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-09-28 11:00:00 1983-09-28 12:00:00 1042819860 1042819920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-09-28 13:00:00 1983-09-28 14:00:00 1042819980 1042820040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-09-28 14:00:00 1983-09-29 05:00:00 1042820040 1042820940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-09-29 05:00:00 1983-09-29 06:00:00 1042820940 1042821000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-09-29 06:00:00 1983-09-29 09:00:00 1042821000 1042821180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-09-29 09:00:00 1983-09-29 10:00:00 1042821180 1042821240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-09-29 10:00:00 1983-09-29 11:00:00 1042821240 1042821300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-09-29 11:00:00 1983-09-29 12:00:00 1042821300 1042821360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-09-29 13:00:00 1983-09-30 00:00:00 1042821420 1042822080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-09-30 00:00:00 1983-09-30 09:00:00 1042822080 1042822620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-10-03 22:00:00 1983-10-06 12:00:00 1042827720 1042831440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-10-06 12:00:00 1983-10-06 13:00:00 1042831440 1042831500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-10-06 14:00:00 1983-10-09 12:00:00 1042831560 1042835760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-10-09 12:00:00 1983-10-09 13:00:00 1042835760 1042835820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-10-09 13:00:00 1983-10-10 02:00:00 1042835820 1042836600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-10-10 02:00:00 1983-10-10 03:00:00 1042836600 1042836660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-10-10 03:00:00 1983-10-10 12:00:00 1042836660 1042837200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-10-10 13:00:00 1983-10-10 14:00:00 1042837260 1042837320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-10-10 14:00:00 1983-10-11 11:00:00 1042837320 1042838580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-10-11 11:00:00 1983-10-11 12:00:00 1042838580 1042838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-10-11 13:00:00 1983-10-11 14:00:00 1042838700 1042838760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-10-11 14:00:00 1983-10-12 10:00:00 1042838760 1042839960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-10-12 10:00:00 1983-10-12 11:00:00 1042839960 1042840020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-10-12 11:00:00 1983-10-12 13:00:00 1042840020 1042840140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-10-12 13:00:00 1983-10-18 03:00:00 1042840140 1042848180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-10-24 04:00:00 1983-10-24 05:00:00 1042856880 1042856940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-10-24 05:00:00 1983-10-24 11:00:00 1042856940 1042857300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-10-24 11:00:00 1983-10-24 12:00:00 1042857300 1042857360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-10-24 14:00:00 1983-10-24 22:00:00 1042857480 1042857960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-10-24 22:00:00 1983-10-24 23:00:00 1042857960 1042858020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-10-24 23:00:00 1983-10-25 08:00:00 1042858020 1042858560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-10-25 08:00:00 1983-10-25 09:00:00 1042858560 1042858620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-10-25 09:00:00 1983-10-25 12:00:00 1042858620 1042858800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-10-25 12:00:00 1983-10-25 13:00:00 1042858800 1042858860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-10-25 13:00:00 1983-10-25 14:00:00 1042858860 1042858920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-10-25 14:00:00 1983-10-26 03:00:00 1042858920 1042859700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-10-26 03:00:00 1983-10-26 04:00:00 1042859700 1042859760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-10-26 04:00:00 1983-10-26 11:00:00 1042859760 1042860180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-10-26 11:00:00 1983-10-26 12:00:00 1042860180 1042860240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-10-26 14:00:00 1983-10-27 11:00:00 1042860360 1042861620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-10-27 11:00:00 1983-10-27 12:00:00 1042861620 1042861680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-10-27 13:00:00 1983-10-27 14:00:00 1042861740 1042861800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-10-27 14:00:00 1983-10-28 09:00:00 1042861800 1042862940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-10-28 09:00:00 1983-10-28 10:00:00 1042862940 1042863000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-10-28 10:00:00 1983-10-28 11:00:00 1042863000 1042863060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-10-28 13:00:00 1983-10-28 14:00:00 1042863180 1042863240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-10-28 14:00:00 1983-10-29 11:00:00 1042863240 1042864500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-10-29 11:00:00 1983-10-29 12:00:00 1042864500 1042864560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-10-29 14:00:00 1983-10-30 01:00:00 1042864680 1042865340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-10-30 01:00:00 1983-10-30 02:00:00 1042865340 1042865400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-10-30 02:00:00 1983-10-30 12:00:00 1042865400 1042866000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-10-30 13:00:00 1983-10-30 14:00:00 1042866060 1042866120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-10-30 14:00:00 1983-10-30 15:00:00 1042866120 1042866180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-10-30 15:00:00 1983-10-30 16:00:00 1042866180 1042866240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-10-30 16:00:00 1983-10-31 12:00:00 1042866240 1042867440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-10-31 13:00:00 1983-10-31 14:00:00 1042867500 1042867560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-10-31 14:00:00 1983-11-01 12:00:00 1042867560 1042868880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-01 13:00:00 1983-11-01 14:00:00 1042868940 1042869000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-11-01 14:00:00 1983-11-01 17:00:00 1042869000 1042869180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-01 17:00:00 1983-11-01 18:00:00 1042869180 1042869240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-11-01 18:00:00 1983-11-01 23:00:00 1042869240 1042869540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-01 23:00:00 1983-11-03 04:00:00 1042869540 1042871280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-11-03 04:00:00 1983-11-03 12:00:00 1042871280 1042871760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-03 12:00:00 1983-11-03 14:00:00 1042871760 1042871880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-11-03 14:00:00 1983-11-05 04:00:00 1042871880 1042874160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-05 04:00:00 1983-11-05 05:00:00 1042874160 1042874220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-11-05 05:00:00 1983-11-06 12:00:00 1042874220 1042876080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-06 12:00:00 1983-11-06 13:00:00 1042876080 1042876140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-11-06 13:00:00 1983-11-07 03:00:00 1042876140 1042876980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-07 03:00:00 1983-11-07 04:00:00 1042876980 1042877040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-11-07 04:00:00 1983-11-07 05:00:00 1042877040 1042877100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-11-07 05:00:00 1983-11-07 12:00:00 1042877100 1042877520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-07 12:00:00 1983-11-07 13:00:00 1042877520 1042877580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-11-07 13:00:00 1983-11-07 14:00:00 1042877580 1042877640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-11-07 14:00:00 1983-11-08 12:00:00 1042877640 1042878960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-08 12:00:00 1983-11-08 13:00:00 1042878960 1042879020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-11-08 14:00:00 1983-11-09 00:00:00 1042879080 1042879680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-09 00:00:00 1983-11-09 01:00:00 1042879680 1042879740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-11-09 01:00:00 1983-11-09 08:00:00 1042879740 1042880160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-09 08:00:00 1983-11-09 09:00:00 1042880160 1042880220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-11-09 09:00:00 1983-11-09 12:00:00 1042880220 1042880400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-09 12:00:00 1983-11-09 13:00:00 1042880400 1042880460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-11-09 14:00:00 1983-11-09 22:00:00 1042880520 1042881000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-09 22:00:00 1983-11-09 23:00:00 1042881000 1042881060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-11-09 23:00:00 1983-11-10 12:00:00 1042881060 1042881840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-10 12:00:00 1983-11-10 13:00:00 1042881840 1042881900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-11-10 13:00:00 1983-11-10 14:00:00 1042881900 1042881960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-11-10 14:00:00 1983-11-10 15:00:00 1042881960 1042882020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-10 15:00:00 1983-11-10 16:00:00 1042882020 1042882080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-11-10 16:00:00 1983-11-11 12:00:00 1042882080 1042883280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-11 12:00:00 1983-11-11 13:00:00 1042883280 1042883340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-11-11 14:00:00 1983-11-12 12:00:00 1042883400 1042884720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-12 12:00:00 1983-11-12 13:00:00 1042884720 1042884780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-11-12 13:00:00 1983-11-12 14:00:00 1042884780 1042884840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-11-12 14:00:00 1983-11-13 12:00:00 1042884840 1042886160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-13 13:00:00 1983-11-13 14:00:00 1042886220 1042886280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-11-13 14:00:00 1983-11-14 23:00:00 1042886280 1042888260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-14 23:00:00 1983-11-15 00:00:00 1042888260 1042888320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-11-15 00:00:00 1983-11-15 12:00:00 1042888320 1042889040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-15 12:00:00 1983-11-15 13:00:00 1042889040 1042889100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-11-15 13:00:00 1983-11-15 14:00:00 1042889100 1042889160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-11-15 14:00:00 1983-11-16 12:00:00 1042889160 1042890480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-16 12:00:00 1983-11-16 13:00:00 1042890480 1042890540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-11-16 13:00:00 1983-11-16 14:00:00 1042890540 1042890600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-11-16 14:00:00 1983-11-17 06:00:00 1042890600 1042891560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-17 06:00:00 1983-11-17 07:00:00 1042891560 1042891620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-11-17 07:00:00 1983-11-17 12:00:00 1042891620 1042891920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-17 13:00:00 1983-11-17 14:00:00 1042891980 1042892040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-11-17 14:00:00 1983-11-17 21:00:00 1042892040 1042892460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-17 21:00:00 1983-11-17 22:00:00 1042892460 1042892520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-11-17 22:00:00 1983-11-17 23:00:00 1042892520 1042892580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-11-17 23:00:00 1983-11-18 12:00:00 1042892580 1042893360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-18 12:00:00 1983-11-18 13:00:00 1042893360 1042893420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-11-18 13:00:00 1983-11-18 14:00:00 1042893420 1042893480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-11-18 14:00:00 1983-11-19 12:00:00 1042893480 1042894800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-19 12:00:00 1983-11-19 13:00:00 1042894800 1042894860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-11-19 13:00:00 1983-11-19 14:00:00 1042894860 1042894920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-11-19 14:00:00 1983-11-21 12:00:00 1042894920 1042897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-21 12:00:00 1983-11-21 13:00:00 1042897680 1042897740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-11-21 13:00:00 1983-11-21 14:00:00 1042897740 1042897800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-11-21 14:00:00 1983-11-22 05:00:00 1042897800 1042898700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-22 05:00:00 1983-11-22 06:00:00 1042898700 1042898760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-11-22 06:00:00 1983-11-22 12:00:00 1042898760 1042899120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-22 13:00:00 1983-11-22 14:00:00 1042899180 1042899240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-11-22 14:00:00 1983-11-22 22:00:00 1042899240 1042899720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-22 22:00:00 1983-11-22 23:00:00 1042899720 1042899780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-11-23 01:00:00 1983-11-23 12:00:00 1042899900 1042900560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-23 12:00:00 1983-11-23 13:00:00 1042900560 1042900620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-11-23 13:00:00 1983-11-24 06:00:00 1042900620 1042901640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-24 06:00:00 1983-11-24 07:00:00 1042901640 1042901700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-11-24 07:00:00 1983-11-25 12:00:00 1042901700 1042903440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-25 12:00:00 1983-11-25 13:00:00 1042903440 1042903500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-11-25 13:00:00 1983-11-26 08:00:00 1042903500 1042904640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-26 08:00:00 1983-11-26 09:00:00 1042904640 1042904700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-11-26 09:00:00 1983-11-26 12:00:00 1042904700 1042904880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-26 12:00:00 1983-11-26 13:00:00 1042904880 1042904940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-11-26 13:00:00 1983-11-27 12:00:00 1042904940 1042906320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-27 12:00:00 1983-11-27 13:00:00 1042906320 1042906380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-11-27 13:00:00 1983-11-28 04:00:00 1042906380 1042907280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-28 04:00:00 1983-11-28 05:00:00 1042907280 1042907340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-11-28 05:00:00 1983-11-28 12:00:00 1042907340 1042907760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-28 12:00:00 1983-11-28 13:00:00 1042907760 1042907820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-11-28 13:00:00 1983-11-29 12:00:00 1042907820 1042909200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-29 12:00:00 1983-11-29 14:00:00 1042909200 1042909320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-11-29 14:00:00 1983-11-30 02:00:00 1042909320 1042910040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-11-30 02:00:00 1983-12-01 03:00:00 1042910040 1042911540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-12-01 03:00:00 1983-12-01 04:00:00 1042911540 1042911600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-12-01 04:00:00 1983-12-01 12:00:00 1042911600 1042912080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-12-01 12:00:00 1983-12-01 13:00:00 1042912080 1042912140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-12-01 14:00:00 1983-12-02 12:00:00 1042912200 1042913520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-12-02 12:00:00 1983-12-02 13:00:00 1042913520 1042913580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-12-02 14:00:00 1983-12-03 12:00:00 1042913640 1042914960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-12-03 12:00:00 1983-12-03 13:00:00 1042914960 1042915020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-12-03 14:00:00 1983-12-05 01:00:00 1042915080 1042917180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-12-05 01:00:00 1983-12-05 04:00:00 1042917180 1042917360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-12-05 04:00:00 1983-12-05 12:00:00 1042917360 1042917840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-12-05 12:00:00 1983-12-05 14:00:00 1042917840 1042917960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-12-05 14:00:00 1983-12-07 12:00:00 1042917960 1042920720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-12-07 12:00:00 1983-12-07 13:00:00 1042920720 1042920780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-12-07 14:00:00 1983-12-11 12:00:00 1042920840 1042926480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-12-11 12:00:00 1983-12-11 13:00:00 1042926480 1042926540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-12-11 13:00:00 1983-12-12 02:00:00 1042926540 1042927320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-12-12 02:00:00 1983-12-12 03:00:00 1042927320 1042927380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-12-12 03:00:00 1983-12-12 04:00:00 1042927380 1042927440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-12-12 04:00:00 1983-12-12 05:00:00 1042927440 1042927500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-12-12 05:00:00 1983-12-12 06:00:00 1042927500 1042927560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-12-12 06:00:00 1983-12-12 12:00:00 1042927560 1042927920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-12-12 12:00:00 1983-12-12 13:00:00 1042927920 1042927980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-12-12 14:00:00 1983-12-14 12:00:00 1042928040 1042930800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-12-14 12:00:00 1983-12-14 13:00:00 1042930800 1042930860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-12-14 14:00:00 1983-12-15 12:00:00 1042930920 1042932240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-12-15 12:00:00 1983-12-15 13:00:00 1042932240 1042932300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-12-15 14:00:00 1983-12-16 03:00:00 1042932360 1042933140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-12-16 06:00:00 1983-12-16 07:00:00 1042933320 1042933380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-12-16 07:00:00 1983-12-16 09:00:00 1042933380 1042933500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-12-16 09:00:00 1983-12-16 10:00:00 1042933500 1042933560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-12-16 10:00:00 1983-12-16 12:00:00 1042933560 1042933680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-12-16 12:00:00 1983-12-16 14:00:00 1042933680 1042933800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-12-16 14:00:00 1983-12-16 23:00:00 1042933800 1042934340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-12-16 23:00:00 1983-12-17 00:00:00 1042934340 1042934400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-12-17 00:00:00 1983-12-17 03:00:00 1042934400 1042934580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-12-17 03:00:00 1983-12-17 04:00:00 1042934580 1042934640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-12-17 04:00:00 1983-12-17 12:00:00 1042934640 1042935120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-12-17 12:00:00 1983-12-17 13:00:00 1042935120 1042935180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-12-17 14:00:00 1983-12-18 12:00:00 1042935240 1042936560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-12-18 12:00:00 1983-12-18 13:00:00 1042936560 1042936620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-12-18 14:00:00 1983-12-19 04:00:00 1042936680 1042937520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-12-19 04:00:00 1983-12-19 05:00:00 1042937520 1042937580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-12-19 05:00:00 1983-12-19 12:00:00 1042937580 1042938000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-12-19 12:00:00 1983-12-19 13:00:00 1042938000 1042938060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-12-19 14:00:00 1983-12-20 12:00:00 1042938120 1042939440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-12-20 12:00:00 1983-12-20 13:00:00 1042939440 1042939500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-12-20 14:00:00 1983-12-21 12:00:00 1042939560 1042940880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-12-21 12:00:00 1983-12-21 13:00:00 1042940880 1042940940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-12-21 14:00:00 1983-12-22 02:00:00 1042941000 1042941720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-12-22 02:00:00 1983-12-22 03:00:00 1042941720 1042941780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-12-22 03:00:00 1983-12-22 11:00:00 1042941780 1042942260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-12-22 11:00:00 1983-12-22 12:00:00 1042942260 1042942320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-12-22 12:00:00 1983-12-22 13:00:00 1042942320 1042942380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-12-22 14:00:00 1983-12-22 15:00:00 1042942440 1042942500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-12-22 15:00:00 1983-12-22 16:00:00 1042942500 1042942560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +1983-12-22 16:00:00 1983-12-23 13:00:00 1042942560 1042943820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1983-12-23 13:00:00 1983-12-23 14:00:00 1042943820 1042943880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz'] +1983-12-23 14:00:00 1983-12-24 09:00:00 1042943880 1042945020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042429800_1042945020:dup1.npz +1984-01-03 04:00:00 1984-02-12 09:00:00 1042959120 1043017020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-02-12 09:00:00 1984-02-12 10:00:00 1043017020 1043017080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz'] +1984-02-12 10:00:00 1984-08-06 04:00:00 1043017080 1043270160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-08-06 04:00:00 1984-08-06 05:00:00 1043270160 1043270220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +1984-08-06 05:00:00 1984-08-06 13:00:00 1043270220 1043270700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-08-06 14:00:00 1984-08-06 15:00:00 1043270760 1043270820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +1984-08-06 15:00:00 1984-08-06 22:00:00 1043270820 1043271240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-08-06 22:00:00 1984-08-06 23:00:00 1043271240 1043271300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz'] +1984-08-06 23:00:00 1984-08-07 00:00:00 1043271300 1043271360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +1984-08-07 00:00:00 1984-09-01 10:00:00 1043271360 1043307960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-09-01 10:00:00 1984-09-01 11:00:00 1043307960 1043308020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +1984-09-01 11:00:00 1984-09-03 01:00:00 1043308020 1043310300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-09-03 01:00:00 1984-09-03 02:00:00 1043310300 1043310360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +1984-09-03 02:00:00 1984-09-04 02:00:00 1043310360 1043311800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-09-04 02:00:00 1984-09-04 03:00:00 1043311800 1043311860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +1984-09-04 03:00:00 1984-09-06 08:00:00 1043311860 1043315040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-09-06 08:00:00 1984-09-06 10:00:00 1043315040 1043315160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz'] +1984-09-06 10:00:00 1984-09-07 08:00:00 1043315160 1043316480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-09-07 08:00:00 1984-09-07 09:00:00 1043316480 1043316540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz'] +1984-09-07 09:00:00 1984-09-07 10:00:00 1043316540 1043316600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +1984-09-07 10:00:00 1984-09-08 09:00:00 1043316600 1043317980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-09-08 09:00:00 1984-09-08 10:00:00 1043317980 1043318040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +1984-09-08 10:00:00 1984-09-08 14:00:00 1043318040 1043318280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-09-08 14:00:00 1984-09-08 15:00:00 1043318280 1043318340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +1984-09-08 15:00:00 1984-09-08 17:00:00 1043318340 1043318460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-09-08 17:00:00 1984-09-08 18:00:00 1043318460 1043318520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz'] +1984-09-08 18:00:00 1984-09-09 08:00:00 1043318520 1043319360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-09-09 08:00:00 1984-09-09 09:00:00 1043319360 1043319420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz'] +1984-09-09 09:00:00 1984-09-09 10:00:00 1043319420 1043319480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +1984-09-09 10:00:00 1984-09-10 09:00:00 1043319480 1043320860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-09-10 09:00:00 1984-09-10 10:00:00 1043320860 1043320920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +1984-09-10 10:00:00 1984-09-11 14:00:00 1043320920 1043322600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-09-11 14:00:00 1984-09-11 15:00:00 1043322600 1043322660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +1984-09-11 15:00:00 1984-09-12 13:00:00 1043322660 1043323980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-09-12 14:00:00 1984-09-12 15:00:00 1043324040 1043324100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +1984-09-12 15:00:00 1984-09-13 00:00:00 1043324100 1043324640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-09-13 00:00:00 1984-09-13 01:00:00 1043324640 1043324700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz'] +1984-09-13 01:00:00 1984-09-13 22:00:00 1043324700 1043325960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-09-13 23:00:00 1984-09-14 00:00:00 1043326020 1043326080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +1984-09-14 00:00:00 1984-09-17 13:00:00 1043326080 1043331180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-09-17 13:00:00 1984-09-17 14:00:00 1043331180 1043331240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +1984-09-17 14:00:00 1984-09-18 03:00:00 1043331240 1043332020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-09-18 03:00:00 1984-09-18 08:00:00 1043332020 1043332320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +1984-09-18 08:00:00 1984-09-18 13:00:00 1043332320 1043332620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-09-18 13:00:00 1984-09-18 14:00:00 1043332620 1043332680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +1984-09-18 14:00:00 1984-09-20 13:00:00 1043332680 1043335500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-09-20 14:00:00 1984-09-20 15:00:00 1043335560 1043335620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +1984-09-20 15:00:00 1984-09-21 13:00:00 1043335620 1043336940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-09-21 13:00:00 1984-09-21 15:00:00 1043336940 1043337060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +1984-09-21 15:00:00 1984-09-22 13:00:00 1043337060 1043338380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-09-22 14:00:00 1984-09-22 15:00:00 1043338440 1043338500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +1984-09-22 15:00:00 1984-09-23 13:00:00 1043338500 1043339820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-09-23 13:00:00 1984-09-23 15:00:00 1043339820 1043339940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +1984-09-23 15:00:00 1984-09-24 13:00:00 1043339940 1043341260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-09-24 13:00:00 1984-09-24 15:00:00 1043341260 1043341380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +1984-09-24 15:00:00 1984-09-25 13:00:00 1043341380 1043342700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-09-25 13:00:00 1984-09-25 15:00:00 1043342700 1043342820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +1984-09-25 15:00:00 1984-09-26 00:00:00 1043342820 1043343360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-09-26 00:00:00 1984-09-26 02:00:00 1043343360 1043343480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +1984-09-26 02:00:00 1984-09-26 13:00:00 1043343480 1043344140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-09-26 13:00:00 1984-09-26 15:00:00 1043344140 1043344260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +1984-09-26 15:00:00 1984-09-27 13:00:00 1043344260 1043345580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-09-27 13:00:00 1984-09-27 15:00:00 1043345580 1043345700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +1984-09-27 15:00:00 1984-09-28 13:00:00 1043345700 1043347020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-09-28 13:00:00 1984-09-28 15:00:00 1043347020 1043347140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +1984-09-28 15:00:00 1984-09-29 13:00:00 1043347140 1043348460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-09-29 14:00:00 1984-09-29 15:00:00 1043348520 1043348580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +1984-09-29 15:00:00 1984-10-03 13:00:00 1043348580 1043354220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-10-03 14:00:00 1984-10-05 13:00:00 1043354280 1043357100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz'] +1984-10-09 00:00:00 1984-10-10 13:00:00 1043362080 1043364300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-10-10 14:00:00 1984-10-11 13:00:00 1043364360 1043365740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz'] +1984-10-11 14:00:00 1984-10-15 13:00:00 1043365800 1043371500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-10-15 14:00:00 1984-10-17 13:00:00 1043371560 1043374380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz'] +1984-10-17 14:00:00 1984-10-21 13:00:00 1043374440 1043380140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-10-21 14:00:00 1984-10-22 23:00:00 1043380200 1043382180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz'] +1984-10-23 01:00:00 1984-10-23 04:00:00 1043382300 1043382480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-10-23 04:00:00 1984-10-23 05:00:00 1043382480 1043382540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz'] +1984-10-23 05:00:00 1984-11-02 13:00:00 1043382540 1043397420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-11-09 14:00:00 1984-11-12 03:00:00 1043407560 1043411220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz'] +1984-11-13 14:00:00 1984-12-04 13:00:00 1043413320 1043443500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1984-12-04 14:00:00 1984-12-06 13:00:00 1043443560 1043446380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz'] +1984-12-06 14:00:00 1984-12-29 13:00:00 1043446440 1043479500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1042959120_1043479500.npz +1985-01-03 14:00:00 1985-01-04 13:00:00 1043486760 1043488140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz'] +1985-01-04 14:00:00 1985-01-09 23:00:00 1043488200 1043495940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043488200_1044007980.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz +1985-01-09 23:00:00 1985-01-10 00:00:00 1043495940 1043496000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043488200_1044007980.npz'] +1985-01-10 00:00:00 1985-01-14 00:00:00 1043496000 1043501760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043488200_1044007980.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz +1985-01-14 00:00:00 1985-01-14 12:00:00 1043501760 1043502480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz'] +1985-01-14 12:00:00 1985-01-29 13:00:00 1043502480 1043524140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043488200_1044007980.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz +1985-01-29 14:00:00 1985-01-30 13:00:00 1043524200 1043525580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz'] +1985-01-30 14:00:00 1985-02-03 00:00:00 1043525640 1043530560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043488200_1044007980.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz +1985-02-03 00:00:00 1985-02-03 12:00:00 1043530560 1043531280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz'] +1985-02-03 12:00:00 1985-02-24 23:00:00 1043531280 1043562180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043488200_1044007980.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz +1985-02-24 23:00:00 1985-02-25 13:00:00 1043562180 1043563020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043488200_1044007980.npz'] +1985-02-25 18:00:00 1985-02-26 13:00:00 1043563320 1043564460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz'] +1985-02-26 14:00:00 1985-03-03 13:00:00 1043564520 1043571660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043488200_1044007980.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz +1985-03-03 14:00:00 1985-03-05 13:00:00 1043571720 1043574540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz'] +1985-03-05 14:00:00 1985-03-13 13:00:00 1043574600 1043586060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043488200_1044007980.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz +1985-03-13 14:00:00 1985-03-14 01:00:00 1043586120 1043586780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043488200_1044007980.npz'] +1985-03-15 02:00:00 1985-03-18 23:00:00 1043588280 1043593860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz'] +1985-03-19 01:00:00 1985-03-22 13:00:00 1043593980 1043599020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043488200_1044007980.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz +1985-03-22 14:00:00 1985-03-24 13:00:00 1043599080 1043601900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz'] +1985-03-24 14:00:00 1985-04-21 13:00:00 1043601960 1043642220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043488200_1044007980.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz +1985-04-21 14:00:00 1985-04-22 04:00:00 1043642280 1043643120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz'] +1985-04-23 14:00:00 1985-04-25 13:00:00 1043645160 1043647980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043488200_1044007980.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz +1985-04-25 14:00:00 1985-04-26 13:00:00 1043648040 1043649420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz'] +1985-04-26 14:00:00 1985-04-28 13:00:00 1043649480 1043652300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043488200_1044007980.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz +1985-04-28 14:00:00 1985-04-29 13:00:00 1043652360 1043653740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043488200_1044007980.npz'] +1985-06-26 05:00:00 1985-07-02 13:00:00 1043736780 1043745900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043488200_1044007980.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz +1985-07-02 14:00:00 1985-07-04 23:00:00 1043745960 1043749380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz'] +1985-07-05 01:00:00 1985-07-11 13:00:00 1043749500 1043758860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043488200_1044007980.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz +1985-07-12 14:00:00 1985-07-13 13:00:00 1043760360 1043761740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz'] +1985-07-13 14:00:00 1985-08-19 13:00:00 1043761800 1043815020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043488200_1044007980.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz +1985-08-19 14:00:00 1985-08-20 13:00:00 1043815080 1043816460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz'] +1985-08-20 14:00:00 1985-09-15 13:00:00 1043816520 1043853900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043488200_1044007980.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz +1985-09-15 14:00:00 1985-09-18 13:00:00 1043853960 1043858220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz'] +1985-09-18 14:00:00 1985-09-23 13:00:00 1043858280 1043865420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043488200_1044007980.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz +1985-09-23 14:00:00 1985-09-24 13:00:00 1043865480 1043866860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz'] +1985-09-25 07:00:00 1985-09-29 13:00:00 1043867940 1043874060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043488200_1044007980.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz +1985-09-29 14:00:00 1985-09-29 15:00:00 1043874120 1043874180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043488200_1044007980.npz'] +1985-09-29 15:00:00 1985-09-30 15:00:00 1043874180 1043875620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043488200_1044007980.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz +1985-09-30 15:00:00 1985-09-30 16:00:00 1043875620 1043875680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043488200_1044007980.npz'] +1985-09-30 16:00:00 1985-12-12 13:00:00 1043875680 1043980620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043488200_1044007980.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz +1985-12-12 14:00:00 1985-12-12 15:00:00 1043980680 1043980740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043488200_1044007980.npz'] +1985-12-12 15:00:00 1985-12-15 13:00:00 1043980740 1043984940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043488200_1044007980.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz +1985-12-15 14:00:00 1985-12-15 15:00:00 1043985000 1043985060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043488200_1044007980.npz'] +1985-12-15 15:00:00 1985-12-16 13:00:00 1043985060 1043986380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043488200_1044007980.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz +1985-12-16 13:00:00 1985-12-16 14:00:00 1043986380 1043986440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz'] +1985-12-16 15:00:00 1985-12-17 18:00:00 1043986500 1043988120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043488200_1044007980.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz +1985-12-17 19:00:00 1985-12-17 20:00:00 1043988180 1043988240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043488200_1044007980.npz'] +1985-12-17 20:00:00 1985-12-31 13:00:00 1043988240 1044007980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043488200_1044007980.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1043486760_1044007980.npz +1985-12-31 14:00:00 1986-01-14 13:00:00 1044008040 1044028140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz +1986-01-14 14:00:00 1986-01-15 13:00:00 1044028200 1044029580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz'] +1986-01-15 14:00:00 1986-01-25 13:00:00 1044029640 1044043980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz +1986-01-25 14:00:00 1986-01-26 13:00:00 1044044040 1044045420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz'] +1986-01-26 14:00:00 1986-02-07 13:00:00 1044045480 1044062700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz +1986-02-07 14:00:00 1986-02-08 13:00:00 1044062760 1044064140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz'] +1986-02-08 14:00:00 1986-03-12 13:00:00 1044064200 1044110220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz +1986-03-12 14:00:00 1986-03-13 13:00:00 1044110280 1044111660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz'] +1986-03-20 14:00:00 1986-04-06 13:00:00 1044121800 1044146220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz +1986-04-06 14:00:00 1986-04-07 13:00:00 1044146280 1044147660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz'] +1986-04-07 14:00:00 1986-09-08 13:00:00 1044147720 1044369420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz +1986-09-08 14:00:00 1986-09-09 13:00:00 1044369480 1044370860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520:dup1.npz'] +1986-09-09 14:00:00 1986-10-29 13:00:00 1044370920 1044442860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz +1986-10-29 13:00:00 1986-10-29 14:00:00 1044442860 1044442920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz'] +1986-10-29 14:00:00 1986-10-29 15:00:00 1044442920 1044442980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520:dup1.npz'] +1986-10-29 15:00:00 1986-10-30 13:00:00 1044442980 1044444300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz +1986-10-30 13:00:00 1986-10-30 14:00:00 1044444300 1044444360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz'] +1986-10-30 14:00:00 1986-10-30 15:00:00 1044444360 1044444420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520:dup1.npz'] +1986-10-30 15:00:00 1986-10-31 13:00:00 1044444420 1044445740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz +1986-10-31 13:00:00 1986-10-31 14:00:00 1044445740 1044445800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz'] +1986-10-31 14:00:00 1986-10-31 15:00:00 1044445800 1044445860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520:dup1.npz'] +1986-10-31 15:00:00 1986-11-01 13:00:00 1044445860 1044447180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz +1986-11-01 13:00:00 1986-11-01 14:00:00 1044447180 1044447240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz'] +1986-11-01 14:00:00 1986-11-01 15:00:00 1044447240 1044447300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520:dup1.npz'] +1986-11-01 15:00:00 1986-11-02 13:00:00 1044447300 1044448620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz +1986-11-02 13:00:00 1986-11-02 14:00:00 1044448620 1044448680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz'] +1986-11-02 14:00:00 1986-11-02 15:00:00 1044448680 1044448740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520:dup1.npz'] +1986-11-02 15:00:00 1986-11-03 13:00:00 1044448740 1044450060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz +1986-11-03 14:00:00 1986-11-03 15:00:00 1044450120 1044450180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520:dup1.npz'] +1986-11-03 15:00:00 1986-11-04 13:00:00 1044450180 1044451500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz +1986-11-04 14:00:00 1986-11-04 15:00:00 1044451560 1044451620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520:dup1.npz'] +1986-11-04 15:00:00 1986-11-05 13:00:00 1044451620 1044452940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz +1986-11-05 14:00:00 1986-11-05 15:00:00 1044453000 1044453060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520:dup1.npz'] +1986-11-05 15:00:00 1986-11-06 13:00:00 1044453060 1044454380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz +1986-11-06 14:00:00 1986-11-06 15:00:00 1044454440 1044454500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520:dup1.npz'] +1986-11-06 15:00:00 1986-11-07 13:00:00 1044454500 1044455820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz +1986-11-07 14:00:00 1986-11-07 15:00:00 1044455880 1044455940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520:dup1.npz'] +1986-11-07 15:00:00 1986-11-08 13:00:00 1044455940 1044457260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz +1986-11-08 14:00:00 1986-11-08 15:00:00 1044457320 1044457380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520:dup1.npz'] +1986-11-08 15:00:00 1986-11-09 13:00:00 1044457380 1044458700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz +1986-11-09 14:00:00 1986-11-09 15:00:00 1044458760 1044458820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520:dup1.npz'] +1986-11-09 15:00:00 1986-11-10 05:00:00 1044458820 1044459660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz +1986-11-10 05:00:00 1986-11-10 06:00:00 1044459660 1044459720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz'] +1986-11-10 06:00:00 1986-11-10 07:00:00 1044459720 1044459780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520:dup1.npz'] +1986-11-10 07:00:00 1986-11-10 13:00:00 1044459780 1044460140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz +1986-11-10 14:00:00 1986-11-10 15:00:00 1044460200 1044460260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520:dup1.npz'] +1986-11-10 15:00:00 1986-12-31 12:00:00 1044460260 1044533520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044008040_1044533520.npz +1986-12-31 14:00:00 1987-03-24 13:00:00 1044533640 1044653100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044533640_1045059120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044533640_1045059120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044533640_1045059120:dup1.npz +1987-03-24 14:00:00 1987-03-27 00:00:00 1044653160 1044656640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044533640_1045059120:dup1.npz'] +1987-03-27 05:00:00 1987-08-18 03:00:00 1044656940 1044864180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044533640_1045059120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044533640_1045059120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044533640_1045059120:dup1.npz +1987-08-18 14:00:00 1987-08-19 06:00:00 1044864840 1044865800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044533640_1045059120.npz'] +1987-08-19 07:00:00 1987-12-31 12:00:00 1044865860 1045059120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044533640_1045059120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044533640_1045059120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1044533640_1045059120:dup1.npz +1987-12-31 14:00:00 1988-05-02 13:00:00 1045059240 1045236300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1045059240_1045586220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1045059240_1045586220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1045059240_1045586220:dup1.npz +1988-05-02 14:00:00 1988-05-04 13:00:00 1045236360 1045239180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1045059240_1045586220:dup1.npz'] +1988-05-04 14:00:00 1988-05-22 13:00:00 1045239240 1045265100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1045059240_1045586220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1045059240_1045586220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1045059240_1045586220:dup1.npz +1988-05-22 14:00:00 1988-05-23 13:00:00 1045265160 1045266540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1045059240_1045586220:dup1.npz'] +1988-05-23 14:00:00 1988-06-02 23:00:00 1045266600 1045281540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1045059240_1045586220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1045059240_1045586220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1045059240_1045586220:dup1.npz +1988-07-04 03:00:00 1988-07-04 13:00:00 1045326420 1045327020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1045059240_1045586220.npz'] +1988-07-04 14:00:00 1988-08-23 13:00:00 1045327080 1045399020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1045059240_1045586220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1045059240_1045586220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1045059240_1045586220:dup1.npz +1988-08-23 14:00:00 1988-08-23 21:00:00 1045399080 1045399500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1045059240_1045586220:dup1.npz'] +1988-08-25 10:00:00 1988-12-31 13:00:00 1045401720 1045586220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1045059240_1045586220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1045059240_1045586220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1045059240_1045586220:dup1.npz +1988-12-31 14:00:00 1989-01-02 01:00:00 1045586280 1045588380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1045586280_1046111820.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1045586280_1046111820:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1045586280_1046111820:dup1.npz +1989-01-02 01:00:00 1989-01-02 08:00:00 1045588380 1045588800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1045586280_1046111820:dup1.npz'] +1989-01-02 08:00:00 1989-01-03 01:00:00 1045588800 1045589820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1045586280_1046111820.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1045586280_1046111820:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1045586280_1046111820:dup1.npz +1989-01-03 01:00:00 1989-01-03 02:00:00 1045589820 1045589880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1045586280_1046111820:dup1.npz'] +1989-01-03 03:00:00 1989-12-31 13:00:00 1045589940 1046111820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1045586280_1046111820.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1045586280_1046111820:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1045586280_1046111820:dup1.npz +1989-12-31 14:00:00 1990-12-31 13:00:00 1046111880 1046637420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1046111880_1046637420.npz'] +1990-12-31 14:00:00 1991-09-18 22:00:00 1046637480 1047013800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1046637480_1047013800.npz'] +1992-01-13 08:00:00 1992-11-19 02:00:00 1047181440 1047628920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1047181440_1047628920.npz'] +1993-03-16 14:00:00 1993-12-31 13:00:00 1047798120 1048215660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1047798120_1048215660.npz'] +1994-01-01 14:00:00 1994-10-07 21:00:00 1048217160 1048619340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1048217160_1048619340.npz'] +1995-01-06 02:00:00 1995-12-31 13:00:00 1048749240 1049266860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1048749240_1049266860.npz'] +2001-12-31 15:00:00 2002-12-31 12:00:00 1052423460 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1052423460_1052948880.npz'] +2002-12-31 15:00:00 2003-12-06 14:00:00 1052949060 1053438600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1052949060_1053438600.npz'] +2004-01-07 02:00:00 2004-12-31 13:00:00 1053483960 1054001580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1053483960_1054001580.npz'] +2004-12-31 15:00:00 2005-12-31 13:00:00 1054001700 1054527180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1054001700_1054527180.npz'] +2005-12-31 15:00:00 2006-12-31 13:00:00 1054527300 1055052780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1054527300_1055052780.npz'] +2006-12-31 15:00:00 2007-12-31 13:00:00 1055052900 1055578380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1055052900_1055578380.npz'] +2007-12-31 15:00:00 2008-12-31 13:00:00 1055578500 1056105420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1055578500_1056105420.npz'] +2008-12-31 15:00:00 2009-12-31 13:00:00 1056105540 1056631020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1056105540_1056631020.npz'] +2009-12-31 15:00:00 2010-12-31 13:00:00 1056631140 1057156620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1056631140_1057156620.npz'] +2010-12-31 15:00:00 2011-12-31 13:00:00 1057156740 1057682220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1057156740_1057682220.npz'] +2011-12-31 15:00:00 2012-07-02 22:00:00 1057682340 1057947720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1057682340_1057947720.npz'] +2013-02-22 04:00:00 2013-12-31 13:00:00 1058285040 1058734860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1058285040_1058734860.npz'] +2013-12-31 13:00:00 2014-12-31 13:00:00 1058734860 1059260460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1058734860_1059260460.npz'] +2014-12-31 13:00:00 2015-12-31 13:00:00 1059260460 1059786060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1059260460_1059786060.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/325_CL(IMC)_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +2.13564510345459 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_326_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_326_CL(IMC).out new file mode 100644 index 00000000..362ee2a4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_326_CL(IMC).out @@ -0,0 +1,144 @@ +326_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1982-05-13 02:00:00 1982-05-17 13:00:00 1042095000 1042101420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203420.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203480.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203480.npz +'StationConcatenate' object has no attribute 'existing_data' +1982-05-17 13:00:00 1982-05-24 00:00:00 1042101420 1042110720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203480.npz'] +1982-05-24 01:00:00 1982-05-31 05:00:00 1042110780 1042121100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203420.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203480.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203480.npz +1982-05-31 05:00:00 1982-05-31 06:00:00 1042121100 1042121160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203420.npz'] +1982-05-31 06:00:00 1982-06-03 04:00:00 1042121160 1042125360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203420.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203480.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203480.npz +1982-06-03 04:00:00 1982-06-03 05:00:00 1042125360 1042125420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203480.npz'] +1982-06-03 05:00:00 1982-06-11 03:00:00 1042125420 1042136820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203420.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203480.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203480.npz +1982-06-11 03:00:00 1982-06-11 04:00:00 1042136820 1042136880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203480.npz'] +1982-06-11 04:00:00 1982-06-19 19:00:00 1042136880 1042149300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203420.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203480.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203480.npz +1982-06-19 19:00:00 1982-06-19 20:00:00 1042149300 1042149360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203420.npz'] +1982-06-19 20:00:00 1982-06-23 02:00:00 1042149360 1042154040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203420.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203480.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203480.npz +1982-06-23 02:00:00 1982-06-23 03:00:00 1042154040 1042154100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203420.npz'] +1982-06-23 03:00:00 1982-06-30 03:00:00 1042154100 1042164180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203420.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203480.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203480.npz +1982-06-30 03:00:00 1982-06-30 04:00:00 1042164180 1042164240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203420.npz'] +1982-06-30 04:00:00 1982-07-06 03:00:00 1042164240 1042172820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203420.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203480.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203480.npz +1982-07-06 03:00:00 1982-07-06 04:00:00 1042172820 1042172880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203420.npz'] +1982-07-06 04:00:00 1982-07-22 00:00:00 1042172880 1042195680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203420.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203480.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203480.npz +1982-07-22 00:00:00 1982-07-22 06:00:00 1042195680 1042196040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203420.npz'] +1982-07-22 06:00:00 1982-07-27 09:00:00 1042196040 1042203420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203420.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203480.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203480.npz +1982-07-27 09:00:00 1982-07-27 10:00:00 1042203420 1042203480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042095000_1042203480.npz'] +1983-06-23 03:00:00 1983-12-31 13:00:00 1042679700 1042955340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042679700_1042955340.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042679700_1042955340:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042679700_1042955340.npz +1983-12-31 13:00:00 1983-12-31 14:00:00 1042955340 1042955400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042955340_1043482380.npz'] +1983-12-31 15:00:00 1984-03-06 13:00:00 1042955460 1043050380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042955340_1043482380.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042955460_1043482380.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042955460_1043482380.npz +1984-03-06 13:00:00 1984-03-07 01:00:00 1043050380 1043051100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042955340_1043482380.npz'] +1984-03-07 03:00:00 1984-04-09 04:00:00 1043051220 1043098800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042955340_1043482380.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042955460_1043482380.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042955460_1043482380.npz +1984-04-10 05:00:00 1984-04-10 06:00:00 1043100300 1043100360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042955340_1043482380.npz'] +1984-04-10 06:00:00 1984-08-18 13:00:00 1043100360 1043287980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042955340_1043482380.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042955460_1043482380.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042955460_1043482380.npz +1984-08-18 13:00:00 1984-08-20 07:00:00 1043287980 1043290500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042955340_1043482380.npz'] +1984-08-23 08:00:00 1984-09-07 00:00:00 1043294880 1043316000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042955340_1043482380.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042955460_1043482380.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042955460_1043482380.npz +1984-09-07 15:00:00 1984-09-07 16:00:00 1043316900 1043316960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042955460_1043482380.npz'] +1984-09-07 16:00:00 1984-09-30 13:00:00 1043316960 1043349900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042955340_1043482380.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042955460_1043482380.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042955460_1043482380.npz +1984-09-30 13:00:00 1984-10-05 01:00:00 1043349900 1043356380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042955460_1043482380.npz'] +1984-10-05 01:00:00 1984-10-27 05:00:00 1043356380 1043388300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042955340_1043482380.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042955460_1043482380.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042955460_1043482380.npz +1984-10-30 15:00:00 1984-10-30 16:00:00 1043393220 1043393280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042955460_1043482380.npz'] +1984-10-30 16:00:00 1984-12-31 13:00:00 1043393280 1043482380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042955340_1043482380.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042955460_1043482380.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1042955460_1043482380.npz +1984-12-31 13:00:00 1985-12-31 13:00:00 1043482380 1044007980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1043482380_1044007980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1043482380_1044007980:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1043482380_1044007980.npz +1985-12-31 13:00:00 1986-07-17 00:00:00 1044007980 1044292320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1044007980_1044527820.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1044007980_1044527820:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1044007980_1044527820:dup1.npz +1986-07-17 00:00:00 1986-07-17 01:00:00 1044292320 1044292380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1044007980_1044527820.npz'] +1986-07-17 01:00:00 1986-07-17 02:00:00 1044292380 1044292440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1044007980_1044527820:dup1.npz'] +1986-07-17 02:00:00 1986-10-03 01:00:00 1044292440 1044404700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1044007980_1044527820.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1044007980_1044527820:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1044007980_1044527820:dup1.npz +1986-10-03 01:00:00 1986-10-05 03:00:00 1044404700 1044407700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1044007980_1044527820:dup1.npz'] +1986-10-09 13:00:00 1986-11-03 14:00:00 1044414060 1044450120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1044007980_1044527820.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1044007980_1044527820:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1044007980_1044527820:dup1.npz +1986-11-03 14:00:00 1986-11-03 15:00:00 1044450120 1044450180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1044007980_1044527820.npz'] +1986-11-03 15:00:00 1986-11-04 14:00:00 1044450180 1044451560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1044007980_1044527820.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1044007980_1044527820:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1044007980_1044527820:dup1.npz +1986-11-04 14:00:00 1986-11-04 15:00:00 1044451560 1044451620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1044007980_1044527820.npz'] +1986-11-04 15:00:00 1986-12-27 13:00:00 1044451620 1044527820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1044007980_1044527820.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1044007980_1044527820:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1044007980_1044527820:dup1.npz +1987-02-13 13:00:00 1987-02-26 13:00:00 1044596940 1044615660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1044596940_1045059120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1044596940_1045059120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1044596940_1045059120:dup1.npz +1987-02-26 13:00:00 1987-02-27 13:00:00 1044615660 1044617100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1044596940_1045059120:dup1.npz'] +1987-03-02 13:00:00 1987-12-31 12:00:00 1044621420 1045059120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1044596940_1045059120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1044596940_1045059120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1044596940_1045059120:dup1.npz +1987-12-31 13:00:00 1988-02-29 13:00:00 1045059180 1045145580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1045059180_1045586220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1045059180_1045586220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1045059180_1045586220.npz +1988-02-29 13:00:00 1988-02-29 14:00:00 1045145580 1045145640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1045059180_1045586220.npz'] +1988-02-29 14:00:00 1988-06-22 22:00:00 1045145640 1045310280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1045059180_1045586220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1045059180_1045586220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1045059180_1045586220.npz +1988-06-22 22:00:00 1988-06-22 23:00:00 1045310280 1045310340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1045059180_1045586220.npz'] +1988-06-23 02:00:00 1988-09-01 22:00:00 1045310520 1045412520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1045059180_1045586220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1045059180_1045586220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1045059180_1045586220.npz +1988-09-03 13:00:00 1988-09-03 14:00:00 1045414860 1045414920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1045059180_1045586220.npz'] +1988-09-03 15:00:00 1988-12-31 13:00:00 1045414980 1045586220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1045059180_1045586220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1045059180_1045586220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1045059180_1045586220.npz +1988-12-31 13:00:00 1989-12-31 13:00:00 1045586220 1046111820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1045586220_1046111820.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1045586220_1046111820:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1045586220_1046111820.npz +1989-12-31 13:00:00 1990-12-31 13:00:00 1046111820 1046637420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1046111820_1046637420.npz'] +1990-12-31 13:00:00 1991-12-31 13:00:00 1046637420 1047163020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1046637420_1047163020.npz'] +1991-12-31 13:00:00 1992-12-31 13:00:00 1047163020 1047690060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1047163020_1047690060.npz'] +1992-12-31 13:00:00 1993-12-31 13:00:00 1047690060 1048215660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1047690060_1048215660.npz'] +1994-01-01 14:00:00 1994-12-31 12:00:00 1048217160 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1048217160_1048741200.npz'] +1994-12-31 14:00:00 1995-12-31 13:00:00 1048741320 1049266860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1048741320_1049266860.npz'] +2001-12-31 15:00:00 2002-12-31 02:00:00 1052423460 1052948280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1052423460_1052948280.npz'] +2003-01-05 13:00:00 2003-12-31 13:00:00 1052956140 1053474540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1052956140_1053474540.npz'] +2003-12-31 15:00:00 2004-12-31 13:00:00 1053474660 1054001580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1053474660_1054001580.npz'] +2004-12-31 15:00:00 2005-12-31 13:00:00 1054001700 1054527180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1054001700_1054527180.npz'] +2005-12-31 15:00:00 2006-12-31 13:00:00 1054527300 1055052780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1054527300_1055052780.npz'] +2006-12-31 15:00:00 2007-12-31 13:00:00 1055052900 1055578380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1055052900_1055578380.npz'] +2007-12-31 15:00:00 2008-12-31 13:00:00 1055578500 1056105420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1055578500_1056105420.npz'] +2008-12-31 15:00:00 2009-12-31 13:00:00 1056105540 1056631020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1056105540_1056631020.npz'] +2009-12-31 15:00:00 2010-12-31 13:00:00 1056631140 1057156620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1056631140_1057156620.npz'] +2010-12-31 15:00:00 2011-12-31 13:00:00 1057156740 1057682220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1057156740_1057682220.npz'] +2011-12-31 15:00:00 2012-12-31 13:00:00 1057682340 1058209260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1057682340_1058209260.npz'] +2012-12-31 13:00:00 2013-12-22 14:00:00 1058209260 1058721960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1058209260_1058721960.npz'] +2014-01-16 06:00:00 2014-12-31 13:00:00 1058757480 1059260460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1058757480_1059260460.npz'] +2014-12-31 13:00:00 2015-12-31 13:00:00 1059260460 1059786060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/326_CL(IMC)_1059260460_1059786060.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.3439712405204773 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_327_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_327_CL(IMC).out new file mode 100644 index 00000000..05fae722 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_327_CL(IMC).out @@ -0,0 +1,136 @@ +327_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1983-10-13 14:00:00 1983-12-31 13:00:00 1042841640 1042955340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1042841640_1042955340.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1042841640_1042955340:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1042841640_1042955340.npz +'StationConcatenate' object has no attribute 'existing_data' +1983-12-31 14:00:00 1984-08-27 03:00:00 1042955400 1043300340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1042955400_1043482380.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1042955400_1043482380:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1042955400_1043482380.npz +1984-08-30 06:00:00 1984-08-30 13:00:00 1043304840 1043305260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1042955400_1043482380.npz'] +1984-08-30 14:00:00 1984-11-09 13:00:00 1043305320 1043407500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1042955400_1043482380.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1042955400_1043482380:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1042955400_1043482380.npz +1984-11-09 14:00:00 1984-11-10 13:00:00 1043407560 1043408940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1042955400_1043482380:dup1.npz'] +1984-11-10 14:00:00 1984-12-18 13:00:00 1043409000 1043463660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1042955400_1043482380.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1042955400_1043482380:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1042955400_1043482380.npz +1984-12-18 14:00:00 1984-12-20 13:00:00 1043463720 1043466540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1042955400_1043482380.npz'] +1984-12-20 14:00:00 1984-12-31 13:00:00 1043466600 1043482380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1042955400_1043482380.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1042955400_1043482380:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1042955400_1043482380.npz +1984-12-31 14:00:00 1985-03-29 13:00:00 1043482440 1043609100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1043482440_1044007980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1043482440_1044007980:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1043482440_1044007980:dup1.npz +1985-03-29 14:00:00 1985-03-30 13:00:00 1043609160 1043610540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1043482440_1044007980:dup1.npz'] +1985-03-30 14:00:00 1985-04-29 13:00:00 1043610600 1043653740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1043482440_1044007980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1043482440_1044007980:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1043482440_1044007980:dup1.npz +1985-04-29 14:00:00 1985-05-02 13:00:00 1043653800 1043658060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1043482440_1044007980:dup1.npz'] +1985-05-17 01:00:00 1985-12-31 13:00:00 1043678940 1044007980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1043482440_1044007980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1043482440_1044007980:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1043482440_1044007980:dup1.npz +1985-12-31 14:00:00 1986-10-05 23:00:00 1044008040 1044408900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044008040_1044533520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044008040_1044533520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044008040_1044533520:dup1.npz +1986-10-05 23:00:00 1986-10-06 00:00:00 1044408900 1044408960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044008040_1044533520.npz'] +1986-10-06 00:00:00 1986-10-22 13:00:00 1044408960 1044432780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044008040_1044533520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044008040_1044533520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044008040_1044533520:dup1.npz +1986-10-22 14:00:00 1986-10-24 13:00:00 1044432840 1044435660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044008040_1044533520:dup1.npz'] +1986-10-24 14:00:00 1986-10-31 15:00:00 1044435720 1044445860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044008040_1044533520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044008040_1044533520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044008040_1044533520:dup1.npz +1986-10-31 15:00:00 1986-10-31 16:00:00 1044445860 1044445920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044008040_1044533520.npz'] +1986-10-31 16:00:00 1986-11-03 05:00:00 1044445920 1044449580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044008040_1044533520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044008040_1044533520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044008040_1044533520:dup1.npz +1986-11-03 05:00:00 1986-11-03 06:00:00 1044449580 1044449640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044008040_1044533520:dup1.npz'] +1986-11-03 07:00:00 1986-12-31 12:00:00 1044449700 1044533520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044008040_1044533520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044008040_1044533520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044008040_1044533520:dup1.npz +1986-12-31 14:00:00 1987-01-04 13:00:00 1044533640 1044539340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044533640_1045059120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044533640_1045059120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044533640_1045059120:dup1.npz +1987-01-09 04:00:00 1987-01-09 13:00:00 1044546000 1044546540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044533640_1045059120.npz'] +1987-01-09 14:00:00 1987-05-16 13:00:00 1044546600 1044729420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044533640_1045059120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044533640_1045059120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044533640_1045059120:dup1.npz +1987-05-18 22:00:00 1987-05-19 13:00:00 1044732840 1044733740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044533640_1045059120:dup1.npz'] +1987-05-19 14:00:00 1987-05-21 13:00:00 1044733800 1044736620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044533640_1045059120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044533640_1045059120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044533640_1045059120:dup1.npz +1987-05-21 14:00:00 1987-05-22 02:00:00 1044736680 1044737400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044533640_1045059120:dup1.npz'] +1987-05-22 03:00:00 1987-07-16 13:00:00 1044737460 1044817260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044533640_1045059120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044533640_1045059120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044533640_1045059120:dup1.npz +1987-07-16 14:00:00 1987-07-17 13:00:00 1044817320 1044818700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044533640_1045059120:dup1.npz'] +1987-07-17 14:00:00 1987-11-24 23:00:00 1044818760 1045006500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044533640_1045059120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044533640_1045059120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044533640_1045059120:dup1.npz +1987-11-24 23:00:00 1987-11-25 00:00:00 1045006500 1045006560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044533640_1045059120:dup1.npz'] +1987-11-25 00:00:00 1987-11-26 13:00:00 1045006560 1045008780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044533640_1045059120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044533640_1045059120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044533640_1045059120:dup1.npz +1987-11-26 14:00:00 1987-11-27 17:00:00 1045008840 1045010460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044533640_1045059120:dup1.npz'] +1987-11-27 17:00:00 1987-11-30 22:00:00 1045010460 1045015080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044533640_1045059120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044533640_1045059120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044533640_1045059120:dup1.npz +1987-11-30 22:00:00 1987-11-30 23:00:00 1045015080 1045015140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044533640_1045059120.npz'] +1987-12-01 00:00:00 1987-12-01 01:00:00 1045015200 1045015260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044533640_1045059120:dup1.npz'] +1987-12-01 01:00:00 1987-12-31 12:00:00 1045015260 1045059120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044533640_1045059120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044533640_1045059120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1044533640_1045059120:dup1.npz +1987-12-31 14:00:00 1988-01-19 00:00:00 1045059240 1045085760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1045059240_1045586220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1045059240_1045586220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1045059240_1045586220.npz +1988-01-19 00:00:00 1988-01-19 01:00:00 1045085760 1045085820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1045059240_1045586220.npz'] +1988-01-19 01:00:00 1988-01-19 02:00:00 1045085820 1045085880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1045059240_1045586220:dup1.npz'] +1988-01-19 02:00:00 1988-02-23 23:00:00 1045085880 1045137540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1045059240_1045586220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1045059240_1045586220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1045059240_1045586220.npz +1988-02-23 23:00:00 1988-02-24 00:00:00 1045137540 1045137600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1045059240_1045586220.npz'] +1988-02-24 00:00:00 1988-11-16 00:00:00 1045137600 1045520640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1045059240_1045586220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1045059240_1045586220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1045059240_1045586220.npz +1988-11-16 06:00:00 1988-11-16 07:00:00 1045521000 1045521060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1045059240_1045586220:dup1.npz'] +1988-11-16 07:00:00 1988-12-31 13:00:00 1045521060 1045586220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1045059240_1045586220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1045059240_1045586220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1045059240_1045586220.npz +1988-12-31 14:00:00 1989-06-22 10:00:00 1045586280 1045835160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1045586280_1046011980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1045586280_1046011980:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1045586280_1046011980:dup1.npz +1989-06-22 10:00:00 1989-06-22 13:00:00 1045835160 1045835340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1045586280_1046011980:dup1.npz'] +1989-06-22 13:00:00 1989-06-28 09:00:00 1045835340 1045843740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1045586280_1046011980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1045586280_1046011980:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1045586280_1046011980:dup1.npz +1989-06-28 09:00:00 1989-06-28 10:00:00 1045843740 1045843800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1045586280_1046011980:dup1.npz'] +1989-06-28 10:00:00 1989-07-25 10:00:00 1045843800 1045882680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1045586280_1046011980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1045586280_1046011980:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1045586280_1046011980:dup1.npz +1989-07-25 10:00:00 1989-07-25 12:00:00 1045882680 1045882800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1045586280_1046011980:dup1.npz'] +1989-07-25 12:00:00 1989-10-23 05:00:00 1045882800 1046011980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1045586280_1046011980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1045586280_1046011980:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1045586280_1046011980:dup1.npz +1990-01-09 04:00:00 1990-12-31 13:00:00 1046124240 1046637420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1046124240_1046637420.npz'] +1990-12-31 14:00:00 1991-08-11 00:00:00 1046637480 1046957760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1046637480_1046957760.npz'] +1992-01-02 14:00:00 1992-12-31 13:00:00 1047165960 1047690060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1047165960_1047690060.npz'] +1992-12-31 14:00:00 1993-12-31 13:00:00 1047690120 1048215660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1047690120_1048215660.npz'] +1994-01-01 14:00:00 1994-12-31 13:00:00 1048217160 1048741260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1048217160_1048741260.npz'] +1994-12-31 14:00:00 1995-12-31 13:00:00 1048741320 1049266860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1048741320_1049266860.npz'] +2001-12-31 14:00:00 2002-12-30 21:00:00 1052423400 1052947980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1052423400_1052947980.npz'] +2002-12-31 15:00:00 2003-12-31 13:00:00 1052949060 1053474540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1052949060_1053474540.npz'] +2003-12-31 15:00:00 2004-12-31 13:00:00 1053474660 1054001580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1053474660_1054001580.npz'] +2004-12-31 15:00:00 2005-12-31 13:00:00 1054001700 1054527180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1054001700_1054527180.npz'] +2005-12-31 15:00:00 2006-12-31 13:00:00 1054527300 1055052780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1054527300_1055052780.npz'] +2006-12-31 15:00:00 2007-12-31 13:00:00 1055052900 1055578380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1055052900_1055578380.npz'] +2007-12-31 15:00:00 2008-12-31 13:00:00 1055578500 1056105420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1055578500_1056105420.npz'] +2008-12-31 15:00:00 2009-12-31 13:00:00 1056105540 1056631020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1056105540_1056631020.npz'] +2009-12-31 15:00:00 2010-12-31 13:00:00 1056631140 1057156620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1056631140_1057156620.npz'] +2010-12-31 15:00:00 2011-12-31 13:00:00 1057156740 1057682220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1057156740_1057682220.npz'] +2011-12-31 15:00:00 2012-12-31 13:00:00 1057682340 1058209260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1057682340_1058209260.npz'] +2012-12-31 13:00:00 2013-12-31 13:00:00 1058209260 1058734860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1058209260_1058734860.npz'] +2013-12-31 13:00:00 2014-12-31 13:00:00 1058734860 1059260460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1058734860_1059260460.npz'] +2014-12-31 13:00:00 2015-02-26 22:00:00 1059260460 1059343080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/327_CL(IMC)_1059260460_1059343080.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.388349453608195 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_32_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_32_CL(IMC).out new file mode 100644 index 00000000..c4c379a2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_32_CL(IMC).out @@ -0,0 +1,9 @@ +32_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2017-08-07 15:00:00 2017-12-31 12:00:00 1060628580 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/32_CL(IMC)_1060628580_1060838640.npz'] +'StationConcatenate' object has no attribute 'existing_data' +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/32_CL(IMC)_1061889900_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/32_CL(IMC)_1061889900_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/32_CL(IMC)_1061889900_1062416940.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.011957879861195881 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_330_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_330_CL(IMC).out new file mode 100644 index 00000000..17b52f85 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_330_CL(IMC).out @@ -0,0 +1,548 @@ +330_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1984-08-09 06:00:00 1984-08-13 09:00:00 1043274600 1043280540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043274600_1043482320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043274600_1043482320:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043274600_1043482320.npz +'StationConcatenate' object has no attribute 'existing_data' +1984-08-13 09:00:00 1984-08-13 10:00:00 1043280540 1043280600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043274600_1043482320.npz'] +1984-08-13 10:00:00 1984-08-13 17:00:00 1043280600 1043281020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043274600_1043482320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043274600_1043482320:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043274600_1043482320.npz +1984-08-13 17:00:00 1984-08-13 18:00:00 1043281020 1043281080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043274600_1043482320.npz'] +1984-08-13 18:00:00 1984-08-17 12:00:00 1043281080 1043286480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043274600_1043482320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043274600_1043482320:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043274600_1043482320.npz +1984-08-17 12:00:00 1984-08-17 13:00:00 1043286480 1043286540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043274600_1043482320:dup1.npz'] +1984-08-17 14:00:00 1984-08-18 12:00:00 1043286600 1043287920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043274600_1043482320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043274600_1043482320:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043274600_1043482320.npz +1984-08-18 12:00:00 1984-08-18 13:00:00 1043287920 1043287980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043274600_1043482320:dup1.npz'] +1984-08-18 14:00:00 1984-08-19 12:00:00 1043288040 1043289360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043274600_1043482320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043274600_1043482320:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043274600_1043482320.npz +1984-08-19 12:00:00 1984-08-19 13:00:00 1043289360 1043289420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043274600_1043482320:dup1.npz'] +1984-08-19 14:00:00 1984-09-12 07:00:00 1043289480 1043323620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043274600_1043482320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043274600_1043482320:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043274600_1043482320.npz +1984-09-12 07:00:00 1984-09-12 23:00:00 1043323620 1043324580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043274600_1043482320.npz'] +1984-09-12 23:00:00 1984-12-13 21:00:00 1043324580 1043456940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043274600_1043482320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043274600_1043482320:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043274600_1043482320.npz +1984-12-13 21:00:00 1984-12-13 22:00:00 1043456940 1043457000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043274600_1043482320:dup1.npz'] +1984-12-13 22:00:00 1984-12-13 23:00:00 1043457000 1043457060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043274600_1043482320.npz'] +1984-12-13 23:00:00 1984-12-31 12:00:00 1043457060 1043482320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043274600_1043482320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043274600_1043482320:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043274600_1043482320.npz +1984-12-31 14:00:00 1985-04-20 17:00:00 1043482440 1043641020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz +1985-04-20 17:00:00 1985-04-20 21:00:00 1043641020 1043641260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +1985-04-20 21:00:00 1985-04-25 13:00:00 1043641260 1043647980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz +1985-04-25 13:00:00 1985-04-25 14:00:00 1043647980 1043648040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +1985-04-25 14:00:00 1985-05-12 20:00:00 1043648040 1043672880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz +1985-05-12 20:00:00 1985-05-12 21:00:00 1043672880 1043672940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +1985-05-12 21:00:00 1985-05-16 16:00:00 1043672940 1043678400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz +1985-05-16 16:00:00 1985-05-16 21:00:00 1043678400 1043678700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +1985-05-16 21:00:00 1985-05-25 16:00:00 1043678700 1043691360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz +1985-05-25 16:00:00 1985-05-25 17:00:00 1043691360 1043691420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +1985-05-25 17:00:00 1985-05-25 18:00:00 1043691420 1043691480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz +1985-05-25 18:00:00 1985-05-25 22:00:00 1043691480 1043691720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +1985-05-25 22:00:00 1985-05-27 03:00:00 1043691720 1043693460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz +1985-05-27 03:00:00 1985-05-27 04:00:00 1043693460 1043693520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +1985-05-27 04:00:00 1985-05-27 05:00:00 1043693520 1043693580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920.npz'] +1985-05-27 05:00:00 1985-05-27 21:00:00 1043693580 1043694540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz +1985-05-27 21:00:00 1985-05-27 22:00:00 1043694540 1043694600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920.npz'] +1985-05-27 22:00:00 1985-06-07 19:00:00 1043694600 1043710260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz +1985-06-07 19:00:00 1985-06-07 21:00:00 1043710260 1043710380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +1985-06-07 21:00:00 1985-06-17 03:00:00 1043710380 1043723700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz +1985-06-17 04:00:00 1985-06-17 05:00:00 1043723760 1043723820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920.npz'] +1985-06-17 05:00:00 1985-06-17 14:00:00 1043723820 1043724360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz +1985-06-17 14:00:00 1985-06-17 15:00:00 1043724360 1043724420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920.npz'] +1985-06-17 15:00:00 1985-06-21 13:00:00 1043724420 1043730060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz +1985-06-21 14:00:00 1985-06-21 15:00:00 1043730120 1043730180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +1985-06-21 15:00:00 1985-06-22 11:00:00 1043730180 1043731380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz +1985-06-22 12:00:00 1985-06-22 23:00:00 1043731440 1043732100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +1985-06-22 23:00:00 1985-12-08 13:00:00 1043732100 1043974860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz +1985-12-08 13:00:00 1985-12-08 15:00:00 1043974860 1043974980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +1985-12-08 15:00:00 1985-12-11 22:00:00 1043974980 1043979720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz +1985-12-12 01:00:00 1985-12-12 02:00:00 1043979900 1043979960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +1985-12-12 02:00:00 1985-12-12 23:00:00 1043979960 1043981220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz +1985-12-12 23:00:00 1985-12-13 01:00:00 1043981220 1043981340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +1985-12-13 01:00:00 1985-12-13 23:00:00 1043981340 1043982660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz +1985-12-13 23:00:00 1985-12-14 01:00:00 1043982660 1043982780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +1985-12-14 01:00:00 1985-12-14 22:00:00 1043982780 1043984040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz +1985-12-14 22:00:00 1985-12-14 23:00:00 1043984040 1043984100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920.npz'] +1985-12-14 23:00:00 1985-12-15 00:00:00 1043984100 1043984160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +1985-12-15 00:00:00 1985-12-15 13:00:00 1043984160 1043984940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz +1985-12-15 13:00:00 1985-12-15 14:00:00 1043984940 1043985000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +1985-12-15 14:00:00 1985-12-15 22:00:00 1043985000 1043985480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz +1985-12-15 22:00:00 1985-12-15 23:00:00 1043985480 1043985540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920.npz'] +1985-12-16 00:00:00 1985-12-31 12:00:00 1043985600 1044007920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1043482440_1044007920:dup1.npz +1985-12-31 14:00:00 1986-01-19 13:00:00 1044008040 1044035340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-01-19 14:00:00 1986-01-19 15:00:00 1044035400 1044035460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-01-19 15:00:00 1986-01-20 13:00:00 1044035460 1044036780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-01-20 14:00:00 1986-01-20 15:00:00 1044036840 1044036900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-01-20 15:00:00 1986-01-24 19:00:00 1044036900 1044042900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-01-24 19:00:00 1986-01-24 20:00:00 1044042900 1044042960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-01-24 20:00:00 1986-01-26 13:00:00 1044042960 1044045420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-01-26 14:00:00 1986-01-26 15:00:00 1044045480 1044045540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-01-26 15:00:00 1986-02-05 16:00:00 1044045540 1044060000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-02-05 16:00:00 1986-02-05 17:00:00 1044060000 1044060060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz'] +1986-02-05 17:00:00 1986-02-06 13:00:00 1044060060 1044061260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-02-06 14:00:00 1986-02-06 15:00:00 1044061320 1044061380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-02-06 15:00:00 1986-02-17 01:00:00 1044061380 1044076380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-02-17 01:00:00 1986-02-17 02:00:00 1044076380 1044076440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-02-17 03:00:00 1986-02-19 01:00:00 1044076500 1044079260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-02-19 01:00:00 1986-02-19 09:00:00 1044079260 1044079740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-02-19 09:00:00 1986-03-24 13:00:00 1044079740 1044127500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-03-24 14:00:00 1986-03-24 15:00:00 1044127560 1044127620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-03-24 15:00:00 1986-03-31 13:00:00 1044127620 1044137580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-03-31 14:00:00 1986-03-31 15:00:00 1044137640 1044137700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-03-31 15:00:00 1986-04-01 13:00:00 1044137700 1044139020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-04-01 14:00:00 1986-04-01 15:00:00 1044139080 1044139140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-04-01 15:00:00 1986-04-02 13:00:00 1044139140 1044140460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-04-02 14:00:00 1986-04-02 18:00:00 1044140520 1044140760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-04-02 18:00:00 1986-04-03 01:00:00 1044140760 1044141180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-04-03 01:00:00 1986-04-03 03:00:00 1044141180 1044141300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-04-03 03:00:00 1986-04-03 13:00:00 1044141300 1044141900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-04-07 14:00:00 1986-04-07 15:00:00 1044147720 1044147780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-04-07 15:00:00 1986-04-08 13:00:00 1044147780 1044149100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-04-08 14:00:00 1986-04-08 15:00:00 1044149160 1044149220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-04-08 15:00:00 1986-04-09 13:00:00 1044149220 1044150540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-04-09 14:00:00 1986-04-09 15:00:00 1044150600 1044150660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-04-09 15:00:00 1986-04-09 21:00:00 1044150660 1044151020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-04-09 21:00:00 1986-04-09 22:00:00 1044151020 1044151080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-04-09 22:00:00 1986-04-10 13:00:00 1044151080 1044151980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-04-10 14:00:00 1986-04-10 15:00:00 1044152040 1044152100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-04-10 15:00:00 1986-04-11 13:00:00 1044152100 1044153420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-04-11 14:00:00 1986-04-11 15:00:00 1044153480 1044153540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-04-11 15:00:00 1986-04-12 13:00:00 1044153540 1044154860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-04-12 14:00:00 1986-04-12 15:00:00 1044154920 1044154980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-04-12 15:00:00 1986-04-13 13:00:00 1044154980 1044156300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-04-13 14:00:00 1986-04-13 15:00:00 1044156360 1044156420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-04-13 15:00:00 1986-04-14 01:00:00 1044156420 1044157020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-04-14 01:00:00 1986-04-14 02:00:00 1044157020 1044157080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-04-14 02:00:00 1986-04-14 13:00:00 1044157080 1044157740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-04-14 14:00:00 1986-04-14 15:00:00 1044157800 1044157860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-04-14 15:00:00 1986-04-15 13:00:00 1044157860 1044159180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-04-15 14:00:00 1986-04-15 15:00:00 1044159240 1044159300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-04-15 15:00:00 1986-04-16 13:00:00 1044159300 1044160620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-04-16 14:00:00 1986-04-16 15:00:00 1044160680 1044160740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-04-16 15:00:00 1986-04-17 13:00:00 1044160740 1044162060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-04-17 14:00:00 1986-04-17 15:00:00 1044162120 1044162180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-04-17 15:00:00 1986-04-18 13:00:00 1044162180 1044163500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-04-18 14:00:00 1986-04-18 15:00:00 1044163560 1044163620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-04-18 15:00:00 1986-04-18 19:00:00 1044163620 1044163860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-04-18 19:00:00 1986-04-18 20:00:00 1044163860 1044163920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz'] +1986-04-18 20:00:00 1986-04-19 13:00:00 1044163920 1044164940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-04-19 14:00:00 1986-04-19 15:00:00 1044165000 1044165060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-04-19 15:00:00 1986-04-20 13:00:00 1044165060 1044166380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-04-20 14:00:00 1986-04-20 15:00:00 1044166440 1044166500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-04-20 15:00:00 1986-04-21 04:00:00 1044166500 1044167280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-04-21 04:00:00 1986-04-21 05:00:00 1044167280 1044167340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-04-21 05:00:00 1986-04-22 13:00:00 1044167340 1044169260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-04-22 14:00:00 1986-04-22 15:00:00 1044169320 1044169380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-04-22 15:00:00 1986-04-23 13:00:00 1044169380 1044170700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-04-23 14:00:00 1986-04-23 15:00:00 1044170760 1044170820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-04-23 15:00:00 1986-04-24 01:00:00 1044170820 1044171420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-04-24 01:00:00 1986-04-24 02:00:00 1044171420 1044171480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz'] +1986-04-24 02:00:00 1986-04-24 03:00:00 1044171480 1044171540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-04-24 03:00:00 1986-04-24 13:00:00 1044171540 1044172140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-04-24 14:00:00 1986-04-24 15:00:00 1044172200 1044172260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-04-24 15:00:00 1986-04-25 03:00:00 1044172260 1044172980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-04-25 03:00:00 1986-04-25 04:00:00 1044172980 1044173040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz'] +1986-04-25 04:00:00 1986-04-25 13:00:00 1044173040 1044173580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-04-25 14:00:00 1986-04-25 15:00:00 1044173640 1044173700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-04-25 15:00:00 1986-04-26 13:00:00 1044173700 1044175020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-04-26 14:00:00 1986-04-26 15:00:00 1044175080 1044175140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-04-26 15:00:00 1986-04-26 19:00:00 1044175140 1044175380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-04-26 19:00:00 1986-04-26 20:00:00 1044175380 1044175440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz'] +1986-04-26 20:00:00 1986-04-27 13:00:00 1044175440 1044176460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-04-27 14:00:00 1986-04-27 15:00:00 1044176520 1044176580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-04-27 15:00:00 1986-04-28 13:00:00 1044176580 1044177900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-08-19 13:00:00 1986-08-19 14:00:00 1044340620 1044340680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-08-19 14:00:00 1986-08-20 13:00:00 1044340680 1044342060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-08-20 13:00:00 1986-08-20 14:00:00 1044342060 1044342120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-08-20 14:00:00 1986-08-21 12:00:00 1044342120 1044343440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-08-21 12:00:00 1986-08-21 13:00:00 1044343440 1044343500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz'] +1986-08-21 14:00:00 1986-08-22 13:00:00 1044343560 1044344940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-08-22 14:00:00 1986-08-22 15:00:00 1044345000 1044345060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-08-22 15:00:00 1986-08-23 13:00:00 1044345060 1044346380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-08-23 14:00:00 1986-08-23 15:00:00 1044346440 1044346500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-08-23 15:00:00 1986-08-24 13:00:00 1044346500 1044347820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-08-24 14:00:00 1986-08-24 15:00:00 1044347880 1044347940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-08-24 15:00:00 1986-08-25 12:00:00 1044347940 1044349200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-08-25 12:00:00 1986-08-25 13:00:00 1044349200 1044349260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz'] +1986-08-25 13:00:00 1986-08-26 04:00:00 1044349260 1044350160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-08-26 05:00:00 1986-08-26 06:00:00 1044350220 1044350280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-08-26 06:00:00 1986-08-28 13:00:00 1044350280 1044353580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-08-28 14:00:00 1986-08-28 15:00:00 1044353640 1044353700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-08-28 15:00:00 1986-08-31 13:00:00 1044353700 1044357900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-08-31 13:00:00 1986-08-31 14:00:00 1044357900 1044357960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-08-31 15:00:00 1986-09-01 13:00:00 1044358020 1044359340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-09-01 13:00:00 1986-09-01 14:00:00 1044359340 1044359400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-09-01 15:00:00 1986-09-02 22:00:00 1044359460 1044361320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-09-02 23:00:00 1986-09-03 00:00:00 1044361380 1044361440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-09-03 00:00:00 1986-09-04 05:00:00 1044361440 1044363180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-09-04 06:00:00 1986-09-04 07:00:00 1044363240 1044363300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-09-04 07:00:00 1986-09-04 10:00:00 1044363300 1044363480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-09-04 10:00:00 1986-09-04 11:00:00 1044363480 1044363540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-09-04 11:00:00 1986-09-05 13:00:00 1044363540 1044365100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-09-05 14:00:00 1986-09-05 15:00:00 1044365160 1044365220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-09-05 15:00:00 1986-09-06 13:00:00 1044365220 1044366540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-09-06 14:00:00 1986-09-06 15:00:00 1044366600 1044366660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-09-06 15:00:00 1986-09-08 12:00:00 1044366660 1044369360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-09-08 12:00:00 1986-09-08 13:00:00 1044369360 1044369420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz'] +1986-09-08 14:00:00 1986-09-09 12:00:00 1044369480 1044370800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-09-09 12:00:00 1986-09-09 13:00:00 1044370800 1044370860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz'] +1986-09-09 14:00:00 1986-09-13 12:00:00 1044370920 1044376560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-09-13 12:00:00 1986-09-13 13:00:00 1044376560 1044376620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz'] +1986-09-13 14:00:00 1986-09-14 12:00:00 1044376680 1044378000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-09-14 12:00:00 1986-09-14 13:00:00 1044378000 1044378060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz'] +1986-09-14 14:00:00 1986-09-21 12:00:00 1044378120 1044388080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-09-21 12:00:00 1986-09-21 13:00:00 1044388080 1044388140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz'] +1986-09-21 14:00:00 1986-09-27 05:00:00 1044388200 1044396300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-09-27 05:00:00 1986-09-27 06:00:00 1044396300 1044396360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-09-27 06:00:00 1986-09-27 21:00:00 1044396360 1044397260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-09-27 21:00:00 1986-09-28 01:00:00 1044397260 1044397500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz'] +1986-09-28 01:00:00 1986-09-28 22:00:00 1044397500 1044398760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-09-28 22:00:00 1986-09-28 23:00:00 1044398760 1044398820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-09-28 23:00:00 1986-09-29 05:00:00 1044398820 1044399180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-09-29 05:00:00 1986-09-29 06:00:00 1044399180 1044399240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz'] +1986-09-29 06:00:00 1986-09-29 12:00:00 1044399240 1044399600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-09-29 12:00:00 1986-09-29 13:00:00 1044399600 1044399660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz'] +1986-09-29 14:00:00 1986-09-30 12:00:00 1044399720 1044401040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-09-30 12:00:00 1986-09-30 13:00:00 1044401040 1044401100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz'] +1986-09-30 14:00:00 1986-10-01 23:00:00 1044401160 1044403140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-10-02 00:00:00 1986-10-02 01:00:00 1044403200 1044403260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-10-02 01:00:00 1986-10-02 13:00:00 1044403260 1044403980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-10-02 14:00:00 1986-10-02 15:00:00 1044404040 1044404100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-10-02 15:00:00 1986-10-03 13:00:00 1044404100 1044405420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-10-03 14:00:00 1986-10-03 15:00:00 1044405480 1044405540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-10-03 15:00:00 1986-10-04 13:00:00 1044405540 1044406860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-10-04 14:00:00 1986-10-04 15:00:00 1044406920 1044406980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-10-04 15:00:00 1986-10-05 13:00:00 1044406980 1044408300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-10-05 14:00:00 1986-10-05 15:00:00 1044408360 1044408420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-10-05 15:00:00 1986-10-07 13:00:00 1044408420 1044411180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-10-07 13:00:00 1986-10-07 14:00:00 1044411180 1044411240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-10-07 14:00:00 1986-10-20 04:00:00 1044411240 1044429360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-10-20 04:00:00 1986-10-20 05:00:00 1044429360 1044429420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-10-20 05:00:00 1986-10-20 13:00:00 1044429420 1044429900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-10-20 14:00:00 1986-10-20 15:00:00 1044429960 1044430020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-10-20 15:00:00 1986-10-23 01:00:00 1044430020 1044433500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-10-23 01:00:00 1986-10-23 02:00:00 1044433500 1044433560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-10-23 02:00:00 1986-10-23 13:00:00 1044433560 1044434220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-10-23 14:00:00 1986-10-23 15:00:00 1044434280 1044434340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-10-23 15:00:00 1986-10-24 13:00:00 1044434340 1044435660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-10-24 14:00:00 1986-10-24 15:00:00 1044435720 1044435780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-10-24 15:00:00 1986-10-28 13:00:00 1044435780 1044441420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-10-28 14:00:00 1986-10-28 15:00:00 1044441480 1044441540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-10-28 15:00:00 1986-10-29 13:00:00 1044441540 1044442860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-10-29 14:00:00 1986-10-29 15:00:00 1044442920 1044442980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-10-29 15:00:00 1986-10-30 13:00:00 1044442980 1044444300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-10-30 14:00:00 1986-10-30 15:00:00 1044444360 1044444420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-10-30 15:00:00 1986-11-10 03:00:00 1044444420 1044459540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-11-10 03:00:00 1986-11-10 04:00:00 1044459540 1044459600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz'] +1986-11-10 05:00:00 1986-11-20 04:00:00 1044459660 1044474000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-11-20 04:00:00 1986-11-28 03:00:00 1044474000 1044485460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-11-28 04:00:00 1986-12-05 04:00:00 1044485520 1044495600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-12-05 04:00:00 1986-12-05 09:00:00 1044495600 1044495900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz'] +1986-12-05 09:00:00 1986-12-06 02:00:00 1044495900 1044496920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-12-06 02:00:00 1986-12-06 03:00:00 1044496920 1044496980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz'] +1986-12-06 03:00:00 1986-12-15 01:00:00 1044496980 1044509820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1986-12-15 01:00:00 1986-12-15 02:00:00 1044509820 1044509880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +1986-12-15 02:00:00 1986-12-19 03:00:00 1044509880 1044515700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1044008040_1044515700:dup1.npz +1988-03-07 00:00:00 1988-04-01 21:00:00 1045154880 1045192140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220:dup1.npz +1988-04-01 21:00:00 1988-04-01 22:00:00 1045192140 1045192200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220:dup1.npz'] +1988-04-01 22:00:00 1988-04-03 12:00:00 1045192200 1045194480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220:dup1.npz +1988-04-03 12:00:00 1988-04-03 13:00:00 1045194480 1045194540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220.npz'] +1988-04-03 14:00:00 1988-04-06 01:00:00 1045194600 1045198140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220:dup1.npz +1988-04-06 01:00:00 1988-04-06 02:00:00 1045198140 1045198200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220.npz'] +1988-04-06 03:00:00 1988-04-08 04:00:00 1045198260 1045201200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220:dup1.npz +1988-04-08 04:00:00 1988-04-08 05:00:00 1045201200 1045201260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220:dup1.npz'] +1988-04-08 05:00:00 1988-06-15 13:00:00 1045201260 1045299660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220:dup1.npz +1988-06-15 13:00:00 1988-06-17 04:00:00 1045299660 1045302000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220:dup1.npz'] +1988-06-18 06:00:00 1988-06-20 13:00:00 1045303560 1045306860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220:dup1.npz +1988-06-21 23:00:00 1988-06-22 00:00:00 1045308900 1045308960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220.npz'] +1988-06-22 00:00:00 1988-06-22 13:00:00 1045308960 1045309740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220:dup1.npz +1988-06-22 14:00:00 1988-06-22 15:00:00 1045309800 1045309860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220.npz'] +1988-06-22 15:00:00 1988-06-22 21:00:00 1045309860 1045310220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220:dup1.npz +1988-06-22 21:00:00 1988-06-22 22:00:00 1045310220 1045310280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220:dup1.npz'] +1988-06-23 01:00:00 1988-06-23 03:00:00 1045310460 1045310580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220.npz'] +1988-06-23 03:00:00 1988-06-23 13:00:00 1045310580 1045311180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220:dup1.npz +1988-06-23 14:00:00 1988-06-23 15:00:00 1045311240 1045311300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220.npz'] +1988-06-23 15:00:00 1988-06-24 05:00:00 1045311300 1045312140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220:dup1.npz +1988-06-24 05:00:00 1988-06-24 06:00:00 1045312140 1045312200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220.npz'] +1988-06-24 08:00:00 1988-06-24 13:00:00 1045312320 1045312620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220:dup1.npz +1988-06-24 13:00:00 1988-06-25 13:00:00 1045312620 1045314060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220:dup1.npz'] +1988-06-25 13:00:00 1988-06-29 13:00:00 1045314060 1045319820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220:dup1.npz +1988-06-29 13:00:00 1988-07-31 13:00:00 1045319820 1045365900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220:dup1.npz'] +1988-07-31 13:00:00 1988-12-31 13:00:00 1045365900 1045586220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045154880_1045586220:dup1.npz +1988-12-31 13:00:00 1989-06-05 20:00:00 1045586220 1045811280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045586220_1046111820.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045586220_1046111820:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045586220_1046111820:dup1.npz +1989-06-06 04:00:00 1989-06-06 09:00:00 1045811760 1045812060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045586220_1046111820:dup1.npz'] +1989-06-06 09:00:00 1989-12-31 13:00:00 1045812060 1046111820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045586220_1046111820.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045586220_1046111820:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1045586220_1046111820:dup1.npz +1989-12-31 13:00:00 1990-12-31 13:00:00 1046111820 1046637420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1046111820_1046637420.npz'] +1990-12-31 13:00:00 1991-12-24 00:00:00 1046637420 1047152160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1046637420_1047152160.npz'] +1992-01-02 05:00:00 1992-12-21 05:00:00 1047165420 1047675180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1047165420_1047675180.npz'] +1993-01-06 04:00:00 1993-12-30 06:00:00 1047698160 1048213800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1047698160_1048213800.npz'] +1994-01-03 04:00:00 1994-12-31 13:00:00 1048219440 1048741260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1048219440_1048741260.npz'] +1994-12-31 14:00:00 1995-12-31 13:00:00 1048741320 1049266860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1048741320_1049266860.npz'] +2001-12-31 14:00:00 2002-12-31 13:00:00 1052423400 1052948940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1052423400_1052948940.npz'] +2002-12-31 14:00:00 2003-12-31 13:00:00 1052949000 1053474540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1052949000_1053474540.npz'] +2003-12-31 14:00:00 2004-12-31 12:00:00 1053474600 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1053474600_1054001520.npz'] +2004-12-31 14:00:00 2005-12-25 10:00:00 1054001640 1054518360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1054001640_1054518360.npz'] +2006-01-10 06:00:00 2006-12-31 13:00:00 1054541160 1055052780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1054541160_1055052780.npz'] +2006-12-31 14:00:00 2007-12-31 13:00:00 1055052840 1055578380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1055052840_1055578380.npz'] +2007-12-31 14:00:00 2008-12-31 13:00:00 1055578440 1056105420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1055578440_1056105420.npz'] +2008-12-31 14:00:00 2009-12-31 13:00:00 1056105480 1056631020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1056105480_1056631020.npz'] +2009-12-31 14:00:00 2010-12-31 13:00:00 1056631080 1057156620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1056631080_1057156620.npz'] +2010-12-31 14:00:00 2011-12-31 13:00:00 1057156680 1057682220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1057156680_1057682220.npz'] +2011-12-31 14:00:00 2012-12-31 13:00:00 1057682280 1058209260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1057682280_1058209260.npz'] +2012-12-31 13:00:00 2013-12-31 13:00:00 1058209260 1058734860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1058209260_1058734860.npz'] +2013-12-31 13:00:00 2014-12-31 13:00:00 1058734860 1059260460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1058734860_1059260460.npz'] +2014-12-31 13:00:00 2015-12-31 13:00:00 1059260460 1059786060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1059260460_1059786060.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/330_CL(IMC)_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.4692618250846863 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_331_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_331_CL(IMC).out new file mode 100644 index 00000000..98130a3f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_331_CL(IMC).out @@ -0,0 +1,518 @@ +331_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1981-03-04 13:00:00 1981-03-26 00:00:00 1041469260 1041500160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1041469260_1041500160.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1982-04-28 01:00:00 1982-04-28 02:00:00 1042073340 1042073400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-04-28 02:00:00 1982-04-28 13:00:00 1042073400 1042074060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-04-28 14:00:00 1982-04-28 15:00:00 1042074120 1042074180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-04-28 15:00:00 1982-04-29 13:00:00 1042074180 1042075500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-04-29 13:00:00 1982-04-29 15:00:00 1042075500 1042075620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-04-29 15:00:00 1982-04-30 13:00:00 1042075620 1042076940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-04-30 14:00:00 1982-04-30 15:00:00 1042077000 1042077060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-04-30 15:00:00 1982-05-04 04:00:00 1042077060 1042082160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-05-04 04:00:00 1982-05-04 05:00:00 1042082160 1042082220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-05-04 05:00:00 1982-05-04 13:00:00 1042082220 1042082700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-05-04 14:00:00 1982-05-04 15:00:00 1042082760 1042082820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-05-04 15:00:00 1982-05-05 13:00:00 1042082820 1042084140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-05-05 13:00:00 1982-05-05 15:00:00 1042084140 1042084260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-05-05 15:00:00 1982-05-06 13:00:00 1042084260 1042085580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-05-06 13:00:00 1982-05-06 15:00:00 1042085580 1042085700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-05-06 15:00:00 1982-05-07 13:00:00 1042085700 1042087020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-05-07 13:00:00 1982-05-07 15:00:00 1042087020 1042087140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-05-07 15:00:00 1982-05-08 13:00:00 1042087140 1042088460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-05-08 13:00:00 1982-05-08 15:00:00 1042088460 1042088580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-05-08 15:00:00 1982-05-09 13:00:00 1042088580 1042089900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-05-09 13:00:00 1982-05-09 15:00:00 1042089900 1042090020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-05-09 15:00:00 1982-05-11 13:00:00 1042090020 1042092780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-05-11 13:00:00 1982-05-11 15:00:00 1042092780 1042092900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-05-11 15:00:00 1982-05-13 13:00:00 1042092900 1042095660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-05-13 13:00:00 1982-05-13 15:00:00 1042095660 1042095780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-05-13 15:00:00 1982-05-14 13:00:00 1042095780 1042097100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-05-14 13:00:00 1982-05-14 15:00:00 1042097100 1042097220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-05-14 15:00:00 1982-07-01 23:00:00 1042097220 1042166820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-07-01 23:00:00 1982-07-02 00:00:00 1042166820 1042166880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +1982-07-02 00:00:00 1982-07-03 13:00:00 1042166880 1042169100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-07-03 13:00:00 1982-07-03 14:00:00 1042169100 1042169160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-07-03 14:00:00 1982-07-06 05:00:00 1042169160 1042172940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-07-06 05:00:00 1982-07-06 06:00:00 1042172940 1042173000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +1982-07-06 07:00:00 1982-07-06 13:00:00 1042173060 1042173420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-07-06 14:00:00 1982-07-06 15:00:00 1042173480 1042173540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-07-06 15:00:00 1982-07-12 13:00:00 1042173540 1042182060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-07-12 14:00:00 1982-07-12 15:00:00 1042182120 1042182180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-07-12 15:00:00 1982-07-15 03:00:00 1042182180 1042185780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-07-15 03:00:00 1982-07-15 04:00:00 1042185780 1042185840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-07-15 04:00:00 1982-07-15 21:00:00 1042185840 1042186860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-07-15 21:00:00 1982-07-15 22:00:00 1042186860 1042186920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +1982-07-15 22:00:00 1982-07-15 23:00:00 1042186920 1042186980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-07-15 23:00:00 1982-07-16 00:00:00 1042186980 1042187040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-07-16 00:00:00 1982-07-16 01:00:00 1042187040 1042187100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-07-19 01:00:00 1982-07-19 13:00:00 1042191420 1042192140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-07-19 13:00:00 1982-07-19 15:00:00 1042192140 1042192260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-07-19 15:00:00 1982-07-20 13:00:00 1042192260 1042193580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-07-20 14:00:00 1982-07-20 15:00:00 1042193640 1042193700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-07-20 15:00:00 1982-07-21 00:00:00 1042193700 1042194240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-07-21 00:00:00 1982-07-23 02:00:00 1042194240 1042197240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +1982-07-23 02:00:00 1982-07-24 13:00:00 1042197240 1042199340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-07-24 14:00:00 1982-07-24 15:00:00 1042199400 1042199460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-07-24 15:00:00 1982-07-26 04:00:00 1042199460 1042201680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-07-26 04:00:00 1982-07-26 05:00:00 1042201680 1042201740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-07-28 02:00:00 1982-07-29 13:00:00 1042204440 1042206540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-07-29 14:00:00 1982-07-29 15:00:00 1042206600 1042206660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-07-29 15:00:00 1982-07-29 23:00:00 1042206660 1042207140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-07-29 23:00:00 1982-07-30 02:00:00 1042207140 1042207320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-07-30 02:00:00 1982-07-30 12:00:00 1042207320 1042207920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-07-30 12:00:00 1982-07-30 13:00:00 1042207920 1042207980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-07-30 14:00:00 1982-07-31 13:00:00 1042208040 1042209420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-07-31 13:00:00 1982-07-31 14:00:00 1042209420 1042209480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-07-31 14:00:00 1982-08-01 13:00:00 1042209480 1042210860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-08-01 13:00:00 1982-08-01 14:00:00 1042210860 1042210920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-08-01 14:00:00 1982-08-02 00:00:00 1042210920 1042211520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-08-02 00:00:00 1982-08-02 01:00:00 1042211520 1042211580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-08-02 01:00:00 1982-08-03 02:00:00 1042211580 1042213080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-08-03 02:00:00 1982-08-03 05:00:00 1042213080 1042213260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-08-03 05:00:00 1982-08-06 05:00:00 1042213260 1042217580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-08-06 05:00:00 1982-08-06 06:00:00 1042217580 1042217640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-08-06 06:00:00 1982-08-06 10:00:00 1042217640 1042217880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-08-06 10:00:00 1982-08-06 11:00:00 1042217880 1042217940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-08-06 11:00:00 1982-08-07 09:00:00 1042217940 1042219260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-08-07 09:00:00 1982-08-07 10:00:00 1042219260 1042219320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-08-07 10:00:00 1982-08-07 12:00:00 1042219320 1042219440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-08-07 12:00:00 1982-08-07 13:00:00 1042219440 1042219500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +1982-08-07 14:00:00 1982-08-08 00:00:00 1042219560 1042220160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-08-08 00:00:00 1982-08-08 01:00:00 1042220160 1042220220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-08-08 01:00:00 1982-08-09 07:00:00 1042220220 1042222020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-08-09 07:00:00 1982-08-09 08:00:00 1042222020 1042222080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-08-09 08:00:00 1982-08-11 04:00:00 1042222080 1042224720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-08-11 04:00:00 1982-08-11 05:00:00 1042224720 1042224780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-08-11 05:00:00 1982-08-11 14:00:00 1042224780 1042225320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-08-11 14:00:00 1982-08-11 15:00:00 1042225320 1042225380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-08-11 15:00:00 1982-08-11 18:00:00 1042225380 1042225560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-08-11 18:00:00 1982-08-11 19:00:00 1042225560 1042225620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-08-11 19:00:00 1982-08-13 13:00:00 1042225620 1042228140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-08-13 13:00:00 1982-08-13 14:00:00 1042228140 1042228200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-08-13 14:00:00 1982-08-14 13:00:00 1042228200 1042229580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-08-14 13:00:00 1982-08-14 14:00:00 1042229580 1042229640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-08-14 14:00:00 1982-08-15 13:00:00 1042229640 1042231020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-08-15 13:00:00 1982-08-15 14:00:00 1042231020 1042231080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-08-15 14:00:00 1982-08-17 08:00:00 1042231080 1042233600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-08-17 08:00:00 1982-08-17 10:00:00 1042233600 1042233720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-08-17 10:00:00 1982-08-18 15:00:00 1042233720 1042235460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-08-18 15:00:00 1982-08-18 16:00:00 1042235460 1042235520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +1982-08-18 16:00:00 1982-08-18 21:00:00 1042235520 1042235820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-08-18 21:00:00 1982-08-18 22:00:00 1042235820 1042235880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +1982-08-18 22:00:00 1982-08-18 23:00:00 1042235880 1042235940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-08-18 23:00:00 1982-08-20 13:00:00 1042235940 1042238220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-08-20 14:00:00 1982-08-20 15:00:00 1042238280 1042238340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-08-20 15:00:00 1982-08-22 13:00:00 1042238340 1042241100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-08-22 14:00:00 1982-08-22 15:00:00 1042241160 1042241220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-08-22 15:00:00 1982-08-22 16:00:00 1042241220 1042241280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +1982-08-22 16:00:00 1982-08-23 13:00:00 1042241280 1042242540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-08-23 14:00:00 1982-08-23 15:00:00 1042242600 1042242660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-08-23 15:00:00 1982-08-23 16:00:00 1042242660 1042242720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +1982-08-23 16:00:00 1982-08-25 07:00:00 1042242720 1042245060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-08-25 07:00:00 1982-08-25 08:00:00 1042245060 1042245120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-08-25 08:00:00 1982-08-26 00:00:00 1042245120 1042246080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-09-20 13:00:00 1982-09-20 14:00:00 1042282860 1042282920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +1982-09-20 14:00:00 1982-09-20 15:00:00 1042282920 1042282980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-09-20 15:00:00 1982-09-20 16:00:00 1042282980 1042283040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-09-20 16:00:00 1982-09-21 03:00:00 1042283040 1042283700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-09-21 03:00:00 1982-09-21 04:00:00 1042283700 1042283760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-09-21 05:00:00 1982-09-21 13:00:00 1042283820 1042284300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-09-21 14:00:00 1982-09-21 15:00:00 1042284360 1042284420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-09-21 15:00:00 1982-09-22 03:00:00 1042284420 1042285140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-09-22 03:00:00 1982-09-22 04:00:00 1042285140 1042285200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +1982-09-22 04:00:00 1982-09-22 13:00:00 1042285200 1042285740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-09-22 14:00:00 1982-09-22 15:00:00 1042285800 1042285860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-09-22 15:00:00 1982-09-23 13:00:00 1042285860 1042287180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-09-23 14:00:00 1982-09-23 15:00:00 1042287240 1042287300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-09-23 15:00:00 1982-09-24 13:00:00 1042287300 1042288620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-09-24 14:00:00 1982-09-24 15:00:00 1042288680 1042288740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-09-24 15:00:00 1982-09-25 13:00:00 1042288740 1042290060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-09-25 14:00:00 1982-09-25 15:00:00 1042290120 1042290180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-09-25 15:00:00 1982-09-26 07:00:00 1042290180 1042291140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-09-26 07:00:00 1982-09-26 08:00:00 1042291140 1042291200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +1982-09-26 08:00:00 1982-09-26 13:00:00 1042291200 1042291500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-09-26 14:00:00 1982-09-26 15:00:00 1042291560 1042291620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-09-26 15:00:00 1982-09-28 02:00:00 1042291620 1042293720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-09-28 02:00:00 1982-09-28 03:00:00 1042293720 1042293780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-09-28 03:00:00 1982-09-28 12:00:00 1042293780 1042294320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-09-28 12:00:00 1982-09-28 13:00:00 1042294320 1042294380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-11-17 04:00:00 1982-11-18 07:00:00 1042365840 1042367460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-11-18 07:00:00 1982-11-18 09:00:00 1042367460 1042367580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-11-18 09:00:00 1982-11-18 22:00:00 1042367580 1042368360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-11-18 23:00:00 1982-11-19 00:00:00 1042368420 1042368480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-11-19 00:00:00 1982-11-19 07:00:00 1042368480 1042368900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-11-19 07:00:00 1982-11-19 09:00:00 1042368900 1042369020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-11-19 09:00:00 1982-11-19 13:00:00 1042369020 1042369260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-11-19 14:00:00 1982-11-19 15:00:00 1042369320 1042369380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-11-19 15:00:00 1982-11-20 06:00:00 1042369380 1042370280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-11-20 06:00:00 1982-11-20 09:00:00 1042370280 1042370460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-11-20 09:00:00 1982-11-20 13:00:00 1042370460 1042370700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-11-20 14:00:00 1982-11-20 15:00:00 1042370760 1042370820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-11-20 15:00:00 1982-11-21 06:00:00 1042370820 1042371720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-11-21 06:00:00 1982-11-21 09:00:00 1042371720 1042371900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-11-21 09:00:00 1982-11-21 15:00:00 1042371900 1042372260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-11-21 15:00:00 1982-11-21 16:00:00 1042372260 1042372320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-11-21 16:00:00 1982-11-22 07:00:00 1042372320 1042373220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-11-22 07:00:00 1982-11-22 09:00:00 1042373220 1042373340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-11-22 09:00:00 1982-11-22 13:00:00 1042373340 1042373580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-11-22 14:00:00 1982-11-22 15:00:00 1042373640 1042373700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-11-22 15:00:00 1982-11-23 07:00:00 1042373700 1042374660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-11-23 07:00:00 1982-11-23 09:00:00 1042374660 1042374780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-11-23 09:00:00 1982-11-23 13:00:00 1042374780 1042375020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-11-23 14:00:00 1982-11-23 15:00:00 1042375080 1042375140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-11-23 15:00:00 1982-11-24 06:00:00 1042375140 1042376040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-11-24 06:00:00 1982-11-24 08:00:00 1042376040 1042376160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-11-24 08:00:00 1982-11-24 13:00:00 1042376160 1042376460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-11-24 14:00:00 1982-11-24 15:00:00 1042376520 1042376580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-11-24 15:00:00 1982-11-25 06:00:00 1042376580 1042377480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-11-25 06:00:00 1982-11-25 09:00:00 1042377480 1042377660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-11-25 09:00:00 1982-11-25 13:00:00 1042377660 1042377900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-11-25 14:00:00 1982-11-25 15:00:00 1042377960 1042378020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-11-25 15:00:00 1982-11-26 03:00:00 1042378020 1042378740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-11-26 03:00:00 1982-11-26 04:00:00 1042378740 1042378800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-11-26 04:00:00 1982-11-26 06:00:00 1042378800 1042378920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-11-26 06:00:00 1982-11-26 09:00:00 1042378920 1042379100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-11-26 09:00:00 1982-11-27 06:00:00 1042379100 1042380360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-11-27 06:00:00 1982-11-27 09:00:00 1042380360 1042380540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-11-27 09:00:00 1982-11-28 07:00:00 1042380540 1042381860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-11-28 07:00:00 1982-11-28 08:00:00 1042381860 1042381920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-11-28 08:00:00 1982-11-28 13:00:00 1042381920 1042382220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1982-11-28 13:00:00 1982-11-28 14:00:00 1042382220 1042382280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz'] +1982-11-28 14:00:00 1982-11-30 00:00:00 1042382280 1042384320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073400_1042384320.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042073340_1042384320.npz +1983-02-27 14:00:00 1983-02-27 18:00:00 1042513320 1042513560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042513320_1042933740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042513320_1042933740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042513320_1042933740:dup1.npz +1983-02-27 18:00:00 1983-02-27 19:00:00 1042513560 1042513620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042513320_1042933740.npz'] +1983-02-27 19:00:00 1983-02-27 23:00:00 1042513620 1042513860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042513320_1042933740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042513320_1042933740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042513320_1042933740:dup1.npz +1983-02-28 07:00:00 1983-02-28 08:00:00 1042514340 1042514400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042513320_1042933740:dup1.npz'] +1983-02-28 08:00:00 1983-02-28 09:00:00 1042514400 1042514460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042513320_1042933740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042513320_1042933740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042513320_1042933740:dup1.npz +1983-02-28 09:00:00 1983-02-28 10:00:00 1042514460 1042514520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042513320_1042933740.npz'] +1983-02-28 10:00:00 1983-02-28 13:00:00 1042514520 1042514700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042513320_1042933740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042513320_1042933740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042513320_1042933740:dup1.npz +1983-03-02 14:00:00 1983-03-03 13:00:00 1042517640 1042519020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042513320_1042933740:dup1.npz'] +1983-07-19 03:00:00 1983-12-16 13:00:00 1042717140 1042933740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042513320_1042933740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042513320_1042933740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042513320_1042933740:dup1.npz +1984-01-07 13:00:00 1984-03-21 22:00:00 1042965420 1043072520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042965420_1043469420.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042965420_1043469420:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042965420_1043469420:dup1.npz +1984-03-21 23:00:00 1984-03-26 01:00:00 1043072580 1043078460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042965420_1043469420:dup1.npz'] +1984-03-26 02:00:00 1984-04-25 20:00:00 1043078520 1043122800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042965420_1043469420.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042965420_1043469420:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042965420_1043469420:dup1.npz +1984-04-25 20:00:00 1984-04-25 21:00:00 1043122800 1043122860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042965420_1043469420:dup1.npz'] +1984-04-25 21:00:00 1984-05-01 02:00:00 1043122860 1043130360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042965420_1043469420.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042965420_1043469420:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042965420_1043469420:dup1.npz +1984-05-01 03:00:00 1984-05-01 04:00:00 1043130420 1043130480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042965420_1043469420:dup1.npz'] +1984-05-01 04:00:00 1984-05-21 13:00:00 1043130480 1043159820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042965420_1043469420.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042965420_1043469420:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042965420_1043469420:dup1.npz +1984-05-21 13:00:00 1984-05-22 06:00:00 1043159820 1043160840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042965420_1043469420:dup1.npz'] +1984-05-22 13:00:00 1984-11-05 03:00:00 1043161260 1043401140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042965420_1043469420.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042965420_1043469420:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042965420_1043469420:dup1.npz +1984-11-05 03:00:00 1984-11-05 05:00:00 1043401140 1043401260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042965420_1043469420:dup1.npz'] +1984-11-05 06:00:00 1984-12-22 13:00:00 1043401320 1043469420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042965420_1043469420.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042965420_1043469420:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1042965420_1043469420:dup1.npz +1985-01-09 15:00:00 1985-04-23 13:00:00 1043495460 1043645100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1043495460_1044007980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1043495460_1044007980:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1043495460_1044007980.npz +1985-05-21 23:00:00 1985-05-22 13:00:00 1043686020 1043686860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1043495460_1044007980:dup1.npz'] +1985-05-22 13:00:00 1985-06-16 13:00:00 1043686860 1043722860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1043495460_1044007980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1043495460_1044007980:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1043495460_1044007980.npz +1985-06-16 13:00:00 1985-06-17 13:00:00 1043722860 1043724300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1043495460_1044007980.npz'] +1985-06-17 13:00:00 1985-12-31 13:00:00 1043724300 1044007980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1043495460_1044007980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1043495460_1044007980:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1043495460_1044007980.npz +1985-12-31 13:00:00 1986-03-01 14:00:00 1044007980 1044094440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1044007980_1044529260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1044007980_1044530040.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1044007980_1044530040.npz +1986-03-01 15:00:00 1986-03-01 16:00:00 1044094500 1044094560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1044007980_1044529260.npz'] +1986-03-01 16:00:00 1986-03-13 13:00:00 1044094560 1044111660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1044007980_1044529260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1044007980_1044530040.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1044007980_1044530040.npz +1986-03-13 13:00:00 1986-03-14 13:00:00 1044111660 1044113100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1044007980_1044530040.npz'] +1986-03-14 13:00:00 1986-10-28 21:00:00 1044113100 1044441900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1044007980_1044529260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1044007980_1044530040.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1044007980_1044530040.npz +1986-10-28 21:00:00 1986-11-04 23:00:00 1044441900 1044452100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1044007980_1044530040.npz'] +1986-11-04 23:00:00 1986-11-09 13:00:00 1044452100 1044458700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1044007980_1044529260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1044007980_1044530040.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1044007980_1044530040.npz +1986-11-09 13:00:00 1986-12-16 13:00:00 1044458700 1044511980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1044007980_1044530040.npz'] +1986-12-18 13:00:00 1986-12-28 13:00:00 1044514860 1044529260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1044007980_1044529260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1044007980_1044530040.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1044007980_1044530040.npz +1986-12-28 13:00:00 1986-12-29 02:00:00 1044529260 1044530040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1044007980_1044530040.npz'] +1987-01-27 13:00:00 1987-02-16 13:00:00 1044572460 1044601260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1044572460_1045059120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1044572460_1045059120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1044572460_1045059120.npz +1987-02-16 23:00:00 1987-02-17 13:00:00 1044601860 1044602700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1044572460_1045059120.npz'] +1987-02-17 13:00:00 1987-02-26 13:00:00 1044602700 1044615660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1044572460_1045059120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1044572460_1045059120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1044572460_1045059120.npz +1987-02-26 13:00:00 1987-02-28 13:00:00 1044615660 1044618540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1044572460_1045059120.npz'] +1987-02-28 13:00:00 1987-03-01 13:00:00 1044618540 1044619980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1044572460_1045059120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1044572460_1045059120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1044572460_1045059120.npz +1987-03-01 13:00:00 1987-03-02 13:00:00 1044619980 1044621420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1044572460_1045059120.npz'] +1987-03-02 13:00:00 1987-12-31 12:00:00 1044621420 1045059120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1044572460_1045059120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1044572460_1045059120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1044572460_1045059120.npz +1987-12-31 14:00:00 1988-07-25 00:00:00 1045059240 1045356480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045059240_1045586220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045059240_1045586220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045059240_1045586220:dup1.npz +1988-07-25 00:00:00 1988-07-25 01:00:00 1045356480 1045356540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045059240_1045586220.npz'] +1988-07-25 01:00:00 1988-07-25 02:00:00 1045356540 1045356600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045059240_1045586220:dup1.npz'] +1988-07-25 02:00:00 1988-07-28 06:00:00 1045356600 1045361160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045059240_1045586220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045059240_1045586220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045059240_1045586220:dup1.npz +1988-07-28 06:00:00 1988-07-28 07:00:00 1045361160 1045361220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045059240_1045586220:dup1.npz'] +1988-07-28 07:00:00 1988-08-29 00:00:00 1045361220 1045406880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045059240_1045586220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045059240_1045586220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045059240_1045586220:dup1.npz +1988-08-29 01:00:00 1988-08-29 02:00:00 1045406940 1045407000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045059240_1045586220:dup1.npz'] +1988-08-29 02:00:00 1988-08-30 01:00:00 1045407000 1045408380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045059240_1045586220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045059240_1045586220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045059240_1045586220:dup1.npz +1988-08-31 05:00:00 1988-09-01 23:00:00 1045410060 1045412580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045059240_1045586220:dup1.npz'] +1988-09-02 06:00:00 1988-09-21 19:00:00 1045413000 1045441140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045059240_1045586220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045059240_1045586220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045059240_1045586220:dup1.npz +1988-09-21 19:00:00 1988-09-23 01:00:00 1045441140 1045442940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045059240_1045586220.npz'] +1988-09-23 02:00:00 1988-09-30 01:00:00 1045443000 1045453020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045059240_1045586220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045059240_1045586220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045059240_1045586220:dup1.npz +1988-09-30 02:00:00 1988-09-30 03:00:00 1045453080 1045453140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045059240_1045586220.npz'] +1988-09-30 03:00:00 1988-12-31 13:00:00 1045453140 1045586220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045059240_1045586220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045059240_1045586220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045059240_1045586220:dup1.npz +1988-12-31 14:00:00 1989-01-03 13:00:00 1045586280 1045590540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045586280_1046111820.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045586280_1046111820:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045586280_1046111820:dup1.npz +1989-01-03 13:00:00 1989-01-03 14:00:00 1045590540 1045590600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045586280_1046111820.npz'] +1989-01-03 14:00:00 1989-01-03 22:00:00 1045590600 1045591080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045586280_1046111820.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045586280_1046111820:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045586280_1046111820:dup1.npz +1989-01-04 01:00:00 1989-01-04 04:00:00 1045591260 1045591440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045586280_1046111820:dup1.npz'] +1989-01-04 04:00:00 1989-01-31 22:00:00 1045591440 1045631400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045586280_1046111820.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045586280_1046111820:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045586280_1046111820:dup1.npz +1989-02-01 02:00:00 1989-02-01 03:00:00 1045631640 1045631700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045586280_1046111820:dup1.npz'] +1989-02-01 03:00:00 1989-04-10 22:00:00 1045631700 1045730760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045586280_1046111820.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045586280_1046111820:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045586280_1046111820:dup1.npz +1989-04-11 03:00:00 1989-04-11 04:00:00 1045731060 1045731120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045586280_1046111820:dup1.npz'] +1989-04-11 04:00:00 1989-06-27 10:00:00 1045731120 1045842360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045586280_1046111820.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045586280_1046111820:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045586280_1046111820:dup1.npz +1989-06-27 10:00:00 1989-06-27 11:00:00 1045842360 1045842420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045586280_1046111820:dup1.npz'] +1989-06-27 11:00:00 1989-12-31 13:00:00 1045842420 1046111820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045586280_1046111820.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045586280_1046111820:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1045586280_1046111820:dup1.npz +1989-12-31 14:00:00 1990-12-31 13:00:00 1046111880 1046637420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1046111880_1046637420.npz'] +1990-12-31 13:00:00 1991-12-31 13:00:00 1046637420 1047163020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1046637420_1047163020.npz'] +1991-12-31 13:00:00 1992-12-31 13:00:00 1047163020 1047690060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1047163020_1047690060.npz'] +1993-01-07 06:00:00 1993-12-31 13:00:00 1047699720 1048215660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1047699720_1048215660.npz'] +1993-12-31 13:00:00 1994-12-31 13:00:00 1048215660 1048741260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1048215660_1048741260.npz'] +1994-12-31 13:00:00 1995-12-31 13:00:00 1048741260 1049266860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1048741260_1049266860.npz'] +2001-12-31 14:00:00 2002-12-31 13:00:00 1052423400 1052948940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1052423400_1052948940.npz'] +2002-12-31 14:00:00 2003-12-31 09:00:00 1052949000 1053474300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1052949000_1053474300.npz'] +2003-12-31 14:00:00 2004-12-31 13:00:00 1053474600 1054001580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1053474600_1054001580.npz'] +2004-12-31 15:00:00 2005-12-31 13:00:00 1054001700 1054527180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1054001700_1054527180.npz'] +2005-12-31 15:00:00 2006-12-31 13:00:00 1054527300 1055052780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1054527300_1055052780.npz'] +2006-12-31 15:00:00 2007-12-31 13:00:00 1055052900 1055578380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1055052900_1055578380.npz'] +2007-12-31 15:00:00 2008-12-31 13:00:00 1055578500 1056105420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1055578500_1056105420.npz'] +2008-12-31 15:00:00 2009-12-31 13:00:00 1056105540 1056631020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1056105540_1056631020.npz'] +2009-12-31 15:00:00 2010-12-31 13:00:00 1056631140 1057156620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1056631140_1057156620.npz'] +2010-12-31 15:00:00 2011-12-31 13:00:00 1057156740 1057682220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1057156740_1057682220.npz'] +2011-12-31 15:00:00 2012-11-25 13:00:00 1057682340 1058157420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1057682340_1058157420.npz'] +2013-02-26 02:00:00 2013-12-31 13:00:00 1058290680 1058734860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1058290680_1058734860.npz'] +2013-12-31 13:00:00 2014-12-31 13:00:00 1058734860 1059260460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1058734860_1059260460.npz'] +2014-12-31 13:00:00 2015-12-31 13:00:00 1059260460 1059786060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1059260460_1059786060.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/331_CL(IMC)_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.4503849824269613 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_332_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_332_CL(IMC).out new file mode 100644 index 00000000..54293295 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_332_CL(IMC).out @@ -0,0 +1,4 @@ +332_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.051634101072947185 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_335_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_335_CL(IMC).out new file mode 100644 index 00000000..8eddefa6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_335_CL(IMC).out @@ -0,0 +1,4 @@ +335_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.03984058698018392 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_336_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_336_CL(IMC).out new file mode 100644 index 00000000..487b6123 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_336_CL(IMC).out @@ -0,0 +1,4 @@ +336_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.016846664746602378 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_337_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_337_CL(IMC).out new file mode 100644 index 00000000..b98cd92f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_337_CL(IMC).out @@ -0,0 +1,4 @@ +337_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.018294147650400796 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_338_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_338_CL(IMC).out new file mode 100644 index 00000000..fe74ed3b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_338_CL(IMC).out @@ -0,0 +1,142 @@ +338_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1983-07-08 02:00:00 1983-07-19 16:00:00 1042701240 1042717920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1042701240_1042955340.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1042701240_1042955340:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1042701240_1042955340:dup1.npz +'StationConcatenate' object has no attribute 'existing_data' +1983-07-19 16:00:00 1983-07-22 01:00:00 1042717920 1042721340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1042701240_1042955340:dup1.npz'] +1983-08-03 05:00:00 1983-09-16 00:00:00 1042738860 1042801920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1042701240_1042955340.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1042701240_1042955340:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1042701240_1042955340:dup1.npz +1983-09-19 14:00:00 1983-09-20 01:00:00 1042807080 1042807740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1042701240_1042955340:dup1.npz'] +1983-09-20 03:00:00 1983-12-31 13:00:00 1042807860 1042955340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1042701240_1042955340.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1042701240_1042955340:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1042701240_1042955340:dup1.npz +1983-12-31 13:00:00 1984-09-02 21:00:00 1042955340 1043310060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1042955340_1043482380.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1042955340_1043482380:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1042955340_1043482380:dup1.npz +1984-09-02 21:00:00 1984-09-02 22:00:00 1043310060 1043310120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1042955340_1043482380.npz'] +1984-09-02 22:00:00 1984-09-18 21:00:00 1043310120 1043333100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1042955340_1043482380.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1042955340_1043482380:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1042955340_1043482380:dup1.npz +1984-09-18 21:00:00 1984-09-18 22:00:00 1043333100 1043333160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1042955340_1043482380.npz'] +1984-09-18 22:00:00 1984-10-03 21:00:00 1043333160 1043354700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1042955340_1043482380.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1042955340_1043482380:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1042955340_1043482380:dup1.npz +1984-10-03 21:00:00 1984-10-03 22:00:00 1043354700 1043354760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1042955340_1043482380.npz'] +1984-10-03 22:00:00 1984-10-11 21:00:00 1043354760 1043366220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1042955340_1043482380.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1042955340_1043482380:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1042955340_1043482380:dup1.npz +1984-10-11 21:00:00 1984-10-11 22:00:00 1043366220 1043366280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1042955340_1043482380.npz'] +1984-10-11 22:00:00 1984-10-22 01:00:00 1043366280 1043380860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1042955340_1043482380.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1042955340_1043482380:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1042955340_1043482380:dup1.npz +1984-10-22 02:00:00 1984-10-23 01:00:00 1043380920 1043382300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1042955340_1043482380:dup1.npz'] +1984-10-23 01:00:00 1984-12-31 13:00:00 1043382300 1043482380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1042955340_1043482380.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1042955340_1043482380:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1042955340_1043482380:dup1.npz +1984-12-31 13:00:00 1985-06-30 22:00:00 1043482380 1043743560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1043482380_1043992140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1043482380_1043992140:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1043482380_1043992140:dup1.npz +1985-06-30 22:00:00 1985-07-02 06:00:00 1043743560 1043745480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1043482380_1043992140:dup1.npz'] +1985-07-02 06:00:00 1985-12-06 13:00:00 1043745480 1043971980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1043482380_1043992140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1043482380_1043992140:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1043482380_1043992140:dup1.npz +1985-12-10 06:00:00 1985-12-10 13:00:00 1043977320 1043977740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1043482380_1043992140.npz'] +1985-12-10 13:00:00 1985-12-20 13:00:00 1043977740 1043992140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1043482380_1043992140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1043482380_1043992140:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1043482380_1043992140:dup1.npz +1985-12-31 13:00:00 1986-01-07 13:00:00 1044007980 1044018060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044007980_1044533520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044007980_1044533520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044007980_1044533520.npz +1986-01-07 13:00:00 1986-01-08 13:00:00 1044018060 1044019500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044007980_1044533520:dup1.npz'] +1986-01-08 13:00:00 1986-01-27 13:00:00 1044019500 1044046860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044007980_1044533520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044007980_1044533520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044007980_1044533520.npz +1986-01-27 13:00:00 1986-01-28 13:00:00 1044046860 1044048300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044007980_1044533520:dup1.npz'] +1986-01-28 13:00:00 1986-07-22 13:00:00 1044048300 1044300300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044007980_1044533520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044007980_1044533520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044007980_1044533520.npz +1986-07-22 13:00:00 1986-07-23 13:00:00 1044300300 1044301740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044007980_1044533520:dup1.npz'] +1986-07-23 13:00:00 1986-07-24 13:00:00 1044301740 1044303180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044007980_1044533520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044007980_1044533520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044007980_1044533520.npz +1986-07-24 13:00:00 1986-07-30 13:00:00 1044303180 1044311820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044007980_1044533520.npz'] +1986-07-30 13:00:00 1986-12-31 12:00:00 1044311820 1044533520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044007980_1044533520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044007980_1044533520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044007980_1044533520.npz +1986-12-31 13:00:00 1987-01-04 13:00:00 1044533580 1044539340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044533580_1045059120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044533580_1045059120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044533580_1045059120.npz +1987-01-04 13:00:00 1987-01-07 13:00:00 1044539340 1044543660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044533580_1045059120.npz'] +1987-01-07 13:00:00 1987-04-30 13:00:00 1044543660 1044706380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044533580_1045059120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044533580_1045059120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044533580_1045059120.npz +1987-04-30 13:00:00 1987-05-04 13:00:00 1044706380 1044712140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044533580_1045059120.npz'] +1987-05-04 13:00:00 1987-08-21 03:00:00 1044712140 1044868500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044533580_1045059120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044533580_1045059120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044533580_1045059120.npz +1987-08-21 04:00:00 1987-08-21 05:00:00 1044868560 1044868620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044533580_1045059120:dup1.npz'] +1987-08-21 05:00:00 1987-08-22 13:00:00 1044868620 1044870540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044533580_1045059120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044533580_1045059120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044533580_1045059120.npz +1987-08-22 13:00:00 1987-08-22 14:00:00 1044870540 1044870600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044533580_1045059120:dup1.npz'] +1987-08-22 15:00:00 1987-08-23 23:00:00 1044870660 1044872580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044533580_1045059120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044533580_1045059120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044533580_1045059120.npz +1987-08-23 23:00:00 1987-08-24 00:00:00 1044872580 1044872640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044533580_1045059120.npz'] +1987-08-24 01:00:00 1987-10-04 13:00:00 1044872700 1044932460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044533580_1045059120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044533580_1045059120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044533580_1045059120.npz +1987-10-04 13:00:00 1987-10-04 15:00:00 1044932460 1044932580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044533580_1045059120:dup1.npz'] +1987-10-04 15:00:00 1987-10-04 21:00:00 1044932580 1044932940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044533580_1045059120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044533580_1045059120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044533580_1045059120.npz +1987-10-04 21:00:00 1987-10-04 22:00:00 1044932940 1044933000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044533580_1045059120:dup1.npz'] +1987-10-04 22:00:00 1987-10-05 01:00:00 1044933000 1044933180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044533580_1045059120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044533580_1045059120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044533580_1045059120.npz +1987-10-05 01:00:00 1987-10-05 02:00:00 1044933180 1044933240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044533580_1045059120:dup1.npz'] +1987-10-28 01:00:00 1987-12-31 12:00:00 1044966300 1045059120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044533580_1045059120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044533580_1045059120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1044533580_1045059120.npz +1987-12-31 13:00:00 1988-08-07 14:00:00 1045059180 1045376040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1045059180_1045586220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1045059180_1045586220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1045059180_1045586220.npz +1988-08-12 10:00:00 1988-08-15 01:00:00 1045383000 1045386780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1045059180_1045586220.npz'] +1988-08-15 02:00:00 1988-10-20 22:00:00 1045386840 1045483080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1045059180_1045586220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1045059180_1045586220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1045059180_1045586220.npz +1988-10-20 23:00:00 1988-10-21 00:00:00 1045483140 1045483200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1045059180_1045586220.npz'] +1988-10-21 00:00:00 1988-12-31 13:00:00 1045483200 1045586220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1045059180_1045586220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1045059180_1045586220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1045059180_1045586220.npz +1988-12-31 13:00:00 1989-02-02 23:00:00 1045586220 1045634340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1045586220_1046111820.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1045586220_1046111820:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1045586220_1046111820:dup1.npz +1989-02-02 23:00:00 1989-02-03 00:00:00 1045634340 1045634400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1045586220_1046111820:dup1.npz'] +1989-02-03 00:00:00 1989-12-31 13:00:00 1045634400 1046111820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1045586220_1046111820.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1045586220_1046111820:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1045586220_1046111820:dup1.npz +1989-12-31 14:00:00 1990-12-31 13:00:00 1046111880 1046637420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1046111880_1046637420.npz'] +1990-12-31 14:00:00 1991-12-30 18:00:00 1046637480 1047161880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1046637480_1047161880.npz'] +1992-01-02 04:00:00 1992-12-31 13:00:00 1047165360 1047690060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1047165360_1047690060.npz'] +1992-12-31 13:00:00 1993-12-31 13:00:00 1047690060 1048215660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1047690060_1048215660.npz'] +1993-12-31 14:00:00 1994-11-07 01:00:00 1048215720 1048662780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1048215720_1048662780.npz'] +1995-01-09 02:00:00 1995-12-31 13:00:00 1048753560 1049266860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1048753560_1049266860.npz'] +2001-12-31 15:00:00 2002-12-31 11:00:00 1052423460 1052948820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1052423460_1052948820.npz'] +2002-12-31 15:00:00 2003-12-31 13:00:00 1052949060 1053474540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1052949060_1053474540.npz'] +2003-12-31 15:00:00 2004-12-31 13:00:00 1053474660 1054001580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1053474660_1054001580.npz'] +2004-12-31 15:00:00 2005-12-31 13:00:00 1054001700 1054527180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1054001700_1054527180.npz'] +2005-12-31 15:00:00 2006-12-31 13:00:00 1054527300 1055052780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1054527300_1055052780.npz'] +2006-12-31 14:00:00 2007-12-31 13:00:00 1055052840 1055578380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1055052840_1055578380.npz'] +2007-12-31 14:00:00 2008-12-31 13:00:00 1055578440 1056105420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1055578440_1056105420.npz'] +2008-12-31 14:00:00 2009-12-31 13:00:00 1056105480 1056631020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1056105480_1056631020.npz'] +2009-12-31 14:00:00 2010-12-31 13:00:00 1056631080 1057156620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1056631080_1057156620.npz'] +2010-12-31 14:00:00 2011-12-31 13:00:00 1057156680 1057682220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1057156680_1057682220.npz'] +2011-12-31 14:00:00 2012-12-31 13:00:00 1057682280 1058209260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1057682280_1058209260.npz'] +2012-12-31 13:00:00 2013-12-31 13:00:00 1058209260 1058734860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1058209260_1058734860.npz'] +2013-12-31 13:00:00 2014-12-31 13:00:00 1058734860 1059260460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1058734860_1059260460.npz'] +2014-12-31 13:00:00 2015-03-25 23:00:00 1059260460 1059382020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/338_CL(IMC)_1059260460_1059382020.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.41819419066111246 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_339_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_339_CL(IMC).out new file mode 100644 index 00000000..22dded8e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_339_CL(IMC).out @@ -0,0 +1,4 @@ +339_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.040275041262308756 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_340_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_340_CL(IMC).out new file mode 100644 index 00000000..58fb5cb4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_340_CL(IMC).out @@ -0,0 +1,4 @@ +340_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.07024209101994833 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_342_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_342_CL(IMC).out new file mode 100644 index 00000000..7915c7ea --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_342_CL(IMC).out @@ -0,0 +1,4 @@ +342_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.02411673863728841 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_343_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_343_CL(IMC).out new file mode 100644 index 00000000..4763ef1f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_343_CL(IMC).out @@ -0,0 +1,4 @@ +343_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.004831850528717041 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_347_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_347_CL(IMC).out new file mode 100644 index 00000000..a23e9ce3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_347_CL(IMC).out @@ -0,0 +1,1243 @@ +347_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1980-12-12 05:00:00 1980-12-12 12:00:00 1041350700 1041351120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041366480.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041377760.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041377760.npz +'StationConcatenate' object has no attribute 'existing_data' +1980-12-12 12:00:00 1980-12-12 14:00:00 1041351120 1041351240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041366480.npz'] +1980-12-12 14:00:00 1980-12-14 12:00:00 1041351240 1041354000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041366480.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041377760.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041377760.npz +1980-12-14 12:00:00 1980-12-14 13:00:00 1041354000 1041354060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041366480.npz'] +1980-12-14 13:00:00 1980-12-14 14:00:00 1041354060 1041354120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041377760.npz'] +1980-12-14 14:00:00 1980-12-15 12:00:00 1041354120 1041355440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041366480.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041377760.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041377760.npz +1980-12-15 12:00:00 1980-12-15 13:00:00 1041355440 1041355500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041366480.npz'] +1980-12-15 13:00:00 1980-12-16 12:00:00 1041355500 1041356880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041366480.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041377760.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041377760.npz +1980-12-16 12:00:00 1980-12-16 13:00:00 1041356880 1041356940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041366480.npz'] +1980-12-16 13:00:00 1980-12-16 14:00:00 1041356940 1041357000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041377760.npz'] +1980-12-16 14:00:00 1980-12-17 12:00:00 1041357000 1041358320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041366480.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041377760.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041377760.npz +1980-12-17 12:00:00 1980-12-17 13:00:00 1041358320 1041358380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041366480.npz'] +1980-12-17 13:00:00 1980-12-17 14:00:00 1041358380 1041358440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041377760.npz'] +1980-12-17 14:00:00 1980-12-18 12:00:00 1041358440 1041359760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041366480.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041377760.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041377760.npz +1980-12-18 12:00:00 1980-12-18 13:00:00 1041359760 1041359820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041366480.npz'] +1980-12-18 13:00:00 1980-12-18 14:00:00 1041359820 1041359880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041377760.npz'] +1980-12-18 14:00:00 1980-12-21 21:00:00 1041359880 1041364620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041366480.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041377760.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041377760.npz +1980-12-21 21:00:00 1980-12-21 22:00:00 1041364620 1041364680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041366480.npz'] +1980-12-21 22:00:00 1980-12-23 03:00:00 1041364680 1041366420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041366480.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041377760.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041377760.npz +1980-12-23 03:00:00 1980-12-23 04:00:00 1041366420 1041366480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041366480.npz'] +1980-12-23 04:00:00 1980-12-31 00:00:00 1041366480 1041377760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041350700_1041377760.npz'] +1981-03-11 13:00:00 1981-03-13 06:00:00 1041479340 1041481800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-03-13 07:00:00 1981-03-13 08:00:00 1041481860 1041481920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-03-13 08:00:00 1981-03-15 22:00:00 1041481920 1041485640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-03-15 22:00:00 1981-03-15 23:00:00 1041485640 1041485700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-03-15 23:00:00 1981-03-18 06:00:00 1041485700 1041489000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-03-18 06:00:00 1981-03-18 07:00:00 1041489000 1041489060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-03-18 07:00:00 1981-03-20 07:00:00 1041489060 1041491940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-03-20 07:00:00 1981-03-20 08:00:00 1041491940 1041492000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-03-20 08:00:00 1981-03-22 22:00:00 1041492000 1041495720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-03-22 22:00:00 1981-03-22 23:00:00 1041495720 1041495780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-03-22 23:00:00 1981-03-24 09:00:00 1041495780 1041497820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-03-25 13:00:00 1981-03-27 02:00:00 1041499500 1041501720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz'] +1981-03-27 02:00:00 1981-03-27 23:00:00 1041501720 1041502980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-03-27 23:00:00 1981-03-28 02:00:00 1041502980 1041503160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-03-28 02:00:00 1981-03-31 22:00:00 1041503160 1041508680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-03-31 22:00:00 1981-03-31 23:00:00 1041508680 1041508740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz'] +1981-04-10 07:00:00 1981-04-15 19:00:00 1041522180 1041530100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-04-15 19:00:00 1981-04-15 21:00:00 1041530100 1041530220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-04-15 21:00:00 1981-04-18 04:00:00 1041530220 1041533520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-04-18 04:00:00 1981-04-18 05:00:00 1041533520 1041533580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-04-18 05:00:00 1981-04-29 05:00:00 1041533580 1041549420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-04-29 05:00:00 1981-04-29 07:00:00 1041549420 1041549540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-04-29 07:00:00 1981-04-29 13:00:00 1041549540 1041549900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-04-29 13:00:00 1981-04-29 14:00:00 1041549900 1041549960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-04-29 14:00:00 1981-04-30 13:00:00 1041549960 1041551340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-04-30 13:00:00 1981-04-30 14:00:00 1041551340 1041551400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-04-30 14:00:00 1981-05-01 13:00:00 1041551400 1041552780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-05-01 13:00:00 1981-05-01 14:00:00 1041552780 1041552840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-05-01 14:00:00 1981-05-05 04:00:00 1041552840 1041558000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-05-05 05:00:00 1981-05-05 06:00:00 1041558060 1041558120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-05-05 06:00:00 1981-05-05 13:00:00 1041558120 1041558540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-05-05 13:00:00 1981-05-05 14:00:00 1041558540 1041558600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-05-05 14:00:00 1981-05-06 06:00:00 1041558600 1041559560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-05-22 03:00:00 1981-05-22 04:00:00 1041582420 1041582480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz'] +1981-05-22 08:00:00 1981-05-26 12:00:00 1041582720 1041588720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-05-26 12:00:00 1981-05-26 22:00:00 1041588720 1041589320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz'] +1981-05-26 22:00:00 1981-05-26 23:00:00 1041589320 1041589380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-05-26 23:00:00 1981-05-27 13:00:00 1041589380 1041590220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-05-27 14:00:00 1981-05-29 06:00:00 1041590280 1041592680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz'] +1981-05-29 06:00:00 1981-05-29 07:00:00 1041592680 1041592740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-05-29 07:00:00 1981-05-29 13:00:00 1041592740 1041593100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-05-29 13:00:00 1981-05-29 15:00:00 1041593100 1041593220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-05-29 15:00:00 1981-05-30 13:00:00 1041593220 1041594540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-05-30 13:00:00 1981-05-30 14:00:00 1041594540 1041594600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-05-30 14:00:00 1981-05-31 13:00:00 1041594600 1041595980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-05-31 13:00:00 1981-05-31 14:00:00 1041595980 1041596040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-05-31 14:00:00 1981-06-01 13:00:00 1041596040 1041597420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-06-01 13:00:00 1981-06-01 14:00:00 1041597420 1041597480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-06-01 14:00:00 1981-06-02 13:00:00 1041597480 1041598860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-06-02 13:00:00 1981-06-02 14:00:00 1041598860 1041598920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-06-02 14:00:00 1981-06-02 22:00:00 1041598920 1041599400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-06-02 22:00:00 1981-06-02 23:00:00 1041599400 1041599460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-06-02 23:00:00 1981-06-03 12:00:00 1041599460 1041600240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-06-03 12:00:00 1981-06-03 13:00:00 1041600240 1041600300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-06-03 14:00:00 1981-06-04 12:00:00 1041600360 1041601680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-06-04 12:00:00 1981-06-04 13:00:00 1041601680 1041601740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz'] +1981-06-04 14:00:00 1981-06-05 13:00:00 1041601800 1041603180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-06-05 13:00:00 1981-06-05 14:00:00 1041603180 1041603240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-06-05 14:00:00 1981-06-06 12:00:00 1041603240 1041604560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-06-06 12:00:00 1981-06-06 13:00:00 1041604560 1041604620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz'] +1981-06-06 14:00:00 1981-06-09 13:00:00 1041604680 1041608940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-06-09 13:00:00 1981-06-09 14:00:00 1041608940 1041609000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-06-09 14:00:00 1981-06-11 12:00:00 1041609000 1041611760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-06-11 12:00:00 1981-06-11 13:00:00 1041611760 1041611820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz'] +1981-06-11 14:00:00 1981-06-15 12:00:00 1041611880 1041617520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-06-15 12:00:00 1981-06-15 13:00:00 1041617520 1041617580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz'] +1981-06-15 14:00:00 1981-06-21 13:00:00 1041617640 1041626220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-06-21 14:00:00 1981-06-22 22:00:00 1041626280 1041628200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz'] +1981-06-22 22:00:00 1981-06-22 23:00:00 1041628200 1041628260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-06-22 23:00:00 1981-06-23 00:00:00 1041628260 1041628320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz'] +1981-06-23 00:00:00 1981-06-24 06:00:00 1041628320 1041630120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-07-03 07:00:00 1981-07-03 13:00:00 1041643140 1041643500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-07-03 14:00:00 1981-07-04 12:00:00 1041643560 1041644880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-07-04 12:00:00 1981-07-04 13:00:00 1041644880 1041644940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz'] +1981-07-04 14:00:00 1981-07-10 12:00:00 1041645000 1041653520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-07-10 12:00:00 1981-07-10 14:00:00 1041653520 1041653640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-07-10 14:00:00 1981-07-14 12:00:00 1041653640 1041659280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-07-14 13:00:00 1981-07-14 14:00:00 1041659340 1041659400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-07-14 14:00:00 1981-07-16 12:00:00 1041659400 1041662160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-07-16 12:00:00 1981-07-16 13:00:00 1041662160 1041662220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-07-16 13:00:00 1981-07-17 12:00:00 1041662220 1041663600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-07-17 13:00:00 1981-07-17 14:00:00 1041663660 1041663720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-07-17 14:00:00 1981-07-18 12:00:00 1041663720 1041665040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-07-18 12:00:00 1981-07-18 13:00:00 1041665040 1041665100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz'] +1981-07-18 14:00:00 1981-07-19 12:00:00 1041665160 1041666480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-07-19 12:00:00 1981-07-19 13:00:00 1041666480 1041666540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz'] +1981-07-19 14:00:00 1981-07-22 13:00:00 1041666600 1041670860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-07-22 13:00:00 1981-07-22 14:00:00 1041670860 1041670920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-07-22 14:00:00 1981-07-23 13:00:00 1041670920 1041672300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-07-23 13:00:00 1981-07-23 14:00:00 1041672300 1041672360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-07-23 14:00:00 1981-07-24 04:00:00 1041672360 1041673200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-07-24 04:00:00 1981-07-25 12:00:00 1041673200 1041675120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz'] +1981-08-14 06:00:00 1981-08-14 14:00:00 1041703560 1041704040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-08-14 14:00:00 1981-08-15 13:00:00 1041704040 1041705420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-08-15 13:00:00 1981-08-15 14:00:00 1041705420 1041705480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-08-15 14:00:00 1981-08-21 05:00:00 1041705480 1041713580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-08-21 05:00:00 1981-08-21 06:00:00 1041713580 1041713640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-08-21 06:00:00 1981-08-21 13:00:00 1041713640 1041714060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-08-24 07:00:00 1981-08-24 08:00:00 1041718020 1041718080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz'] +1981-08-24 08:00:00 1981-08-31 09:00:00 1041718080 1041728220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-08-31 09:00:00 1981-08-31 10:00:00 1041728220 1041728280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-08-31 22:00:00 1981-09-02 01:00:00 1041729000 1041730620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-09-02 01:00:00 1981-09-02 02:00:00 1041730620 1041730680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-09-02 02:00:00 1981-09-03 13:00:00 1041730680 1041732780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-09-03 13:00:00 1981-09-03 14:00:00 1041732780 1041732840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-09-03 14:00:00 1981-09-07 12:00:00 1041732840 1041738480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-09-07 12:00:00 1981-09-07 13:00:00 1041738480 1041738540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-09-07 13:00:00 1981-09-10 13:00:00 1041738540 1041742860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-09-10 13:00:00 1981-09-10 14:00:00 1041742860 1041742920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-09-10 14:00:00 1981-09-12 13:00:00 1041742920 1041745740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-09-12 13:00:00 1981-09-12 14:00:00 1041745740 1041745800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-09-12 14:00:00 1981-09-13 13:00:00 1041745800 1041747180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-09-13 13:00:00 1981-09-13 14:00:00 1041747180 1041747240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-09-13 14:00:00 1981-09-14 13:00:00 1041747240 1041748620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-09-14 13:00:00 1981-09-14 14:00:00 1041748620 1041748680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-09-14 14:00:00 1981-09-15 13:00:00 1041748680 1041750060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-09-15 13:00:00 1981-09-15 14:00:00 1041750060 1041750120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-09-15 14:00:00 1981-09-16 13:00:00 1041750120 1041751500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-09-16 13:00:00 1981-09-16 14:00:00 1041751500 1041751560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-09-16 14:00:00 1981-09-17 13:00:00 1041751560 1041752940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-09-17 13:00:00 1981-09-17 14:00:00 1041752940 1041753000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-09-17 14:00:00 1981-09-20 19:00:00 1041753000 1041757620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-09-20 19:00:00 1981-09-20 20:00:00 1041757620 1041757680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz'] +1981-09-21 23:00:00 1981-09-22 03:00:00 1041759300 1041759540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-09-22 03:00:00 1981-09-23 02:00:00 1041759540 1041760920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-09-23 02:00:00 1981-09-23 04:00:00 1041760920 1041761040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz'] +1981-09-23 04:00:00 1981-10-02 13:00:00 1041761040 1041774540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-10-02 13:00:00 1981-10-02 14:00:00 1041774540 1041774600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-10-02 14:00:00 1981-10-08 23:00:00 1041774600 1041783780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-10-08 23:00:00 1981-10-09 10:00:00 1041783780 1041784440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-10-09 10:00:00 1981-10-09 12:00:00 1041784440 1041784560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-10-09 12:00:00 1981-10-09 13:00:00 1041784560 1041784620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz'] +1981-10-09 13:00:00 1981-10-10 23:00:00 1041784620 1041786660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-10-10 23:00:00 1981-10-11 08:00:00 1041786660 1041787200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-10-11 08:00:00 1981-10-11 22:00:00 1041787200 1041788040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-10-11 22:00:00 1981-10-12 23:00:00 1041788040 1041789540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-10-13 01:00:00 1981-10-14 05:00:00 1041789660 1041791340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-10-14 07:00:00 1981-10-14 08:00:00 1041791460 1041791520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-10-14 08:00:00 1981-10-15 13:00:00 1041791520 1041793260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-10-15 14:00:00 1981-10-15 15:00:00 1041793320 1041793380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-10-15 15:00:00 1981-10-16 13:00:00 1041793380 1041794700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-10-16 14:00:00 1981-10-16 15:00:00 1041794760 1041794820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-10-16 15:00:00 1981-10-18 13:00:00 1041794820 1041797580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-10-18 14:00:00 1981-10-18 15:00:00 1041797640 1041797700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-10-18 15:00:00 1981-10-19 13:00:00 1041797700 1041799020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-10-19 14:00:00 1981-10-19 15:00:00 1041799080 1041799140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-10-19 15:00:00 1981-10-20 13:00:00 1041799140 1041800460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-10-20 14:00:00 1981-10-20 15:00:00 1041800520 1041800580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-10-20 15:00:00 1981-10-23 13:00:00 1041800580 1041804780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-10-23 13:00:00 1981-10-23 14:00:00 1041804780 1041804840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-10-23 14:00:00 1981-10-25 13:00:00 1041804840 1041807660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-10-25 13:00:00 1981-10-25 14:00:00 1041807660 1041807720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-10-25 15:00:00 1981-10-28 12:00:00 1041807780 1041811920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-10-28 12:00:00 1981-10-28 13:00:00 1041811920 1041811980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-10-28 14:00:00 1981-10-29 12:00:00 1041812040 1041813360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-10-29 12:00:00 1981-10-29 13:00:00 1041813360 1041813420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-10-29 14:00:00 1981-10-31 12:00:00 1041813480 1041816240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-10-31 12:00:00 1981-10-31 13:00:00 1041816240 1041816300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz'] +1981-10-31 14:00:00 1981-11-04 12:00:00 1041816360 1041822000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-11-04 12:00:00 1981-11-04 13:00:00 1041822000 1041822060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz'] +1981-11-04 14:00:00 1981-11-06 12:00:00 1041822120 1041824880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-11-06 13:00:00 1981-11-06 14:00:00 1041824940 1041825000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-11-06 14:00:00 1981-11-08 12:00:00 1041825000 1041827760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-11-08 13:00:00 1981-11-08 14:00:00 1041827820 1041827880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-11-08 14:00:00 1981-11-09 12:00:00 1041827880 1041829200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-11-09 13:00:00 1981-11-09 14:00:00 1041829260 1041829320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-11-09 14:00:00 1981-11-10 12:00:00 1041829320 1041830640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-11-10 12:00:00 1981-11-10 13:00:00 1041830640 1041830700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz'] +1981-11-10 13:00:00 1981-11-11 12:00:00 1041830700 1041832080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-11-11 12:00:00 1981-11-11 14:00:00 1041832080 1041832200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-11-11 14:00:00 1981-11-12 07:00:00 1041832200 1041833220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-11-12 07:00:00 1981-11-12 08:00:00 1041833220 1041833280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-11-12 08:00:00 1981-11-12 12:00:00 1041833280 1041833520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-11-12 12:00:00 1981-11-12 13:00:00 1041833520 1041833580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-11-12 14:00:00 1981-11-14 12:00:00 1041833640 1041836400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-11-14 14:00:00 1981-11-15 22:00:00 1041836520 1041838440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz'] +1981-11-15 23:00:00 1981-11-16 00:00:00 1041838500 1041838560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-11-16 00:00:00 1981-11-17 12:00:00 1041838560 1041840720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-11-17 12:00:00 1981-11-17 13:00:00 1041840720 1041840780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz'] +1981-11-17 14:00:00 1981-11-19 12:00:00 1041840840 1041843600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-11-19 12:00:00 1981-11-19 13:00:00 1041843600 1041843660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-11-19 14:00:00 1981-11-20 00:00:00 1041843720 1041844320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-11-20 00:00:00 1981-11-20 07:00:00 1041844320 1041844740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-11-20 07:00:00 1981-11-20 12:00:00 1041844740 1041845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-11-20 12:00:00 1981-11-20 20:00:00 1041845040 1041845520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-11-20 20:00:00 1981-11-21 07:00:00 1041845520 1041846180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-11-21 07:00:00 1981-11-21 09:00:00 1041846180 1041846300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-11-21 09:00:00 1981-11-21 12:00:00 1041846300 1041846480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-11-21 12:00:00 1981-11-21 13:00:00 1041846480 1041846540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-11-21 14:00:00 1981-11-22 15:00:00 1041846600 1041848100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-11-22 15:00:00 1981-11-22 20:00:00 1041848100 1041848400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-11-22 20:00:00 1981-11-23 06:00:00 1041848400 1041849000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-11-23 06:00:00 1981-11-23 08:00:00 1041849000 1041849120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz'] +1981-11-23 08:00:00 1981-11-23 12:00:00 1041849120 1041849360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-11-23 12:00:00 1981-11-23 13:00:00 1041849360 1041849420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz'] +1981-11-23 14:00:00 1981-11-24 13:00:00 1041849480 1041850860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-11-24 13:00:00 1981-11-24 14:00:00 1041850860 1041850920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz'] +1981-11-24 14:00:00 1981-11-26 12:00:00 1041850920 1041853680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-11-26 12:00:00 1981-11-26 13:00:00 1041853680 1041853740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz'] +1981-11-26 14:00:00 1981-11-27 04:00:00 1041853800 1041854640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-11-27 04:00:00 1981-11-27 05:00:00 1041854640 1041854700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz'] +1981-11-27 05:00:00 1981-12-01 04:00:00 1041854700 1041860400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-12-01 04:00:00 1981-12-01 05:00:00 1041860400 1041860460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-12-01 06:00:00 1981-12-01 16:00:00 1041860520 1041861120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-12-01 16:00:00 1981-12-01 17:00:00 1041861120 1041861180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-12-01 17:00:00 1981-12-03 03:00:00 1041861180 1041863220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-12-03 03:00:00 1981-12-03 06:00:00 1041863220 1041863400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-12-03 06:00:00 1981-12-09 03:00:00 1041863400 1041871860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-12-09 03:00:00 1981-12-09 10:00:00 1041871860 1041872280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-12-09 10:00:00 1981-12-09 13:00:00 1041872280 1041872460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-12-09 14:00:00 1981-12-10 13:00:00 1041872520 1041873900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-12-10 14:00:00 1981-12-10 16:00:00 1041873960 1041874080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-12-10 16:00:00 1981-12-10 22:00:00 1041874080 1041874440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-12-10 22:00:00 1981-12-11 13:00:00 1041874440 1041875340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-12-11 14:00:00 1981-12-13 13:00:00 1041875400 1041878220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-12-13 14:00:00 1981-12-13 15:00:00 1041878280 1041878340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-12-13 15:00:00 1981-12-13 19:00:00 1041878340 1041878580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-12-13 19:00:00 1981-12-24 12:00:00 1041878580 1041894000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-12-24 13:00:00 1981-12-24 14:00:00 1041894060 1041894120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-12-24 14:00:00 1981-12-26 09:00:00 1041894120 1041896700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-12-26 09:00:00 1981-12-26 10:00:00 1041896700 1041896760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-12-26 10:00:00 1981-12-26 19:00:00 1041896760 1041897300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-12-26 19:00:00 1981-12-26 20:00:00 1041897300 1041897360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-12-26 20:00:00 1981-12-27 05:00:00 1041897360 1041897900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-12-27 05:00:00 1981-12-27 06:00:00 1041897900 1041897960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-12-27 06:00:00 1981-12-27 09:00:00 1041897960 1041898140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1981-12-27 09:00:00 1981-12-27 10:00:00 1041898140 1041898200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +1981-12-27 10:00:00 1981-12-27 22:00:00 1041898200 1041898920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041479340_1041898920:dup1.npz +1982-01-04 00:00:00 1982-01-06 18:00:00 1041909120 1041913080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-01-06 18:00:00 1982-01-06 22:00:00 1041913080 1041913320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-01-06 22:00:00 1982-01-09 15:00:00 1041913320 1041917220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-01-09 15:00:00 1982-01-09 23:00:00 1041917220 1041917700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-01-09 23:00:00 1982-01-10 06:00:00 1041917700 1041918120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-01-10 06:00:00 1982-01-10 09:00:00 1041918120 1041918300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-01-10 09:00:00 1982-01-10 13:00:00 1041918300 1041918540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-01-10 14:00:00 1982-01-10 15:00:00 1041918600 1041918660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-01-10 15:00:00 1982-01-11 00:00:00 1041918660 1041919200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-01-11 00:00:00 1982-01-11 01:00:00 1041919200 1041919260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-01-11 01:00:00 1982-01-11 04:00:00 1041919260 1041919440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-01-11 04:00:00 1982-01-11 11:00:00 1041919440 1041919860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-01-11 11:00:00 1982-01-11 22:00:00 1041919860 1041920520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-01-11 23:00:00 1982-01-12 00:00:00 1041920580 1041920640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-01-12 00:00:00 1982-01-12 16:00:00 1041920640 1041921600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-01-12 16:00:00 1982-01-12 22:00:00 1041921600 1041921960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-01-12 22:00:00 1982-01-14 12:00:00 1041921960 1041924240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-01-14 12:00:00 1982-01-14 13:00:00 1041924240 1041924300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-01-14 14:00:00 1982-01-14 19:00:00 1041924360 1041924660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-01-14 19:00:00 1982-01-14 20:00:00 1041924660 1041924720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-01-14 20:00:00 1982-01-15 12:00:00 1041924720 1041925680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-01-15 12:00:00 1982-01-15 13:00:00 1041925680 1041925740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-01-15 14:00:00 1982-01-18 12:00:00 1041925800 1041930000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-01-18 12:00:00 1982-01-18 13:00:00 1041930000 1041930060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-01-18 14:00:00 1982-01-19 04:00:00 1041930120 1041930960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-01-19 04:00:00 1982-01-19 10:00:00 1041930960 1041931320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-01-19 10:00:00 1982-01-22 12:00:00 1041931320 1041935760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-01-22 12:00:00 1982-01-22 13:00:00 1041935760 1041935820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-01-22 14:00:00 1982-01-23 12:00:00 1041935880 1041937200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-01-23 12:00:00 1982-01-23 13:00:00 1041937200 1041937260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-01-23 14:00:00 1982-01-24 02:00:00 1041937320 1041938040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-01-24 02:00:00 1982-01-24 07:00:00 1041938040 1041938340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-01-24 07:00:00 1982-01-24 13:00:00 1041938340 1041938700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-01-24 14:00:00 1982-01-24 15:00:00 1041938760 1041938820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-01-24 15:00:00 1982-01-28 07:00:00 1041938820 1041944100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-01-28 07:00:00 1982-01-28 08:00:00 1041944100 1041944160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-01-28 08:00:00 1982-01-28 13:00:00 1041944160 1041944460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-01-28 14:00:00 1982-01-28 15:00:00 1041944520 1041944580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-01-28 15:00:00 1982-02-01 07:00:00 1041944580 1041949860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-02-01 07:00:00 1982-02-01 08:00:00 1041949860 1041949920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-02-01 08:00:00 1982-02-01 13:00:00 1041949920 1041950220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-02-01 14:00:00 1982-02-01 15:00:00 1041950280 1041950340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-02-01 15:00:00 1982-02-02 07:00:00 1041950340 1041951300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-02-02 07:00:00 1982-02-02 08:00:00 1041951300 1041951360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-02-02 08:00:00 1982-02-03 04:00:00 1041951360 1041952560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-02-03 04:00:00 1982-02-04 04:00:00 1041952560 1041954000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-02-08 07:00:00 1982-02-08 19:00:00 1041959940 1041960660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-02-08 19:00:00 1982-02-08 22:00:00 1041960660 1041960840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-02-08 22:00:00 1982-02-13 13:00:00 1041960840 1041967500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-02-13 13:00:00 1982-02-13 14:00:00 1041967500 1041967560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-02-13 14:00:00 1982-02-13 17:00:00 1041967560 1041967740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-02-13 17:00:00 1982-02-13 19:00:00 1041967740 1041967860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-02-13 19:00:00 1982-02-14 12:00:00 1041967860 1041968880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-02-14 12:00:00 1982-02-14 13:00:00 1041968880 1041968940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-02-14 14:00:00 1982-02-15 19:00:00 1041969000 1041970740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-02-15 19:00:00 1982-02-15 21:00:00 1041970740 1041970860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-02-15 21:00:00 1982-02-16 13:00:00 1041970860 1041971820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-02-16 14:00:00 1982-02-16 15:00:00 1041971880 1041971940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-02-16 15:00:00 1982-02-17 12:00:00 1041971940 1041973200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-02-17 12:00:00 1982-02-17 13:00:00 1041973200 1041973260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-02-17 14:00:00 1982-02-18 13:00:00 1041973320 1041974700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-02-18 14:00:00 1982-02-18 15:00:00 1041974760 1041974820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-02-18 15:00:00 1982-02-19 08:00:00 1041974820 1041975840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-02-19 08:00:00 1982-02-19 09:00:00 1041975840 1041975900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-02-19 09:00:00 1982-02-22 07:00:00 1041975900 1041980100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-02-22 07:00:00 1982-02-22 08:00:00 1041980100 1041980160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-02-22 08:00:00 1982-02-22 13:00:00 1041980160 1041980460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-02-22 14:00:00 1982-02-22 15:00:00 1041980520 1041980580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-02-22 15:00:00 1982-02-23 13:00:00 1041980580 1041981900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-02-23 14:00:00 1982-03-02 02:00:00 1041981960 1041991320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-03-02 03:00:00 1982-03-10 19:00:00 1041991380 1042003860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-03-10 19:00:00 1982-03-10 20:00:00 1042003860 1042003920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-03-10 20:00:00 1982-03-10 21:00:00 1042003920 1042003980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-03-10 21:00:00 1982-03-10 22:00:00 1042003980 1042004040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-03-10 23:00:00 1982-03-12 06:00:00 1042004100 1042005960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-03-12 06:00:00 1982-03-12 07:00:00 1042005960 1042006020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-03-12 08:00:00 1982-03-12 12:00:00 1042006080 1042006320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-03-12 13:00:00 1982-03-12 14:00:00 1042006380 1042006440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-03-12 14:00:00 1982-03-13 12:00:00 1042006440 1042007760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-03-13 13:00:00 1982-03-13 14:00:00 1042007820 1042007880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-03-13 14:00:00 1982-03-14 12:00:00 1042007880 1042009200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-03-14 13:00:00 1982-03-14 14:00:00 1042009260 1042009320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-03-14 14:00:00 1982-03-15 12:00:00 1042009320 1042010640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-03-15 12:00:00 1982-03-15 13:00:00 1042010640 1042010700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-03-15 14:00:00 1982-03-15 15:00:00 1042010760 1042010820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-03-15 15:00:00 1982-03-17 13:00:00 1042010820 1042013580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-03-17 14:00:00 1982-03-17 15:00:00 1042013640 1042013700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-03-17 15:00:00 1982-03-18 12:00:00 1042013700 1042014960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-03-18 12:00:00 1982-03-18 13:00:00 1042014960 1042015020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-03-18 14:00:00 1982-03-18 15:00:00 1042015080 1042015140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-03-18 15:00:00 1982-03-19 12:00:00 1042015140 1042016400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-03-19 12:00:00 1982-03-19 13:00:00 1042016400 1042016460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-03-19 14:00:00 1982-03-19 15:00:00 1042016520 1042016580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-03-19 15:00:00 1982-03-20 12:00:00 1042016580 1042017840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-03-20 12:00:00 1982-03-20 13:00:00 1042017840 1042017900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-03-20 14:00:00 1982-03-20 15:00:00 1042017960 1042018020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-03-20 15:00:00 1982-03-21 13:00:00 1042018020 1042019340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-03-21 14:00:00 1982-03-21 15:00:00 1042019400 1042019460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-03-21 15:00:00 1982-03-22 13:00:00 1042019460 1042020780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-03-22 14:00:00 1982-03-22 15:00:00 1042020840 1042020900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-03-22 15:00:00 1982-03-23 13:00:00 1042020900 1042022220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-03-23 14:00:00 1982-03-23 15:00:00 1042022280 1042022340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-03-23 15:00:00 1982-03-24 13:00:00 1042022340 1042023660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-03-24 14:00:00 1982-03-24 15:00:00 1042023720 1042023780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-03-24 15:00:00 1982-03-25 13:00:00 1042023780 1042025100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-03-25 14:00:00 1982-03-25 15:00:00 1042025160 1042025220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-03-25 15:00:00 1982-03-26 13:00:00 1042025220 1042026540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-03-26 14:00:00 1982-03-26 15:00:00 1042026600 1042026660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-03-26 15:00:00 1982-03-27 12:00:00 1042026660 1042027920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-03-27 12:00:00 1982-03-27 13:00:00 1042027920 1042027980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-03-27 14:00:00 1982-03-28 12:00:00 1042028040 1042029360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-03-28 12:00:00 1982-03-28 13:00:00 1042029360 1042029420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-03-28 14:00:00 1982-03-28 15:00:00 1042029480 1042029540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-03-28 15:00:00 1982-03-29 12:00:00 1042029540 1042030800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-03-29 12:00:00 1982-03-29 13:00:00 1042030800 1042030860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-03-29 14:00:00 1982-03-29 15:00:00 1042030920 1042030980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-03-29 15:00:00 1982-03-30 13:00:00 1042030980 1042032300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-03-30 14:00:00 1982-03-30 15:00:00 1042032360 1042032420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-03-30 15:00:00 1982-03-31 12:00:00 1042032420 1042033680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-03-31 12:00:00 1982-03-31 13:00:00 1042033680 1042033740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-03-31 14:00:00 1982-03-31 15:00:00 1042033800 1042033860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-03-31 15:00:00 1982-04-02 13:00:00 1042033860 1042036620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-04-02 14:00:00 1982-04-02 15:00:00 1042036680 1042036740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-04-02 15:00:00 1982-04-03 13:00:00 1042036740 1042038060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-04-03 14:00:00 1982-04-03 15:00:00 1042038120 1042038180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-04-03 15:00:00 1982-04-04 07:00:00 1042038180 1042039140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-04-04 07:00:00 1982-04-05 05:00:00 1042039140 1042040460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-04-05 05:00:00 1982-07-23 13:00:00 1042040460 1042197900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-07-23 14:00:00 1982-07-23 15:00:00 1042197960 1042198020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-07-23 15:00:00 1982-07-26 02:00:00 1042198020 1042201560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-07-26 02:00:00 1982-07-26 06:00:00 1042201560 1042201800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-07-26 08:00:00 1982-07-26 13:00:00 1042201920 1042202220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-07-26 14:00:00 1982-07-26 16:00:00 1042202280 1042202400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-07-26 16:00:00 1982-07-27 12:00:00 1042202400 1042203600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-07-27 12:00:00 1982-07-27 13:00:00 1042203600 1042203660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-07-27 14:00:00 1982-07-28 23:00:00 1042203720 1042205700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-07-28 23:00:00 1982-07-30 07:00:00 1042205700 1042207620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-07-30 07:00:00 1982-07-30 08:00:00 1042207620 1042207680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-07-30 08:00:00 1982-07-31 13:00:00 1042207680 1042209420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-07-31 14:00:00 1982-07-31 15:00:00 1042209480 1042209540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-07-31 15:00:00 1982-08-01 13:00:00 1042209540 1042210860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-08-01 14:00:00 1982-08-01 15:00:00 1042210920 1042210980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-08-01 15:00:00 1982-08-03 11:00:00 1042210980 1042213620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-08-03 11:00:00 1982-08-03 12:00:00 1042213620 1042213680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-08-03 13:00:00 1982-08-04 11:00:00 1042213740 1042215060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-08-04 11:00:00 1982-08-04 12:00:00 1042215060 1042215120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-08-04 13:00:00 1982-08-05 12:00:00 1042215180 1042216560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-08-05 12:00:00 1982-08-05 13:00:00 1042216560 1042216620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-08-05 14:00:00 1982-08-12 12:00:00 1042216680 1042226640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-08-12 12:00:00 1982-08-12 13:00:00 1042226640 1042226700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-08-12 14:00:00 1982-09-13 22:00:00 1042226760 1042273320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-09-17 07:00:00 1982-09-17 08:00:00 1042278180 1042278240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-09-17 08:00:00 1982-09-19 04:00:00 1042278240 1042280880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-09-22 07:00:00 1982-09-22 08:00:00 1042285380 1042285440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-09-22 08:00:00 1982-09-22 17:00:00 1042285440 1042285980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-09-22 17:00:00 1982-09-22 19:00:00 1042285980 1042286100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-09-22 19:00:00 1982-09-23 04:00:00 1042286100 1042286640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-09-23 04:00:00 1982-09-23 05:00:00 1042286640 1042286700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-09-23 05:00:00 1982-09-27 09:00:00 1042286700 1042292700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-09-27 09:00:00 1982-09-27 10:00:00 1042292700 1042292760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-09-27 10:00:00 1982-09-27 15:00:00 1042292760 1042293060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-09-27 15:00:00 1982-09-27 16:00:00 1042293060 1042293120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-09-27 16:00:00 1982-09-28 00:00:00 1042293120 1042293600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-09-28 00:00:00 1982-09-28 02:00:00 1042293600 1042293720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-09-28 02:00:00 1982-09-28 03:00:00 1042293720 1042293780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-09-28 03:00:00 1982-09-28 04:00:00 1042293780 1042293840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-09-28 04:00:00 1982-09-28 13:00:00 1042293840 1042294380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-09-28 14:00:00 1982-09-28 15:00:00 1042294440 1042294500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-09-28 15:00:00 1982-09-29 05:00:00 1042294500 1042295340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-09-29 05:00:00 1982-09-29 06:00:00 1042295340 1042295400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-09-29 06:00:00 1982-09-30 03:00:00 1042295400 1042296660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-09-30 03:00:00 1982-09-30 04:00:00 1042296660 1042296720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-09-30 04:00:00 1982-10-01 13:00:00 1042296720 1042298700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-10-01 14:00:00 1982-10-01 15:00:00 1042298760 1042298820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-10-01 15:00:00 1982-10-01 16:00:00 1042298820 1042298880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-10-01 16:00:00 1982-10-04 13:00:00 1042298880 1042303020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-10-04 13:00:00 1982-10-04 14:00:00 1042303020 1042303080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-10-04 14:00:00 1982-10-05 23:00:00 1042303080 1042305060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-10-05 23:00:00 1982-10-06 00:00:00 1042305060 1042305120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-10-06 00:00:00 1982-10-08 06:00:00 1042305120 1042308360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-10-08 06:00:00 1982-10-11 01:00:00 1042308360 1042312380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-10-11 01:00:00 1982-10-11 22:00:00 1042312380 1042313640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-10-11 22:00:00 1982-10-11 23:00:00 1042313640 1042313700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-10-11 23:00:00 1982-10-12 12:00:00 1042313700 1042314480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-10-12 12:00:00 1982-10-12 13:00:00 1042314480 1042314540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-10-12 14:00:00 1982-10-13 03:00:00 1042314600 1042315380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-10-13 03:00:00 1982-10-13 06:00:00 1042315380 1042315560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-10-13 06:00:00 1982-10-13 12:00:00 1042315560 1042315920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-10-13 12:00:00 1982-10-13 13:00:00 1042315920 1042315980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-10-13 14:00:00 1982-10-13 16:00:00 1042316040 1042316160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-10-13 16:00:00 1982-10-13 19:00:00 1042316160 1042316340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-10-13 19:00:00 1982-10-14 01:00:00 1042316340 1042316700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-10-14 01:00:00 1982-10-14 04:00:00 1042316700 1042316880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-10-14 04:00:00 1982-10-14 12:00:00 1042316880 1042317360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-10-14 12:00:00 1982-10-14 13:00:00 1042317360 1042317420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-10-14 13:00:00 1982-10-14 14:00:00 1042317420 1042317480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-10-14 14:00:00 1982-10-15 01:00:00 1042317480 1042318140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-10-15 01:00:00 1982-10-15 03:00:00 1042318140 1042318260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-10-15 03:00:00 1982-10-15 13:00:00 1042318260 1042318860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-10-15 14:00:00 1982-10-15 15:00:00 1042318920 1042318980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-10-15 15:00:00 1982-10-16 18:00:00 1042318980 1042320600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-10-16 18:00:00 1982-10-17 09:00:00 1042320600 1042321500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-10-17 09:00:00 1982-10-17 13:00:00 1042321500 1042321740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-10-17 14:00:00 1982-10-17 15:00:00 1042321800 1042321860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-10-17 15:00:00 1982-10-19 12:00:00 1042321860 1042324560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-10-19 12:00:00 1982-10-19 13:00:00 1042324560 1042324620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-10-19 14:00:00 1982-10-19 15:00:00 1042324680 1042324740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-10-19 15:00:00 1982-10-20 02:00:00 1042324740 1042325400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-10-20 02:00:00 1982-10-20 04:00:00 1042325400 1042325520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-10-20 04:00:00 1982-10-21 05:00:00 1042325520 1042327020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-10-21 05:00:00 1982-10-21 12:00:00 1042327020 1042327440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-10-21 12:00:00 1982-10-21 13:00:00 1042327440 1042327500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-10-21 14:00:00 1982-10-22 06:00:00 1042327560 1042328520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-10-29 07:00:00 1982-10-29 12:00:00 1042338660 1042338960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-10-29 12:00:00 1982-10-29 13:00:00 1042338960 1042339020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-10-29 14:00:00 1982-10-30 12:00:00 1042339080 1042340400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-10-30 12:00:00 1982-10-30 13:00:00 1042340400 1042340460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-10-30 14:00:00 1982-10-30 15:00:00 1042340520 1042340580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-10-30 16:00:00 1982-10-30 17:00:00 1042340640 1042340700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-10-30 17:00:00 1982-10-30 19:00:00 1042340700 1042340820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-10-30 19:00:00 1982-10-30 21:00:00 1042340820 1042340940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-10-30 21:00:00 1982-10-30 23:00:00 1042340940 1042341060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-10-30 23:00:00 1982-10-31 02:00:00 1042341060 1042341240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-10-31 02:00:00 1982-10-31 12:00:00 1042341240 1042341840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-10-31 12:00:00 1982-10-31 13:00:00 1042341840 1042341900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-10-31 14:00:00 1982-10-31 18:00:00 1042341960 1042342200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-10-31 18:00:00 1982-10-31 20:00:00 1042342200 1042342320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-10-31 20:00:00 1982-11-01 18:00:00 1042342320 1042343640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-11-01 18:00:00 1982-11-01 23:00:00 1042343640 1042343940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-11-01 23:00:00 1982-11-02 12:00:00 1042343940 1042344720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-11-02 12:00:00 1982-11-02 13:00:00 1042344720 1042344780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-11-02 13:00:00 1982-11-02 20:00:00 1042344780 1042345200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-11-02 20:00:00 1982-11-02 23:00:00 1042345200 1042345380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-11-02 23:00:00 1982-11-03 21:00:00 1042345380 1042346700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-11-03 21:00:00 1982-11-03 22:00:00 1042346700 1042346760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-11-03 23:00:00 1982-11-06 02:00:00 1042346820 1042349880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-11-06 02:00:00 1982-11-06 09:00:00 1042349880 1042350300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-11-06 09:00:00 1982-11-06 13:00:00 1042350300 1042350540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-11-06 13:00:00 1982-11-06 14:00:00 1042350540 1042350600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-11-06 14:00:00 1982-11-06 18:00:00 1042350600 1042350840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-11-06 18:00:00 1982-11-07 01:00:00 1042350840 1042351260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-11-07 01:00:00 1982-11-07 05:00:00 1042351260 1042351500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-11-07 05:00:00 1982-11-07 06:00:00 1042351500 1042351560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-11-07 06:00:00 1982-11-07 10:00:00 1042351560 1042351800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-11-07 10:00:00 1982-11-07 11:00:00 1042351800 1042351860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz'] +1982-11-07 11:00:00 1982-11-07 14:00:00 1042351860 1042352040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-11-07 14:00:00 1982-11-07 15:00:00 1042352040 1042352100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-11-07 15:00:00 1982-11-07 16:00:00 1042352100 1042352160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1982-11-07 16:00:00 1982-11-07 19:00:00 1042352160 1042352340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +1982-11-07 19:00:00 1982-11-07 22:00:00 1042352340 1042352520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1041909120_1042352520:dup1.npz +1983-01-21 14:00:00 1983-01-24 22:00:00 1042460040 1042464840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz'] +1983-01-24 22:00:00 1983-01-25 13:00:00 1042464840 1042465740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-01-25 13:00:00 1983-01-25 14:00:00 1042465740 1042465800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +1983-01-25 14:00:00 1983-01-27 13:00:00 1042465800 1042468620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-01-27 13:00:00 1983-01-27 14:00:00 1042468620 1042468680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +1983-01-27 14:00:00 1983-01-28 06:00:00 1042468680 1042469640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-01-28 06:00:00 1983-01-28 07:00:00 1042469640 1042469700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz'] +1983-01-28 07:00:00 1983-01-28 13:00:00 1042469700 1042470060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-01-28 13:00:00 1983-01-28 14:00:00 1042470060 1042470120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +1983-01-28 14:00:00 1983-02-07 13:00:00 1042470120 1042484460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-07-05 23:00:00 1983-07-06 00:00:00 1042698180 1042698240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz'] +1983-07-06 00:00:00 1983-07-06 12:00:00 1042698240 1042698960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-07-06 13:00:00 1983-07-06 14:00:00 1042699020 1042699080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz'] +1983-07-06 14:00:00 1983-07-07 12:00:00 1042699080 1042700400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-07-07 13:00:00 1983-07-07 14:00:00 1042700460 1042700520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz'] +1983-07-07 14:00:00 1983-07-08 07:00:00 1042700520 1042701540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-07-08 07:00:00 1983-07-08 08:00:00 1042701540 1042701600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +1983-07-08 08:00:00 1983-07-08 12:00:00 1042701600 1042701840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-07-08 13:00:00 1983-07-08 14:00:00 1042701900 1042701960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz'] +1983-07-08 14:00:00 1983-07-09 12:00:00 1042701960 1042703280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-07-09 13:00:00 1983-07-09 14:00:00 1042703340 1042703400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz'] +1983-07-09 14:00:00 1983-07-10 12:00:00 1042703400 1042704720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-07-10 13:00:00 1983-07-10 14:00:00 1042704780 1042704840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz'] +1983-07-10 14:00:00 1983-07-11 12:00:00 1042704840 1042706160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-07-11 13:00:00 1983-07-11 14:00:00 1042706220 1042706280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz'] +1983-07-11 14:00:00 1983-07-12 12:00:00 1042706280 1042707600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-07-12 13:00:00 1983-07-12 14:00:00 1042707660 1042707720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz'] +1983-07-12 14:00:00 1983-07-13 12:00:00 1042707720 1042709040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-07-13 13:00:00 1983-07-13 14:00:00 1042709100 1042709160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz'] +1983-07-13 14:00:00 1983-07-15 12:00:00 1042709160 1042711920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-07-15 13:00:00 1983-07-15 14:00:00 1042711980 1042712040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz'] +1983-07-15 14:00:00 1983-07-16 12:00:00 1042712040 1042713360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-07-16 13:00:00 1983-07-16 14:00:00 1042713420 1042713480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz'] +1983-07-16 14:00:00 1983-07-17 12:00:00 1042713480 1042714800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-07-17 13:00:00 1983-07-17 14:00:00 1042714860 1042714920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz'] +1983-07-17 14:00:00 1983-07-18 12:00:00 1042714920 1042716240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-07-18 13:00:00 1983-07-18 14:00:00 1042716300 1042716360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz'] +1983-07-18 14:00:00 1983-07-19 03:00:00 1042716360 1042717140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-07-22 06:00:00 1983-07-22 07:00:00 1042721640 1042721700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz'] +1983-07-22 07:00:00 1983-07-22 12:00:00 1042721700 1042722000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-07-22 13:00:00 1983-07-22 14:00:00 1042722060 1042722120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz'] +1983-07-22 14:00:00 1983-07-23 12:00:00 1042722120 1042723440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-07-23 13:00:00 1983-07-23 14:00:00 1042723500 1042723560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz'] +1983-07-23 14:00:00 1983-07-24 12:00:00 1042723560 1042724880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-07-24 14:00:00 1983-07-24 22:00:00 1042725000 1042725480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +1983-07-24 22:00:00 1983-07-25 00:00:00 1042725480 1042725600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-07-25 00:00:00 1983-07-25 01:00:00 1042725600 1042725660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +1983-07-25 01:00:00 1983-07-25 12:00:00 1042725660 1042726320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-07-25 13:00:00 1983-07-25 14:00:00 1042726380 1042726440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz'] +1983-07-25 14:00:00 1983-07-26 12:00:00 1042726440 1042727760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-07-26 13:00:00 1983-07-26 14:00:00 1042727820 1042727880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz'] +1983-07-26 14:00:00 1983-07-26 22:00:00 1042727880 1042728360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-07-26 22:00:00 1983-07-27 01:00:00 1042728360 1042728540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +1983-07-27 01:00:00 1983-07-27 12:00:00 1042728540 1042729200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-07-27 12:00:00 1983-07-27 13:00:00 1042729200 1042729260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz'] +1983-07-27 13:00:00 1983-07-28 00:00:00 1042729260 1042729920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-07-28 00:00:00 1983-07-28 01:00:00 1042729920 1042729980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +1983-07-28 01:00:00 1983-07-28 12:00:00 1042729980 1042730640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-07-28 12:00:00 1983-07-28 14:00:00 1042730640 1042730760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz'] +1983-07-28 14:00:00 1983-07-29 06:00:00 1042730760 1042731720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-07-29 06:00:00 1983-07-29 07:00:00 1042731720 1042731780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +1983-07-29 07:00:00 1983-07-29 12:00:00 1042731780 1042732080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-07-29 13:00:00 1983-07-29 14:00:00 1042732140 1042732200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz'] +1983-07-29 14:00:00 1983-07-30 12:00:00 1042732200 1042733520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-07-30 13:00:00 1983-07-30 14:00:00 1042733580 1042733640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz'] +1983-07-30 14:00:00 1983-07-31 12:00:00 1042733640 1042734960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-07-31 13:00:00 1983-07-31 14:00:00 1042735020 1042735080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz'] +1983-07-31 14:00:00 1983-08-01 12:00:00 1042735080 1042736400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-08-01 13:00:00 1983-08-01 14:00:00 1042736460 1042736520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz'] +1983-08-01 14:00:00 1983-08-02 12:00:00 1042736520 1042737840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-08-02 13:00:00 1983-08-02 14:00:00 1042737900 1042737960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz'] +1983-08-02 14:00:00 1983-08-03 12:00:00 1042737960 1042739280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-08-03 13:00:00 1983-08-03 14:00:00 1042739340 1042739400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz'] +1983-08-03 14:00:00 1983-08-03 21:00:00 1042739400 1042739820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-08-03 21:00:00 1983-08-03 22:00:00 1042739820 1042739880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz'] +1983-08-03 22:00:00 1983-08-04 12:00:00 1042739880 1042740720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-08-04 13:00:00 1983-08-04 14:00:00 1042740780 1042740840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz'] +1983-08-04 14:00:00 1983-08-05 06:00:00 1042740840 1042741800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-08-05 06:00:00 1983-08-05 07:00:00 1042741800 1042741860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +1983-08-05 07:00:00 1983-08-05 12:00:00 1042741860 1042742160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-08-05 13:00:00 1983-08-05 14:00:00 1042742220 1042742280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz'] +1983-08-05 14:00:00 1983-08-06 12:00:00 1042742280 1042743600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-08-06 13:00:00 1983-08-06 14:00:00 1042743660 1042743720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz'] +1983-08-06 14:00:00 1983-08-07 12:00:00 1042743720 1042745040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-08-11 23:00:00 1983-08-12 00:00:00 1042751460 1042751520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +1983-08-12 00:00:00 1983-08-12 12:00:00 1042751520 1042752240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-08-12 12:00:00 1983-08-12 13:00:00 1042752240 1042752300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +1983-08-12 14:00:00 1983-08-13 12:00:00 1042752360 1042753680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-08-13 12:00:00 1983-08-13 13:00:00 1042753680 1042753740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +1983-08-13 14:00:00 1983-08-14 12:00:00 1042753800 1042755120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-08-14 12:00:00 1983-08-14 13:00:00 1042755120 1042755180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +1983-08-14 14:00:00 1983-08-15 19:00:00 1042755240 1042756980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-08-15 19:00:00 1983-08-15 20:00:00 1042756980 1042757040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +1983-08-15 20:00:00 1983-08-15 21:00:00 1042757040 1042757100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-08-15 21:00:00 1983-08-15 22:00:00 1042757100 1042757160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +1983-08-15 22:00:00 1983-08-15 23:00:00 1042757160 1042757220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz'] +1983-08-15 23:00:00 1983-08-16 02:00:00 1042757220 1042757400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-08-16 02:00:00 1983-08-16 03:00:00 1042757400 1042757460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +1983-08-16 03:00:00 1983-08-18 10:00:00 1042757460 1042760760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-08-18 10:00:00 1983-08-18 11:00:00 1042760760 1042760820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +1983-08-18 11:00:00 1983-08-19 15:00:00 1042760820 1042762500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-08-19 15:00:00 1983-08-19 16:00:00 1042762500 1042762560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +1983-08-19 16:00:00 1983-08-20 08:00:00 1042762560 1042763520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-08-20 08:00:00 1983-08-20 09:00:00 1042763520 1042763580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +1983-08-20 09:00:00 1983-08-22 02:00:00 1042763580 1042766040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-08-22 02:00:00 1983-08-22 03:00:00 1042766040 1042766100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +1983-08-22 03:00:00 1983-08-23 18:00:00 1042766100 1042768440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-08-23 18:00:00 1983-08-23 19:00:00 1042768440 1042768500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +1983-08-23 19:00:00 1983-08-24 13:00:00 1042768500 1042769580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-08-25 01:00:00 1983-08-25 02:00:00 1042770300 1042770360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz'] +1983-08-25 02:00:00 1983-08-25 14:00:00 1042770360 1042771080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-08-25 14:00:00 1983-08-25 15:00:00 1042771080 1042771140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +1983-08-25 15:00:00 1983-08-26 22:00:00 1042771140 1042773000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-08-26 22:00:00 1983-08-26 23:00:00 1042773000 1042773060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +1983-08-26 23:00:00 1983-08-30 02:00:00 1042773060 1042777560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-08-30 02:00:00 1983-08-30 03:00:00 1042777560 1042777620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +1983-08-30 03:00:00 1983-08-31 12:00:00 1042777620 1042779600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-08-31 12:00:00 1983-08-31 13:00:00 1042779600 1042779660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +1983-08-31 14:00:00 1983-09-01 12:00:00 1042779720 1042781040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-09-01 12:00:00 1983-09-01 13:00:00 1042781040 1042781100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +1983-09-01 14:00:00 1983-09-01 23:00:00 1042781160 1042781700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-09-02 00:00:00 1983-10-04 23:00:00 1042781760 1042829220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +1983-11-08 00:00:00 1983-11-08 13:00:00 1042878240 1042879020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-11-08 13:00:00 1983-11-08 14:00:00 1042879020 1042879080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +1983-11-08 14:00:00 1983-11-08 15:00:00 1042879080 1042879140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz'] +1983-11-08 15:00:00 1983-11-09 12:00:00 1042879140 1042880400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-11-09 12:00:00 1983-11-09 13:00:00 1042880400 1042880460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +1983-11-09 14:00:00 1983-11-10 11:00:00 1042880520 1042881780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042464840_1042881780.npz +1983-11-10 11:00:00 1983-11-10 12:00:00 1042881780 1042881840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1042460040_1042881840.npz'] +1984-02-02 03:00:00 1984-02-14 13:00:00 1043002260 1043020140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1043002260_1043020140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1043002260_1043030760.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1043002260_1043030760.npz +1984-02-14 14:00:00 1984-02-21 22:00:00 1043020200 1043030760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/347_CL(IMC)_1043002260_1043030760.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.537268873055776 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_34_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_34_CL(IMC).out new file mode 100644 index 00000000..ced40525 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_34_CL(IMC).out @@ -0,0 +1,16 @@ +34_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2014-07-30 05:00:00 2014-12-31 12:00:00 1059038220 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/34_CL(IMC)_1059038220_1059260400.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/34_CL(IMC)_1059038220_1059260400:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/34_CL(IMC)_1059038220_1059260400.npz +'StationConcatenate' object has no attribute 'existing_data' +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/34_CL(IMC)_1059260400_1059786000.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/34_CL(IMC)_1059260400_1059786000:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/34_CL(IMC)_1059260400_1059786000.npz +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/34_CL(IMC)_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/34_CL(IMC)_1060313040_1060838640.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/34_CL(IMC)_1061889900_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/34_CL(IMC)_1061889900_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/34_CL(IMC)_1061889900_1062416940.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.03682168324788412 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_352_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_352_CL(IMC).out new file mode 100644 index 00000000..94ba172a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_352_CL(IMC).out @@ -0,0 +1,421 @@ +352_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1995-12-31 16:00:00 1996-06-13 03:00:00 1049267040 1049503860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1049267040_1049794020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1049267040_1049794020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1049267040_1049794020:dup1.npz +'StationConcatenate' object has no attribute 'existing_data' +1996-06-13 03:00:00 1996-06-13 04:00:00 1049503860 1049503920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1049267040_1049794020:dup1.npz'] +1996-06-13 04:00:00 1996-12-31 15:00:00 1049503920 1049794020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1049267040_1049794020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1049267040_1049794020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1049267040_1049794020:dup1.npz +1996-12-31 15:00:00 1997-12-31 15:00:00 1049794020 1050319620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1049794020_1050319620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1049794020_1050319620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1049794020_1050319620.npz +1997-12-31 15:00:00 1998-12-23 02:00:00 1050319620 1050832920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1050319620_1050845220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1050319620_1050845220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1050319620_1050845220:dup1.npz +1998-12-23 07:00:00 1998-12-23 23:00:00 1050833220 1050834180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1050319620_1050845220:dup1.npz'] +1998-12-23 23:00:00 1998-12-31 15:00:00 1050834180 1050845220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1050319620_1050845220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1050319620_1050845220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1050319620_1050845220:dup1.npz +1998-12-31 15:00:00 1999-12-31 15:00:00 1050845220 1051370820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1050845220_1051370820.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1050845220_1051370820:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1050845220_1051370820.npz +1999-12-31 15:00:00 2000-12-31 15:00:00 1051370820 1051897860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1051370820_1051897860.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1051370820_1051897860:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1051370820_1051897860.npz +2000-12-31 15:00:00 2001-12-31 15:00:00 1051897860 1052423460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1051897860_1052423460.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1051897860_1052423460:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1051897860_1052423460.npz +2001-12-31 15:00:00 2002-11-05 00:00:00 1052423460 1052867520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1052423460_1052949060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1052423460_1052949060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1052423460_1052949060.npz +2002-11-05 00:00:00 2002-11-05 01:00:00 1052867520 1052867580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1052423460_1052949060.npz'] +2002-11-05 04:00:00 2002-12-31 15:00:00 1052867760 1052949060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1052423460_1052949060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1052423460_1052949060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1052423460_1052949060.npz +2002-12-31 15:00:00 2003-12-31 15:00:00 1052949060 1053474660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1052949060_1053474660.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1052949060_1053474660:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1052949060_1053474660.npz +2003-12-31 15:00:00 2004-12-31 15:00:00 1053474660 1054001700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1053474660_1054001700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1053474660_1054001700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1053474660_1054001700.npz +2004-12-31 15:00:00 2005-04-30 16:00:00 1054001700 1054174560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1054001700_1054527300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1054001700_1054527300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1054001700_1054527300.npz +2005-04-30 16:00:00 2005-05-16 05:00:00 1054174560 1054196940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1054001700_1054527300.npz'] +2005-05-16 05:00:00 2005-11-22 23:00:00 1054196940 1054471620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1054001700_1054527300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1054001700_1054527300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1054001700_1054527300.npz +2005-11-28 03:00:00 2005-11-28 04:00:00 1054479060 1054479120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1054001700_1054527300.npz'] +2005-11-28 04:00:00 2005-12-31 15:00:00 1054479120 1054527300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1054001700_1054527300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1054001700_1054527300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1054001700_1054527300.npz +2005-12-31 15:00:00 2006-12-31 15:00:00 1054527300 1055052900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1054527300_1055052900.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1054527300_1055052900:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1054527300_1055052900.npz +2006-12-31 15:00:00 2007-12-31 15:00:00 1055052900 1055578500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1055052900_1055578500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1055052900_1055578500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1055052900_1055578500.npz +2007-12-31 15:00:00 2008-10-24 00:00:00 1055578500 1056006720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1055578500_1056105540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1055578500_1056105540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1055578500_1056105540.npz +2008-10-24 00:00:00 2008-10-24 03:00:00 1056006720 1056006900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1055578500_1056105540.npz'] +2008-10-24 03:00:00 2008-12-31 15:00:00 1056006900 1056105540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1055578500_1056105540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1055578500_1056105540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1055578500_1056105540.npz +2008-12-31 15:00:00 2009-12-03 03:00:00 1056105540 1056590100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056105540_1056631140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056105540_1056631140:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056105540_1056631140.npz +2009-12-03 05:00:00 2009-12-03 06:00:00 1056590220 1056590280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056105540_1056631140.npz'] +2009-12-03 06:00:00 2009-12-31 15:00:00 1056590280 1056631140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056105540_1056631140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056105540_1056631140:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056105540_1056631140.npz +2009-12-31 15:00:00 2010-01-31 20:00:00 1056631140 1056676080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz +2010-01-31 20:00:00 2010-01-31 21:00:00 1056676080 1056676140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz'] +2010-01-31 21:00:00 2010-02-01 20:00:00 1056676140 1056677520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz +2010-02-01 20:00:00 2010-02-01 21:00:00 1056677520 1056677580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz'] +2010-02-01 21:00:00 2010-02-02 20:00:00 1056677580 1056678960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz +2010-02-02 20:00:00 2010-02-02 21:00:00 1056678960 1056679020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz'] +2010-02-02 21:00:00 2010-02-03 20:00:00 1056679020 1056680400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz +2010-02-03 20:00:00 2010-02-03 21:00:00 1056680400 1056680460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz'] +2010-02-03 21:00:00 2010-02-04 20:00:00 1056680460 1056681840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz +2010-02-04 20:00:00 2010-02-04 21:00:00 1056681840 1056681900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz'] +2010-02-04 21:00:00 2010-02-05 20:00:00 1056681900 1056683280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz +2010-02-05 20:00:00 2010-02-05 21:00:00 1056683280 1056683340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz'] +2010-02-05 21:00:00 2010-02-06 20:00:00 1056683340 1056684720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz +2010-02-06 20:00:00 2010-02-06 21:00:00 1056684720 1056684780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz'] +2010-02-06 21:00:00 2010-02-07 20:00:00 1056684780 1056686160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz +2010-02-07 20:00:00 2010-02-07 21:00:00 1056686160 1056686220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz'] +2010-02-07 21:00:00 2010-02-08 20:00:00 1056686220 1056687600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz +2010-02-08 20:00:00 2010-02-08 21:00:00 1056687600 1056687660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz'] +2010-02-08 21:00:00 2010-02-09 20:00:00 1056687660 1056689040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz +2010-02-09 20:00:00 2010-02-09 21:00:00 1056689040 1056689100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz'] +2010-02-09 21:00:00 2010-02-10 20:00:00 1056689100 1056690480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz +2010-02-10 20:00:00 2010-02-10 21:00:00 1056690480 1056690540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz'] +2010-02-10 21:00:00 2010-02-11 20:00:00 1056690540 1056691920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz +2010-02-11 20:00:00 2010-02-11 21:00:00 1056691920 1056691980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz'] +2010-02-11 21:00:00 2010-02-12 20:00:00 1056691980 1056693360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz +2010-02-12 20:00:00 2010-02-12 21:00:00 1056693360 1056693420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz'] +2010-02-12 21:00:00 2010-02-13 20:00:00 1056693420 1056694800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz +2010-02-13 20:00:00 2010-02-13 21:00:00 1056694800 1056694860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz'] +2010-02-13 21:00:00 2010-02-14 20:00:00 1056694860 1056696240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz +2010-02-14 20:00:00 2010-02-14 21:00:00 1056696240 1056696300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz'] +2010-02-14 21:00:00 2010-02-15 20:00:00 1056696300 1056697680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz +2010-02-15 20:00:00 2010-02-15 21:00:00 1056697680 1056697740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz'] +2010-02-15 21:00:00 2010-02-16 20:00:00 1056697740 1056699120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz +2010-02-16 20:00:00 2010-02-16 21:00:00 1056699120 1056699180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz'] +2010-02-16 21:00:00 2010-02-17 20:00:00 1056699180 1056700560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz +2010-02-17 20:00:00 2010-02-17 21:00:00 1056700560 1056700620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz'] +2010-02-17 21:00:00 2010-02-18 20:00:00 1056700620 1056702000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz +2010-02-18 20:00:00 2010-02-18 21:00:00 1056702000 1056702060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz'] +2010-02-18 21:00:00 2010-02-19 20:00:00 1056702060 1056703440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz +2010-02-19 20:00:00 2010-02-19 21:00:00 1056703440 1056703500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz'] +2010-02-19 21:00:00 2010-02-20 20:00:00 1056703500 1056704880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz +2010-02-20 20:00:00 2010-02-20 21:00:00 1056704880 1056704940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz'] +2010-02-20 21:00:00 2010-02-21 20:00:00 1056704940 1056706320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz +2010-02-21 20:00:00 2010-02-21 21:00:00 1056706320 1056706380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz'] +2010-02-21 21:00:00 2010-02-22 20:00:00 1056706380 1056707760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz +2010-02-22 20:00:00 2010-02-22 21:00:00 1056707760 1056707820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz'] +2010-02-22 21:00:00 2010-02-23 20:00:00 1056707820 1056709200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz +2010-02-23 20:00:00 2010-02-23 21:00:00 1056709200 1056709260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz'] +2010-02-23 21:00:00 2010-02-24 20:00:00 1056709260 1056710640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz +2010-02-24 20:00:00 2010-02-24 21:00:00 1056710640 1056710700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz'] +2010-02-24 21:00:00 2010-02-25 20:00:00 1056710700 1056712080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz +2010-02-25 20:00:00 2010-02-25 21:00:00 1056712080 1056712140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz'] +2010-02-25 21:00:00 2010-02-26 20:00:00 1056712140 1056713520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz +2010-02-26 20:00:00 2010-02-26 21:00:00 1056713520 1056713580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz'] +2010-02-26 21:00:00 2010-02-27 20:00:00 1056713580 1056714960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz +2010-02-27 20:00:00 2010-02-27 21:00:00 1056714960 1056715020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz'] +2010-02-27 21:00:00 2010-09-03 19:00:00 1056715020 1056985620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz +2010-09-03 19:00:00 2010-09-03 20:00:00 1056985620 1056985680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz'] +2010-09-03 20:00:00 2010-09-15 03:00:00 1056985680 1057001940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz +2010-09-15 03:00:00 2010-09-15 04:00:00 1057001940 1057002000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz'] +2010-09-15 04:00:00 2010-09-17 19:00:00 1057002000 1057005780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz +2010-09-17 19:00:00 2010-09-17 20:00:00 1057005780 1057005840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz'] +2010-09-17 20:00:00 2010-09-24 19:00:00 1057005840 1057015860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz +2010-09-24 19:00:00 2010-09-24 20:00:00 1057015860 1057015920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz'] +2010-09-24 20:00:00 2010-12-31 15:00:00 1057015920 1057156740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1056631140_1057156740.npz +2010-12-31 15:00:00 2011-11-11 00:00:00 1057156740 1057609440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1057156740_1057682340.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1057156740_1057682340:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1057156740_1057682340:dup1.npz +2011-11-11 00:00:00 2011-11-11 01:00:00 1057609440 1057609500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1057156740_1057682340:dup1.npz'] +2011-11-11 01:00:00 2011-12-31 15:00:00 1057609500 1057682340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1057156740_1057682340.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1057156740_1057682340:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1057156740_1057682340:dup1.npz +2011-12-31 15:00:00 2012-12-31 15:00:00 1057682340 1058209380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1057682340_1058209380.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1057682340_1058209380:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1057682340_1058209380.npz +2012-12-31 15:00:00 2013-12-31 15:00:00 1058209380 1058734980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058209380_1058734980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058209380_1058734980:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058209380_1058734980.npz +2013-12-31 15:00:00 2014-04-03 03:00:00 1058734980 1058868180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-04-03 03:00:00 2014-04-03 04:00:00 1058868180 1058868240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-04-03 04:00:00 2014-04-07 02:00:00 1058868240 1058873880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-04-07 02:00:00 2014-04-07 03:00:00 1058873880 1058873940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-04-07 03:00:00 2014-04-09 07:00:00 1058873940 1058877060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-04-09 07:00:00 2014-04-09 08:00:00 1058877060 1058877120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-04-09 08:00:00 2014-04-10 06:00:00 1058877120 1058878440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-04-10 06:00:00 2014-04-10 07:00:00 1058878440 1058878500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-04-10 07:00:00 2014-04-11 06:00:00 1058878500 1058879880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-04-11 06:00:00 2014-04-11 07:00:00 1058879880 1058879940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-04-11 07:00:00 2014-04-19 19:00:00 1058879940 1058892180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-04-19 19:00:00 2014-04-19 20:00:00 1058892180 1058892240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-04-19 20:00:00 2014-04-19 22:00:00 1058892240 1058892360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-04-19 22:00:00 2014-04-19 23:00:00 1058892360 1058892420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-04-19 23:00:00 2014-04-21 02:00:00 1058892420 1058894040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-04-21 02:00:00 2014-04-21 03:00:00 1058894040 1058894100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-04-21 03:00:00 2014-04-23 20:00:00 1058894100 1058898000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-04-23 20:00:00 2014-04-23 21:00:00 1058898000 1058898060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-04-23 21:00:00 2014-05-23 19:00:00 1058898060 1058941140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-05-23 19:00:00 2014-05-23 20:00:00 1058941140 1058941200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-05-23 20:00:00 2014-06-17 20:00:00 1058941200 1058977200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-06-17 20:00:00 2014-06-17 21:00:00 1058977200 1058977260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-06-17 21:00:00 2014-07-05 20:00:00 1058977260 1059003120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-07-05 20:00:00 2014-07-05 21:00:00 1059003120 1059003180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-07-05 21:00:00 2014-07-05 22:00:00 1059003180 1059003240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-07-05 22:00:00 2014-07-05 23:00:00 1059003240 1059003300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-07-05 23:00:00 2014-07-21 19:00:00 1059003300 1059026100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-07-21 19:00:00 2014-07-21 20:00:00 1059026100 1059026160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-07-21 20:00:00 2014-08-03 20:00:00 1059026160 1059044880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-08-03 20:00:00 2014-08-03 21:00:00 1059044880 1059044940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-08-03 21:00:00 2014-08-13 20:00:00 1059044940 1059059280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-08-13 20:00:00 2014-08-13 21:00:00 1059059280 1059059340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-08-13 21:00:00 2014-08-21 20:00:00 1059059340 1059070800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-08-21 20:00:00 2014-08-21 21:00:00 1059070800 1059070860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-08-21 21:00:00 2014-08-28 21:00:00 1059070860 1059080940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-08-28 21:00:00 2014-08-28 22:00:00 1059080940 1059081000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-08-28 22:00:00 2014-08-29 20:00:00 1059081000 1059082320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-08-29 20:00:00 2014-08-29 21:00:00 1059082320 1059082380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-08-29 21:00:00 2014-08-29 22:00:00 1059082380 1059082440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-08-29 22:00:00 2014-08-29 23:00:00 1059082440 1059082500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-08-29 23:00:00 2014-08-31 20:00:00 1059082500 1059085200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-08-31 20:00:00 2014-08-31 21:00:00 1059085200 1059085260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-08-31 21:00:00 2014-09-01 19:00:00 1059085260 1059086580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-09-01 19:00:00 2014-09-01 20:00:00 1059086580 1059086640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-09-01 21:00:00 2014-09-03 04:00:00 1059086700 1059088560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-09-03 04:00:00 2014-09-03 05:00:00 1059088560 1059088620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-09-03 05:00:00 2014-09-03 17:00:00 1059088620 1059089340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-09-03 17:00:00 2014-09-03 22:00:00 1059089340 1059089640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-09-03 22:00:00 2014-09-04 20:00:00 1059089640 1059090960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-09-04 20:00:00 2014-09-04 21:00:00 1059090960 1059091020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-09-04 21:00:00 2014-09-08 02:00:00 1059091020 1059095640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-09-08 02:00:00 2014-09-08 03:00:00 1059095640 1059095700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-09-08 03:00:00 2014-09-08 04:00:00 1059095700 1059095760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-09-08 04:00:00 2014-09-08 05:00:00 1059095760 1059095820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-09-08 05:00:00 2014-09-08 11:00:00 1059095820 1059096180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-09-08 11:00:00 2014-09-08 12:00:00 1059096180 1059096240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-09-08 12:00:00 2014-09-08 20:00:00 1059096240 1059096720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-09-08 20:00:00 2014-09-08 21:00:00 1059096720 1059096780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz'] +2014-09-08 21:00:00 2014-09-14 21:00:00 1059096780 1059105420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-09-14 21:00:00 2014-09-14 22:00:00 1059105420 1059105480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-09-14 22:00:00 2014-09-16 17:00:00 1059105480 1059108060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-09-16 17:00:00 2014-09-16 19:00:00 1059108060 1059108180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-09-16 19:00:00 2014-09-16 20:00:00 1059108180 1059108240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-09-16 20:00:00 2014-09-16 22:00:00 1059108240 1059108360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-09-16 22:00:00 2014-09-22 05:00:00 1059108360 1059115980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-09-22 05:00:00 2014-09-22 06:00:00 1059115980 1059116040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-09-22 06:00:00 2014-09-26 07:00:00 1059116040 1059121860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-09-26 07:00:00 2014-09-26 09:00:00 1059121860 1059121980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-09-26 09:00:00 2014-09-28 03:00:00 1059121980 1059124500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-09-28 03:00:00 2014-09-28 06:00:00 1059124500 1059124680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-09-28 06:00:00 2014-09-30 03:00:00 1059124680 1059127380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-09-30 03:00:00 2014-09-30 05:00:00 1059127380 1059127500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-09-30 05:00:00 2014-09-30 06:00:00 1059127500 1059127560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-09-30 06:00:00 2014-09-30 07:00:00 1059127560 1059127620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-09-30 07:00:00 2014-10-01 06:00:00 1059127620 1059129000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-10-01 06:00:00 2014-10-01 07:00:00 1059129000 1059129060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-10-01 07:00:00 2014-10-02 17:00:00 1059129060 1059131100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-10-02 17:00:00 2014-10-02 19:00:00 1059131100 1059131220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-10-02 19:00:00 2014-10-04 04:00:00 1059131220 1059133200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-10-04 04:00:00 2014-10-04 06:00:00 1059133200 1059133320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-10-04 06:00:00 2014-10-04 22:00:00 1059133320 1059134280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-10-04 22:00:00 2014-10-04 23:00:00 1059134280 1059134340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-10-04 23:00:00 2014-10-10 20:00:00 1059134340 1059142800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-10-10 20:00:00 2014-10-10 21:00:00 1059142800 1059142860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-10-10 21:00:00 2014-10-11 01:00:00 1059142860 1059143100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-10-11 01:00:00 2014-10-11 03:00:00 1059143100 1059143220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-10-11 03:00:00 2014-10-11 05:00:00 1059143220 1059143340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-10-11 05:00:00 2014-10-11 06:00:00 1059143340 1059143400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-10-11 06:00:00 2014-10-12 19:00:00 1059143400 1059145620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-10-12 19:00:00 2014-10-12 20:00:00 1059145620 1059145680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-10-12 20:00:00 2014-10-25 20:00:00 1059145680 1059164400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-10-25 20:00:00 2014-10-25 22:00:00 1059164400 1059164520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +2014-10-25 22:00:00 2014-12-31 15:00:00 1059164520 1059260580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1058734980_1059260580:dup1.npz +2014-12-31 15:00:00 2015-12-31 15:00:00 1059260580 1059786180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1059260580_1059786180.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1059260580_1059786180:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1059260580_1059786180.npz +2015-12-31 15:00:00 2016-12-31 15:00:00 1059786180 1060313220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1059786180_1060313220.npz'] +2016-12-31 15:00:00 2017-12-31 15:00:00 1060313220 1060838820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1060313220_1060838820.npz'] +2019-12-31 15:00:00 2020-07-27 17:00:00 1061890020 1062191100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1061890020_1062417060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1061890020_1062417060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1061890020_1062417060.npz +2020-07-27 17:00:00 2020-07-27 18:00:00 1062191100 1062191160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1061890020_1062417060.npz'] +2020-07-27 18:00:00 2020-12-31 15:00:00 1062191160 1062417060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1061890020_1062417060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1061890020_1062417060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1061890020_1062417060.npz +2020-12-31 15:00:00 2021-06-30 16:00:00 1062417060 1062677760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1062417060_1062677760.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1062417060_1062677760:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/352_CL(IMC)_1062417060_1062677760.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +1.031012765566508 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_354_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_354_CL(IMC).out new file mode 100644 index 00000000..7ec00c19 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_354_CL(IMC).out @@ -0,0 +1,121 @@ +354_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1995-12-31 16:00:00 1996-03-18 02:00:00 1049267040 1049378520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1049267040_1049794020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1049267040_1049794020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1049267040_1049794020.npz +'StationConcatenate' object has no attribute 'existing_data' +1996-03-18 02:00:00 1996-03-18 03:00:00 1049378520 1049378580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1049267040_1049794020:dup1.npz'] +1996-03-18 03:00:00 1996-03-19 01:00:00 1049378580 1049379900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1049267040_1049794020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1049267040_1049794020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1049267040_1049794020.npz +1996-03-19 01:00:00 1996-03-19 03:00:00 1049379900 1049380020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1049267040_1049794020.npz'] +1996-03-19 03:00:00 1996-06-26 03:00:00 1049380020 1049522580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1049267040_1049794020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1049267040_1049794020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1049267040_1049794020.npz +1996-06-26 03:00:00 1996-06-26 04:00:00 1049522580 1049522640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1049267040_1049794020:dup1.npz'] +1996-06-26 06:00:00 1996-12-31 15:00:00 1049522760 1049794020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1049267040_1049794020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1049267040_1049794020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1049267040_1049794020.npz +1996-12-31 15:00:00 1997-12-31 15:00:00 1049794020 1050319620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1049794020_1050319620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1049794020_1050319620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1049794020_1050319620.npz +1997-12-31 15:00:00 1998-02-10 02:00:00 1050319620 1050377880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1050319620_1050845220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1050319620_1050845220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1050319620_1050845220:dup1.npz +1998-02-10 02:00:00 1998-02-10 03:00:00 1050377880 1050377940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1050319620_1050845220:dup1.npz'] +1998-02-10 03:00:00 1998-12-31 15:00:00 1050377940 1050845220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1050319620_1050845220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1050319620_1050845220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1050319620_1050845220:dup1.npz +1998-12-31 15:00:00 1999-12-31 15:00:00 1050845220 1051370820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1050845220_1051370820.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1050845220_1051370820:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1050845220_1051370820.npz +1999-12-31 15:00:00 2000-12-31 15:00:00 1051370820 1051897860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1051370820_1051897860.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1051370820_1051897860:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1051370820_1051897860.npz +2000-12-31 15:00:00 2001-06-07 13:00:00 1051897860 1052125260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1051897860_1052423460.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1051897860_1052423460:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1051897860_1052423460.npz +2001-06-07 13:00:00 2001-06-07 15:00:00 1052125260 1052125380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1051897860_1052423460.npz'] +2001-06-07 15:00:00 2001-06-21 13:00:00 1052125380 1052145420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1051897860_1052423460.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1051897860_1052423460:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1051897860_1052423460.npz +2001-06-21 13:00:00 2001-06-21 14:00:00 1052145420 1052145480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1051897860_1052423460.npz'] +2001-06-21 14:00:00 2001-06-22 13:00:00 1052145480 1052146860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1051897860_1052423460.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1051897860_1052423460:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1051897860_1052423460.npz +2001-06-22 13:00:00 2001-06-22 16:00:00 1052146860 1052147040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1051897860_1052423460.npz'] +2001-06-22 16:00:00 2001-06-27 14:00:00 1052147040 1052154120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1051897860_1052423460.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1051897860_1052423460:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1051897860_1052423460.npz +2001-06-27 14:00:00 2001-06-27 18:00:00 1052154120 1052154360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1051897860_1052423460.npz'] +2001-06-27 18:00:00 2001-12-31 15:00:00 1052154360 1052423460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1051897860_1052423460.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1051897860_1052423460:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1051897860_1052423460.npz +2001-12-31 15:00:00 2002-12-31 15:00:00 1052423460 1052949060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1052423460_1052949060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1052423460_1052949060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1052423460_1052949060.npz +2002-12-31 15:00:00 2003-12-31 15:00:00 1052949060 1053474660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1052949060_1053474660.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1052949060_1053474660:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1052949060_1053474660.npz +2003-12-31 15:00:00 2004-12-31 15:00:00 1053474660 1054001700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1053474660_1054001700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1053474660_1054001700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1053474660_1054001700.npz +2004-12-31 15:00:00 2005-12-31 15:00:00 1054001700 1054527300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1054001700_1054527300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1054001700_1054527300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1054001700_1054527300.npz +2005-12-31 15:00:00 2006-08-26 05:00:00 1054527300 1054869420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1054527300_1055052900.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1054527300_1055052900:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1054527300_1055052900:dup1.npz +2006-08-26 05:00:00 2006-08-26 08:00:00 1054869420 1054869600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1054527300_1055052900:dup1.npz'] +2006-08-26 08:00:00 2006-12-31 15:00:00 1054869600 1055052900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1054527300_1055052900.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1054527300_1055052900:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1054527300_1055052900:dup1.npz +2006-12-31 15:00:00 2007-07-18 02:00:00 1055052900 1055338680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1055052900_1055578500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1055052900_1055578500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1055052900_1055578500:dup1.npz +2007-07-18 02:00:00 2007-07-18 06:00:00 1055338680 1055338920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1055052900_1055578500:dup1.npz'] +2007-07-18 08:00:00 2007-12-31 15:00:00 1055339040 1055578500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1055052900_1055578500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1055052900_1055578500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1055052900_1055578500:dup1.npz +2007-12-31 15:00:00 2008-12-31 15:00:00 1055578500 1056105540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1055578500_1056105540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1055578500_1056105540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1055578500_1056105540.npz +2008-12-31 15:00:00 2009-12-31 15:00:00 1056105540 1056631140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1056105540_1056631140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1056105540_1056631140:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1056105540_1056631140.npz +2009-12-31 15:00:00 2010-09-02 04:00:00 1056631140 1056983280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1056631140_1057156740.npz +2010-09-02 04:00:00 2010-09-02 05:00:00 1056983280 1056983340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1056631140_1057156740.npz'] +2010-09-02 05:00:00 2010-12-31 15:00:00 1056983340 1057156740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1056631140_1057156740.npz +2010-12-31 15:00:00 2011-12-31 15:00:00 1057156740 1057682340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1057156740_1057682340.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1057156740_1057682340:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1057156740_1057682340.npz +2011-12-31 15:00:00 2012-12-31 15:00:00 1057682340 1058209380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1057682340_1058209380.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1057682340_1058209380:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1057682340_1058209380.npz +2012-12-31 15:00:00 2013-05-11 07:00:00 1058209380 1058397540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1058209380_1058734980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1058209380_1058734980:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1058209380_1058734980:dup1.npz +2013-05-11 08:00:00 2013-05-11 09:00:00 1058397600 1058397660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1058209380_1058734980:dup1.npz'] +2013-05-11 09:00:00 2013-12-31 15:00:00 1058397660 1058734980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1058209380_1058734980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1058209380_1058734980:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1058209380_1058734980:dup1.npz +2013-12-31 15:00:00 2014-12-31 15:00:00 1058734980 1059260580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1058734980_1059260580.npz +2014-12-31 15:00:00 2015-12-31 15:00:00 1059260580 1059786180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1059260580_1059786180.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1059260580_1059786180:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1059260580_1059786180.npz +2015-12-31 15:00:00 2016-12-31 15:00:00 1059786180 1060313220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1059786180_1060313220.npz'] +2016-12-31 15:00:00 2017-12-31 15:00:00 1060313220 1060838820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1060313220_1060838820.npz'] +2019-12-31 15:00:00 2020-12-31 15:00:00 1061890020 1062417060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1061890020_1062417060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1061890020_1062417060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1061890020_1062417060.npz +2020-12-31 15:00:00 2021-06-30 16:00:00 1062417060 1062677760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1062417060_1062677760.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1062417060_1062677760:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/354_CL(IMC)_1062417060_1062677760.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.6550797740618388 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_357_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_357_CL(IMC).out new file mode 100644 index 00000000..b8b0be5b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_357_CL(IMC).out @@ -0,0 +1,15 @@ +357_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2019-12-31 15:00:00 2020-11-08 18:00:00 1061890020 1062340920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/357_CL(IMC)_1061890020_1062417060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/357_CL(IMC)_1061890020_1062417060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/357_CL(IMC)_1061890020_1062417060.npz +'StationConcatenate' object has no attribute 'existing_data' +2020-11-08 18:00:00 2020-11-08 19:00:00 1062340920 1062340980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/357_CL(IMC)_1061890020_1062417060.npz'] +2020-11-08 19:00:00 2020-12-31 15:00:00 1062340980 1062417060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/357_CL(IMC)_1061890020_1062417060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/357_CL(IMC)_1061890020_1062417060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/357_CL(IMC)_1061890020_1062417060.npz +2020-12-31 15:00:00 2021-06-30 16:00:00 1062417060 1062677760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/357_CL(IMC)_1062417060_1062677760.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/357_CL(IMC)_1062417060_1062677760:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/357_CL(IMC)_1062417060_1062677760.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.08978610038757324 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_358_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_358_CL(IMC).out new file mode 100644 index 00000000..4059411e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_358_CL(IMC).out @@ -0,0 +1,173 @@ +358_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1995-12-31 16:00:00 1996-12-31 15:00:00 1049267040 1049794020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1049267040_1049794020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1049267040_1049794020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1049267040_1049794020.npz +'StationConcatenate' object has no attribute 'existing_data' +1996-12-31 15:00:00 1997-12-31 15:00:00 1049794020 1050319620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1049794020_1050319620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1049794020_1050319620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1049794020_1050319620.npz +1997-12-31 15:00:00 1998-02-03 01:00:00 1050319620 1050367740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1050319620_1050845220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1050319620_1050845220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1050319620_1050845220:dup1.npz +1998-02-03 01:00:00 1998-02-03 02:00:00 1050367740 1050367800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1050319620_1050845220:dup1.npz'] +1998-02-03 02:00:00 1998-12-31 15:00:00 1050367800 1050845220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1050319620_1050845220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1050319620_1050845220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1050319620_1050845220:dup1.npz +1998-12-31 15:00:00 1999-09-09 06:00:00 1050845220 1051207560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1050845220_1051370820.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1050845220_1051370820:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1050845220_1051370820:dup1.npz +1999-09-09 06:00:00 1999-09-09 07:00:00 1051207560 1051207620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1050845220_1051370820:dup1.npz'] +1999-09-09 11:00:00 1999-12-31 15:00:00 1051207860 1051370820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1050845220_1051370820.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1050845220_1051370820:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1050845220_1051370820:dup1.npz +1999-12-31 15:00:00 2000-05-06 02:00:00 1051370820 1051552920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1051370820_1051897860.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1051370820_1051897860:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1051370820_1051897860:dup1.npz +2000-05-06 02:00:00 2000-05-06 03:00:00 1051552920 1051552980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1051370820_1051897860:dup1.npz'] +2000-05-06 03:00:00 2000-12-31 15:00:00 1051552980 1051897860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1051370820_1051897860.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1051370820_1051897860:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1051370820_1051897860:dup1.npz +2000-12-31 15:00:00 2001-12-31 15:00:00 1051897860 1052423460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1051897860_1052423460.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1051897860_1052423460:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1051897860_1052423460.npz +2001-12-31 15:00:00 2002-12-31 15:00:00 1052423460 1052949060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1052423460_1052949060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1052423460_1052949060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1052423460_1052949060.npz +2002-12-31 15:00:00 2003-12-31 15:00:00 1052949060 1053474660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1052949060_1053474660.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1052949060_1053474660:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1052949060_1053474660.npz +2003-12-31 15:00:00 2004-12-31 15:00:00 1053474660 1054001700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1053474660_1054001700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1053474660_1054001700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1053474660_1054001700.npz +2004-12-31 15:00:00 2005-05-10 07:00:00 1054001700 1054188420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054001700_1054527300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054001700_1054527300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054001700_1054527300:dup1.npz +2005-05-13 04:00:00 2005-05-14 16:00:00 1054192560 1054194720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054001700_1054527300:dup1.npz'] +2005-05-14 16:00:00 2005-07-05 11:00:00 1054194720 1054269300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054001700_1054527300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054001700_1054527300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054001700_1054527300:dup1.npz +2005-07-05 21:00:00 2005-07-05 23:00:00 1054269900 1054270020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054001700_1054527300.npz'] +2005-07-05 23:00:00 2005-07-28 06:00:00 1054270020 1054302120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054001700_1054527300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054001700_1054527300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054001700_1054527300:dup1.npz +2005-07-28 07:00:00 2005-07-28 09:00:00 1054302180 1054302300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054001700_1054527300:dup1.npz'] +2005-07-28 09:00:00 2005-08-12 15:00:00 1054302300 1054324260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054001700_1054527300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054001700_1054527300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054001700_1054527300:dup1.npz +2005-08-12 16:00:00 2005-08-12 19:00:00 1054324320 1054324500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054001700_1054527300:dup1.npz'] +2005-08-12 19:00:00 2005-08-16 11:00:00 1054324500 1054329780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054001700_1054527300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054001700_1054527300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054001700_1054527300:dup1.npz +2005-08-16 13:00:00 2005-08-16 16:00:00 1054329900 1054330080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054001700_1054527300:dup1.npz'] +2005-08-16 16:00:00 2005-09-27 10:00:00 1054330080 1054390200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054001700_1054527300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054001700_1054527300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054001700_1054527300:dup1.npz +2005-09-29 05:00:00 2005-09-29 14:00:00 1054392780 1054393320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054001700_1054527300.npz'] +2005-09-29 14:00:00 2005-11-03 06:00:00 1054393320 1054443240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054001700_1054527300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054001700_1054527300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054001700_1054527300:dup1.npz +2005-11-03 06:00:00 2005-11-04 02:00:00 1054443240 1054444440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054001700_1054527300.npz'] +2005-11-04 04:00:00 2005-12-31 15:00:00 1054444560 1054527300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054001700_1054527300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054001700_1054527300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054001700_1054527300:dup1.npz +2005-12-31 15:00:00 2006-06-08 02:00:00 1054527300 1054755480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054527300_1055052900.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054527300_1055052900:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054527300_1055052900.npz +2006-06-08 02:00:00 2006-06-08 03:00:00 1054755480 1054755540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054527300_1055052900.npz'] +2006-06-08 03:00:00 2006-09-06 00:00:00 1054755540 1054884960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054527300_1055052900.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054527300_1055052900:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054527300_1055052900.npz +2006-09-06 02:00:00 2006-09-06 03:00:00 1054885080 1054885140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054527300_1055052900.npz'] +2006-09-06 03:00:00 2006-10-11 07:00:00 1054885140 1054935780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054527300_1055052900.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054527300_1055052900:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054527300_1055052900.npz +2006-10-11 07:00:00 2006-10-11 08:00:00 1054935780 1054935840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054527300_1055052900.npz'] +2006-10-11 08:00:00 2006-12-31 15:00:00 1054935840 1055052900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054527300_1055052900.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054527300_1055052900:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1054527300_1055052900.npz +2006-12-31 15:00:00 2007-01-25 00:00:00 1055052900 1055088000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1055052900_1055578500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1055052900_1055578500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1055052900_1055578500.npz +2007-01-25 03:00:00 2007-01-25 04:00:00 1055088180 1055088240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1055052900_1055578500.npz'] +2007-01-25 04:00:00 2007-12-31 15:00:00 1055088240 1055578500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1055052900_1055578500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1055052900_1055578500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1055052900_1055578500.npz +2007-12-31 15:00:00 2008-05-17 23:00:00 1055578500 1055777700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1055578500_1056105540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1055578500_1056105540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1055578500_1056105540.npz +2008-05-17 23:00:00 2008-05-18 00:00:00 1055777700 1055777760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1055578500_1056105540.npz'] +2008-05-18 00:00:00 2008-12-31 15:00:00 1055777760 1056105540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1055578500_1056105540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1055578500_1056105540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1055578500_1056105540.npz +2008-12-31 15:00:00 2009-01-14 01:00:00 1056105540 1056124860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056105540_1056631140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056105540_1056631140:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056105540_1056631140:dup1.npz +2009-01-14 01:00:00 2009-01-14 03:00:00 1056124860 1056124980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056105540_1056631140:dup1.npz'] +2009-01-14 03:00:00 2009-12-31 15:00:00 1056124980 1056631140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056105540_1056631140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056105540_1056631140:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056105540_1056631140:dup1.npz +2009-12-31 15:00:00 2010-07-01 17:00:00 1056631140 1056893340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740.npz +2010-07-01 17:00:00 2010-07-01 19:00:00 1056893340 1056893460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740.npz'] +2010-07-01 19:00:00 2010-08-02 22:00:00 1056893460 1056939720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740.npz +2010-08-02 22:00:00 2010-08-03 00:00:00 1056939720 1056939840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740.npz'] +2010-08-03 00:00:00 2010-09-03 04:00:00 1056939840 1056984720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740.npz +2010-09-03 04:00:00 2010-09-03 05:00:00 1056984720 1056984780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740.npz'] +2010-09-03 05:00:00 2010-09-17 07:00:00 1056984780 1057005060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740.npz +2010-09-17 07:00:00 2010-09-17 09:00:00 1057005060 1057005180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740.npz'] +2010-09-17 11:00:00 2010-09-21 03:00:00 1057005300 1057010580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740.npz +2010-09-21 03:00:00 2010-09-21 05:00:00 1057010580 1057010700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740.npz'] +2010-09-21 05:00:00 2010-10-17 11:00:00 1057010700 1057048500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740.npz +2010-10-17 11:00:00 2010-10-17 12:00:00 1057048500 1057048560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740.npz'] +2010-10-17 12:00:00 2010-11-26 20:00:00 1057048560 1057106640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740.npz +2010-11-26 20:00:00 2010-11-26 21:00:00 1057106640 1057106700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740.npz'] +2010-11-26 21:00:00 2010-12-24 20:00:00 1057106700 1057146960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740.npz +2010-12-24 20:00:00 2010-12-24 21:00:00 1057146960 1057147020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740.npz'] +2010-12-24 21:00:00 2010-12-27 20:00:00 1057147020 1057151280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740.npz +2010-12-27 20:00:00 2010-12-27 21:00:00 1057151280 1057151340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740.npz'] +2010-12-27 21:00:00 2010-12-31 15:00:00 1057151340 1057156740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1056631140_1057156740.npz +2010-12-31 15:00:00 2011-12-31 15:00:00 1057156740 1057682340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1057156740_1057682340.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1057156740_1057682340:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1057156740_1057682340.npz +2011-12-31 15:00:00 2012-12-31 15:00:00 1057682340 1058209380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1057682340_1058209380.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1057682340_1058209380:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1057682340_1058209380.npz +2012-12-31 15:00:00 2013-12-31 15:00:00 1058209380 1058734980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1058209380_1058734980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1058209380_1058734980:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1058209380_1058734980.npz +2013-12-31 15:00:00 2014-12-31 15:00:00 1058734980 1059260580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1058734980_1059260580.npz +2014-12-31 15:00:00 2015-12-31 15:00:00 1059260580 1059786180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1059260580_1059786180.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1059260580_1059786180:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1059260580_1059786180.npz +2015-12-31 15:00:00 2016-12-31 15:00:00 1059786180 1060313220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1059786180_1060313220.npz'] +2016-12-31 15:00:00 2017-03-20 05:00:00 1060313220 1060426380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1060313220_1060426380.npz'] +2020-02-03 03:00:00 2020-12-31 15:00:00 1061938260 1062417060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1061938260_1062417060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1061938260_1062417060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1061938260_1062417060.npz +2020-12-31 15:00:00 2021-06-30 16:00:00 1062417060 1062677760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1062417060_1062677760.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1062417060_1062677760:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/358_CL(IMC)_1062417060_1062677760.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.8084505518277486 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_359_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_359_CL(IMC).out new file mode 100644 index 00000000..aa63c8d1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_359_CL(IMC).out @@ -0,0 +1,170 @@ +359_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1995-12-31 16:00:00 1996-12-31 15:00:00 1049267040 1049794020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1049267040_1049794020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1049267040_1049794020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1049267040_1049794020.npz +'StationConcatenate' object has no attribute 'existing_data' +1996-12-31 15:00:00 1997-12-31 15:00:00 1049794020 1050319620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1049794020_1050319620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1049794020_1050319620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1049794020_1050319620.npz +1997-12-31 15:00:00 1998-12-31 15:00:00 1050319620 1050845220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1050319620_1050845220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1050319620_1050845220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1050319620_1050845220.npz +1998-12-31 15:00:00 1999-12-31 15:00:00 1050845220 1051370820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1050845220_1051370820.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1050845220_1051370820:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1050845220_1051370820.npz +1999-12-31 15:00:00 2000-01-13 23:00:00 1051370820 1051390020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1051370820_1051897860.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1051370820_1051897860:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1051370820_1051897860.npz +2000-01-14 06:00:00 2000-01-14 07:00:00 1051390440 1051390500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1051370820_1051897860.npz'] +2000-01-14 07:00:00 2000-12-31 15:00:00 1051390500 1051897860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1051370820_1051897860.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1051370820_1051897860:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1051370820_1051897860.npz +2000-12-31 15:00:00 2001-12-31 15:00:00 1051897860 1052423460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1051897860_1052423460.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1051897860_1052423460:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1051897860_1052423460.npz +2001-12-31 15:00:00 2002-12-31 15:00:00 1052423460 1052949060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1052423460_1052949060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1052423460_1052949060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1052423460_1052949060.npz +2002-12-31 15:00:00 2003-01-29 04:00:00 1052949060 1052990160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1052949060_1053474660.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1052949060_1053474660:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1052949060_1053474660:dup1.npz +2003-01-29 06:00:00 2003-01-29 07:00:00 1052990280 1052990340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1052949060_1053474660:dup1.npz'] +2003-01-29 07:00:00 2003-12-31 15:00:00 1052990340 1053474660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1052949060_1053474660.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1052949060_1053474660:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1052949060_1053474660:dup1.npz +2003-12-31 15:00:00 2004-12-31 15:00:00 1053474660 1054001700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1053474660_1054001700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1053474660_1054001700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1053474660_1054001700.npz +2004-12-31 15:00:00 2005-02-16 15:00:00 1054001700 1054069380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1054001700_1054527300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1054001700_1054527300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1054001700_1054527300.npz +2005-02-16 15:00:00 2005-02-16 16:00:00 1054069380 1054069440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1054001700_1054527300.npz'] +2005-02-17 03:00:00 2005-12-31 15:00:00 1054070100 1054527300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1054001700_1054527300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1054001700_1054527300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1054001700_1054527300.npz +2005-12-31 15:00:00 2006-10-28 16:00:00 1054527300 1054960800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1054527300_1055052900.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1054527300_1055052900:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1054527300_1055052900.npz +2006-11-01 06:00:00 2006-11-01 07:00:00 1054965960 1054966020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1054527300_1055052900:dup1.npz'] +2006-11-01 07:00:00 2006-11-01 08:00:00 1054966020 1054966080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1054527300_1055052900.npz'] +2006-11-01 08:00:00 2006-12-31 15:00:00 1054966080 1055052900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1054527300_1055052900.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1054527300_1055052900:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1054527300_1055052900.npz +2006-12-31 15:00:00 2007-12-31 15:00:00 1055052900 1055578500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1055052900_1055578500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1055052900_1055578500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1055052900_1055578500.npz +2007-12-31 15:00:00 2008-12-30 10:00:00 1055578500 1056103800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1055578500_1056105540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1055578500_1056105540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1055578500_1056105540.npz +2008-12-30 23:00:00 2008-12-31 00:00:00 1056104580 1056104640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1055578500_1056105540.npz'] +2008-12-31 00:00:00 2008-12-31 15:00:00 1056104640 1056105540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1055578500_1056105540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1055578500_1056105540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1055578500_1056105540.npz +2008-12-31 15:00:00 2009-12-31 15:00:00 1056105540 1056631140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056105540_1056631140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056105540_1056631140:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056105540_1056631140.npz +2009-12-31 15:00:00 2010-05-12 22:00:00 1056631140 1056821640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz +2010-05-12 22:00:00 2010-05-12 23:00:00 1056821640 1056821700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz'] +2010-05-12 23:00:00 2010-05-13 20:00:00 1056821700 1056822960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz +2010-05-13 20:00:00 2010-05-13 21:00:00 1056822960 1056823020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740:dup1.npz'] +2010-05-13 21:00:00 2010-05-13 22:00:00 1056823020 1056823080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz'] +2010-05-13 22:00:00 2010-05-14 20:00:00 1056823080 1056824400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz +2010-05-14 20:00:00 2010-05-14 21:00:00 1056824400 1056824460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740:dup1.npz'] +2010-05-14 21:00:00 2010-05-14 22:00:00 1056824460 1056824520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz'] +2010-05-14 22:00:00 2010-05-14 23:00:00 1056824520 1056824580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz +2010-05-14 23:00:00 2010-05-15 00:00:00 1056824580 1056824640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz'] +2010-05-15 00:00:00 2010-05-15 20:00:00 1056824640 1056825840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz +2010-05-15 20:00:00 2010-05-15 21:00:00 1056825840 1056825900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740:dup1.npz'] +2010-05-15 21:00:00 2010-05-16 00:00:00 1056825900 1056826080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz'] +2010-05-16 00:00:00 2010-05-16 22:00:00 1056826080 1056827400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz +2010-05-16 22:00:00 2010-05-16 23:00:00 1056827400 1056827460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz'] +2010-05-16 23:00:00 2010-05-17 19:00:00 1056827460 1056828660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz +2010-05-17 19:00:00 2010-05-17 20:00:00 1056828660 1056828720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz'] +2010-05-17 20:00:00 2010-05-17 21:00:00 1056828720 1056828780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740:dup1.npz'] +2010-05-17 21:00:00 2010-05-18 22:00:00 1056828780 1056830280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz +2010-05-18 22:00:00 2010-05-18 23:00:00 1056830280 1056830340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz'] +2010-05-18 23:00:00 2010-05-19 20:00:00 1056830340 1056831600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz +2010-05-19 20:00:00 2010-05-19 21:00:00 1056831600 1056831660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740:dup1.npz'] +2010-05-19 21:00:00 2010-05-19 22:00:00 1056831660 1056831720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz +2010-05-19 22:00:00 2010-05-19 23:00:00 1056831720 1056831780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz'] +2010-05-19 23:00:00 2010-05-26 19:00:00 1056831780 1056841620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz +2010-05-26 19:00:00 2010-05-26 20:00:00 1056841620 1056841680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz'] +2010-05-26 20:00:00 2010-12-21 09:00:00 1056841680 1057141980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz +2010-12-21 09:00:00 2010-12-21 10:00:00 1057141980 1057142040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz'] +2010-12-21 12:00:00 2010-12-21 20:00:00 1057142160 1057142640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz +2010-12-21 20:00:00 2010-12-21 21:00:00 1057142640 1057142700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz'] +2010-12-21 21:00:00 2010-12-24 02:00:00 1057142700 1057145880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz +2010-12-24 02:00:00 2010-12-24 03:00:00 1057145880 1057145940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz'] +2010-12-24 03:00:00 2010-12-31 15:00:00 1057145940 1057156740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1056631140_1057156740.npz +2010-12-31 15:00:00 2011-12-31 15:00:00 1057156740 1057682340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1057156740_1057682340.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1057156740_1057682340:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1057156740_1057682340.npz +2011-12-31 15:00:00 2012-12-31 15:00:00 1057682340 1058209380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1057682340_1058209380.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1057682340_1058209380:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1057682340_1058209380.npz +2012-12-31 15:00:00 2013-12-31 15:00:00 1058209380 1058734980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1058209380_1058734980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1058209380_1058734980:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1058209380_1058734980.npz +2013-12-31 15:00:00 2014-12-31 15:00:00 1058734980 1059260580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1058734980_1059260580.npz +2014-12-31 15:00:00 2015-01-13 01:00:00 1059260580 1059278460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1059260580_1059786180.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1059260580_1059786180:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1059260580_1059786180:dup1.npz +2015-01-13 01:00:00 2015-01-13 02:00:00 1059278460 1059278520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1059260580_1059786180:dup1.npz'] +2015-01-13 02:00:00 2015-02-22 20:00:00 1059278520 1059337200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1059260580_1059786180.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1059260580_1059786180:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1059260580_1059786180:dup1.npz +2015-02-22 20:00:00 2015-02-22 21:00:00 1059337200 1059337260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1059260580_1059786180:dup1.npz'] +2015-02-22 21:00:00 2015-10-24 22:00:00 1059337260 1059688680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1059260580_1059786180.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1059260580_1059786180:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1059260580_1059786180:dup1.npz +2015-10-24 22:00:00 2015-10-24 23:00:00 1059688680 1059688740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1059260580_1059786180:dup1.npz'] +2015-10-24 23:00:00 2015-12-31 15:00:00 1059688740 1059786180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1059260580_1059786180.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1059260580_1059786180:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1059260580_1059786180:dup1.npz +2015-12-31 15:00:00 2016-12-31 15:00:00 1059786180 1060313220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1059786180_1060313220.npz'] +2016-12-31 15:00:00 2017-12-31 15:00:00 1060313220 1060838820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1060313220_1060838820.npz'] +2019-12-31 15:00:00 2020-12-31 15:00:00 1061890020 1062417060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1061890020_1062417060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1061890020_1062417060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1061890020_1062417060.npz +2020-12-31 15:00:00 2021-01-03 13:00:00 1062417060 1062421260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1062417060_1062677760.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1062417060_1062677760:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1062417060_1062677760.npz +2021-01-03 13:00:00 2021-01-03 14:00:00 1062421260 1062421320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1062417060_1062677760.npz'] +2021-01-03 14:00:00 2021-06-30 16:00:00 1062421320 1062677760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1062417060_1062677760.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1062417060_1062677760:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/359_CL(IMC)_1062417060_1062677760.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.7399628678957622 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_35_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_35_CL(IMC).out new file mode 100644 index 00000000..000cb764 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_35_CL(IMC).out @@ -0,0 +1,8 @@ +35_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2020-07-29 15:00:00 2020-12-31 13:00:00 1062193860 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/35_CL(IMC)_1062193860_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/35_CL(IMC)_1062193860_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/35_CL(IMC)_1062193860_1062416940.npz +'StationConcatenate' object has no attribute 'existing_data' +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0075692852338155115 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_360_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_360_CL(IMC).out new file mode 100644 index 00000000..dc8a8f3a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_360_CL(IMC).out @@ -0,0 +1,93 @@ +360_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2000-03-08 06:00:00 2000-12-31 15:00:00 1051468200 1051897860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1051468200_1051897860.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1051468200_1051897860:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1051468200_1051897860.npz +'StationConcatenate' object has no attribute 'existing_data' +2000-12-31 15:00:00 2001-12-31 15:00:00 1051897860 1052423460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1051897860_1052423460.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1051897860_1052423460:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1051897860_1052423460.npz +2001-12-31 15:00:00 2002-12-31 15:00:00 1052423460 1052949060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1052423460_1052949060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1052423460_1052949060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1052423460_1052949060.npz +2002-12-31 15:00:00 2003-12-31 15:00:00 1052949060 1053474660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1052949060_1053474660.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1052949060_1053474660:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1052949060_1053474660.npz +2003-12-31 15:00:00 2004-08-08 19:00:00 1053474660 1053793140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1053474660_1054001700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1053474660_1054001700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1053474660_1054001700.npz +2004-08-08 19:00:00 2004-08-08 20:00:00 1053793140 1053793200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1053474660_1054001700.npz'] +2004-08-08 20:00:00 2004-12-31 15:00:00 1053793200 1054001700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1053474660_1054001700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1053474660_1054001700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1053474660_1054001700.npz +2004-12-31 15:00:00 2005-12-13 04:00:00 1054001700 1054500720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1054001700_1054500720.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1054001700_1054500720:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1054001700_1054500720.npz +2006-01-06 08:00:00 2006-12-31 15:00:00 1054535520 1055052900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1054535520_1055052900.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1054535520_1055052900:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1054535520_1055052900.npz +2006-12-31 15:00:00 2007-01-01 22:00:00 1055052900 1055054760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1055052900_1055578500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1055052900_1055578500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1055052900_1055578500.npz +2007-01-01 22:00:00 2007-01-01 23:00:00 1055054760 1055054820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1055052900_1055578500.npz'] +2007-01-01 23:00:00 2007-12-31 15:00:00 1055054820 1055578500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1055052900_1055578500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1055052900_1055578500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1055052900_1055578500.npz +2007-12-31 15:00:00 2008-12-31 15:00:00 1055578500 1056105540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1055578500_1056105540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1055578500_1056105540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1055578500_1056105540.npz +2008-12-31 15:00:00 2009-12-31 15:00:00 1056105540 1056631140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1056105540_1056631140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1056105540_1056631140:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1056105540_1056631140.npz +2009-12-31 15:00:00 2010-09-01 04:00:00 1056631140 1056981840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1056631140_1057156740.npz +2010-09-01 04:00:00 2010-09-01 05:00:00 1056981840 1056981900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1056631140_1057156740.npz'] +2010-09-01 05:00:00 2010-09-07 04:00:00 1056981900 1056990480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1056631140_1057156740.npz +2010-09-07 04:00:00 2010-09-07 05:00:00 1056990480 1056990540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1056631140_1057156740.npz'] +2010-09-07 05:00:00 2010-11-16 03:00:00 1056990540 1057091220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1056631140_1057156740.npz +2010-11-16 03:00:00 2010-11-16 04:00:00 1057091220 1057091280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1056631140_1057156740.npz'] +2010-11-16 04:00:00 2010-12-31 15:00:00 1057091280 1057156740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1056631140_1057156740.npz +2010-12-31 15:00:00 2011-03-29 20:00:00 1057156740 1057283760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1057156740_1057682340.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1057156740_1057682340:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1057156740_1057682340:dup1.npz +2011-03-29 20:00:00 2011-03-29 21:00:00 1057283760 1057283820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1057156740_1057682340:dup1.npz'] +2011-03-29 21:00:00 2011-12-31 15:00:00 1057283820 1057682340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1057156740_1057682340.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1057156740_1057682340:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1057156740_1057682340:dup1.npz +2011-12-31 15:00:00 2012-12-31 04:00:00 1057682340 1058208720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1057682340_1058208720.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1057682340_1058208720:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1057682340_1058208720.npz +2013-01-02 04:00:00 2013-12-31 15:00:00 1058211600 1058734980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1058211600_1058734980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1058211600_1058734980:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1058211600_1058734980.npz +2013-12-31 15:00:00 2014-12-31 15:00:00 1058734980 1059260580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1058734980_1059260580.npz +2014-12-31 15:00:00 2015-12-31 15:00:00 1059260580 1059786180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1059260580_1059786180.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1059260580_1059786180:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1059260580_1059786180.npz +2015-12-31 16:00:00 2016-12-31 15:00:00 1059786240 1060313220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1059786240_1060313220.npz'] +2016-12-31 15:00:00 2017-12-31 15:00:00 1060313220 1060838820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1060313220_1060838820.npz'] +2019-12-31 15:00:00 2020-02-28 18:00:00 1061890020 1061975160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1061890020_1062417060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1061890020_1062417060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1061890020_1062417060.npz +2020-02-28 18:00:00 2020-02-28 19:00:00 1061975160 1061975220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1061890020_1062417060.npz'] +2020-02-28 19:00:00 2020-05-11 21:00:00 1061975220 1062080460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1061890020_1062417060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1061890020_1062417060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1061890020_1062417060.npz +2020-05-11 21:00:00 2020-05-11 22:00:00 1062080460 1062080520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1061890020_1062417060:dup1.npz'] +2020-05-11 22:00:00 2020-12-31 15:00:00 1062080520 1062417060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1061890020_1062417060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1061890020_1062417060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1061890020_1062417060.npz +2020-12-31 15:00:00 2021-06-30 16:00:00 1062417060 1062677760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1062417060_1062677760.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1062417060_1062677760:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/360_CL(IMC)_1062417060_1062677760.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.48857394059499104 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_361_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_361_CL(IMC).out new file mode 100644 index 00000000..522a09f8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_361_CL(IMC).out @@ -0,0 +1,117 @@ +361_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1995-12-31 16:00:00 1996-12-31 15:00:00 1049267040 1049794020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1049267040_1049794020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1049267040_1049794020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1049267040_1049794020.npz +'StationConcatenate' object has no attribute 'existing_data' +1996-12-31 15:00:00 1997-12-31 15:00:00 1049794020 1050319620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1049794020_1050319620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1049794020_1050319620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1049794020_1050319620.npz +1997-12-31 15:00:00 1998-06-03 22:00:00 1050319620 1050541800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1050319620_1050845220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1050319620_1050845220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1050319620_1050845220.npz +1998-06-04 02:00:00 1998-06-04 03:00:00 1050542040 1050542100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1050319620_1050845220.npz'] +1998-06-04 03:00:00 1998-12-10 23:00:00 1050542100 1050815460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1050319620_1050845220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1050319620_1050845220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1050319620_1050845220.npz +1998-12-10 23:00:00 1998-12-11 00:00:00 1050815460 1050815520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1050319620_1050845220:dup1.npz'] +1998-12-11 00:00:00 1998-12-31 15:00:00 1050815520 1050845220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1050319620_1050845220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1050319620_1050845220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1050319620_1050845220.npz +1998-12-31 15:00:00 1999-08-11 03:00:00 1050845220 1051165620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1050845220_1051370820.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1050845220_1051370820:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1050845220_1051370820.npz +1999-08-11 03:00:00 1999-08-11 05:00:00 1051165620 1051165740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1050845220_1051370820.npz'] +1999-08-11 05:00:00 1999-12-31 15:00:00 1051165740 1051370820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1050845220_1051370820.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1050845220_1051370820:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1050845220_1051370820.npz +1999-12-31 15:00:00 2000-12-31 15:00:00 1051370820 1051897860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1051370820_1051897860.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1051370820_1051897860:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1051370820_1051897860.npz +2000-12-31 15:00:00 2001-12-31 15:00:00 1051897860 1052423460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1051897860_1052423460.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1051897860_1052423460:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1051897860_1052423460.npz +2001-12-31 15:00:00 2002-03-02 19:00:00 1052423460 1052511540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1052423460_1052949060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1052423460_1052949060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1052423460_1052949060.npz +2002-03-05 06:00:00 2002-03-06 22:00:00 1052515080 1052517480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1052423460_1052949060.npz'] +2002-03-08 03:00:00 2002-04-10 01:00:00 1052519220 1052566620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1052423460_1052949060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1052423460_1052949060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1052423460_1052949060.npz +2002-04-10 01:00:00 2002-04-10 03:00:00 1052566620 1052566740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1052423460_1052949060.npz'] +2002-04-10 03:00:00 2002-12-31 15:00:00 1052566740 1052949060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1052423460_1052949060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1052423460_1052949060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1052423460_1052949060.npz +2002-12-31 15:00:00 2003-12-31 15:00:00 1052949060 1053474660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1052949060_1053474660.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1052949060_1053474660:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1052949060_1053474660.npz +2003-12-31 15:00:00 2004-07-11 16:00:00 1053474660 1053752640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1053474660_1054001640.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1053474660_1054001640:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1053474660_1054001640:dup1.npz +2004-07-11 16:00:00 2004-10-27 03:00:00 1053752640 1053907380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1053474660_1054001640:dup1.npz'] +2004-10-27 07:00:00 2004-11-04 02:00:00 1053907620 1053918840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1053474660_1054001640.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1053474660_1054001640:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1053474660_1054001640:dup1.npz +2004-11-04 04:00:00 2004-11-04 07:00:00 1053918960 1053919140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1053474660_1054001640.npz'] +2004-11-04 07:00:00 2004-12-31 14:00:00 1053919140 1054001640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1053474660_1054001640.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1053474660_1054001640:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1053474660_1054001640:dup1.npz +2005-01-04 16:00:00 2005-10-23 02:00:00 1054007520 1054427160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1054007520_1054527300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1054007520_1054527300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1054007520_1054527300.npz +2005-10-23 02:00:00 2005-10-23 03:00:00 1054427160 1054427220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1054007520_1054527300.npz'] +2005-10-23 03:00:00 2005-10-25 00:00:00 1054427220 1054429920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1054007520_1054527300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1054007520_1054527300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1054007520_1054527300.npz +2005-10-26 12:00:00 2005-10-26 15:00:00 1054432080 1054432260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1054007520_1054527300.npz'] +2005-10-26 15:00:00 2005-12-31 15:00:00 1054432260 1054527300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1054007520_1054527300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1054007520_1054527300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1054007520_1054527300.npz +2005-12-31 15:00:00 2006-12-31 15:00:00 1054527300 1055052900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1054527300_1055052900.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1054527300_1055052900:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1054527300_1055052900.npz +2006-12-31 15:00:00 2007-12-31 15:00:00 1055052900 1055578500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1055052900_1055578500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1055052900_1055578500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1055052900_1055578500.npz +2007-12-31 15:00:00 2008-12-31 15:00:00 1055578500 1056105540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1055578500_1056105540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1055578500_1056105540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1055578500_1056105540.npz +2008-12-31 15:00:00 2009-12-31 15:00:00 1056105540 1056631140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1056105540_1056631140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1056105540_1056631140:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1056105540_1056631140.npz +2009-12-31 15:00:00 2010-12-13 20:00:00 1056631140 1057131120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1056631140_1057156740.npz +2010-12-13 20:00:00 2010-12-13 21:00:00 1057131120 1057131180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1056631140_1057156740.npz'] +2010-12-13 21:00:00 2010-12-31 15:00:00 1057131180 1057156740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1056631140_1057156740.npz +2010-12-31 15:00:00 2011-12-31 15:00:00 1057156740 1057682340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1057156740_1057682340.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1057156740_1057682340:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1057156740_1057682340.npz +2011-12-31 15:00:00 2012-12-31 15:00:00 1057682340 1058209380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1057682340_1058209380.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1057682340_1058209380:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1057682340_1058209380.npz +2012-12-31 15:00:00 2013-12-31 15:00:00 1058209380 1058734980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1058209380_1058734980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1058209380_1058734980:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1058209380_1058734980.npz +2013-12-31 15:00:00 2014-12-31 15:00:00 1058734980 1059260580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1058734980_1059260580.npz +2014-12-31 15:00:00 2015-12-31 15:00:00 1059260580 1059786180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1059260580_1059786180.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1059260580_1059786180:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1059260580_1059786180.npz +2015-12-31 15:00:00 2016-12-31 15:00:00 1059786180 1060313220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1059786180_1060313220.npz'] +2016-12-31 15:00:00 2017-12-31 15:00:00 1060313220 1060838820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1060313220_1060838820.npz'] +2019-12-31 15:00:00 2020-06-06 22:00:00 1061890020 1062117960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1061890020_1062417060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1061890020_1062417060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1061890020_1062417060.npz +2020-06-06 22:00:00 2020-06-06 23:00:00 1062117960 1062118020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1061890020_1062417060.npz'] +2020-06-06 23:00:00 2020-12-31 15:00:00 1062118020 1062417060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1061890020_1062417060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1061890020_1062417060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1061890020_1062417060.npz +2020-12-31 15:00:00 2021-06-30 16:00:00 1062417060 1062677760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1062417060_1062677760.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1062417060_1062677760:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/361_CL(IMC)_1062417060_1062677760.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.6532509684562683 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_363_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_363_CL(IMC).out new file mode 100644 index 00000000..87910bad --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_363_CL(IMC).out @@ -0,0 +1,133 @@ +363_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1995-12-31 16:00:00 1996-12-23 18:00:00 1049267040 1049782680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1049267040_1049782680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1049267040_1049782680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1049267040_1049782680.npz +'StationConcatenate' object has no attribute 'existing_data' +1997-02-18 04:00:00 1997-12-04 01:00:00 1049863920 1050279900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1049863920_1050319620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1049863920_1050319620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1049863920_1050319620.npz +1997-12-04 01:00:00 1997-12-04 03:00:00 1050279900 1050280020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1049863920_1050319620.npz'] +1997-12-04 03:00:00 1997-12-05 01:00:00 1050280020 1050281340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1049863920_1050319620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1049863920_1050319620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1049863920_1050319620.npz +1997-12-05 01:00:00 1997-12-05 03:00:00 1050281340 1050281460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1049863920_1050319620:dup1.npz'] +1997-12-05 03:00:00 1997-12-31 15:00:00 1050281460 1050319620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1049863920_1050319620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1049863920_1050319620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1049863920_1050319620.npz +1997-12-31 15:00:00 1998-06-27 05:00:00 1050319620 1050575340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1050319620_1050845220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1050319620_1050845220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1050319620_1050845220:dup1.npz +1998-06-27 05:00:00 1998-06-27 07:00:00 1050575340 1050575460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1050319620_1050845220:dup1.npz'] +1998-06-27 07:00:00 1998-08-26 21:00:00 1050575460 1050662700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1050319620_1050845220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1050319620_1050845220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1050319620_1050845220:dup1.npz +1998-08-26 21:00:00 1998-08-26 22:00:00 1050662700 1050662760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1050319620_1050845220:dup1.npz'] +1998-08-26 22:00:00 1998-12-31 15:00:00 1050662760 1050845220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1050319620_1050845220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1050319620_1050845220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1050319620_1050845220:dup1.npz +1998-12-31 15:00:00 1999-12-31 15:00:00 1050845220 1051370820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1050845220_1051370820.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1050845220_1051370820:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1050845220_1051370820.npz +1999-12-31 15:00:00 2000-12-31 15:00:00 1051370820 1051897860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1051370820_1051897860.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1051370820_1051897860:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1051370820_1051897860.npz +2000-12-31 15:00:00 2001-12-31 15:00:00 1051897860 1052423460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1051897860_1052423460.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1051897860_1052423460:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1051897860_1052423460.npz +2001-12-31 15:00:00 2002-12-31 15:00:00 1052423460 1052949060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1052423460_1052949060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1052423460_1052949060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1052423460_1052949060.npz +2002-12-31 15:00:00 2003-12-31 15:00:00 1052949060 1053474660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1052949060_1053474660.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1052949060_1053474660:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1052949060_1053474660.npz +2003-12-31 15:00:00 2004-12-31 15:00:00 1053474660 1054001700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1053474660_1054001700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1053474660_1054001700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1053474660_1054001700.npz +2004-12-31 15:00:00 2005-01-12 08:00:00 1054001700 1054018560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1054001700_1054527300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1054001700_1054527300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1054001700_1054527300.npz +2005-01-12 08:00:00 2005-01-12 10:00:00 1054018560 1054018680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1054001700_1054527300.npz'] +2005-01-12 10:00:00 2005-12-31 15:00:00 1054018680 1054527300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1054001700_1054527300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1054001700_1054527300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1054001700_1054527300.npz +2005-12-31 15:00:00 2006-07-06 04:00:00 1054527300 1054795920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1054527300_1055052900.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1054527300_1055052900:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1054527300_1055052900.npz +2006-07-06 04:00:00 2006-07-07 02:00:00 1054795920 1054797240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1054527300_1055052900.npz'] +2006-07-07 02:00:00 2006-12-31 15:00:00 1054797240 1055052900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1054527300_1055052900.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1054527300_1055052900:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1054527300_1055052900.npz +2006-12-31 15:00:00 2007-07-14 16:00:00 1055052900 1055333760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1055052900_1055578500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1055052900_1055578500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1055052900_1055578500.npz +2007-07-14 16:00:00 2007-10-10 16:00:00 1055333760 1055460480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1055052900_1055578500.npz'] +2007-10-10 16:00:00 2007-12-31 15:00:00 1055460480 1055578500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1055052900_1055578500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1055052900_1055578500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1055052900_1055578500.npz +2007-12-31 15:00:00 2008-12-31 15:00:00 1055578500 1056105540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1055578500_1056105540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1055578500_1056105540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1055578500_1056105540.npz +2008-12-31 15:00:00 2009-12-31 15:00:00 1056105540 1056631140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1056105540_1056631140.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1056105540_1056631140:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1056105540_1056631140.npz +2009-12-31 15:00:00 2010-08-30 20:00:00 1056631140 1056979920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1056631140_1057156740.npz +2010-08-30 20:00:00 2010-08-30 21:00:00 1056979920 1056979980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1056631140_1057156740.npz'] +2010-08-30 21:00:00 2010-09-23 05:00:00 1056979980 1057013580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1056631140_1057156740.npz +2010-09-23 05:00:00 2010-09-23 06:00:00 1057013580 1057013640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1056631140_1057156740.npz'] +2010-09-23 06:00:00 2010-11-22 00:00:00 1057013640 1057099680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1056631140_1057156740.npz +2010-11-22 00:00:00 2010-11-22 01:00:00 1057099680 1057099740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1056631140_1057156740.npz'] +2010-11-22 01:00:00 2010-12-31 15:00:00 1057099740 1057156740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1056631140_1057156740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1056631140_1057156740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1056631140_1057156740.npz +2010-12-31 15:00:00 2011-12-31 15:00:00 1057156740 1057682340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1057156740_1057682340.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1057156740_1057682340:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1057156740_1057682340.npz +2011-12-31 15:00:00 2012-12-31 15:00:00 1057682340 1058209380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1057682340_1058209380.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1057682340_1058209380:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1057682340_1058209380.npz +2012-12-31 15:00:00 2013-12-31 15:00:00 1058209380 1058734980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1058209380_1058734980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1058209380_1058734980:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1058209380_1058734980.npz +2013-12-31 15:00:00 2014-12-31 15:00:00 1058734980 1059260580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1058734980_1059260580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1058734980_1059260580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1058734980_1059260580.npz +2014-12-31 15:00:00 2015-12-31 15:00:00 1059260580 1059786180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1059260580_1059786180.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1059260580_1059786180:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1059260580_1059786180.npz +2015-12-31 16:00:00 2016-12-31 15:00:00 1059786240 1060313220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1059786240_1060313220.npz'] +2016-12-31 15:00:00 2017-12-31 15:00:00 1060313220 1060838820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1060313220_1060838820.npz'] +2019-12-31 15:00:00 2020-06-30 19:00:00 1061890020 1062152340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1061890020_1062417060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1061890020_1062417060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1061890020_1062417060:dup1.npz +2020-06-30 19:00:00 2020-06-30 20:00:00 1062152340 1062152400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1061890020_1062417060:dup1.npz'] +2020-06-30 20:00:00 2020-07-07 12:00:00 1062152400 1062162000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1061890020_1062417060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1061890020_1062417060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1061890020_1062417060:dup1.npz +2020-07-07 12:00:00 2020-07-07 13:00:00 1062162000 1062162060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1061890020_1062417060:dup1.npz'] +2020-07-07 13:00:00 2020-07-16 03:00:00 1062162060 1062174420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1061890020_1062417060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1061890020_1062417060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1061890020_1062417060:dup1.npz +2020-07-16 03:00:00 2020-07-16 04:00:00 1062174420 1062174480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1061890020_1062417060:dup1.npz'] +2020-07-16 04:00:00 2020-07-22 16:00:00 1062174480 1062183840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1061890020_1062417060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1061890020_1062417060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1061890020_1062417060:dup1.npz +2020-07-22 16:00:00 2020-07-22 19:00:00 1062183840 1062184020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1061890020_1062417060:dup1.npz'] +2020-07-22 19:00:00 2020-12-31 15:00:00 1062184020 1062417060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1061890020_1062417060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1061890020_1062417060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1061890020_1062417060:dup1.npz +2020-12-31 15:00:00 2021-03-16 16:00:00 1062417060 1062525120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1062417060_1062677760.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1062417060_1062677760:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1062417060_1062677760.npz +2021-03-16 16:00:00 2021-03-16 18:00:00 1062525120 1062525240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1062417060_1062677760.npz'] +2021-03-16 18:00:00 2021-06-30 16:00:00 1062525240 1062677760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1062417060_1062677760.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1062417060_1062677760:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/363_CL(IMC)_1062417060_1062677760.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.6896313548088073 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_366_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_366_CL(IMC).out new file mode 100644 index 00000000..fb8cb6b5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_366_CL(IMC).out @@ -0,0 +1,8 @@ +366_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/366_CL(IMC)_1061889900_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/366_CL(IMC)_1061889900_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/366_CL(IMC)_1061889900_1062416940.npz +'StationConcatenate' object has no attribute 'existing_data' +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.012573146820068359 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_368_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_368_CL(IMC).out new file mode 100644 index 00000000..516d1c48 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_368_CL(IMC).out @@ -0,0 +1,8 @@ +368_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2019-12-31 13:00:00 2020-06-28 23:00:00 1061889900 1062149700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/368_CL(IMC)_1061889900_1062149700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/368_CL(IMC)_1061889900_1062149700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/368_CL(IMC)_1061889900_1062149700.npz +'StationConcatenate' object has no attribute 'existing_data' +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01038732926050822 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_369_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_369_CL(IMC).out new file mode 100644 index 00000000..3ab6f5f5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_369_CL(IMC).out @@ -0,0 +1,8 @@ +369_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2019-12-31 13:00:00 2020-03-23 21:00:00 1061889900 1062009900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/369_CL(IMC)_1061889900_1062009900.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/369_CL(IMC)_1061889900_1062009900:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/369_CL(IMC)_1061889900_1062009900.npz +'StationConcatenate' object has no attribute 'existing_data' +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.010503125190734864 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_370_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_370_CL(IMC).out new file mode 100644 index 00000000..2c4e4f90 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_370_CL(IMC).out @@ -0,0 +1,8 @@ +370_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/370_CL(IMC)_1061889900_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/370_CL(IMC)_1061889900_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/370_CL(IMC)_1061889900_1062416940.npz +'StationConcatenate' object has no attribute 'existing_data' +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.012323268254597982 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_372_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_372_CL(IMC).out new file mode 100644 index 00000000..535862fc --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_372_CL(IMC).out @@ -0,0 +1,8 @@ +372_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/372_CL(IMC)_1061889900_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/372_CL(IMC)_1061889900_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/372_CL(IMC)_1061889900_1062416940.npz +'StationConcatenate' object has no attribute 'existing_data' +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.012468059857686361 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_373_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_373_CL(IMC).out new file mode 100644 index 00000000..c9f6cfe3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_373_CL(IMC).out @@ -0,0 +1,8 @@ +373_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/373_CL(IMC)_1061889900_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/373_CL(IMC)_1061889900_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/373_CL(IMC)_1061889900_1062416940.npz +'StationConcatenate' object has no attribute 'existing_data' +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.012552809715270997 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_374_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_374_CL(IMC).out new file mode 100644 index 00000000..86be47a8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_374_CL(IMC).out @@ -0,0 +1,8 @@ +374_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/374_CL(IMC)_1061889900_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/374_CL(IMC)_1061889900_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/374_CL(IMC)_1061889900_1062416940.npz +'StationConcatenate' object has no attribute 'existing_data' +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.020527863502502443 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_375_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_375_CL(IMC).out new file mode 100644 index 00000000..cd6b29de --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_375_CL(IMC).out @@ -0,0 +1,8 @@ +375_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/375_CL(IMC)_1061889900_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/375_CL(IMC)_1061889900_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/375_CL(IMC)_1061889900_1062416940.npz +'StationConcatenate' object has no attribute 'existing_data' +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.009274081389109293 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_37_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_37_CL(IMC).out new file mode 100644 index 00000000..7402b2c0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_37_CL(IMC).out @@ -0,0 +1,25 @@ +37_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2011-11-17 15:00:00 2011-12-31 12:00:00 1057618980 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/37_CL(IMC)_1057618980_1057682160.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/37_CL(IMC)_1057618980_1057682160:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/37_CL(IMC)_1057618980_1057682160.npz +'StationConcatenate' object has no attribute 'existing_data' +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/37_CL(IMC)_1057682160_1058209200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/37_CL(IMC)_1057682160_1058209200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/37_CL(IMC)_1057682160_1058209200.npz +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/37_CL(IMC)_1058209200_1058734800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/37_CL(IMC)_1058209200_1058734800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/37_CL(IMC)_1058209200_1058734800.npz +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/37_CL(IMC)_1058734860_1059260400.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/37_CL(IMC)_1058734860_1059260400:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/37_CL(IMC)_1058734860_1059260400.npz +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/37_CL(IMC)_1059260400_1059786000.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/37_CL(IMC)_1059260400_1059786000:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/37_CL(IMC)_1059260400_1059786000.npz +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/37_CL(IMC)_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/37_CL(IMC)_1060313040_1060838640.npz'] +2019-12-31 14:00:00 2020-12-31 13:00:00 1061889960 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/37_CL(IMC)_1061889960_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/37_CL(IMC)_1061889960_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/37_CL(IMC)_1061889960_1062416940.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.05106131633122762 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_3_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_3_CL(IMC).out new file mode 100644 index 00000000..02b7d377 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_3_CL(IMC).out @@ -0,0 +1,85 @@ +3_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1996-05-15 06:00:00 1996-07-07 01:00:00 1049462280 1049538300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1049462280_1049792520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1049462280_1049792520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1049462280_1049792520:dup1.npz +'StationConcatenate' object has no attribute 'existing_data' +1996-07-07 01:00:00 1996-07-07 02:00:00 1049538300 1049538360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1049462280_1049792520:dup1.npz'] +1996-07-07 02:00:00 1996-12-30 14:00:00 1049538360 1049792520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1049462280_1049792520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1049462280_1049792520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1049462280_1049792520:dup1.npz +1996-12-31 14:00:00 1997-12-31 13:00:00 1049793960 1050319500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1049793960_1050319500.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1049793960_1050319500:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1049793960_1050319500.npz +1997-12-31 13:00:00 1998-12-31 13:00:00 1050319500 1050845100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1050319500_1050845100.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1050319500_1050845100:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1050319500_1050845100.npz +1998-12-31 13:00:00 1999-03-13 01:00:00 1050845100 1050948060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1050845100_1051358700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1050845100_1051358700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1050845100_1051358700:dup1.npz +1999-03-13 01:00:00 1999-03-17 01:00:00 1050948060 1050953820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1050845100_1051358700:dup1.npz'] +1999-03-17 02:00:00 1999-12-23 05:00:00 1050953880 1051358700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1050845100_1051358700.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1050845100_1051358700:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1050845100_1051358700:dup1.npz +2000-01-04 06:00:00 2000-12-31 13:00:00 1051376040 1051897740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1051376040_1051897740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1051376040_1051897740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1051376040_1051897740.npz +2000-12-31 13:00:00 2001-12-31 13:00:00 1051897740 1052423340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1051897740_1052423340.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1051897740_1052423340:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1051897740_1052423340.npz +2001-12-31 13:00:00 2002-12-31 13:00:00 1052423340 1052948940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1052423340_1052948940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1052423340_1052948940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1052423340_1052948940.npz +2002-12-31 13:00:00 2003-09-19 14:00:00 1052948940 1053326280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1052948940_1053474540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1052948940_1053474540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1052948940_1053474540:dup1.npz +2003-09-19 14:00:00 2003-09-20 03:00:00 1053326280 1053327060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1052948940_1053474540:dup1.npz'] +2003-09-20 03:00:00 2003-09-20 10:00:00 1053327060 1053327480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1052948940_1053474540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1052948940_1053474540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1052948940_1053474540:dup1.npz +2003-09-20 10:00:00 2003-09-21 01:00:00 1053327480 1053328380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1052948940_1053474540:dup1.npz'] +2003-09-21 01:00:00 2003-09-21 14:00:00 1053328380 1053329160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1052948940_1053474540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1052948940_1053474540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1052948940_1053474540:dup1.npz +2003-09-21 14:00:00 2003-09-22 00:00:00 1053329160 1053329760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1052948940_1053474540:dup1.npz'] +2003-09-22 00:00:00 2003-09-22 07:00:00 1053329760 1053330180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1052948940_1053474540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1052948940_1053474540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1052948940_1053474540:dup1.npz +2003-09-22 07:00:00 2003-09-23 01:00:00 1053330180 1053331260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1052948940_1053474540:dup1.npz'] +2003-09-23 03:00:00 2003-12-31 13:00:00 1053331380 1053474540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1052948940_1053474540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1052948940_1053474540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1052948940_1053474540:dup1.npz +2003-12-31 13:00:00 2004-12-31 13:00:00 1053474540 1054001580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1053474540_1054001580.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1053474540_1054001580:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1053474540_1054001580.npz +2004-12-31 13:00:00 2005-12-31 13:00:00 1054001580 1054527180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1054001580_1054527180.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1054001580_1054527180:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1054001580_1054527180.npz +2005-12-31 13:00:00 2006-12-31 13:00:00 1054527180 1055052780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1054527180_1055052780.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1054527180_1055052780:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1054527180_1055052780.npz +2006-12-31 13:00:00 2007-12-31 13:00:00 1055052780 1055578380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1055052780_1055578380.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1055052780_1055578380:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1055052780_1055578380.npz +2007-12-31 13:00:00 2008-12-31 13:00:00 1055578380 1056105420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1055578380_1056105420.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1055578380_1056105420:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1055578380_1056105420.npz +2008-12-31 13:00:00 2009-12-31 13:00:00 1056105420 1056631020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1056105420_1056631020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1056105420_1056631020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1056105420_1056631020.npz +2009-12-31 13:00:00 2010-12-31 13:00:00 1056631020 1057156620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1056631020_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1056631020_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1056631020_1057156620.npz +2010-12-31 13:00:00 2011-12-31 13:00:00 1057156620 1057682220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1057156620_1057682220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1057156620_1057682220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1057156620_1057682220.npz +2011-12-31 13:00:00 2011-12-31 14:00:00 1057682220 1057682280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1057682220_1057682280.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1057682220_1058209260.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1057682220_1058209260.npz +2011-12-31 20:00:00 2012-12-31 13:00:00 1057682640 1058209260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1057682220_1058209260.npz'] +2012-12-31 14:00:00 2013-12-31 13:00:00 1058209320 1058734860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1058209320_1058734860.npz'] +2013-12-31 19:00:00 2014-12-31 12:00:00 1058735220 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1058735220_1059260400.npz'] +2014-12-31 13:00:00 2015-12-31 13:00:00 1059260460 1059786060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1059260460_1059786060.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/3_CL(IMC)_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.3004987915356954 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_40_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_40_CL(IMC).out new file mode 100644 index 00000000..7ab4513c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_40_CL(IMC).out @@ -0,0 +1,92 @@ +40_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1993-12-31 13:00:00 1994-12-31 12:00:00 1048215660 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1048215660_1048741200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1048215660_1048741200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1048215660_1048741200.npz +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1048741200_1049266800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1048741200_1049266800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1048741200_1049266800.npz +1995-12-31 12:00:00 1996-12-31 12:00:00 1049266800 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1049266800_1049793840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1049266800_1049793840:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1049266800_1049793840.npz +1996-12-31 12:00:00 1997-02-10 15:00:00 1049793840 1049853060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1049793840_1050319440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1049793840_1050319440:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1049793840_1050319440:dup1.npz +1997-02-10 17:00:00 1997-02-18 15:00:00 1049853180 1049864580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1049793840_1050319440:dup1.npz'] +1997-02-25 17:00:00 1997-12-31 12:00:00 1049874780 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1049793840_1050319440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1049793840_1050319440:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1049793840_1050319440:dup1.npz +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1050319440_1050845040.npz +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1050845040_1051370640.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1050845040_1051370640:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1050845040_1051370640.npz +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1051370640_1051897680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1051370640_1051897680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1051370640_1051897680.npz +2000-12-31 12:00:00 2001-06-14 02:00:00 1051897680 1052134680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1051897680_1052423280.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1051897680_1052423280:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1051897680_1052423280.npz +2001-06-14 02:00:00 2001-06-14 13:00:00 1052134680 1052135340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1051897680_1052423280.npz'] +2001-06-14 13:00:00 2001-12-31 12:00:00 1052135340 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1051897680_1052423280.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1051897680_1052423280:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1051897680_1052423280.npz +2001-12-31 12:00:00 2002-04-15 01:00:00 1052423280 1052573820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1052423280_1052948880.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1052423280_1052948880:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1052423280_1052948880:dup1.npz +2002-04-15 01:00:00 2002-04-15 02:00:00 1052573820 1052573880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1052423280_1052948880:dup1.npz'] +2002-04-15 02:00:00 2002-11-19 19:00:00 1052573880 1052888820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1052423280_1052948880.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1052423280_1052948880:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1052423280_1052948880:dup1.npz +2002-11-19 19:00:00 2002-11-19 20:00:00 1052888820 1052888880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1052423280_1052948880:dup1.npz'] +2002-11-19 20:00:00 2002-12-31 12:00:00 1052888880 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1052423280_1052948880.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1052423280_1052948880:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1052423280_1052948880:dup1.npz +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1052948880_1053474480.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1052948880_1053474480:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1052948880_1053474480.npz +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1053474540_1054001520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1053474540_1054001520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1053474540_1054001520.npz +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1054001520_1054527120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1054001520_1054527120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1054001520_1054527120.npz +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1054527120_1055052720.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1054527120_1055052720:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1054527120_1055052720.npz +2006-12-31 12:00:00 2007-12-26 20:00:00 1055052720 1055571600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1055052720_1055571600.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1055052720_1055571600:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1055052720_1055571600.npz +2008-01-09 15:00:00 2008-12-31 11:00:00 1055591460 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1055591460_1056105300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1055591460_1056105300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1055591460_1056105300.npz +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1056105360_1056630960.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1056105360_1056630960:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1056105360_1056630960.npz +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1056630960_1057156560.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1056630960_1057156560:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1056630960_1057156560.npz +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1057156560_1057682160.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1057156560_1057682160:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1057156560_1057682160.npz +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1057682160_1058209200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1057682160_1058209200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1057682160_1058209200.npz +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1058209200_1058734800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1058209200_1058734800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1058209200_1058734800.npz +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1058734860_1059260400.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1058734860_1059260400:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1058734860_1059260400.npz +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1059260400_1059786000.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1059260400_1059786000:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1059260400_1059786000.npz +2015-12-31 12:00:00 2016-12-30 20:00:00 1059786000 1060312080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1059786000_1060312080.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1060313040_1060838640.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1061889900_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1061889900_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/40_CL(IMC)_1061889900_1062416940.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.3169144749641418 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_41_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_41_CL(IMC).out new file mode 100644 index 00000000..0ea47609 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_41_CL(IMC).out @@ -0,0 +1,89 @@ +41_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1996-04-12 04:00:00 1996-12-31 12:00:00 1049414640 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1049414640_1049793840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1049414640_1049793840:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1049414640_1049793840.npz +'StationConcatenate' object has no attribute 'existing_data' +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1049793840_1050319440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1049793840_1050319440:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1049793840_1050319440.npz +1997-12-31 13:00:00 1998-03-19 00:00:00 1050319500 1050431040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1050319500_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1050319500_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1050319500_1050845040:dup1.npz +1998-03-20 13:00:00 1998-03-20 20:00:00 1050433260 1050433680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1050319500_1050845040:dup1.npz'] +1998-04-02 13:00:00 1998-10-27 02:00:00 1050451980 1050750840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1050319500_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1050319500_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1050319500_1050845040:dup1.npz +1998-10-27 02:00:00 1998-10-27 03:00:00 1050750840 1050750900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1050319500_1050845040.npz'] +1998-10-27 03:00:00 1998-12-30 00:00:00 1050750900 1050842880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1050319500_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1050319500_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1050319500_1050845040:dup1.npz +1998-12-30 00:00:00 1998-12-30 01:00:00 1050842880 1050842940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1050319500_1050845040:dup1.npz'] +1998-12-30 01:00:00 1998-12-31 12:00:00 1050842940 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1050319500_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1050319500_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1050319500_1050845040:dup1.npz +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1050845040_1051370640.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1050845040_1051370640:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1050845040_1051370640.npz +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1051370640_1051897680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1051370640_1051897680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1051370640_1051897680.npz +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1051897680_1052423280.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1051897680_1052423280:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1051897680_1052423280.npz +2001-12-31 12:00:00 2002-09-27 03:00:00 1052423280 1052811540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1052423280_1052948880.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1052423280_1052948880:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1052423280_1052948880.npz +2002-09-27 03:00:00 2002-09-27 04:00:00 1052811540 1052811600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1052423280_1052948880.npz'] +2002-09-27 04:00:00 2002-12-31 12:00:00 1052811600 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1052423280_1052948880.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1052423280_1052948880:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1052423280_1052948880.npz +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1052948880_1053474480.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1052948880_1053474480:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1052948880_1053474480.npz +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1053474540_1054001520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1053474540_1054001520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1053474540_1054001520.npz +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1054001520_1054527120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1054001520_1054527120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1054001520_1054527120.npz +2005-12-31 12:00:00 2006-12-30 15:00:00 1054527120 1055051460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1054527120_1055051460.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1054527120_1055051460:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1054527120_1055051460.npz +2006-12-31 16:00:00 2007-12-31 11:00:00 1055052960 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1055052960_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1055052960_1055578320:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1055052960_1055578320.npz +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1055052960_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1055052960_1055578320:dup1.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1055578260_1056104100.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1055578260_1056104100:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1055052960_1055578320.npz +2007-12-31 12:00:00 2008-12-30 15:00:00 1055578320 1056104100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1055578260_1056104100.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1055578260_1056104100:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1055578260_1056104100.npz +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1056105360_1056630960.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1056105360_1056630960:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1056105360_1056630960.npz +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1056630960_1057156560.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1056630960_1057156560:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1056630960_1057156560.npz +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1057156560_1057682160.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1057156560_1057682160:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1057156560_1057682160.npz +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1057682160_1058209200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1057682160_1058209200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1057682160_1058209200.npz +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1058209200_1058734800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1058209200_1058734800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1058209200_1058734800.npz +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1058734860_1059260400.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1058734860_1059260400:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1058734860_1059260400.npz +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1059260400_1059786000.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1059260400_1059786000:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1059260400_1059786000.npz +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1060313040_1060838640.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1061889900_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1061889900_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/41_CL(IMC)_1061889900_1062416940.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.4978862722714742 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_42_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_42_CL(IMC).out new file mode 100644 index 00000000..7be4a95d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_42_CL(IMC).out @@ -0,0 +1,13 @@ +42_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2017-11-30 03:00:00 2017-12-31 12:00:00 1060793460 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/42_CL(IMC)_1060793460_1060838640.npz'] +'StationConcatenate' object has no attribute 'existing_data' +2019-12-31 13:00:00 2020-03-17 14:00:00 1061889900 1062000840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/42_CL(IMC)_1061889900_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/42_CL(IMC)_1061889900_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/42_CL(IMC)_1061889900_1062416940:dup1.npz +2020-03-17 15:00:00 2020-03-17 20:00:00 1062000900 1062001200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/42_CL(IMC)_1061889900_1062416940:dup1.npz'] +2020-03-18 06:00:00 2020-12-31 13:00:00 1062001800 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/42_CL(IMC)_1061889900_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/42_CL(IMC)_1061889900_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/42_CL(IMC)_1061889900_1062416940:dup1.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.08014767567316691 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_43_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_43_CL(IMC).out new file mode 100644 index 00000000..3923f2ee --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_43_CL(IMC).out @@ -0,0 +1,40 @@ +43_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2007-04-19 05:00:00 2007-12-31 11:00:00 1055209260 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1055209260_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1055209260_1055578320:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1055209260_1055578320.npz +'StationConcatenate' object has no attribute 'existing_data' +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1055209260_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1055209260_1055578320:dup1.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1055578260_1056105300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1055578260_1056105300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1055209260_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1055578260_1056105300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1055578260_1056105300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1055578260_1056105300.npz +2008-12-31 15:00:00 2009-12-31 12:00:00 1056105540 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1056105540_1056630960.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1056105540_1056630960:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1056105540_1056630960.npz +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1056630960_1057156560.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1056630960_1057156560:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1056630960_1057156560.npz +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1057156560_1057682160.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1057156560_1057682160:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1057156560_1057682160.npz +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1057682160_1058209200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1057682160_1058209200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1057682160_1058209200.npz +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1058209200_1058734800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1058209200_1058734800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1058209200_1058734800.npz +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1058734860_1059260400.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1058734860_1059260400:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1058734860_1059260400.npz +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1059260400_1059786000.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1059260400_1059786000:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1059260400_1059786000.npz +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1060313040_1060838640.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1061889900_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1061889900_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/43_CL(IMC)_1061889900_1062416940.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.1885212500890096 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_44_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_44_CL(IMC).out new file mode 100644 index 00000000..b99d4c7a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_44_CL(IMC).out @@ -0,0 +1,100 @@ +44_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1994-08-11 19:00:00 1994-10-31 12:00:00 1048537140 1048653360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1048537140_1048653360.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1048537140_1048653360:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1048537140_1048653360.npz +'StationConcatenate' object has no attribute 'existing_data' +1995-01-24 13:00:00 1995-12-12 15:00:00 1048775820 1049239620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1048775820_1049239620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1048775820_1049239620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1048775820_1049239620.npz +1995-12-31 12:00:00 1996-12-31 11:00:00 1049266800 1049793780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1049266800_1049793780.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1049266800_1049793780:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1049266800_1049793780.npz +1996-12-31 12:00:00 1997-02-10 15:00:00 1049793840 1049853060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1049793840_1050319440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1049793840_1050319440:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1049793840_1050319440:dup1.npz +1997-02-10 17:00:00 1997-02-11 10:00:00 1049853180 1049854200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1049793840_1050319440:dup1.npz'] +1997-02-11 17:00:00 1997-12-31 12:00:00 1049854620 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1049793840_1050319440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1049793840_1050319440:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1049793840_1050319440:dup1.npz +1997-12-31 12:00:00 1998-04-07 16:00:00 1050319440 1050459360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1050319440_1050845040:dup1.npz +1998-04-07 16:00:00 1998-04-07 19:00:00 1050459360 1050459540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1050319440_1050845040:dup1.npz'] +1998-04-07 19:00:00 1998-08-10 23:00:00 1050459540 1050639780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1050319440_1050845040:dup1.npz +1998-08-10 23:00:00 1998-08-11 01:00:00 1050639780 1050639900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1050319440_1050845040:dup1.npz'] +1998-08-11 01:00:00 1998-12-23 15:00:00 1050639900 1050833700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1050319440_1050845040:dup1.npz +1998-12-23 17:00:00 1998-12-24 15:00:00 1050833820 1050835140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1050319440_1050845040.npz'] +1998-12-24 17:00:00 1998-12-27 15:00:00 1050835260 1050839460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1050319440_1050845040:dup1.npz +1998-12-27 17:00:00 1998-12-28 15:00:00 1050839580 1050840900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1050319440_1050845040:dup1.npz'] +1998-12-28 17:00:00 1998-12-31 12:00:00 1050841020 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1050319440_1050845040:dup1.npz +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1050845040_1051370640.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1050845040_1051370640:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1050845040_1051370640.npz +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1051370640_1051897680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1051370640_1051897680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1051370640_1051897680.npz +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1051897680_1052423280.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1051897680_1052423280:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1051897680_1052423280.npz +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1052423280_1052948880.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1052423280_1052948880:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1052423280_1052948880.npz +2002-12-31 12:00:00 2003-06-11 15:00:00 1052948880 1053182340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1052948880_1053474480.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1052948880_1053474480:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1052948880_1053474480.npz +2003-06-11 15:00:00 2003-06-11 16:00:00 1053182340 1053182400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1052948880_1053474480.npz'] +2003-06-11 16:00:00 2003-12-31 12:00:00 1053182400 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1052948880_1053474480.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1052948880_1053474480:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1052948880_1053474480.npz +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1053474540_1054001520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1053474540_1054001520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1053474540_1054001520.npz +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1054001520_1054527120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1054001520_1054527120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1054001520_1054527120.npz +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1054527120_1055052720.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1054527120_1055052720:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1054527120_1055052720.npz +2006-12-31 12:00:00 2007-12-29 12:00:00 1055052720 1055575440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1055052720_1055575440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1055052720_1055575440:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1055052720_1055575440.npz +2008-01-04 14:00:00 2008-12-31 11:00:00 1055584200 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1055584200_1056105300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1055584200_1056105300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1055584200_1056105300.npz +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1056105360_1056630960.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1056105360_1056630960:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1056105360_1056630960.npz +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1056630960_1057156560.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1056630960_1057156560:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1056630960_1057156560.npz +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1057156560_1057682160.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1057156560_1057682160:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1057156560_1057682160.npz +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1057682160_1058209200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1057682160_1058209200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1057682160_1058209200.npz +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1058209200_1058734800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1058209200_1058734800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1058209200_1058734800.npz +2013-12-31 13:00:00 2014-12-30 20:00:00 1058734860 1059259440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1058734860_1059259440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1058734860_1059259440:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1058734860_1059259440.npz +2014-12-31 16:00:00 2015-12-31 12:00:00 1059260640 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1059260640_1059786000.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1059260640_1059786000:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1059260640_1059786000.npz +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1060313040_1060838640.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1061889900_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1061889900_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/44_CL(IMC)_1061889900_1062416940.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.35748974084854124 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_45_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_45_CL(IMC).out new file mode 100644 index 00000000..b79c9078 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_45_CL(IMC).out @@ -0,0 +1,87 @@ +45_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1993-12-31 13:00:00 1994-12-31 12:00:00 1048215660 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1048215660_1048741200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1048215660_1048741200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1048215660_1048741200.npz +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1048741200_1049266800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1048741200_1049266800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1048741200_1049266800.npz +1995-12-31 12:00:00 1996-12-31 12:00:00 1049266800 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1049266800_1049793840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1049266800_1049793840:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1049266800_1049793840.npz +1996-12-31 12:00:00 1997-02-21 15:00:00 1049793840 1049868900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1049793840_1050319440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1049793840_1050319440:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1049793840_1050319440:dup1.npz +1997-02-21 17:00:00 1997-02-23 15:00:00 1049869020 1049871780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1049793840_1050319440:dup1.npz'] +1997-02-23 19:00:00 1997-12-31 12:00:00 1049872020 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1049793840_1050319440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1049793840_1050319440:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1049793840_1050319440:dup1.npz +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1050319440_1050845040.npz +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1050845040_1051370640.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1050845040_1051370640:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1050845040_1051370640.npz +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1051370640_1051897680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1051370640_1051897680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1051370640_1051897680.npz +2000-12-31 12:00:00 2001-04-13 07:00:00 1051897680 1052045700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1051897680_1052423280.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1051897680_1052423280:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1051897680_1052423280:dup1.npz +2001-04-13 07:00:00 2001-04-13 08:00:00 1052045700 1052045760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1051897680_1052423280:dup1.npz'] +2001-04-13 08:00:00 2001-12-31 12:00:00 1052045760 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1051897680_1052423280.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1051897680_1052423280:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1051897680_1052423280:dup1.npz +2001-12-31 12:00:00 2002-12-29 21:00:00 1052423280 1052946540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1052423280_1052946540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1052423280_1052946540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1052423280_1052946540.npz +2003-01-07 04:00:00 2003-12-31 12:00:00 1052958480 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1052958480_1053474480.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1052958480_1053474480:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1052958480_1053474480.npz +2003-12-31 13:00:00 2004-12-31 11:00:00 1053474540 1054001460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1053474540_1054001460.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1053474540_1054001460:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1053474540_1054001460.npz +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1054001520_1054527120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1054001520_1054527120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1054001520_1054527120.npz +2005-12-31 12:00:00 2006-12-29 03:00:00 1054527120 1055049300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1054527120_1055049300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1054527120_1055049300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1054527120_1055049300.npz +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1055052720_1055578320:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1055052720_1055578320.npz +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1055052720_1055578320:dup1.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1055578260_1056105300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1055578260_1056105300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1055578260_1056105300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1055578260_1056105300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1055578260_1056105300.npz +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1056105360_1056630960.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1056105360_1056630960:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1056105360_1056630960.npz +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1056630960_1057156560.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1056630960_1057156560:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1056630960_1057156560.npz +2010-12-31 12:00:00 2011-12-31 11:00:00 1057156560 1057682100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1057156560_1057682100.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1057156560_1057682100:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1057156560_1057682100.npz +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1057682160_1058209200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1057682160_1058209200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1057682160_1058209200.npz +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1058209200_1058734800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1058209200_1058734800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1058209200_1058734800.npz +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1058734860_1059260400.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1058734860_1059260400:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1058734860_1059260400.npz +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1059260400_1059786000.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1059260400_1059786000:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1059260400_1059786000.npz +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1060313040_1060838640.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1061889900_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1061889900_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/45_CL(IMC)_1061889900_1062416940.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.523011855284373 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_46_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_46_CL(IMC).out new file mode 100644 index 00000000..7ee9f475 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_46_CL(IMC).out @@ -0,0 +1,83 @@ +46_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1993-12-31 15:00:00 1994-12-31 12:00:00 1048215780 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1048215780_1048741200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1048215780_1048741200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1048215780_1048741200.npz +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1048741200_1049266800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1048741200_1049266800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1048741200_1049266800.npz +1995-12-31 12:00:00 1996-11-26 23:00:00 1049266800 1049744100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1049266800_1049744100.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1049266800_1049744100:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1049266800_1049744100.npz +1997-02-27 17:00:00 1997-12-22 21:00:00 1049877660 1050307020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1049877660_1050307020.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1049877660_1050307020:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1049877660_1050307020.npz +1998-01-07 06:00:00 1998-10-22 01:00:00 1050329160 1050743580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1050329160_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1050329160_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1050329160_1050845040:dup1.npz +1998-10-22 03:00:00 1998-10-22 04:00:00 1050743700 1050743760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1050329160_1050845040:dup1.npz'] +1998-10-22 04:00:00 1998-12-31 12:00:00 1050743760 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1050329160_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1050329160_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1050329160_1050845040:dup1.npz +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1050845040_1051370640.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1050845040_1051370640:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1050845040_1051370640.npz +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1051370640_1051897680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1051370640_1051897680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1051370640_1051897680.npz +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1051897680_1052423280.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1051897680_1052423280:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1051897680_1052423280.npz +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1052423280_1052948880.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1052423280_1052948880:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1052423280_1052948880.npz +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1052948880_1053474480.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1052948880_1053474480:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1052948880_1053474480.npz +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1053474540_1054001520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1053474540_1054001520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1053474540_1054001520.npz +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1054001520_1054527120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1054001520_1054527120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1054001520_1054527120.npz +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1054527120_1055052720.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1054527120_1055052720:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1054527120_1055052720.npz +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1055052720_1055578320:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1055052720_1055578320.npz +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1055052720_1055578320:dup1.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1055578260_1056105300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1055578260_1056105300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1055578260_1056105300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1055578260_1056105300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1055578260_1056105300.npz +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1056105360_1056630960.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1056105360_1056630960:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1056105360_1056630960.npz +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1056630960_1057156560.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1056630960_1057156560:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1056630960_1057156560.npz +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1057156560_1057682160.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1057156560_1057682160:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1057156560_1057682160.npz +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1057682160_1058209200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1057682160_1058209200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1057682160_1058209200.npz +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1058209200_1058734800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1058209200_1058734800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1058209200_1058734800.npz +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1058734860_1059260400.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1058734860_1059260400:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1058734860_1059260400.npz +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1059260400_1059786000.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1059260400_1059786000:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1059260400_1059786000.npz +2015-12-31 12:00:00 2016-12-31 03:00:00 1059786000 1060312500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1059786000_1060312500.npz'] +2017-01-03 01:00:00 2017-12-31 12:00:00 1060316700 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1060316700_1060838640.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1061889900_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1061889900_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/46_CL(IMC)_1061889900_1062416940.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.4283783634503682 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_48_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_48_CL(IMC).out new file mode 100644 index 00000000..372ffc59 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_48_CL(IMC).out @@ -0,0 +1,25 @@ +48_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2011-11-16 15:00:00 2011-12-31 12:00:00 1057617540 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/48_CL(IMC)_1057617540_1057682160.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/48_CL(IMC)_1057617540_1057682160:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/48_CL(IMC)_1057617540_1057682160.npz +'StationConcatenate' object has no attribute 'existing_data' +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/48_CL(IMC)_1057682160_1058209200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/48_CL(IMC)_1057682160_1058209200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/48_CL(IMC)_1057682160_1058209200.npz +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/48_CL(IMC)_1058209200_1058734800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/48_CL(IMC)_1058209200_1058734800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/48_CL(IMC)_1058209200_1058734800.npz +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/48_CL(IMC)_1058734860_1059260400.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/48_CL(IMC)_1058734860_1059260400:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/48_CL(IMC)_1058734860_1059260400.npz +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/48_CL(IMC)_1059260400_1059786000.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/48_CL(IMC)_1059260400_1059786000:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/48_CL(IMC)_1059260400_1059786000.npz +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/48_CL(IMC)_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/48_CL(IMC)_1060313040_1060838640.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/48_CL(IMC)_1061889900_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/48_CL(IMC)_1061889900_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/48_CL(IMC)_1061889900_1062416940.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.05039800802866618 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_4_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_4_CL(IMC).out new file mode 100644 index 00000000..a848c007 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_4_CL(IMC).out @@ -0,0 +1,241 @@ +4_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2011-12-30 13:30:00 2011-12-30 14:30:00 1057680810 1057680870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057680810_1057680870.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057680810_1057680870:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057680810_1057680870.npz +'StationConcatenate' object has no attribute 'existing_data' +2011-12-31 13:30:00 2012-01-02 13:30:00 1057682250 1057685130 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-01-02 13:30:00 2012-01-02 14:30:00 1057685130 1057685190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz'] +2012-01-02 15:30:00 2012-01-02 23:30:00 1057685250 1057685730 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-01-02 23:30:00 2012-01-03 13:30:00 1057685730 1057686570 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz'] +2012-01-03 13:30:00 2012-01-03 14:30:00 1057686570 1057686630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-01-03 14:30:00 2012-01-04 00:30:00 1057686630 1057687230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz'] +2012-01-04 02:30:00 2012-03-25 13:30:00 1057687350 1057804650 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-03-25 13:30:00 2012-03-25 14:30:00 1057804650 1057804710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz'] +2012-03-25 15:30:00 2012-03-26 09:30:00 1057804770 1057805850 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-03-26 10:30:00 2012-03-26 13:30:00 1057805910 1057806090 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz'] +2012-03-26 13:30:00 2012-03-26 14:30:00 1057806090 1057806150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-03-26 14:30:00 2012-03-26 22:30:00 1057806150 1057806630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz'] +2012-03-26 22:30:00 2012-05-07 23:30:00 1057806630 1057867170 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-05-08 00:30:00 2012-05-08 02:30:00 1057867230 1057867350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +2012-05-08 02:30:00 2012-05-19 06:30:00 1057867350 1057883430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-05-19 06:30:00 2012-05-19 08:30:00 1057883430 1057883550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +2012-05-19 08:30:00 2012-05-22 10:30:00 1057883550 1057887990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-05-22 10:30:00 2012-05-22 11:30:00 1057887990 1057888050 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +2012-05-22 11:30:00 2012-06-03 14:30:00 1057888050 1057905510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-06-03 23:30:00 2012-06-04 00:30:00 1057906050 1057906110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +2012-06-04 00:30:00 2012-08-18 13:30:00 1057906110 1058014890 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-08-18 13:30:00 2012-08-18 14:30:00 1058014890 1058014950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +2012-08-18 15:30:00 2012-08-19 10:30:00 1058015010 1058016150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-08-19 10:30:00 2012-08-19 13:30:00 1058016150 1058016330 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +2012-08-19 13:30:00 2012-08-21 10:30:00 1058016330 1058019030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-08-21 10:30:00 2012-08-21 11:30:00 1058019030 1058019090 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +2012-08-21 11:30:00 2012-08-21 23:30:00 1058019090 1058019810 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-08-21 23:30:00 2012-08-22 00:30:00 1058019810 1058019870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +2012-08-22 00:30:00 2012-08-22 14:30:00 1058019870 1058020710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-08-22 15:30:00 2012-08-22 16:30:00 1058020770 1058020830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +2012-08-22 16:30:00 2012-08-22 22:30:00 1058020830 1058021190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-08-22 22:30:00 2012-08-22 23:30:00 1058021190 1058021250 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +2012-08-22 23:30:00 2012-08-24 23:30:00 1058021250 1058024130 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-08-24 23:30:00 2012-08-25 00:30:00 1058024130 1058024190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +2012-08-25 00:30:00 2012-08-25 13:30:00 1058024190 1058024970 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-08-25 13:30:00 2012-08-25 14:30:00 1058024970 1058025030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +2012-08-25 14:30:00 2012-08-28 11:30:00 1058025030 1058029170 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-08-28 11:30:00 2012-08-28 12:30:00 1058029170 1058029230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +2012-08-28 12:30:00 2012-08-29 10:30:00 1058029230 1058030550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-08-29 10:30:00 2012-08-29 13:30:00 1058030550 1058030730 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +2012-08-29 13:30:00 2012-08-30 10:30:00 1058030730 1058031990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-08-30 10:30:00 2012-08-30 11:30:00 1058031990 1058032050 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +2012-08-30 11:30:00 2012-08-31 13:30:00 1058032050 1058033610 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-08-31 13:30:00 2012-08-31 14:30:00 1058033610 1058033670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +2012-08-31 16:30:00 2012-09-01 00:30:00 1058033790 1058034270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-09-01 00:30:00 2012-09-01 01:30:00 1058034270 1058034330 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +2012-09-01 01:30:00 2012-09-01 10:30:00 1058034330 1058034870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-09-01 10:30:00 2012-09-01 11:30:00 1058034870 1058034930 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +2012-09-01 11:30:00 2012-09-01 23:30:00 1058034930 1058035650 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-09-01 23:30:00 2012-09-02 00:30:00 1058035650 1058035710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +2012-09-02 00:30:00 2012-09-04 13:30:00 1058035710 1058039370 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-09-04 13:30:00 2012-09-04 14:30:00 1058039370 1058039430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +2012-09-04 16:30:00 2012-09-05 10:30:00 1058039550 1058040630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-09-05 10:30:00 2012-09-05 11:30:00 1058040630 1058040690 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +2012-09-05 11:30:00 2012-09-06 12:30:00 1058040690 1058042190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-09-06 12:30:00 2012-09-09 13:30:00 1058042190 1058046570 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +2012-09-09 13:30:00 2012-09-09 14:30:00 1058046570 1058046630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-09-09 16:30:00 2012-09-09 22:30:00 1058046750 1058047110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +2012-09-09 23:30:00 2012-09-12 10:30:00 1058047170 1058050710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-09-12 10:30:00 2012-09-12 11:30:00 1058050710 1058050770 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +2012-09-12 11:30:00 2012-09-13 11:30:00 1058050770 1058052210 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-09-13 11:30:00 2012-09-13 12:30:00 1058052210 1058052270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +2012-09-13 12:30:00 2012-09-15 11:30:00 1058052270 1058055090 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-09-15 11:30:00 2012-09-15 12:30:00 1058055090 1058055150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +2012-09-15 12:30:00 2012-09-16 10:30:00 1058055150 1058056470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-09-16 10:30:00 2012-09-16 11:30:00 1058056470 1058056530 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +2012-09-16 11:30:00 2012-09-16 13:30:00 1058056530 1058056650 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-09-16 13:30:00 2012-09-16 14:30:00 1058056650 1058056710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +2012-09-16 16:30:00 2012-09-17 11:30:00 1058056830 1058057970 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-09-17 11:30:00 2012-09-17 12:30:00 1058057970 1058058030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +2012-09-17 12:30:00 2012-09-22 13:30:00 1058058030 1058065290 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-09-22 13:30:00 2012-09-22 14:30:00 1058065290 1058065350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +2012-09-22 16:30:00 2012-09-23 10:30:00 1058065470 1058066550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-09-23 10:30:00 2012-09-23 11:30:00 1058066550 1058066610 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +2012-09-23 11:30:00 2012-10-01 12:30:00 1058066610 1058078190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-10-01 12:30:00 2012-10-01 13:30:00 1058078190 1058078250 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +2012-10-01 13:30:00 2012-11-02 20:30:00 1058078250 1058124750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-11-02 20:30:00 2012-11-02 21:30:00 1058124750 1058124810 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +2012-11-02 21:30:00 2012-11-07 03:30:00 1058124810 1058130930 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-11-07 03:30:00 2012-11-07 04:30:00 1058130930 1058130990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +2012-11-07 05:30:00 2012-12-14 23:30:00 1058131050 1058185410 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2012-12-14 23:30:00 2012-12-15 00:30:00 1058185410 1058185470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +2012-12-15 00:30:00 2012-12-24 04:30:00 1058185470 1058198670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1057682250_1058198670:dup1.npz +2013-01-09 13:30:00 2013-03-05 22:30:00 1058222250 1058301990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058222250_1058733450.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058222250_1058733450:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058222250_1058733450.npz +2013-03-06 13:30:00 2013-03-07 13:30:00 1058302890 1058304330 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058222250_1058733450.npz'] +2013-03-07 13:30:00 2013-04-14 17:30:00 1058304330 1058359290 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058222250_1058733450.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058222250_1058733450:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058222250_1058733450.npz +2013-04-14 17:30:00 2013-04-14 18:30:00 1058359290 1058359350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058222250_1058733450:dup1.npz'] +2013-04-14 18:30:00 2013-12-30 13:30:00 1058359350 1058733450 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058222250_1058733450.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058222250_1058733450:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058222250_1058733450.npz +2013-12-31 13:30:00 2014-02-02 23:30:00 1058734890 1058783010 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490.npz +2014-02-03 00:30:00 2014-02-03 01:30:00 1058783070 1058783130 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490:dup1.npz'] +2014-02-03 01:30:00 2014-08-13 22:30:00 1058783130 1059059430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490.npz +2014-08-13 22:30:00 2014-08-13 23:30:00 1059059430 1059059490 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490.npz'] +2014-08-14 00:30:00 2014-10-14 13:30:00 1059059550 1059148170 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490.npz +2014-10-14 13:30:00 2014-10-14 14:30:00 1059148170 1059148230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490.npz'] +2014-10-14 16:30:00 2014-10-15 03:30:00 1059148350 1059149010 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490.npz +2014-10-15 03:30:00 2014-10-15 04:30:00 1059149010 1059149070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490.npz'] +2014-10-15 06:30:00 2014-10-15 07:30:00 1059149190 1059149250 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490.npz +2014-10-15 07:30:00 2014-10-15 08:30:00 1059149250 1059149310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490.npz'] +2014-10-15 09:30:00 2014-10-15 14:30:00 1059149370 1059149670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490.npz +2014-10-15 16:30:00 2014-10-15 21:30:00 1059149790 1059150090 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490.npz'] +2014-10-15 21:30:00 2014-10-15 23:30:00 1059150090 1059150210 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490.npz +2014-10-15 23:30:00 2014-10-16 00:30:00 1059150210 1059150270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490.npz'] +2014-10-16 00:30:00 2014-10-16 02:30:00 1059150270 1059150390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490.npz +2014-10-16 02:30:00 2014-10-16 03:30:00 1059150390 1059150450 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490.npz'] +2014-10-16 03:30:00 2014-10-16 18:30:00 1059150450 1059151350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490.npz +2014-10-16 18:30:00 2014-10-16 19:30:00 1059151350 1059151410 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490.npz'] +2014-10-16 19:30:00 2014-12-31 13:30:00 1059151410 1059260490 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1058734890_1059260490.npz +2014-12-31 13:30:00 2015-02-18 14:30:00 1059260490 1059331110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1059260490_1059786090.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1059260490_1059786090:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1059260490_1059786090.npz +2015-02-19 01:30:00 2015-02-19 02:30:00 1059331770 1059331830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1059260490_1059786090.npz'] +2015-02-19 02:30:00 2015-02-22 09:30:00 1059331830 1059336570 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1059260490_1059786090.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1059260490_1059786090:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1059260490_1059786090.npz +2015-02-22 09:30:00 2015-02-22 10:30:00 1059336570 1059336630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1059260490_1059786090:dup1.npz'] +2015-02-22 11:30:00 2015-12-31 13:30:00 1059336690 1059786090 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1059260490_1059786090.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1059260490_1059786090:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1059260490_1059786090.npz +2015-12-31 13:30:00 2016-12-29 13:30:00 1059786090 1060310250 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1059786090_1060310250.npz'] +2017-01-11 13:30:00 2017-12-31 13:30:00 1060328970 1060838730 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1060328970_1060838730.npz'] +2019-12-31 13:30:00 2020-12-31 13:30:00 1061889930 1062416970 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/4_CL(IMC)_1061889930_1062416970.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.3640909393628438 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_51_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_51_CL(IMC).out new file mode 100644 index 00000000..2253ac2d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_51_CL(IMC).out @@ -0,0 +1,79 @@ +51_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1993-12-31 13:00:00 1994-12-31 12:00:00 1048215660 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1048215660_1048741200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1048215660_1048741200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1048215660_1048741200.npz +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1048741200_1049266800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1048741200_1049266800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1048741200_1049266800.npz +1995-12-31 12:00:00 1996-12-31 12:00:00 1049266800 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1049266800_1049793840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1049266800_1049793840:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1049266800_1049793840.npz +1996-12-31 13:00:00 1997-12-31 12:00:00 1049793900 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1049793900_1050319440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1049793900_1050319440:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1049793900_1050319440.npz +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1050319440_1050845040.npz +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1050845040_1051370640.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1050845040_1051370640:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1050845040_1051370640.npz +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1051370640_1051897680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1051370640_1051897680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1051370640_1051897680.npz +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1051897680_1052423280.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1051897680_1052423280:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1051897680_1052423280.npz +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1052423280_1052948880.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1052423280_1052948880:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1052423280_1052948880.npz +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1052948880_1053474480.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1052948880_1053474480:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1052948880_1053474480.npz +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1053474540_1054001520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1053474540_1054001520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1053474540_1054001520.npz +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1054001520_1054527120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1054001520_1054527120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1054001520_1054527120.npz +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1054527120_1055052720.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1054527120_1055052720:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1054527120_1055052720.npz +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1055052720_1055578320:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1055052720_1055578320.npz +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1055052720_1055578320:dup1.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1055578260_1056105300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1055578260_1056105300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1055578260_1056105300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1055578260_1056105300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1055578260_1056105300.npz +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1056105360_1056630960.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1056105360_1056630960:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1056105360_1056630960.npz +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1056630960_1057156560.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1056630960_1057156560:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1056630960_1057156560.npz +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1057156560_1057682160.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1057156560_1057682160:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1057156560_1057682160.npz +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1057682160_1058209200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1057682160_1058209200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1057682160_1058209200.npz +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1058209200_1058734800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1058209200_1058734800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1058209200_1058734800.npz +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1058734860_1059260400.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1058734860_1059260400:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1058734860_1059260400.npz +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1059260400_1059786000.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1059260400_1059786000:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1059260400_1059786000.npz +2015-12-31 12:00:00 2016-12-31 10:00:00 1059786000 1060312920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1059786000_1060312920.npz'] +2016-12-31 12:00:00 2017-12-31 11:00:00 1060313040 1060838580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1060313040_1060838580.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1061889900_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1061889900_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/51_CL(IMC)_1061889900_1062416940.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.4221584439277649 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_529_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_529_CL(IMC).out new file mode 100644 index 00000000..cdbb626c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_529_CL(IMC).out @@ -0,0 +1,4 @@ +529_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.006015988190968832 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_52_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_52_CL(IMC).out new file mode 100644 index 00000000..5a72cc64 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_52_CL(IMC).out @@ -0,0 +1,16 @@ +52_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2014-10-28 14:00:00 2014-12-31 12:00:00 1059168360 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/52_CL(IMC)_1059168360_1059260400.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/52_CL(IMC)_1059168360_1059260400:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/52_CL(IMC)_1059168360_1059260400.npz +'StationConcatenate' object has no attribute 'existing_data' +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/52_CL(IMC)_1059260400_1059786000.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/52_CL(IMC)_1059260400_1059786000:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/52_CL(IMC)_1059260400_1059786000.npz +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/52_CL(IMC)_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/52_CL(IMC)_1060313040_1060838640.npz'] +2019-12-31 14:00:00 2020-12-31 13:00:00 1061889960 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/52_CL(IMC)_1061889960_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/52_CL(IMC)_1061889960_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/52_CL(IMC)_1061889960_1062416940.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.02952739397684733 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_530_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_530_CL(IMC).out new file mode 100644 index 00000000..94c86707 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_530_CL(IMC).out @@ -0,0 +1,4 @@ +530_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0119331161181132 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_534_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_534_CL(IMC).out new file mode 100644 index 00000000..7d3bf444 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_534_CL(IMC).out @@ -0,0 +1,8 @@ +534_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2020-06-30 15:00:00 2020-12-31 13:00:00 1062152100 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/534_CL(IMC)_1062152100_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/534_CL(IMC)_1062152100_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/534_CL(IMC)_1062152100_1062416940.npz +'StationConcatenate' object has no attribute 'existing_data' +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.016968556245168052 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_540_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_540_CL(IMC).out new file mode 100644 index 00000000..ff80fb02 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_540_CL(IMC).out @@ -0,0 +1,8 @@ +540_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2020-11-25 23:00:00 2020-12-31 13:00:00 1062365700 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/540_CL(IMC)_1062365700_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/540_CL(IMC)_1062365700_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/540_CL(IMC)_1062365700_1062416940.npz +'StationConcatenate' object has no attribute 'existing_data' +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.004522975285847982 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_54_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_54_CL(IMC).out new file mode 100644 index 00000000..dff9b2a6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_54_CL(IMC).out @@ -0,0 +1,80 @@ +54_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1994-02-28 13:00:00 1994-12-31 12:00:00 1048300620 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1048300620_1048741200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1048300620_1048741200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1048300620_1048741200.npz +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-30 04:00:00 1048741200 1049264880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1048741200_1049264880.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1048741200_1049264880:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1048741200_1049264880.npz +1996-05-27 03:00:00 1996-12-31 12:00:00 1049479380 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1049479380_1049793840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1049479380_1049793840:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1049479380_1049793840.npz +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1049793840_1050319440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1049793840_1050319440:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1049793840_1050319440.npz +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1050319440_1050845040.npz +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1050845040_1051370640.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1050845040_1051370640:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1050845040_1051370640.npz +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1051370640_1051897680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1051370640_1051897680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1051370640_1051897680.npz +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1051897680_1052423280.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1051897680_1052423280:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1051897680_1052423280.npz +2001-12-31 12:00:00 2002-11-22 15:00:00 1052423280 1052892900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1052423280_1052948880.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1052423280_1052948880:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1052423280_1052948880:dup1.npz +2002-11-22 16:00:00 2002-11-22 18:00:00 1052892960 1052893080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1052423280_1052948880:dup1.npz'] +2002-11-26 16:00:00 2002-12-31 12:00:00 1052898720 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1052423280_1052948880.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1052423280_1052948880:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1052423280_1052948880:dup1.npz +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1052948880_1053474480.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1052948880_1053474480:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1052948880_1053474480.npz +2003-12-31 13:00:00 2004-10-10 13:00:00 1053474540 1053883500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1053474540_1054001520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1053474540_1054001520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1053474540_1054001520:dup1.npz +2004-10-10 13:00:00 2004-10-11 13:00:00 1053883500 1053884940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1053474540_1054001520:dup1.npz'] +2004-10-11 13:00:00 2004-12-31 12:00:00 1053884940 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1053474540_1054001520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1053474540_1054001520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1053474540_1054001520:dup1.npz +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1054001520_1054527120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1054001520_1054527120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1054001520_1054527120.npz +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1054527120_1055052720.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1054527120_1055052720:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1054527120_1055052720.npz +2006-12-31 12:00:00 2007-12-31 12:00:00 1055052720 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1055052720_1055578320:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1055052720_1055578320.npz +2007-12-31 15:00:00 2008-12-31 11:00:00 1055578500 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1055578500_1056105300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1055578500_1056105300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1055578500_1056105300.npz +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1056105360_1056630960.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1056105360_1056630960:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1056105360_1056630960.npz +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1056630960_1057156560.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1056630960_1057156560:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1056630960_1057156560.npz +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1057156560_1057682160.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1057156560_1057682160:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1057156560_1057682160.npz +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1057682160_1058209200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1057682160_1058209200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1057682160_1058209200.npz +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1058209200_1058734800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1058209200_1058734800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1058209200_1058734800.npz +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1058734860_1059260400.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1058734860_1059260400:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1058734860_1059260400.npz +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1059260400_1059786000.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1059260400_1059786000:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1059260400_1059786000.npz +2015-12-31 12:00:00 2016-11-16 21:00:00 1059786000 1060248780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/54_CL(IMC)_1059786000_1060248780.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.286117418607076 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_551_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_551_CL(IMC).out new file mode 100644 index 00000000..0ab08f18 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_551_CL(IMC).out @@ -0,0 +1,4 @@ +551_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.006691416104634603 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_57_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_57_CL(IMC).out new file mode 100644 index 00000000..53bb39f6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_57_CL(IMC).out @@ -0,0 +1,84 @@ +57_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1993-12-31 13:00:00 1994-12-31 12:00:00 1048215660 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1048215660_1048741200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1048215660_1048741200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1048215660_1048741200.npz +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1048741200_1049266800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1048741200_1049266800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1048741200_1049266800.npz +1995-12-31 12:00:00 1996-12-31 12:00:00 1049266800 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1049266800_1049793840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1049266800_1049793840:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1049266800_1049793840.npz +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1049793840_1050319440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1049793840_1050319440:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1049793840_1050319440.npz +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1050319440_1050845040.npz +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1050845040_1051370640.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1050845040_1051370640:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1050845040_1051370640.npz +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1051370640_1051897680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1051370640_1051897680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1051370640_1051897680.npz +2000-12-31 12:00:00 2001-03-22 15:00:00 1051897680 1052014500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1051897680_1052421180.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1051897680_1052421180:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1051897680_1052421180.npz +2001-03-23 16:00:00 2001-03-24 03:00:00 1052016000 1052016660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1051897680_1052421180.npz'] +2001-04-03 16:00:00 2001-12-30 01:00:00 1052031840 1052421180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1051897680_1052421180.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1051897680_1052421180:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1051897680_1052421180.npz +2002-01-02 16:00:00 2002-08-01 12:00:00 1052426400 1052730000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1052426400_1052948880.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1052426400_1052948880:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1052426400_1052948880:dup1.npz +2002-08-01 12:00:00 2002-08-01 15:00:00 1052730000 1052730180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1052426400_1052948880:dup1.npz'] +2002-08-01 16:00:00 2002-12-31 12:00:00 1052730240 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1052426400_1052948880.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1052426400_1052948880:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1052426400_1052948880:dup1.npz +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1052948880_1053474480.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1052948880_1053474480:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1052948880_1053474480.npz +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1053474540_1054001520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1053474540_1054001520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1053474540_1054001520.npz +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1054001520_1054527120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1054001520_1054527120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1054001520_1054527120.npz +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1054527120_1055052720.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1054527120_1055052720:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1054527120_1055052720.npz +2006-12-31 12:00:00 2007-12-31 12:00:00 1055052720 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1055052720_1055578320:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1055052720_1055578320.npz +2007-12-31 15:00:00 2008-12-31 11:00:00 1055578500 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1055578500_1056105300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1055578500_1056105300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1055578500_1056105300.npz +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1056105360_1056630960.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1056105360_1056630960:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1056105360_1056630960.npz +2009-12-31 12:00:00 2010-12-30 14:00:00 1056630960 1057155240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1056630960_1057155240.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1056630960_1057155240:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1056630960_1057155240.npz +2010-12-31 16:00:00 2011-12-31 12:00:00 1057156800 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1057156800_1057682160.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1057156800_1057682160:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1057156800_1057682160.npz +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1057682160_1058209200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1057682160_1058209200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1057682160_1058209200.npz +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1058209200_1058734800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1058209200_1058734800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1058209200_1058734800.npz +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1058734860_1059260400.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1058734860_1059260400:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1058734860_1059260400.npz +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1059260400_1059786000.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1059260400_1059786000:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1059260400_1059786000.npz +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1060313040_1060838640.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1061889900_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1061889900_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/57_CL(IMC)_1061889900_1062416940.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.2540675322214762 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_59_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_59_CL(IMC).out new file mode 100644 index 00000000..ddac9ad6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_59_CL(IMC).out @@ -0,0 +1,44 @@ +59_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1993-12-31 13:00:00 1994-12-31 12:00:00 1048215660 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1048215660_1048741200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1048215660_1048741200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1048215660_1048741200.npz +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1048741200_1049266800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1048741200_1049266800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1048741200_1049266800.npz +1995-12-31 12:00:00 1996-12-20 15:00:00 1049266800 1049778180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1049266800_1049778180.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1049266800_1049778180:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1049266800_1049778180.npz +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1049793840_1050319440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1049793840_1050319440:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1049793840_1050319440.npz +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1050319440_1050845040.npz +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1050845040_1051370640.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1050845040_1051370640:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1050845040_1051370640.npz +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1051370640_1051897680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1051370640_1051897680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1051370640_1051897680.npz +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1051897680_1052423280.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1051897680_1052423280:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1051897680_1052423280.npz +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1052423280_1052948880.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1052423280_1052948880:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1052423280_1052948880.npz +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1052948880_1053474480.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1052948880_1053474480:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1052948880_1053474480.npz +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1053474540_1054001520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1053474540_1054001520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1053474540_1054001520.npz +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1054001520_1054527120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1054001520_1054527120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1054001520_1054527120.npz +2005-12-31 12:00:00 2006-06-01 20:00:00 1054527120 1054746480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1054527120_1054746480.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1054527120_1054746480:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/59_CL(IMC)_1054527120_1054746480.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.10692910750706991 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_5_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_5_CL(IMC).out new file mode 100644 index 00000000..49a9e50f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_5_CL(IMC).out @@ -0,0 +1,1423 @@ +5_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2012-07-18 13:30:00 2012-07-19 13:30:00 1057970250 1057971690 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +'StationConcatenate' object has no attribute 'existing_data' +2012-07-19 13:30:00 2012-07-19 14:30:00 1057971690 1057971750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-07-19 15:30:00 2012-07-20 02:30:00 1057971810 1057972470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +2012-07-20 04:30:00 2012-08-27 14:30:00 1057972590 1058027910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-08-27 15:30:00 2012-08-27 16:30:00 1058027970 1058028030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +2012-08-27 16:30:00 2012-08-28 14:30:00 1058028030 1058029350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-08-28 15:30:00 2012-08-28 16:30:00 1058029410 1058029470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +2012-08-28 16:30:00 2012-08-29 14:30:00 1058029470 1058030790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-08-29 15:30:00 2012-08-29 16:30:00 1058030850 1058030910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +2012-08-29 16:30:00 2012-08-30 14:30:00 1058030910 1058032230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-08-30 15:30:00 2012-08-30 16:30:00 1058032290 1058032350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +2012-08-30 16:30:00 2012-08-31 14:30:00 1058032350 1058033670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-08-31 15:30:00 2012-08-31 16:30:00 1058033730 1058033790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +2012-08-31 16:30:00 2012-09-01 14:30:00 1058033790 1058035110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-09-01 15:30:00 2012-09-01 16:30:00 1058035170 1058035230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +2012-09-01 16:30:00 2012-09-02 14:30:00 1058035230 1058036550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-09-02 15:30:00 2012-09-02 16:30:00 1058036610 1058036670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +2012-09-02 16:30:00 2012-09-03 14:30:00 1058036670 1058037990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-09-03 15:30:00 2012-09-03 16:30:00 1058038050 1058038110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +2012-09-03 16:30:00 2012-09-04 14:30:00 1058038110 1058039430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-09-04 15:30:00 2012-09-04 16:30:00 1058039490 1058039550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +2012-09-04 16:30:00 2012-09-05 14:30:00 1058039550 1058040870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-09-05 15:30:00 2012-09-05 16:30:00 1058040930 1058040990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +2012-09-05 16:30:00 2012-09-06 14:30:00 1058040990 1058042310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-09-06 15:30:00 2012-09-06 16:30:00 1058042370 1058042430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +2012-09-06 16:30:00 2012-09-07 14:30:00 1058042430 1058043750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-09-07 15:30:00 2012-09-07 16:30:00 1058043810 1058043870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +2012-09-07 16:30:00 2012-09-08 14:30:00 1058043870 1058045190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-09-08 15:30:00 2012-09-08 16:30:00 1058045250 1058045310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +2012-09-08 16:30:00 2012-09-09 14:30:00 1058045310 1058046630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-09-09 15:30:00 2012-09-09 16:30:00 1058046690 1058046750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +2012-09-09 16:30:00 2012-09-10 14:30:00 1058046750 1058048070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-09-10 15:30:00 2012-09-10 16:30:00 1058048130 1058048190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +2012-09-10 16:30:00 2012-09-11 14:30:00 1058048190 1058049510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-09-11 15:30:00 2012-09-11 16:30:00 1058049570 1058049630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +2012-09-11 16:30:00 2012-09-12 14:30:00 1058049630 1058050950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-09-12 15:30:00 2012-09-12 16:30:00 1058051010 1058051070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +2012-09-12 16:30:00 2012-09-13 14:30:00 1058051070 1058052390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-09-13 15:30:00 2012-09-13 16:30:00 1058052450 1058052510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +2012-09-13 16:30:00 2012-09-14 14:30:00 1058052510 1058053830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-09-14 15:30:00 2012-09-14 16:30:00 1058053890 1058053950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +2012-09-14 16:30:00 2012-09-15 14:30:00 1058053950 1058055270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-09-15 15:30:00 2012-09-15 16:30:00 1058055330 1058055390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +2012-09-15 16:30:00 2012-09-16 14:30:00 1058055390 1058056710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-09-16 15:30:00 2012-09-16 16:30:00 1058056770 1058056830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +2012-09-16 16:30:00 2012-09-17 14:30:00 1058056830 1058058150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-09-17 15:30:00 2012-09-17 16:30:00 1058058210 1058058270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +2012-09-17 16:30:00 2012-09-18 14:30:00 1058058270 1058059590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-09-18 15:30:00 2012-09-18 16:30:00 1058059650 1058059710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +2012-09-18 16:30:00 2012-09-19 14:30:00 1058059710 1058061030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-09-19 15:30:00 2012-09-19 16:30:00 1058061090 1058061150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +2012-09-19 16:30:00 2012-09-20 14:30:00 1058061150 1058062470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-09-20 15:30:00 2012-09-20 16:30:00 1058062530 1058062590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +2012-09-20 16:30:00 2012-09-21 14:30:00 1058062590 1058063910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-09-21 15:30:00 2012-09-21 16:30:00 1058063970 1058064030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +2012-09-21 16:30:00 2012-09-22 14:30:00 1058064030 1058065350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-09-22 15:30:00 2012-09-22 16:30:00 1058065410 1058065470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +2012-09-22 16:30:00 2012-09-23 14:30:00 1058065470 1058066790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-09-23 15:30:00 2012-09-23 16:30:00 1058066850 1058066910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +2012-09-23 16:30:00 2012-09-24 14:30:00 1058066910 1058068230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-09-24 15:30:00 2012-09-24 16:30:00 1058068290 1058068350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +2012-09-24 16:30:00 2012-09-25 14:30:00 1058068350 1058069670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-09-25 15:30:00 2012-09-25 16:30:00 1058069730 1058069790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +2012-09-25 16:30:00 2012-09-26 14:30:00 1058069790 1058071110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-09-26 15:30:00 2012-09-26 16:30:00 1058071170 1058071230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +2012-09-26 16:30:00 2012-09-27 14:30:00 1058071230 1058072550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-09-27 15:30:00 2012-09-27 16:30:00 1058072610 1058072670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +2012-09-27 16:30:00 2012-09-28 14:30:00 1058072670 1058073990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-09-28 15:30:00 2012-09-28 16:30:00 1058074050 1058074110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +2012-09-28 16:30:00 2012-09-29 14:30:00 1058074110 1058075430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-09-29 15:30:00 2012-09-29 16:30:00 1058075490 1058075550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +2012-09-29 16:30:00 2012-11-30 15:30:00 1058075550 1058164770 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-11-30 15:30:00 2012-11-30 16:30:00 1058164770 1058164830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz'] +2012-11-30 16:30:00 2012-12-31 13:30:00 1058164830 1058209290 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057971690_1058209290.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1057970250_1058209290.npz +2012-12-31 13:30:00 2013-01-31 15:30:00 1058209290 1058254050 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-01-31 15:30:00 2013-01-31 16:30:00 1058254050 1058254110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-01-31 16:30:00 2013-02-01 14:30:00 1058254110 1058255430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-02-01 15:30:00 2013-02-01 16:30:00 1058255490 1058255550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-02-01 16:30:00 2013-02-02 14:30:00 1058255550 1058256870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-02-02 15:30:00 2013-02-02 16:30:00 1058256930 1058256990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-02-02 16:30:00 2013-02-03 14:30:00 1058256990 1058258310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-02-03 15:30:00 2013-02-03 16:30:00 1058258370 1058258430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-02-03 16:30:00 2013-02-04 14:30:00 1058258430 1058259750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-02-04 15:30:00 2013-02-04 16:30:00 1058259810 1058259870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-02-04 16:30:00 2013-02-05 14:30:00 1058259870 1058261190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-02-05 15:30:00 2013-02-05 16:30:00 1058261250 1058261310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-02-05 16:30:00 2013-02-06 14:30:00 1058261310 1058262630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-02-06 15:30:00 2013-02-06 16:30:00 1058262690 1058262750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-02-06 16:30:00 2013-02-07 14:30:00 1058262750 1058264070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-02-07 15:30:00 2013-02-07 16:30:00 1058264130 1058264190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-02-07 16:30:00 2013-02-08 14:30:00 1058264190 1058265510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-02-08 15:30:00 2013-02-08 16:30:00 1058265570 1058265630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-02-08 16:30:00 2013-02-09 14:30:00 1058265630 1058266950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-02-09 15:30:00 2013-02-09 16:30:00 1058267010 1058267070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-02-09 16:30:00 2013-02-10 14:30:00 1058267070 1058268390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-02-10 15:30:00 2013-02-10 16:30:00 1058268450 1058268510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-02-10 16:30:00 2013-02-11 14:30:00 1058268510 1058269830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-02-11 15:30:00 2013-02-11 16:30:00 1058269890 1058269950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-02-11 16:30:00 2013-02-12 14:30:00 1058269950 1058271270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-02-12 15:30:00 2013-02-12 16:30:00 1058271330 1058271390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-02-12 16:30:00 2013-02-13 14:30:00 1058271390 1058272710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-02-13 15:30:00 2013-02-13 16:30:00 1058272770 1058272830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-02-13 16:30:00 2013-02-14 14:30:00 1058272830 1058274150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-02-14 15:30:00 2013-02-14 16:30:00 1058274210 1058274270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-02-14 16:30:00 2013-02-15 14:30:00 1058274270 1058275590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-02-15 15:30:00 2013-02-15 16:30:00 1058275650 1058275710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-02-15 16:30:00 2013-02-16 14:30:00 1058275710 1058277030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-02-16 15:30:00 2013-02-16 16:30:00 1058277090 1058277150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-02-16 16:30:00 2013-02-17 14:30:00 1058277150 1058278470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-02-17 15:30:00 2013-02-17 16:30:00 1058278530 1058278590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-02-17 16:30:00 2013-02-18 14:30:00 1058278590 1058279910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-02-18 15:30:00 2013-02-18 16:30:00 1058279970 1058280030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-02-18 16:30:00 2013-02-19 14:30:00 1058280030 1058281350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-02-19 15:30:00 2013-02-19 16:30:00 1058281410 1058281470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-02-19 16:30:00 2013-02-20 14:30:00 1058281470 1058282790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-02-20 15:30:00 2013-02-20 16:30:00 1058282850 1058282910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-02-20 16:30:00 2013-02-21 14:30:00 1058282910 1058284230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-02-21 15:30:00 2013-02-21 16:30:00 1058284290 1058284350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-02-21 16:30:00 2013-02-22 14:30:00 1058284350 1058285670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-02-22 15:30:00 2013-02-22 16:30:00 1058285730 1058285790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-02-22 16:30:00 2013-02-23 14:30:00 1058285790 1058287110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-02-23 15:30:00 2013-02-23 16:30:00 1058287170 1058287230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-02-23 16:30:00 2013-02-24 14:30:00 1058287230 1058288550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-02-24 15:30:00 2013-02-24 16:30:00 1058288610 1058288670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-02-24 16:30:00 2013-02-25 14:30:00 1058288670 1058289990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-02-25 15:30:00 2013-02-25 16:30:00 1058290050 1058290110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-02-25 16:30:00 2013-02-26 14:30:00 1058290110 1058291430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-02-26 15:30:00 2013-02-26 16:30:00 1058291490 1058291550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-02-26 16:30:00 2013-02-27 14:30:00 1058291550 1058292870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-02-27 15:30:00 2013-02-27 16:30:00 1058292930 1058292990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-02-27 16:30:00 2013-04-28 23:30:00 1058292990 1058379810 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-04-29 13:30:00 2013-04-30 13:30:00 1058380650 1058382090 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-04-30 13:30:00 2013-07-31 14:30:00 1058382090 1058514630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-07-31 15:30:00 2013-07-31 16:30:00 1058514690 1058514750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-07-31 16:30:00 2013-08-01 14:30:00 1058514750 1058516070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-08-01 15:30:00 2013-08-01 16:30:00 1058516130 1058516190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-08-01 16:30:00 2013-08-02 14:30:00 1058516190 1058517510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-08-02 15:30:00 2013-08-02 16:30:00 1058517570 1058517630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-08-02 16:30:00 2013-08-03 14:30:00 1058517630 1058518950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-08-03 15:30:00 2013-08-03 16:30:00 1058519010 1058519070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-08-03 16:30:00 2013-08-04 14:30:00 1058519070 1058520390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-08-04 15:30:00 2013-08-04 16:30:00 1058520450 1058520510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-08-04 16:30:00 2013-08-05 14:30:00 1058520510 1058521830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-08-05 15:30:00 2013-08-05 16:30:00 1058521890 1058521950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-08-05 16:30:00 2013-08-06 00:30:00 1058521950 1058522430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-08-06 00:30:00 2013-08-06 01:30:00 1058522430 1058522490 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-08-06 04:30:00 2013-08-06 14:30:00 1058522670 1058523270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-08-06 15:30:00 2013-08-06 16:30:00 1058523330 1058523390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-08-06 16:30:00 2013-08-07 14:30:00 1058523390 1058524710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-08-07 15:30:00 2013-08-07 16:30:00 1058524770 1058524830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-08-07 16:30:00 2013-08-08 14:30:00 1058524830 1058526150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-08-08 15:30:00 2013-08-08 16:30:00 1058526210 1058526270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-08-08 16:30:00 2013-08-09 14:30:00 1058526270 1058527590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-08-09 15:30:00 2013-08-09 16:30:00 1058527650 1058527710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-08-09 16:30:00 2013-08-10 14:30:00 1058527710 1058529030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-08-10 15:30:00 2013-08-10 16:30:00 1058529090 1058529150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-08-10 16:30:00 2013-08-11 14:30:00 1058529150 1058530470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-08-11 15:30:00 2013-08-11 16:30:00 1058530530 1058530590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-08-11 16:30:00 2013-08-12 14:30:00 1058530590 1058531910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-08-12 15:30:00 2013-08-12 16:30:00 1058531970 1058532030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-08-12 16:30:00 2013-08-13 14:30:00 1058532030 1058533350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-08-13 15:30:00 2013-08-13 16:30:00 1058533410 1058533470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-08-13 16:30:00 2013-08-14 14:30:00 1058533470 1058534790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-08-14 15:30:00 2013-08-14 16:30:00 1058534850 1058534910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-08-14 16:30:00 2013-08-15 04:30:00 1058534910 1058535630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-08-15 04:30:00 2013-08-15 05:30:00 1058535630 1058535690 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-08-15 05:30:00 2013-08-15 14:30:00 1058535690 1058536230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-08-15 15:30:00 2013-08-15 16:30:00 1058536290 1058536350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-08-15 16:30:00 2013-08-16 14:30:00 1058536350 1058537670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-08-16 15:30:00 2013-08-16 16:30:00 1058537730 1058537790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-08-16 16:30:00 2013-08-17 14:30:00 1058537790 1058539110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-08-17 15:30:00 2013-08-17 16:30:00 1058539170 1058539230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-08-17 16:30:00 2013-08-18 14:30:00 1058539230 1058540550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-08-18 15:30:00 2013-08-18 16:30:00 1058540610 1058540670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-08-18 16:30:00 2013-08-19 14:30:00 1058540670 1058541990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-08-19 15:30:00 2013-08-19 16:30:00 1058542050 1058542110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-08-19 16:30:00 2013-08-20 14:30:00 1058542110 1058543430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-08-20 15:30:00 2013-08-20 16:30:00 1058543490 1058543550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-08-20 16:30:00 2013-08-21 14:30:00 1058543550 1058544870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-08-21 15:30:00 2013-08-21 16:30:00 1058544930 1058544990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-08-21 16:30:00 2013-08-22 14:30:00 1058544990 1058546310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-08-22 15:30:00 2013-08-22 16:30:00 1058546370 1058546430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-08-22 16:30:00 2013-08-23 14:30:00 1058546430 1058547750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-08-23 15:30:00 2013-08-23 16:30:00 1058547810 1058547870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-08-23 16:30:00 2013-08-24 14:30:00 1058547870 1058549190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-08-24 15:30:00 2013-08-24 16:30:00 1058549250 1058549310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-08-24 16:30:00 2013-08-25 14:30:00 1058549310 1058550630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-08-25 15:30:00 2013-08-25 16:30:00 1058550690 1058550750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-08-25 16:30:00 2013-08-26 14:30:00 1058550750 1058552070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-08-26 15:30:00 2013-08-26 16:30:00 1058552130 1058552190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-08-26 16:30:00 2013-08-27 14:30:00 1058552190 1058553510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-08-27 15:30:00 2013-08-27 16:30:00 1058553570 1058553630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-08-27 16:30:00 2013-08-28 14:30:00 1058553630 1058554950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-08-28 15:30:00 2013-08-28 16:30:00 1058555010 1058555070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-08-28 16:30:00 2013-08-29 14:30:00 1058555070 1058556390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-08-29 15:30:00 2013-08-29 16:30:00 1058556450 1058556510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-08-29 16:30:00 2013-08-30 14:30:00 1058556510 1058557830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-08-30 15:30:00 2013-08-30 16:30:00 1058557890 1058557950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-08-30 16:30:00 2013-08-31 14:30:00 1058557950 1058559270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-08-31 15:30:00 2013-08-31 16:30:00 1058559330 1058559390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-08-31 16:30:00 2013-09-01 14:30:00 1058559390 1058560710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-09-01 15:30:00 2013-09-01 16:30:00 1058560770 1058560830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-09-01 16:30:00 2013-09-02 14:30:00 1058560830 1058562150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-09-02 15:30:00 2013-09-02 16:30:00 1058562210 1058562270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-09-02 16:30:00 2013-09-03 14:30:00 1058562270 1058563590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-09-03 15:30:00 2013-09-03 16:30:00 1058563650 1058563710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-09-03 16:30:00 2013-09-04 14:30:00 1058563710 1058565030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-09-04 15:30:00 2013-09-04 16:30:00 1058565090 1058565150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-09-04 16:30:00 2013-09-05 14:30:00 1058565150 1058566470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-09-05 15:30:00 2013-09-05 16:30:00 1058566530 1058566590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-09-05 16:30:00 2013-09-06 14:30:00 1058566590 1058567910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-09-06 15:30:00 2013-09-06 16:30:00 1058567970 1058568030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-09-06 16:30:00 2013-09-07 14:30:00 1058568030 1058569350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-09-07 15:30:00 2013-09-07 16:30:00 1058569410 1058569470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-09-07 16:30:00 2013-11-22 03:30:00 1058569470 1058678130 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-11-22 03:30:00 2013-11-22 04:30:00 1058678130 1058678190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +2013-11-22 13:30:00 2013-11-30 14:30:00 1058678730 1058690310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-11-30 15:30:00 2013-11-30 16:30:00 1058690370 1058690430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-11-30 16:30:00 2013-12-01 14:30:00 1058690430 1058691750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-12-01 15:30:00 2013-12-01 16:30:00 1058691810 1058691870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-12-01 16:30:00 2013-12-02 14:30:00 1058691870 1058693190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-12-02 15:30:00 2013-12-02 16:30:00 1058693250 1058693310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-12-02 16:30:00 2013-12-03 13:30:00 1058693310 1058694570 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2013-12-03 15:30:00 2013-12-03 16:30:00 1058694690 1058694750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz'] +2013-12-03 16:30:00 2013-12-04 02:30:00 1058694750 1058695350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058209290_1058695350.npz +2014-03-09 13:30:00 2014-03-10 14:30:00 1058832810 1058834310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-03-10 15:30:00 2014-03-10 16:30:00 1058834370 1058834430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-03-10 16:30:00 2014-03-12 14:30:00 1058834430 1058837190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-03-12 15:30:00 2014-03-12 16:30:00 1058837250 1058837310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-03-12 16:30:00 2014-03-13 14:30:00 1058837310 1058838630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-03-13 15:30:00 2014-03-13 16:30:00 1058838690 1058838750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-03-13 16:30:00 2014-03-14 14:30:00 1058838750 1058840070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-03-14 15:30:00 2014-03-14 16:30:00 1058840130 1058840190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-03-14 16:30:00 2014-03-15 14:30:00 1058840190 1058841510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-03-15 15:30:00 2014-03-15 16:30:00 1058841570 1058841630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-03-15 16:30:00 2014-03-16 14:30:00 1058841630 1058842950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-03-16 15:30:00 2014-03-16 16:30:00 1058843010 1058843070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-03-16 16:30:00 2014-03-17 14:30:00 1058843070 1058844390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-03-17 15:30:00 2014-03-17 16:30:00 1058844450 1058844510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-03-17 16:30:00 2014-03-18 14:30:00 1058844510 1058845830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-03-18 15:30:00 2014-03-18 16:30:00 1058845890 1058845950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-03-18 16:30:00 2014-03-19 14:30:00 1058845950 1058847270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-03-19 15:30:00 2014-03-19 16:30:00 1058847330 1058847390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-03-19 16:30:00 2014-03-20 14:30:00 1058847390 1058848710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-03-20 15:30:00 2014-03-20 16:30:00 1058848770 1058848830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-03-20 16:30:00 2014-03-21 14:30:00 1058848830 1058850150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-03-21 15:30:00 2014-03-21 16:30:00 1058850210 1058850270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-03-21 16:30:00 2014-03-22 14:30:00 1058850270 1058851590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-03-22 15:30:00 2014-03-22 16:30:00 1058851650 1058851710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-03-22 16:30:00 2014-03-23 14:30:00 1058851710 1058853030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-03-23 15:30:00 2014-03-23 16:30:00 1058853090 1058853150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-03-23 16:30:00 2014-03-24 14:30:00 1058853150 1058854470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-03-24 15:30:00 2014-03-24 16:30:00 1058854530 1058854590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-03-24 16:30:00 2014-03-25 14:30:00 1058854590 1058855910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-03-25 15:30:00 2014-03-25 16:30:00 1058855970 1058856030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-03-25 16:30:00 2014-03-26 14:30:00 1058856030 1058857350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-03-26 15:30:00 2014-03-26 16:30:00 1058857410 1058857470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-03-26 16:30:00 2014-03-27 14:30:00 1058857470 1058858790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-03-27 15:30:00 2014-03-27 16:30:00 1058858850 1058858910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-03-27 16:30:00 2014-03-28 14:30:00 1058858910 1058860230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-03-28 15:30:00 2014-03-28 16:30:00 1058860290 1058860350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-03-28 16:30:00 2014-03-29 14:30:00 1058860350 1058861670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-03-29 15:30:00 2014-03-29 16:30:00 1058861730 1058861790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-03-29 16:30:00 2014-03-30 14:30:00 1058861790 1058863110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-03-30 15:30:00 2014-03-30 16:30:00 1058863170 1058863230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-03-30 16:30:00 2014-03-31 14:30:00 1058863230 1058864550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-03-31 15:30:00 2014-03-31 16:30:00 1058864610 1058864670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-03-31 16:30:00 2014-04-01 14:30:00 1058864670 1058865990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-04-01 15:30:00 2014-04-01 16:30:00 1058866050 1058866110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-04-01 16:30:00 2014-04-02 14:30:00 1058866110 1058867430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-04-02 15:30:00 2014-04-02 16:30:00 1058867490 1058867550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-04-02 16:30:00 2014-04-03 14:30:00 1058867550 1058868870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-04-03 15:30:00 2014-04-03 16:30:00 1058868930 1058868990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-04-03 16:30:00 2014-04-04 14:30:00 1058868990 1058870310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-04-04 15:30:00 2014-04-04 16:30:00 1058870370 1058870430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-04-04 16:30:00 2014-04-05 14:30:00 1058870430 1058871750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-04-05 15:30:00 2014-04-05 16:30:00 1058871810 1058871870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-04-05 16:30:00 2014-04-06 14:30:00 1058871870 1058873190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-04-06 15:30:00 2014-04-06 16:30:00 1058873250 1058873310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-04-06 16:30:00 2014-04-07 14:30:00 1058873310 1058874630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-04-07 15:30:00 2014-04-07 16:30:00 1058874690 1058874750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-04-07 16:30:00 2014-04-08 14:30:00 1058874750 1058876070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-04-08 15:30:00 2014-04-08 16:30:00 1058876130 1058876190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-04-08 16:30:00 2014-04-09 14:30:00 1058876190 1058877510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-04-09 15:30:00 2014-04-09 16:30:00 1058877570 1058877630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-04-09 16:30:00 2014-04-10 14:30:00 1058877630 1058878950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-04-10 15:30:00 2014-04-10 16:30:00 1058879010 1058879070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-04-10 16:30:00 2014-04-11 14:30:00 1058879070 1058880390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-04-11 15:30:00 2014-04-11 16:30:00 1058880450 1058880510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-04-11 16:30:00 2014-04-12 14:30:00 1058880510 1058881830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-04-12 15:30:00 2014-04-12 16:30:00 1058881890 1058881950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-04-12 16:30:00 2014-04-13 14:30:00 1058881950 1058883270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-04-13 15:30:00 2014-04-13 16:30:00 1058883330 1058883390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-04-13 16:30:00 2014-04-14 14:30:00 1058883390 1058884710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-04-14 15:30:00 2014-04-14 16:30:00 1058884770 1058884830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-04-14 16:30:00 2014-04-15 14:30:00 1058884830 1058886150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-04-15 15:30:00 2014-04-15 16:30:00 1058886210 1058886270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-04-15 16:30:00 2014-04-16 13:30:00 1058886270 1058887530 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-04-16 15:30:00 2014-04-16 16:30:00 1058887650 1058887710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-04-16 16:30:00 2014-04-18 14:30:00 1058887710 1058890470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-04-18 15:30:00 2014-04-18 16:30:00 1058890530 1058890590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-04-18 16:30:00 2014-04-19 14:30:00 1058890590 1058891910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-04-19 15:30:00 2014-04-19 16:30:00 1058891970 1058892030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-04-19 16:30:00 2014-04-20 14:30:00 1058892030 1058893350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-04-20 15:30:00 2014-04-20 16:30:00 1058893410 1058893470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-04-20 16:30:00 2014-04-21 14:30:00 1058893470 1058894790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-04-21 15:30:00 2014-04-21 16:30:00 1058894850 1058894910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-04-21 16:30:00 2014-04-22 14:30:00 1058894910 1058896230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-04-22 15:30:00 2014-04-22 16:30:00 1058896290 1058896350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-04-22 16:30:00 2014-04-23 14:30:00 1058896350 1058897670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-04-23 15:30:00 2014-04-23 16:30:00 1058897730 1058897790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-04-23 16:30:00 2014-04-24 14:30:00 1058897790 1058899110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-04-24 15:30:00 2014-04-24 16:30:00 1058899170 1058899230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-04-24 16:30:00 2014-04-25 14:30:00 1058899230 1058900550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-04-25 15:30:00 2014-04-25 16:30:00 1058900610 1058900670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-04-25 16:30:00 2014-04-26 14:30:00 1058900670 1058901990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-04-26 15:30:00 2014-04-26 16:30:00 1058902050 1058902110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-04-26 16:30:00 2014-04-28 14:30:00 1058902110 1058904870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-04-28 15:30:00 2014-04-28 16:30:00 1058904930 1058904990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-04-28 16:30:00 2014-04-29 14:30:00 1058904990 1058906310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-04-29 15:30:00 2014-04-29 16:30:00 1058906370 1058906430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-04-29 16:30:00 2014-04-30 14:30:00 1058906430 1058907750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-04-30 15:30:00 2014-04-30 16:30:00 1058907810 1058907870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-04-30 16:30:00 2014-05-01 14:30:00 1058907870 1058909190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-05-01 15:30:00 2014-05-01 16:30:00 1058909250 1058909310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-05-01 16:30:00 2014-05-02 14:30:00 1058909310 1058910630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-05-02 15:30:00 2014-05-02 16:30:00 1058910690 1058910750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-05-02 16:30:00 2014-05-03 14:30:00 1058910750 1058912070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-05-03 15:30:00 2014-05-03 16:30:00 1058912130 1058912190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-05-03 16:30:00 2014-05-04 14:30:00 1058912190 1058913510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-05-04 15:30:00 2014-05-04 16:30:00 1058913570 1058913630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-05-04 16:30:00 2014-05-05 14:30:00 1058913630 1058914950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-05-05 15:30:00 2014-05-05 16:30:00 1058915010 1058915070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-05-05 16:30:00 2014-05-06 14:30:00 1058915070 1058916390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-05-06 15:30:00 2014-05-06 16:30:00 1058916450 1058916510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-05-06 16:30:00 2014-05-07 14:30:00 1058916510 1058917830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-05-07 15:30:00 2014-05-07 16:30:00 1058917890 1058917950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-05-07 16:30:00 2014-05-08 14:30:00 1058917950 1058919270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-05-08 15:30:00 2014-05-08 16:30:00 1058919330 1058919390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-05-08 16:30:00 2014-05-09 14:30:00 1058919390 1058920710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-05-09 15:30:00 2014-05-09 16:30:00 1058920770 1058920830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-05-09 16:30:00 2014-05-10 14:30:00 1058920830 1058922150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-05-10 15:30:00 2014-05-10 16:30:00 1058922210 1058922270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-05-10 16:30:00 2014-05-11 14:30:00 1058922270 1058923590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-05-11 15:30:00 2014-05-11 16:30:00 1058923650 1058923710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-05-11 16:30:00 2014-05-12 14:30:00 1058923710 1058925030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-05-12 15:30:00 2014-05-12 16:30:00 1058925090 1058925150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-05-12 16:30:00 2014-05-13 14:30:00 1058925150 1058926470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-05-13 15:30:00 2014-05-13 16:30:00 1058926530 1058926590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-05-13 16:30:00 2014-05-14 14:30:00 1058926590 1058927910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-05-14 15:30:00 2014-05-14 16:30:00 1058927970 1058928030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-05-14 16:30:00 2014-05-15 14:30:00 1058928030 1058929350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-05-15 15:30:00 2014-05-15 16:30:00 1058929410 1058929470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-05-15 16:30:00 2014-05-16 14:30:00 1058929470 1058930790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-05-16 15:30:00 2014-05-16 16:30:00 1058930850 1058930910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-05-16 16:30:00 2014-05-17 14:30:00 1058930910 1058932230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-05-17 15:30:00 2014-05-17 16:30:00 1058932290 1058932350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-05-17 16:30:00 2014-05-18 14:30:00 1058932350 1058933670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-05-18 15:30:00 2014-05-18 16:30:00 1058933730 1058933790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-05-18 16:30:00 2014-05-19 14:30:00 1058933790 1058935110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-05-19 15:30:00 2014-05-19 16:30:00 1058935170 1058935230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-05-19 16:30:00 2014-05-20 14:30:00 1058935230 1058936550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-05-20 15:30:00 2014-05-20 16:30:00 1058936610 1058936670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-05-20 16:30:00 2014-05-21 14:30:00 1058936670 1058937990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-05-21 15:30:00 2014-05-21 16:30:00 1058938050 1058938110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-05-21 16:30:00 2014-05-22 14:30:00 1058938110 1058939430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-05-22 15:30:00 2014-05-22 16:30:00 1058939490 1058939550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-05-22 16:30:00 2014-05-23 14:30:00 1058939550 1058940870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-05-23 15:30:00 2014-05-23 16:30:00 1058940930 1058940990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-05-23 16:30:00 2014-05-24 14:30:00 1058940990 1058942310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-05-24 15:30:00 2014-05-24 16:30:00 1058942370 1058942430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-05-24 16:30:00 2014-05-25 14:30:00 1058942430 1058943750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-05-25 15:30:00 2014-05-25 16:30:00 1058943810 1058943870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-05-25 16:30:00 2014-05-28 14:30:00 1058943870 1058948070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-05-28 15:30:00 2014-05-28 16:30:00 1058948130 1058948190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-05-28 16:30:00 2014-05-29 14:30:00 1058948190 1058949510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-05-29 15:30:00 2014-05-29 16:30:00 1058949570 1058949630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-05-29 16:30:00 2014-05-30 14:30:00 1058949630 1058950950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-05-30 15:30:00 2014-05-30 16:30:00 1058951010 1058951070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-05-30 16:30:00 2014-05-31 14:30:00 1058951070 1058952390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-05-31 15:30:00 2014-05-31 16:30:00 1058952450 1058952510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-05-31 16:30:00 2014-06-01 14:30:00 1058952510 1058953830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-06-01 15:30:00 2014-06-01 16:30:00 1058953890 1058953950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-06-01 16:30:00 2014-06-02 14:30:00 1058953950 1058955270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-06-02 15:30:00 2014-06-02 16:30:00 1058955330 1058955390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-06-02 16:30:00 2014-06-03 14:30:00 1058955390 1058956710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-06-03 15:30:00 2014-06-03 16:30:00 1058956770 1058956830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-06-03 16:30:00 2014-06-04 14:30:00 1058956830 1058958150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-06-04 15:30:00 2014-06-04 16:30:00 1058958210 1058958270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-06-04 16:30:00 2014-06-05 14:30:00 1058958270 1058959590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-06-05 15:30:00 2014-06-05 16:30:00 1058959650 1058959710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-06-05 16:30:00 2014-06-06 14:30:00 1058959710 1058961030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-06-06 15:30:00 2014-06-06 16:30:00 1058961090 1058961150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-06-06 16:30:00 2014-06-07 14:30:00 1058961150 1058962470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-06-07 15:30:00 2014-06-07 16:30:00 1058962530 1058962590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-06-07 16:30:00 2014-06-08 14:30:00 1058962590 1058963910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-06-08 15:30:00 2014-06-08 16:30:00 1058963970 1058964030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-06-08 16:30:00 2014-06-09 14:30:00 1058964030 1058965350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-06-09 15:30:00 2014-06-09 16:30:00 1058965410 1058965470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-06-09 16:30:00 2014-06-10 14:30:00 1058965470 1058966790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-06-10 15:30:00 2014-06-10 16:30:00 1058966850 1058966910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-06-10 16:30:00 2014-06-11 14:30:00 1058966910 1058968230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-06-11 15:30:00 2014-06-11 16:30:00 1058968290 1058968350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-06-11 16:30:00 2014-06-12 14:30:00 1058968350 1058969670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-06-12 15:30:00 2014-06-12 16:30:00 1058969730 1058969790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-06-12 16:30:00 2014-06-13 14:30:00 1058969790 1058971110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-06-13 15:30:00 2014-06-13 16:30:00 1058971170 1058971230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-06-13 16:30:00 2014-06-14 14:30:00 1058971230 1058972550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-06-14 15:30:00 2014-06-14 16:30:00 1058972610 1058972670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-06-14 16:30:00 2014-06-15 14:30:00 1058972670 1058973990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-06-15 15:30:00 2014-06-15 16:30:00 1058974050 1058974110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-06-15 16:30:00 2014-06-16 14:30:00 1058974110 1058975430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-06-16 15:30:00 2014-06-16 16:30:00 1058975490 1058975550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-06-16 16:30:00 2014-06-17 14:30:00 1058975550 1058976870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-06-17 15:30:00 2014-06-17 16:30:00 1058976930 1058976990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-06-17 16:30:00 2014-06-18 14:30:00 1058976990 1058978310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-06-18 15:30:00 2014-06-18 16:30:00 1058978370 1058978430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-06-18 16:30:00 2014-06-19 14:30:00 1058978430 1058979750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-06-19 15:30:00 2014-06-19 16:30:00 1058979810 1058979870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-06-19 16:30:00 2014-06-20 14:30:00 1058979870 1058981190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-06-20 15:30:00 2014-06-20 16:30:00 1058981250 1058981310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-06-20 16:30:00 2014-06-21 14:30:00 1058981310 1058982630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-06-21 15:30:00 2014-06-21 16:30:00 1058982690 1058982750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-06-21 16:30:00 2014-06-22 14:30:00 1058982750 1058984070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-06-22 15:30:00 2014-06-22 16:30:00 1058984130 1058984190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-06-22 16:30:00 2014-06-23 14:30:00 1058984190 1058985510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-06-23 15:30:00 2014-06-23 16:30:00 1058985570 1058985630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-06-23 16:30:00 2014-06-24 14:30:00 1058985630 1058986950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-06-24 15:30:00 2014-06-24 16:30:00 1058987010 1058987070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-06-24 16:30:00 2014-06-25 14:30:00 1058987070 1058988390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-06-25 15:30:00 2014-06-25 16:30:00 1058988450 1058988510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-06-25 16:30:00 2014-06-26 14:30:00 1058988510 1058989830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-06-26 15:30:00 2014-06-26 16:30:00 1058989890 1058989950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-06-26 16:30:00 2014-06-27 14:30:00 1058989950 1058991270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-06-27 15:30:00 2014-06-27 16:30:00 1058991330 1058991390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-06-27 16:30:00 2014-06-28 14:30:00 1058991390 1058992710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-06-28 15:30:00 2014-06-28 16:30:00 1058992770 1058992830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-06-28 16:30:00 2014-06-29 14:30:00 1058992830 1058994150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-06-29 15:30:00 2014-06-29 16:30:00 1058994210 1058994270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-06-29 16:30:00 2014-06-30 14:30:00 1058994270 1058995590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-06-30 15:30:00 2014-06-30 16:30:00 1058995650 1058995710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-06-30 16:30:00 2014-07-01 14:30:00 1058995710 1058997030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-07-01 15:30:00 2014-07-01 16:30:00 1058997090 1058997150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-07-01 16:30:00 2014-07-02 14:30:00 1058997150 1058998470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-07-02 15:30:00 2014-07-02 16:30:00 1058998530 1058998590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-07-02 16:30:00 2014-07-03 14:30:00 1058998590 1058999910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-07-03 15:30:00 2014-07-03 16:30:00 1058999970 1059000030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-07-03 16:30:00 2014-07-04 14:30:00 1059000030 1059001350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-07-04 15:30:00 2014-07-04 16:30:00 1059001410 1059001470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-07-04 16:30:00 2014-07-05 14:30:00 1059001470 1059002790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-07-05 15:30:00 2014-07-05 16:30:00 1059002850 1059002910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-07-05 16:30:00 2014-07-06 14:30:00 1059002910 1059004230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-07-06 15:30:00 2014-07-06 16:30:00 1059004290 1059004350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-07-06 16:30:00 2014-07-07 14:30:00 1059004350 1059005670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-07-07 15:30:00 2014-07-07 16:30:00 1059005730 1059005790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-07-07 16:30:00 2014-07-08 14:30:00 1059005790 1059007110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-07-08 15:30:00 2014-07-08 16:30:00 1059007170 1059007230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-07-08 16:30:00 2014-07-09 14:30:00 1059007230 1059008550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-07-09 15:30:00 2014-07-09 16:30:00 1059008610 1059008670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-07-09 16:30:00 2014-07-10 14:30:00 1059008670 1059009990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-07-10 15:30:00 2014-07-10 16:30:00 1059010050 1059010110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-07-10 16:30:00 2014-07-11 14:30:00 1059010110 1059011430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-07-11 15:30:00 2014-07-11 16:30:00 1059011490 1059011550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-07-11 16:30:00 2014-07-12 14:30:00 1059011550 1059012870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-07-12 15:30:00 2014-07-12 16:30:00 1059012930 1059012990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-07-12 16:30:00 2014-07-13 14:30:00 1059012990 1059014310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-07-13 15:30:00 2014-07-13 16:30:00 1059014370 1059014430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-07-13 16:30:00 2014-07-14 14:30:00 1059014430 1059015750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-07-14 15:30:00 2014-07-14 16:30:00 1059015810 1059015870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-07-14 16:30:00 2014-07-15 14:30:00 1059015870 1059017190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-07-15 15:30:00 2014-07-15 16:30:00 1059017250 1059017310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-07-15 16:30:00 2014-07-16 14:30:00 1059017310 1059018630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-07-16 15:30:00 2014-07-16 16:30:00 1059018690 1059018750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-07-16 16:30:00 2014-07-17 14:30:00 1059018750 1059020070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-07-17 15:30:00 2014-07-17 16:30:00 1059020130 1059020190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-07-17 16:30:00 2014-07-18 14:30:00 1059020190 1059021510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-07-18 15:30:00 2014-07-18 16:30:00 1059021570 1059021630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-07-18 16:30:00 2014-07-19 14:30:00 1059021630 1059022950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-07-19 15:30:00 2014-07-19 16:30:00 1059023010 1059023070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-07-19 16:30:00 2014-07-20 14:30:00 1059023070 1059024390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-07-20 15:30:00 2014-07-20 16:30:00 1059024450 1059024510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-07-20 16:30:00 2014-07-21 14:30:00 1059024510 1059025830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-07-21 15:30:00 2014-07-21 16:30:00 1059025890 1059025950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-07-21 16:30:00 2014-07-22 14:30:00 1059025950 1059027270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-07-22 15:30:00 2014-07-22 16:30:00 1059027330 1059027390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-07-22 16:30:00 2014-07-23 14:30:00 1059027390 1059028710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-07-23 15:30:00 2014-07-23 16:30:00 1059028770 1059028830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-07-23 16:30:00 2014-07-24 14:30:00 1059028830 1059030150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-07-24 15:30:00 2014-07-24 16:30:00 1059030210 1059030270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-07-24 16:30:00 2014-07-25 14:30:00 1059030270 1059031590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-07-25 15:30:00 2014-07-25 16:30:00 1059031650 1059031710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-07-25 16:30:00 2014-07-26 14:30:00 1059031710 1059033030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-07-26 15:30:00 2014-07-26 16:30:00 1059033090 1059033150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-07-26 16:30:00 2014-07-27 14:30:00 1059033150 1059034470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-07-27 15:30:00 2014-07-27 16:30:00 1059034530 1059034590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-07-27 16:30:00 2014-07-28 14:30:00 1059034590 1059035910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-07-28 15:30:00 2014-07-28 16:30:00 1059035970 1059036030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-07-28 16:30:00 2014-07-29 14:30:00 1059036030 1059037350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-07-29 15:30:00 2014-07-29 16:30:00 1059037410 1059037470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-07-29 16:30:00 2014-07-30 14:30:00 1059037470 1059038790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-07-30 15:30:00 2014-07-30 16:30:00 1059038850 1059038910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-07-30 16:30:00 2014-07-31 14:30:00 1059038910 1059040230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-07-31 15:30:00 2014-07-31 16:30:00 1059040290 1059040350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-07-31 16:30:00 2014-08-01 14:30:00 1059040350 1059041670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-08-01 15:30:00 2014-08-01 16:30:00 1059041730 1059041790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-08-01 16:30:00 2014-08-02 14:30:00 1059041790 1059043110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-08-02 15:30:00 2014-08-02 16:30:00 1059043170 1059043230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-08-02 16:30:00 2014-08-03 14:30:00 1059043230 1059044550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-08-03 15:30:00 2014-08-03 16:30:00 1059044610 1059044670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-08-03 16:30:00 2014-08-04 14:30:00 1059044670 1059045990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-08-04 15:30:00 2014-08-04 16:30:00 1059046050 1059046110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-08-04 16:30:00 2014-08-05 14:30:00 1059046110 1059047430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-08-05 15:30:00 2014-08-05 16:30:00 1059047490 1059047550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-08-05 16:30:00 2014-08-06 14:30:00 1059047550 1059048870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-08-06 15:30:00 2014-08-06 16:30:00 1059048930 1059048990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-08-06 16:30:00 2014-08-07 14:30:00 1059048990 1059050310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-08-07 15:30:00 2014-08-07 16:30:00 1059050370 1059050430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-08-07 16:30:00 2014-08-08 14:30:00 1059050430 1059051750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-08-08 15:30:00 2014-08-08 16:30:00 1059051810 1059051870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-08-08 16:30:00 2014-08-09 14:30:00 1059051870 1059053190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-08-09 15:30:00 2014-08-09 16:30:00 1059053250 1059053310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-08-09 16:30:00 2014-08-10 14:30:00 1059053310 1059054630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-08-10 15:30:00 2014-08-10 16:30:00 1059054690 1059054750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-08-10 16:30:00 2014-08-11 14:30:00 1059054750 1059056070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-08-11 15:30:00 2014-08-11 16:30:00 1059056130 1059056190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-08-11 16:30:00 2014-08-12 14:30:00 1059056190 1059057510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-08-12 15:30:00 2014-08-12 16:30:00 1059057570 1059057630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-08-12 16:30:00 2014-08-13 14:30:00 1059057630 1059058950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-08-13 15:30:00 2014-08-13 16:30:00 1059059010 1059059070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-08-13 16:30:00 2014-08-14 14:30:00 1059059070 1059060390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-08-14 15:30:00 2014-08-14 16:30:00 1059060450 1059060510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-08-14 16:30:00 2014-08-15 01:30:00 1059060510 1059061050 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-08-15 01:30:00 2014-08-15 02:30:00 1059061050 1059061110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-08-15 02:30:00 2014-08-15 14:30:00 1059061110 1059061830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-08-15 15:30:00 2014-08-15 16:30:00 1059061890 1059061950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-08-15 16:30:00 2014-08-16 14:30:00 1059061950 1059063270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-08-16 15:30:00 2014-08-16 16:30:00 1059063330 1059063390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-08-16 16:30:00 2014-08-17 14:30:00 1059063390 1059064710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-08-17 15:30:00 2014-08-17 16:30:00 1059064770 1059064830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-08-17 16:30:00 2014-08-18 14:30:00 1059064830 1059066150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-08-18 15:30:00 2014-08-18 16:30:00 1059066210 1059066270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-08-18 16:30:00 2014-08-19 14:30:00 1059066270 1059067590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-08-19 15:30:00 2014-08-19 16:30:00 1059067650 1059067710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-08-19 16:30:00 2014-08-20 14:30:00 1059067710 1059069030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-08-20 15:30:00 2014-08-20 16:30:00 1059069090 1059069150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-08-20 16:30:00 2014-08-21 14:30:00 1059069150 1059070470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-08-21 15:30:00 2014-08-21 16:30:00 1059070530 1059070590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-08-21 16:30:00 2014-08-22 14:30:00 1059070590 1059071910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-08-22 15:30:00 2014-08-22 16:30:00 1059071970 1059072030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-08-22 16:30:00 2014-08-23 14:30:00 1059072030 1059073350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-08-23 15:30:00 2014-08-23 16:30:00 1059073410 1059073470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-08-23 16:30:00 2014-08-24 14:30:00 1059073470 1059074790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-08-24 15:30:00 2014-08-24 16:30:00 1059074850 1059074910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-08-24 16:30:00 2014-08-25 00:30:00 1059074910 1059075390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-08-25 01:30:00 2014-08-25 02:30:00 1059075450 1059075510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-08-25 02:30:00 2014-08-25 14:30:00 1059075510 1059076230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-08-25 15:30:00 2014-08-25 16:30:00 1059076290 1059076350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-08-25 16:30:00 2014-08-26 14:30:00 1059076350 1059077670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-08-26 15:30:00 2014-08-26 16:30:00 1059077730 1059077790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-08-26 16:30:00 2014-08-27 14:30:00 1059077790 1059079110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-08-27 15:30:00 2014-08-27 16:30:00 1059079170 1059079230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-08-27 16:30:00 2014-08-28 14:30:00 1059079230 1059080550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-08-28 15:30:00 2014-08-28 16:30:00 1059080610 1059080670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-08-28 16:30:00 2014-08-29 14:30:00 1059080670 1059081990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-08-29 15:30:00 2014-08-29 16:30:00 1059082050 1059082110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-08-29 16:30:00 2014-08-30 14:30:00 1059082110 1059083430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-08-30 15:30:00 2014-08-30 16:30:00 1059083490 1059083550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-08-30 16:30:00 2014-08-31 14:30:00 1059083550 1059084870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-08-31 15:30:00 2014-08-31 16:30:00 1059084930 1059084990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-08-31 16:30:00 2014-09-01 14:30:00 1059084990 1059086310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-09-01 15:30:00 2014-09-01 16:30:00 1059086370 1059086430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-09-01 16:30:00 2014-09-02 14:30:00 1059086430 1059087750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-09-02 15:30:00 2014-09-02 16:30:00 1059087810 1059087870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-09-02 16:30:00 2014-09-03 14:30:00 1059087870 1059089190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-09-03 15:30:00 2014-09-03 16:30:00 1059089250 1059089310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-09-03 16:30:00 2014-09-04 14:30:00 1059089310 1059090630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-09-04 15:30:00 2014-09-04 16:30:00 1059090690 1059090750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-09-04 16:30:00 2014-09-05 14:30:00 1059090750 1059092070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-09-05 15:30:00 2014-09-05 16:30:00 1059092130 1059092190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-09-05 16:30:00 2014-09-06 14:30:00 1059092190 1059093510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-09-06 15:30:00 2014-09-06 16:30:00 1059093570 1059093630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-09-06 16:30:00 2014-09-07 14:30:00 1059093630 1059094950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-09-07 15:30:00 2014-09-07 16:30:00 1059095010 1059095070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-09-07 16:30:00 2014-09-08 14:30:00 1059095070 1059096390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-09-08 15:30:00 2014-09-08 16:30:00 1059096450 1059096510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-09-08 16:30:00 2014-09-09 14:30:00 1059096510 1059097830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-09-09 15:30:00 2014-09-09 16:30:00 1059097890 1059097950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-09-09 16:30:00 2014-09-10 14:30:00 1059097950 1059099270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-09-10 15:30:00 2014-09-10 16:30:00 1059099330 1059099390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-09-10 16:30:00 2014-09-11 14:30:00 1059099390 1059100710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-09-11 15:30:00 2014-09-11 16:30:00 1059100770 1059100830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-09-11 16:30:00 2014-09-12 14:30:00 1059100830 1059102150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-09-12 15:30:00 2014-09-12 16:30:00 1059102210 1059102270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-09-12 16:30:00 2014-09-13 14:30:00 1059102270 1059103590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-09-13 15:30:00 2014-09-13 16:30:00 1059103650 1059103710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-09-13 16:30:00 2014-09-14 14:30:00 1059103710 1059105030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-09-14 15:30:00 2014-09-14 16:30:00 1059105090 1059105150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-09-14 16:30:00 2014-09-15 14:30:00 1059105150 1059106470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-09-15 15:30:00 2014-09-15 16:30:00 1059106530 1059106590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-09-15 16:30:00 2014-09-16 14:30:00 1059106590 1059107910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-09-16 15:30:00 2014-09-16 16:30:00 1059107970 1059108030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-09-16 16:30:00 2014-09-17 14:30:00 1059108030 1059109350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-09-17 15:30:00 2014-09-17 16:30:00 1059109410 1059109470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-09-17 16:30:00 2014-09-18 14:30:00 1059109470 1059110790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-09-18 15:30:00 2014-09-18 16:30:00 1059110850 1059110910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-09-18 16:30:00 2014-09-19 14:30:00 1059110910 1059112230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-09-19 15:30:00 2014-09-19 16:30:00 1059112290 1059112350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-09-19 16:30:00 2014-09-20 14:30:00 1059112350 1059113670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-09-20 15:30:00 2014-09-20 16:30:00 1059113730 1059113790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-09-20 16:30:00 2014-09-21 14:30:00 1059113790 1059115110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-09-21 15:30:00 2014-09-21 16:30:00 1059115170 1059115230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-09-21 16:30:00 2014-09-22 14:30:00 1059115230 1059116550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-09-22 15:30:00 2014-09-22 16:30:00 1059116610 1059116670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-09-22 16:30:00 2014-09-23 14:30:00 1059116670 1059117990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-09-23 15:30:00 2014-09-23 16:30:00 1059118050 1059118110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-09-23 16:30:00 2014-09-24 14:30:00 1059118110 1059119430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-09-24 15:30:00 2014-09-24 16:30:00 1059119490 1059119550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-09-24 16:30:00 2014-09-25 14:30:00 1059119550 1059120870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-09-25 15:30:00 2014-09-25 16:30:00 1059120930 1059120990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-09-25 16:30:00 2014-09-26 14:30:00 1059120990 1059122310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-09-26 15:30:00 2014-09-26 16:30:00 1059122370 1059122430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-09-26 16:30:00 2014-09-27 14:30:00 1059122430 1059123750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-09-27 15:30:00 2014-09-27 16:30:00 1059123810 1059123870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-09-27 16:30:00 2014-09-28 14:30:00 1059123870 1059125190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-09-28 15:30:00 2014-09-28 16:30:00 1059125250 1059125310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-09-28 16:30:00 2014-09-29 14:30:00 1059125310 1059126630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-09-29 15:30:00 2014-09-29 16:30:00 1059126690 1059126750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-09-29 16:30:00 2014-09-30 14:30:00 1059126750 1059128070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-09-30 15:30:00 2014-09-30 16:30:00 1059128130 1059128190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-09-30 16:30:00 2014-10-01 14:30:00 1059128190 1059129510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-10-01 15:30:00 2014-10-01 16:30:00 1059129570 1059129630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-10-01 16:30:00 2014-10-02 14:30:00 1059129630 1059130950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-10-02 15:30:00 2014-10-02 16:30:00 1059131010 1059131070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-10-02 16:30:00 2014-10-03 14:30:00 1059131070 1059132390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-10-03 15:30:00 2014-10-03 16:30:00 1059132450 1059132510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-10-03 16:30:00 2014-10-04 14:30:00 1059132510 1059133830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-10-04 15:30:00 2014-10-04 16:30:00 1059133890 1059133950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-10-04 16:30:00 2014-10-05 14:30:00 1059133950 1059135270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-10-05 15:30:00 2014-10-05 16:30:00 1059135330 1059135390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-10-05 16:30:00 2014-10-06 14:30:00 1059135390 1059136710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-10-06 15:30:00 2014-10-06 16:30:00 1059136770 1059136830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-10-06 16:30:00 2014-10-07 13:30:00 1059136830 1059138090 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-10-07 15:30:00 2014-10-07 16:30:00 1059138210 1059138270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-10-07 16:30:00 2014-10-15 14:30:00 1059138270 1059149670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-10-15 15:30:00 2014-10-15 16:30:00 1059149730 1059149790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-10-15 16:30:00 2014-10-16 01:30:00 1059149790 1059150330 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-10-16 02:30:00 2014-10-16 03:30:00 1059150390 1059150450 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-10-16 03:30:00 2014-10-16 14:30:00 1059150450 1059151110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-10-16 15:30:00 2014-10-16 16:30:00 1059151170 1059151230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-10-16 16:30:00 2014-10-17 14:30:00 1059151230 1059152550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-10-17 15:30:00 2014-10-17 16:30:00 1059152610 1059152670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-10-17 16:30:00 2014-10-18 14:30:00 1059152670 1059153990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-10-18 15:30:00 2014-10-18 16:30:00 1059154050 1059154110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-10-18 16:30:00 2014-10-19 14:30:00 1059154110 1059155430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-10-19 15:30:00 2014-10-19 16:30:00 1059155490 1059155550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-10-19 16:30:00 2014-10-20 14:30:00 1059155550 1059156870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-10-20 15:30:00 2014-10-20 16:30:00 1059156930 1059156990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-10-20 16:30:00 2014-10-21 14:30:00 1059156990 1059158310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-10-21 15:30:00 2014-10-21 16:30:00 1059158370 1059158430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-10-21 16:30:00 2014-10-22 14:30:00 1059158430 1059159750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-10-22 15:30:00 2014-10-22 16:30:00 1059159810 1059159870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-10-22 16:30:00 2014-10-23 14:30:00 1059159870 1059161190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-10-23 15:30:00 2014-10-23 16:30:00 1059161250 1059161310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-10-23 16:30:00 2014-10-24 14:30:00 1059161310 1059162630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-10-24 15:30:00 2014-10-24 16:30:00 1059162690 1059162750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-10-24 16:30:00 2014-10-25 14:30:00 1059162750 1059164070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-10-25 15:30:00 2014-10-25 16:30:00 1059164130 1059164190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-10-25 16:30:00 2014-10-26 14:30:00 1059164190 1059165510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-10-26 15:30:00 2014-10-26 16:30:00 1059165570 1059165630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-10-26 16:30:00 2014-10-27 14:30:00 1059165630 1059166950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-10-27 15:30:00 2014-10-27 16:30:00 1059167010 1059167070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-10-27 16:30:00 2014-10-28 14:30:00 1059167070 1059168390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-10-28 15:30:00 2014-10-28 16:30:00 1059168450 1059168510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-10-28 16:30:00 2014-10-29 14:30:00 1059168510 1059169830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-10-29 15:30:00 2014-10-29 16:30:00 1059169890 1059169950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-10-29 16:30:00 2014-10-30 14:30:00 1059169950 1059171270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-10-30 15:30:00 2014-10-30 16:30:00 1059171330 1059171390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-10-30 16:30:00 2014-10-31 14:30:00 1059171390 1059172710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-10-31 15:30:00 2014-10-31 16:30:00 1059172770 1059172830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-10-31 16:30:00 2014-11-01 14:30:00 1059172830 1059174150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-11-01 15:30:00 2014-11-01 16:30:00 1059174210 1059174270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-11-01 16:30:00 2014-11-02 13:30:00 1059174270 1059175530 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-11-02 15:30:00 2014-11-02 16:30:00 1059175650 1059175710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz'] +2014-11-02 16:30:00 2014-11-18 00:30:00 1059175710 1059197790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-11-18 00:30:00 2014-11-18 01:30:00 1059197790 1059197850 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +2014-11-18 01:30:00 2014-11-26 02:30:00 1059197850 1059209430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-11-26 02:30:00 2014-11-26 03:30:00 1059209430 1059209490 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +2014-11-26 03:30:00 2014-12-22 13:30:00 1059209490 1059247530 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-12-22 13:30:00 2014-12-22 14:30:00 1059247530 1059247590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +2014-12-22 14:30:00 2014-12-31 13:30:00 1059247590 1059260490 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1058832810_1059260490.npz +2014-12-31 13:30:00 2015-02-12 23:30:00 1059260490 1059323010 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1059260490_1059786090.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1059260490_1059786090:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1059260490_1059786090.npz +2015-02-13 02:30:00 2015-02-13 03:30:00 1059323190 1059323250 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1059260490_1059786090.npz'] +2015-02-13 03:30:00 2015-05-11 22:30:00 1059323250 1059449670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1059260490_1059786090.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1059260490_1059786090:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1059260490_1059786090.npz +2015-05-11 22:30:00 2015-05-11 23:30:00 1059449670 1059449730 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1059260490_1059786090.npz'] +2015-05-11 23:30:00 2015-06-04 01:30:00 1059449730 1059482970 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1059260490_1059786090.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1059260490_1059786090:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1059260490_1059786090.npz +2015-06-04 02:30:00 2015-06-04 03:30:00 1059483030 1059483090 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1059260490_1059786090.npz'] +2015-06-04 03:30:00 2015-06-06 00:30:00 1059483090 1059485790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1059260490_1059786090.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1059260490_1059786090:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1059260490_1059786090.npz +2015-06-06 00:30:00 2015-06-06 04:30:00 1059485790 1059486030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1059260490_1059786090.npz'] +2015-06-06 04:30:00 2015-06-07 02:30:00 1059486030 1059487350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1059260490_1059786090.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1059260490_1059786090:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1059260490_1059786090.npz +2015-06-07 04:30:00 2015-06-07 05:30:00 1059487470 1059487530 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1059260490_1059786090.npz'] +2015-06-07 05:30:00 2015-06-08 02:30:00 1059487530 1059488790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1059260490_1059786090.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1059260490_1059786090:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1059260490_1059786090.npz +2015-06-08 03:30:00 2015-06-08 04:30:00 1059488850 1059488910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1059260490_1059786090.npz'] +2015-06-08 04:30:00 2015-09-11 00:30:00 1059488910 1059625470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1059260490_1059786090.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1059260490_1059786090:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1059260490_1059786090.npz +2015-09-11 02:30:00 2015-09-11 03:30:00 1059625590 1059625650 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1059260490_1059786090.npz'] +2015-09-11 03:30:00 2015-12-31 13:30:00 1059625650 1059786090 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1059260490_1059786090.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1059260490_1059786090:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1059260490_1059786090.npz +2015-12-31 13:30:00 2016-12-31 13:30:00 1059786090 1060313130 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1059786090_1060313130.npz'] +2016-12-31 13:30:00 2017-12-31 13:30:00 1060313130 1060838730 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1060313130_1060838730.npz'] +2019-12-31 13:30:00 2020-12-31 13:30:00 1061889930 1062416970 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/5_CL(IMC)_1061889930_1062416970.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.9374052166938782 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_60_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_60_CL(IMC).out new file mode 100644 index 00000000..ea764093 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_60_CL(IMC).out @@ -0,0 +1,11 @@ +60_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1998-02-10 03:00:00 1998-12-31 11:00:00 1050377940 1050844980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/60_CL(IMC)_1050377940_1050844980.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/60_CL(IMC)_1050377940_1050844980:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/60_CL(IMC)_1050377940_1050844980.npz +'StationConcatenate' object has no attribute 'existing_data' +1998-12-31 13:00:00 1999-08-30 23:00:00 1050845100 1051194180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/60_CL(IMC)_1050845100_1051194180.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/60_CL(IMC)_1050845100_1051194180:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/60_CL(IMC)_1050845100_1051194180.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.02281657059987386 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_61_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_61_CL(IMC).out new file mode 100644 index 00000000..dda5e75f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_61_CL(IMC).out @@ -0,0 +1,61 @@ +61_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1994-02-01 23:00:00 1994-12-31 12:00:00 1048262340 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1048262340_1048741200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1048262340_1048741200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1048262340_1048741200.npz +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1048741200_1049266800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1048741200_1049266800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1048741200_1049266800.npz +1995-12-31 12:00:00 1996-12-31 12:00:00 1049266800 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1049266800_1049793840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1049266800_1049793840:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1049266800_1049793840.npz +1996-12-31 12:00:00 1997-01-06 15:00:00 1049793840 1049802660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1049793840_1050319440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1049793840_1050319440:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1049793840_1050319440:dup1.npz +1997-01-06 17:00:00 1997-01-07 15:00:00 1049802780 1049804100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1049793840_1050319440:dup1.npz'] +1997-01-14 11:00:00 1997-01-26 15:00:00 1049813940 1049831460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1049793840_1050319440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1049793840_1050319440:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1049793840_1050319440:dup1.npz +1997-01-26 17:00:00 1997-01-27 03:00:00 1049831580 1049832180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1049793840_1050319440:dup1.npz'] +1997-01-27 03:00:00 1997-12-31 12:00:00 1049832180 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1049793840_1050319440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1049793840_1050319440:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1049793840_1050319440:dup1.npz +1997-12-31 13:00:00 1998-01-23 15:00:00 1050319500 1050352740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1050319500_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1050319500_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1050319500_1050845040:dup1.npz +1998-01-23 17:00:00 1998-01-23 18:00:00 1050352860 1050352920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1050319500_1050845040.npz'] +1998-01-23 18:00:00 1998-03-08 20:00:00 1050352920 1050416400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1050319500_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1050319500_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1050319500_1050845040:dup1.npz +1998-03-08 20:00:00 1998-03-08 21:00:00 1050416400 1050416460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1050319500_1050845040:dup1.npz'] +1998-03-08 21:00:00 1998-06-29 04:00:00 1050416460 1050578160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1050319500_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1050319500_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1050319500_1050845040:dup1.npz +1998-07-06 04:00:00 1998-07-06 05:00:00 1050588240 1050588300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1050319500_1050845040:dup1.npz'] +1998-07-06 05:00:00 1998-12-31 12:00:00 1050588300 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1050319500_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1050319500_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1050319500_1050845040:dup1.npz +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1050845040_1051370640.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1050845040_1051370640:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1050845040_1051370640.npz +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1051370640_1051897680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1051370640_1051897680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1051370640_1051897680.npz +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1051897680_1052423280.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1051897680_1052423280:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1051897680_1052423280.npz +2001-12-31 12:00:00 2002-12-02 12:00:00 1052423280 1052907120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1052423280_1052907120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1052423280_1052907120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1052423280_1052907120.npz +2003-01-29 16:00:00 2003-12-31 12:00:00 1052990880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1052990880_1053474480.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1052990880_1053474480:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1052990880_1053474480.npz +2003-12-31 13:00:00 2004-08-30 20:00:00 1053474540 1053824880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1053474540_1053824880.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1053474540_1053824880:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1053474540_1053824880.npz +2012-03-13 15:00:00 2012-05-28 01:00:00 1057787460 1057896060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1057787460_1057896060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1057787460_1057896060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/61_CL(IMC)_1057787460_1057896060.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.19066521326700847 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_62_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_62_CL(IMC).out new file mode 100644 index 00000000..433a2331 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_62_CL(IMC).out @@ -0,0 +1,87 @@ +62_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1993-12-31 13:00:00 1994-12-31 12:00:00 1048215660 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1048215660_1048741200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1048215660_1048741200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1048215660_1048741200.npz +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1048741200_1049266800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1048741200_1049266800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1048741200_1049266800.npz +1995-12-31 12:00:00 1996-12-31 12:00:00 1049266800 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1049266800_1049793840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1049266800_1049793840:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1049266800_1049793840.npz +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1049793840_1050319440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1049793840_1050319440:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1049793840_1050319440.npz +1997-12-31 12:00:00 1998-06-08 18:00:00 1050319440 1050548760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1050319440_1050845040.npz +1998-06-08 18:00:00 1998-06-08 19:00:00 1050548760 1050548820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1050319440_1050845040.npz'] +1998-06-08 19:00:00 1998-12-31 12:00:00 1050548820 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1050319440_1050845040.npz +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1050845040_1051370640.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1050845040_1051370640:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1050845040_1051370640.npz +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1051370640_1051897680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1051370640_1051897680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1051370640_1051897680.npz +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1051897680_1052423280.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1051897680_1052423280:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1051897680_1052423280.npz +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1052423280_1052948880.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1052423280_1052948880:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1052423280_1052948880.npz +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1052948880_1053474480.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1052948880_1053474480:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1052948880_1053474480.npz +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1053474540_1054001520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1053474540_1054001520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1053474540_1054001520.npz +2004-12-31 12:00:00 2005-06-16 12:00:00 1054001520 1054242000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1054001520_1054527120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1054001520_1054527120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1054001520_1054527120:dup1.npz +2005-06-16 12:00:00 2005-06-16 13:00:00 1054242000 1054242060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1054001520_1054527120:dup1.npz'] +2005-06-16 16:00:00 2005-12-31 12:00:00 1054242240 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1054001520_1054527120.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1054001520_1054527120:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1054001520_1054527120:dup1.npz +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1054527120_1055052720.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1054527120_1055052720:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1054527120_1055052720.npz +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1055052720_1055578320:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1055052720_1055578320.npz +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1055052720_1055578320:dup1.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1055578260_1056105300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1055578260_1056105300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1055578260_1056105300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1055578260_1056105300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1055578260_1056105300.npz +2008-12-31 12:00:00 2009-12-31 02:00:00 1056105360 1056630360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1056105360_1056630360.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1056105360_1056630360:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1056105360_1056630360.npz +2010-01-01 17:00:00 2010-12-31 12:00:00 1056632700 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1056632700_1057156560.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1056632700_1057156560:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1056632700_1057156560.npz +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1057156560_1057682160.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1057156560_1057682160:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1057156560_1057682160.npz +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1057682160_1058209200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1057682160_1058209200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1057682160_1058209200.npz +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1058209200_1058734800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1058209200_1058734800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1058209200_1058734800.npz +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1058734860_1059260400.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1058734860_1059260400:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1058734860_1059260400.npz +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1059260400_1059786000.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1059260400_1059786000:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1059260400_1059786000.npz +2015-12-31 12:00:00 2016-12-31 03:00:00 1059786000 1060312500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1059786000_1060312500.npz'] +2017-01-03 01:00:00 2017-12-31 12:00:00 1060316700 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1060316700_1060838640.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1061889900_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1061889900_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/62_CL(IMC)_1061889900_1062416940.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.526587963104248 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_63_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_63_CL(IMC).out new file mode 100644 index 00000000..32aab4f1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_63_CL(IMC).out @@ -0,0 +1,46 @@ +63_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1994-01-05 00:00:00 1994-12-31 12:00:00 1048222080 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1048222080_1048741200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1048222080_1048741200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1048222080_1048741200.npz +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-30 15:00:00 1048741200 1049265540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1048741200_1049265540.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1048741200_1049265540:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1048741200_1049265540.npz +1996-01-03 18:00:00 1996-12-31 12:00:00 1049271480 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1049271480_1049793840.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1049271480_1049793840:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1049271480_1049793840.npz +1996-12-31 12:00:00 1997-01-05 15:00:00 1049793840 1049801220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1049793840_1050319440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1049793840_1050319440:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1049793840_1050319440:dup1.npz +1997-01-05 17:00:00 1997-01-06 15:00:00 1049801340 1049802660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1049793840_1050319440:dup1.npz'] +1997-01-06 17:00:00 1997-04-09 15:00:00 1049802780 1049936580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1049793840_1050319440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1049793840_1050319440:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1049793840_1050319440:dup1.npz +1997-04-09 17:00:00 1997-04-16 04:00:00 1049936700 1049946000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1049793840_1050319440:dup1.npz'] +1997-04-17 21:00:00 1997-12-31 12:00:00 1049948460 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1049793840_1050319440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1049793840_1050319440:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1049793840_1050319440:dup1.npz +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1050319440_1050845040.npz +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1050845040_1051370640.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1050845040_1051370640:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1050845040_1051370640.npz +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1051370640_1051897680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1051370640_1051897680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1051370640_1051897680.npz +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1051897680_1052423280.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1051897680_1052423280:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1051897680_1052423280.npz +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1052423280_1052948880.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1052423280_1052948880:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1052423280_1052948880.npz +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1052948880_1053474480.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1052948880_1053474480:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1052948880_1053474480.npz +2003-12-31 13:00:00 2004-08-29 19:00:00 1053474540 1053823380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1053474540_1053823380.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1053474540_1053823380:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/63_CL(IMC)_1053474540_1053823380.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.12145435015360515 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_64_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_64_CL(IMC).out new file mode 100644 index 00000000..c0d16bd9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_64_CL(IMC).out @@ -0,0 +1,22 @@ +64_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2012-10-15 15:00:00 2012-12-31 12:00:00 1058098500 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/64_CL(IMC)_1058098500_1058209200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/64_CL(IMC)_1058098500_1058209200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/64_CL(IMC)_1058098500_1058209200.npz +'StationConcatenate' object has no attribute 'existing_data' +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/64_CL(IMC)_1058209200_1058734800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/64_CL(IMC)_1058209200_1058734800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/64_CL(IMC)_1058209200_1058734800.npz +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/64_CL(IMC)_1058734860_1059260400.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/64_CL(IMC)_1058734860_1059260400:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/64_CL(IMC)_1058734860_1059260400.npz +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/64_CL(IMC)_1059260400_1059786000.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/64_CL(IMC)_1059260400_1059786000:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/64_CL(IMC)_1059260400_1059786000.npz +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/64_CL(IMC)_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/64_CL(IMC)_1060313040_1060838640.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/64_CL(IMC)_1061889900_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/64_CL(IMC)_1061889900_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/64_CL(IMC)_1061889900_1062416940.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.04474679629007975 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_65_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_65_CL(IMC).out new file mode 100644 index 00000000..4e1bad73 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_65_CL(IMC).out @@ -0,0 +1,4 @@ +65_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.017298169930775962 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_68_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_68_CL(IMC).out new file mode 100644 index 00000000..7052d3dc --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_68_CL(IMC).out @@ -0,0 +1,8 @@ +68_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2009-12-31 14:00:00 2010-12-06 22:00:00 1056631080 1057121160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/68_CL(IMC)_1056631080_1057121160.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/68_CL(IMC)_1056631080_1057121160:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/68_CL(IMC)_1056631080_1057121160.npz +'StationConcatenate' object has no attribute 'existing_data' +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.012059080600738525 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_6_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_6_CL(IMC).out new file mode 100644 index 00000000..a9d89d0b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_6_CL(IMC).out @@ -0,0 +1,1497 @@ +6_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2017-05-04 13:30:00 2017-12-31 13:30:00 1060491690 1060838730 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1060491690_1060838730.npz'] +'StationConcatenate' object has no attribute 'existing_data' +2019-12-31 13:30:00 2019-12-31 15:30:00 1061889930 1061890050 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2019-12-31 15:30:00 2019-12-31 16:30:00 1061890050 1061890110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2019-12-31 16:30:00 2020-01-01 15:30:00 1061890110 1061891490 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-01-01 15:30:00 2020-01-01 16:30:00 1061891490 1061891550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-01-01 16:30:00 2020-01-02 15:30:00 1061891550 1061892930 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-01-02 15:30:00 2020-01-02 16:30:00 1061892930 1061892990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-01-02 16:30:00 2020-01-03 15:30:00 1061892990 1061894370 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-01-03 15:30:00 2020-01-03 16:30:00 1061894370 1061894430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-01-03 16:30:00 2020-01-04 15:30:00 1061894430 1061895810 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-01-04 15:30:00 2020-01-04 16:30:00 1061895810 1061895870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-01-04 16:30:00 2020-01-05 15:30:00 1061895870 1061897250 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-01-05 15:30:00 2020-01-05 16:30:00 1061897250 1061897310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-01-05 16:30:00 2020-01-06 15:30:00 1061897310 1061898690 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-01-06 15:30:00 2020-01-06 16:30:00 1061898690 1061898750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-01-06 16:30:00 2020-01-07 15:30:00 1061898750 1061900130 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-01-07 15:30:00 2020-01-07 16:30:00 1061900130 1061900190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-01-07 16:30:00 2020-01-08 15:30:00 1061900190 1061901570 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-01-08 15:30:00 2020-01-08 16:30:00 1061901570 1061901630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-01-08 16:30:00 2020-01-09 15:30:00 1061901630 1061903010 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-01-09 15:30:00 2020-01-09 16:30:00 1061903010 1061903070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-01-09 16:30:00 2020-01-10 15:30:00 1061903070 1061904450 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-01-10 15:30:00 2020-01-10 16:30:00 1061904450 1061904510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-01-10 16:30:00 2020-01-11 15:30:00 1061904510 1061905890 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-01-11 15:30:00 2020-01-11 16:30:00 1061905890 1061905950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-01-11 16:30:00 2020-01-12 15:30:00 1061905950 1061907330 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-01-12 15:30:00 2020-01-12 16:30:00 1061907330 1061907390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-01-12 16:30:00 2020-01-13 03:30:00 1061907390 1061908050 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-01-13 03:30:00 2020-01-13 04:30:00 1061908050 1061908110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-01-13 05:30:00 2020-01-13 15:30:00 1061908170 1061908770 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-01-13 15:30:00 2020-01-13 16:30:00 1061908770 1061908830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-01-13 16:30:00 2020-01-14 15:30:00 1061908830 1061910210 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-01-14 15:30:00 2020-01-14 16:30:00 1061910210 1061910270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-01-14 16:30:00 2020-01-15 02:30:00 1061910270 1061910870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-01-15 02:30:00 2020-01-15 03:30:00 1061910870 1061910930 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-01-15 03:30:00 2020-01-15 15:30:00 1061910930 1061911650 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-01-15 15:30:00 2020-01-15 16:30:00 1061911650 1061911710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-01-15 16:30:00 2020-01-16 15:30:00 1061911710 1061913090 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-01-16 15:30:00 2020-01-16 16:30:00 1061913090 1061913150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-01-16 16:30:00 2020-01-17 15:30:00 1061913150 1061914530 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-01-17 15:30:00 2020-01-17 16:30:00 1061914530 1061914590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-01-17 16:30:00 2020-01-18 15:30:00 1061914590 1061915970 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-01-18 15:30:00 2020-01-18 16:30:00 1061915970 1061916030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-01-18 16:30:00 2020-01-19 15:30:00 1061916030 1061917410 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-01-19 15:30:00 2020-01-19 16:30:00 1061917410 1061917470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-01-19 16:30:00 2020-01-20 15:30:00 1061917470 1061918850 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-01-20 15:30:00 2020-01-20 16:30:00 1061918850 1061918910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-01-20 16:30:00 2020-01-21 15:30:00 1061918910 1061920290 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-01-21 15:30:00 2020-01-21 16:30:00 1061920290 1061920350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-01-21 16:30:00 2020-01-22 15:30:00 1061920350 1061921730 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-01-22 15:30:00 2020-01-22 16:30:00 1061921730 1061921790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-01-22 16:30:00 2020-01-23 15:30:00 1061921790 1061923170 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-01-23 15:30:00 2020-01-23 16:30:00 1061923170 1061923230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-01-23 16:30:00 2020-01-24 15:30:00 1061923230 1061924610 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-01-24 15:30:00 2020-01-24 16:30:00 1061924610 1061924670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-01-24 16:30:00 2020-01-25 15:30:00 1061924670 1061926050 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-01-25 15:30:00 2020-01-25 16:30:00 1061926050 1061926110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-01-25 16:30:00 2020-01-26 15:30:00 1061926110 1061927490 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-01-26 15:30:00 2020-01-26 16:30:00 1061927490 1061927550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-01-26 16:30:00 2020-01-27 15:30:00 1061927550 1061928930 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-01-27 15:30:00 2020-01-27 16:30:00 1061928930 1061928990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-01-27 16:30:00 2020-01-28 15:30:00 1061928990 1061930370 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-01-28 15:30:00 2020-01-28 16:30:00 1061930370 1061930430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-01-28 16:30:00 2020-01-29 15:30:00 1061930430 1061931810 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-01-29 15:30:00 2020-01-29 16:30:00 1061931810 1061931870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-01-29 16:30:00 2020-01-30 15:30:00 1061931870 1061933250 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-01-30 15:30:00 2020-01-30 16:30:00 1061933250 1061933310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-01-30 16:30:00 2020-01-31 15:30:00 1061933310 1061934690 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-01-31 15:30:00 2020-01-31 16:30:00 1061934690 1061934750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-01-31 16:30:00 2020-02-01 15:30:00 1061934750 1061936130 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-02-01 15:30:00 2020-02-01 16:30:00 1061936130 1061936190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-02-01 16:30:00 2020-02-02 15:30:00 1061936190 1061937570 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-02-02 15:30:00 2020-02-02 16:30:00 1061937570 1061937630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-02-02 16:30:00 2020-02-03 15:30:00 1061937630 1061939010 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-02-03 15:30:00 2020-02-03 16:30:00 1061939010 1061939070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-02-03 16:30:00 2020-02-04 15:30:00 1061939070 1061940450 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-02-04 15:30:00 2020-02-04 16:30:00 1061940450 1061940510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-02-04 16:30:00 2020-02-05 15:30:00 1061940510 1061941890 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-02-05 15:30:00 2020-02-05 16:30:00 1061941890 1061941950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-02-05 16:30:00 2020-02-06 15:30:00 1061941950 1061943330 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-02-06 15:30:00 2020-02-06 16:30:00 1061943330 1061943390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-02-06 16:30:00 2020-02-07 15:30:00 1061943390 1061944770 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-02-07 15:30:00 2020-02-07 16:30:00 1061944770 1061944830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-02-07 16:30:00 2020-02-08 15:30:00 1061944830 1061946210 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-02-08 15:30:00 2020-02-08 16:30:00 1061946210 1061946270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-02-08 16:30:00 2020-02-09 15:30:00 1061946270 1061947650 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-02-09 15:30:00 2020-02-09 16:30:00 1061947650 1061947710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-02-09 16:30:00 2020-02-10 15:30:00 1061947710 1061949090 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-02-10 15:30:00 2020-02-10 16:30:00 1061949090 1061949150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-02-10 16:30:00 2020-02-11 15:30:00 1061949150 1061950530 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-02-11 15:30:00 2020-02-11 16:30:00 1061950530 1061950590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-02-11 16:30:00 2020-02-12 15:30:00 1061950590 1061951970 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-02-12 15:30:00 2020-02-12 16:30:00 1061951970 1061952030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-02-12 16:30:00 2020-02-13 15:30:00 1061952030 1061953410 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-02-13 15:30:00 2020-02-13 16:30:00 1061953410 1061953470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-02-13 16:30:00 2020-02-14 15:30:00 1061953470 1061954850 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-02-14 15:30:00 2020-02-14 16:30:00 1061954850 1061954910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-02-14 16:30:00 2020-02-15 15:30:00 1061954910 1061956290 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-02-15 15:30:00 2020-02-15 16:30:00 1061956290 1061956350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-02-15 16:30:00 2020-02-16 15:30:00 1061956350 1061957730 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-02-16 15:30:00 2020-02-16 16:30:00 1061957730 1061957790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-02-16 16:30:00 2020-02-17 15:30:00 1061957790 1061959170 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-02-17 15:30:00 2020-02-17 16:30:00 1061959170 1061959230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-02-17 16:30:00 2020-02-18 15:30:00 1061959230 1061960610 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-02-18 15:30:00 2020-02-18 16:30:00 1061960610 1061960670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-02-18 16:30:00 2020-02-19 15:30:00 1061960670 1061962050 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-02-19 15:30:00 2020-02-19 16:30:00 1061962050 1061962110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-02-19 16:30:00 2020-02-20 15:30:00 1061962110 1061963490 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-02-20 15:30:00 2020-02-20 16:30:00 1061963490 1061963550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-02-20 16:30:00 2020-02-21 15:30:00 1061963550 1061964930 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-02-21 15:30:00 2020-02-21 16:30:00 1061964930 1061964990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-02-21 16:30:00 2020-02-22 15:30:00 1061964990 1061966370 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-02-22 15:30:00 2020-02-22 16:30:00 1061966370 1061966430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-02-22 16:30:00 2020-02-23 15:30:00 1061966430 1061967810 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-02-23 15:30:00 2020-02-23 16:30:00 1061967810 1061967870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-02-23 16:30:00 2020-02-24 15:30:00 1061967870 1061969250 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-02-24 15:30:00 2020-02-24 16:30:00 1061969250 1061969310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-02-24 16:30:00 2020-02-25 15:30:00 1061969310 1061970690 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-02-25 15:30:00 2020-02-25 16:30:00 1061970690 1061970750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-02-25 16:30:00 2020-02-26 15:30:00 1061970750 1061972130 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-02-26 15:30:00 2020-02-26 16:30:00 1061972130 1061972190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-02-26 16:30:00 2020-02-27 15:30:00 1061972190 1061973570 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-02-27 15:30:00 2020-02-27 16:30:00 1061973570 1061973630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-02-27 16:30:00 2020-02-28 15:30:00 1061973630 1061975010 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-02-28 15:30:00 2020-02-28 16:30:00 1061975010 1061975070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-02-28 16:30:00 2020-02-29 15:30:00 1061975070 1061976450 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-02-29 15:30:00 2020-02-29 16:30:00 1061976450 1061976510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-02-29 16:30:00 2020-03-01 15:30:00 1061976510 1061977890 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-03-01 15:30:00 2020-03-01 16:30:00 1061977890 1061977950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-03-01 16:30:00 2020-03-02 15:30:00 1061977950 1061979330 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-03-02 15:30:00 2020-03-02 16:30:00 1061979330 1061979390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-03-02 16:30:00 2020-03-03 15:30:00 1061979390 1061980770 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-03-03 15:30:00 2020-03-03 16:30:00 1061980770 1061980830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-03-03 16:30:00 2020-03-04 15:30:00 1061980830 1061982210 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-03-04 15:30:00 2020-03-04 16:30:00 1061982210 1061982270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-03-04 16:30:00 2020-03-05 15:30:00 1061982270 1061983650 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-03-05 15:30:00 2020-03-05 16:30:00 1061983650 1061983710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-03-05 16:30:00 2020-03-06 12:30:00 1061983710 1061984910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-03-06 12:30:00 2020-03-06 13:30:00 1061984910 1061984970 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-03-12 00:30:00 2020-03-12 15:30:00 1061992830 1061993730 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-03-12 15:30:00 2020-03-12 16:30:00 1061993730 1061993790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-03-12 16:30:00 2020-03-13 15:30:00 1061993790 1061995170 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-03-13 15:30:00 2020-03-13 16:30:00 1061995170 1061995230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-03-13 16:30:00 2020-03-14 15:30:00 1061995230 1061996610 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-03-14 15:30:00 2020-03-14 16:30:00 1061996610 1061996670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-03-14 16:30:00 2020-03-15 15:30:00 1061996670 1061998050 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-03-15 15:30:00 2020-03-15 16:30:00 1061998050 1061998110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-03-15 16:30:00 2020-03-15 22:30:00 1061998110 1061998470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-03-15 22:30:00 2020-03-15 23:30:00 1061998470 1061998530 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-03-15 23:30:00 2020-03-16 15:30:00 1061998530 1061999490 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-03-16 15:30:00 2020-03-16 16:30:00 1061999490 1061999550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-03-16 16:30:00 2020-03-17 15:30:00 1061999550 1062000930 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-03-17 15:30:00 2020-03-17 16:30:00 1062000930 1062000990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-03-17 16:30:00 2020-03-18 15:30:00 1062000990 1062002370 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-03-18 15:30:00 2020-03-18 16:30:00 1062002370 1062002430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-03-18 16:30:00 2020-03-19 15:30:00 1062002430 1062003810 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-03-19 15:30:00 2020-03-19 16:30:00 1062003810 1062003870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-03-19 16:30:00 2020-03-20 15:30:00 1062003870 1062005250 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-03-20 15:30:00 2020-03-20 16:30:00 1062005250 1062005310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-03-20 16:30:00 2020-03-21 15:30:00 1062005310 1062006690 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-03-21 15:30:00 2020-03-21 16:30:00 1062006690 1062006750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-03-21 16:30:00 2020-03-22 15:30:00 1062006750 1062008130 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-03-22 15:30:00 2020-03-22 16:30:00 1062008130 1062008190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-03-22 16:30:00 2020-03-23 15:30:00 1062008190 1062009570 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-03-23 15:30:00 2020-03-23 16:30:00 1062009570 1062009630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-03-23 16:30:00 2020-03-24 15:30:00 1062009630 1062011010 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-03-24 15:30:00 2020-03-24 16:30:00 1062011010 1062011070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-03-24 16:30:00 2020-03-25 15:30:00 1062011070 1062012450 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-03-25 15:30:00 2020-03-25 16:30:00 1062012450 1062012510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-03-25 16:30:00 2020-03-26 15:30:00 1062012510 1062013890 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-03-26 15:30:00 2020-03-26 16:30:00 1062013890 1062013950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-03-26 16:30:00 2020-03-27 15:30:00 1062013950 1062015330 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-03-27 15:30:00 2020-03-27 16:30:00 1062015330 1062015390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-03-27 16:30:00 2020-03-28 15:30:00 1062015390 1062016770 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-03-28 15:30:00 2020-03-28 16:30:00 1062016770 1062016830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-03-28 16:30:00 2020-03-29 15:30:00 1062016830 1062018210 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-03-29 15:30:00 2020-03-29 16:30:00 1062018210 1062018270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-03-29 16:30:00 2020-03-30 15:30:00 1062018270 1062019650 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-03-30 15:30:00 2020-03-30 16:30:00 1062019650 1062019710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-03-30 16:30:00 2020-03-31 15:30:00 1062019710 1062021090 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-03-31 15:30:00 2020-03-31 16:30:00 1062021090 1062021150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-03-31 16:30:00 2020-04-01 15:30:00 1062021150 1062022530 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-04-01 15:30:00 2020-04-01 16:30:00 1062022530 1062022590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-04-01 16:30:00 2020-04-02 15:30:00 1062022590 1062023970 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-04-02 15:30:00 2020-04-02 16:30:00 1062023970 1062024030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-04-02 16:30:00 2020-04-03 15:30:00 1062024030 1062025410 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-04-03 15:30:00 2020-04-03 16:30:00 1062025410 1062025470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-04-03 16:30:00 2020-04-04 15:30:00 1062025470 1062026850 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-04-04 15:30:00 2020-04-04 16:30:00 1062026850 1062026910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-04-04 16:30:00 2020-04-05 15:30:00 1062026910 1062028290 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-04-05 15:30:00 2020-04-05 16:30:00 1062028290 1062028350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-04-05 16:30:00 2020-04-06 15:30:00 1062028350 1062029730 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-04-06 15:30:00 2020-04-06 16:30:00 1062029730 1062029790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-04-06 16:30:00 2020-04-07 15:30:00 1062029790 1062031170 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-04-07 15:30:00 2020-04-07 16:30:00 1062031170 1062031230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-04-07 16:30:00 2020-04-08 15:30:00 1062031230 1062032610 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-04-08 15:30:00 2020-04-08 16:30:00 1062032610 1062032670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-04-08 16:30:00 2020-04-09 15:30:00 1062032670 1062034050 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-04-09 15:30:00 2020-04-09 16:30:00 1062034050 1062034110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-04-09 16:30:00 2020-04-10 15:30:00 1062034110 1062035490 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-04-10 15:30:00 2020-04-10 16:30:00 1062035490 1062035550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-04-10 16:30:00 2020-04-11 15:30:00 1062035550 1062036930 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-04-11 15:30:00 2020-04-11 16:30:00 1062036930 1062036990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-04-11 16:30:00 2020-04-12 15:30:00 1062036990 1062038370 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-04-12 15:30:00 2020-04-12 16:30:00 1062038370 1062038430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-04-12 16:30:00 2020-04-13 15:30:00 1062038430 1062039810 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-04-13 15:30:00 2020-04-13 16:30:00 1062039810 1062039870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-04-13 16:30:00 2020-04-14 15:30:00 1062039870 1062041250 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-04-14 15:30:00 2020-04-14 16:30:00 1062041250 1062041310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-04-14 16:30:00 2020-04-15 15:30:00 1062041310 1062042690 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-04-15 15:30:00 2020-04-15 16:30:00 1062042690 1062042750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-04-15 16:30:00 2020-04-16 15:30:00 1062042750 1062044130 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-04-16 15:30:00 2020-04-16 16:30:00 1062044130 1062044190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-04-16 16:30:00 2020-04-16 22:30:00 1062044190 1062044550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-04-16 22:30:00 2020-04-16 23:30:00 1062044550 1062044610 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-04-17 00:30:00 2020-04-17 15:30:00 1062044670 1062045570 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-04-17 15:30:00 2020-04-17 16:30:00 1062045570 1062045630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-04-17 16:30:00 2020-04-18 15:30:00 1062045630 1062047010 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-04-18 15:30:00 2020-04-18 16:30:00 1062047010 1062047070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-04-18 16:30:00 2020-04-19 15:30:00 1062047070 1062048450 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-04-19 15:30:00 2020-04-19 16:30:00 1062048450 1062048510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-04-19 16:30:00 2020-04-20 15:30:00 1062048510 1062049890 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-04-20 15:30:00 2020-04-20 16:30:00 1062049890 1062049950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-04-20 16:30:00 2020-04-21 15:30:00 1062049950 1062051330 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-04-21 15:30:00 2020-04-21 16:30:00 1062051330 1062051390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-04-21 16:30:00 2020-04-22 15:30:00 1062051390 1062052770 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-04-22 15:30:00 2020-04-22 16:30:00 1062052770 1062052830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-04-22 16:30:00 2020-04-23 15:30:00 1062052830 1062054210 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-04-23 15:30:00 2020-04-23 16:30:00 1062054210 1062054270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-04-23 16:30:00 2020-04-24 15:30:00 1062054270 1062055650 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-04-24 15:30:00 2020-04-24 16:30:00 1062055650 1062055710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-04-24 16:30:00 2020-04-25 15:30:00 1062055710 1062057090 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-04-25 15:30:00 2020-04-25 16:30:00 1062057090 1062057150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-04-25 16:30:00 2020-04-26 15:30:00 1062057150 1062058530 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-04-26 15:30:00 2020-04-26 16:30:00 1062058530 1062058590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-04-26 16:30:00 2020-04-27 15:30:00 1062058590 1062059970 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-04-27 15:30:00 2020-04-27 16:30:00 1062059970 1062060030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-04-27 16:30:00 2020-04-28 15:30:00 1062060030 1062061410 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-04-28 15:30:00 2020-04-28 16:30:00 1062061410 1062061470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-04-28 16:30:00 2020-04-29 15:30:00 1062061470 1062062850 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-04-29 15:30:00 2020-04-29 16:30:00 1062062850 1062062910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-04-29 16:30:00 2020-04-30 15:30:00 1062062910 1062064290 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-04-30 15:30:00 2020-04-30 16:30:00 1062064290 1062064350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-04-30 16:30:00 2020-05-01 15:30:00 1062064350 1062065730 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-05-01 15:30:00 2020-05-01 16:30:00 1062065730 1062065790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-05-01 16:30:00 2020-05-02 15:30:00 1062065790 1062067170 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-05-02 15:30:00 2020-05-02 16:30:00 1062067170 1062067230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-05-02 16:30:00 2020-05-03 15:30:00 1062067230 1062068610 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-05-03 15:30:00 2020-05-03 16:30:00 1062068610 1062068670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-05-03 16:30:00 2020-05-04 15:30:00 1062068670 1062070050 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-05-04 15:30:00 2020-05-04 16:30:00 1062070050 1062070110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-05-04 16:30:00 2020-05-05 15:30:00 1062070110 1062071490 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-05-05 15:30:00 2020-05-05 16:30:00 1062071490 1062071550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-05-05 16:30:00 2020-05-06 15:30:00 1062071550 1062072930 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-05-06 15:30:00 2020-05-06 16:30:00 1062072930 1062072990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-05-06 16:30:00 2020-05-07 15:30:00 1062072990 1062074370 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-05-07 15:30:00 2020-05-07 16:30:00 1062074370 1062074430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-05-07 16:30:00 2020-05-08 15:30:00 1062074430 1062075810 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-05-08 15:30:00 2020-05-08 16:30:00 1062075810 1062075870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-05-08 16:30:00 2020-05-09 15:30:00 1062075870 1062077250 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-05-09 15:30:00 2020-05-09 16:30:00 1062077250 1062077310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-05-09 16:30:00 2020-05-10 15:30:00 1062077310 1062078690 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-05-10 15:30:00 2020-05-10 16:30:00 1062078690 1062078750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-05-10 16:30:00 2020-05-11 15:30:00 1062078750 1062080130 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-05-11 15:30:00 2020-05-11 16:30:00 1062080130 1062080190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-05-11 16:30:00 2020-05-12 15:30:00 1062080190 1062081570 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-05-12 15:30:00 2020-05-12 16:30:00 1062081570 1062081630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-05-12 16:30:00 2020-05-13 01:30:00 1062081630 1062082170 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-05-13 01:30:00 2020-05-13 02:30:00 1062082170 1062082230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-05-13 03:30:00 2020-05-13 15:30:00 1062082290 1062083010 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-05-13 15:30:00 2020-05-13 16:30:00 1062083010 1062083070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-05-13 16:30:00 2020-05-14 15:30:00 1062083070 1062084450 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-05-14 15:30:00 2020-05-14 16:30:00 1062084450 1062084510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-05-14 16:30:00 2020-05-15 15:30:00 1062084510 1062085890 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-05-15 15:30:00 2020-05-15 16:30:00 1062085890 1062085950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-05-15 16:30:00 2020-05-16 15:30:00 1062085950 1062087330 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-05-16 15:30:00 2020-05-16 16:30:00 1062087330 1062087390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-05-16 16:30:00 2020-05-17 15:30:00 1062087390 1062088770 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-05-17 15:30:00 2020-05-17 16:30:00 1062088770 1062088830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-05-17 16:30:00 2020-05-18 15:30:00 1062088830 1062090210 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-05-18 15:30:00 2020-05-18 16:30:00 1062090210 1062090270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-05-18 16:30:00 2020-05-19 15:30:00 1062090270 1062091650 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-05-19 15:30:00 2020-05-19 16:30:00 1062091650 1062091710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-05-19 16:30:00 2020-05-20 15:30:00 1062091710 1062093090 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-05-20 15:30:00 2020-05-20 16:30:00 1062093090 1062093150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-05-20 16:30:00 2020-05-21 15:30:00 1062093150 1062094530 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-05-21 15:30:00 2020-05-21 16:30:00 1062094530 1062094590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-05-21 16:30:00 2020-05-22 15:30:00 1062094590 1062095970 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-05-22 15:30:00 2020-05-22 16:30:00 1062095970 1062096030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-05-22 16:30:00 2020-05-23 15:30:00 1062096030 1062097410 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-05-23 15:30:00 2020-05-23 16:30:00 1062097410 1062097470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-05-23 16:30:00 2020-05-24 15:30:00 1062097470 1062098850 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-05-24 15:30:00 2020-05-24 16:30:00 1062098850 1062098910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-05-24 16:30:00 2020-05-25 06:30:00 1062098910 1062099750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-05-25 06:30:00 2020-05-25 07:30:00 1062099750 1062099810 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-05-25 07:30:00 2020-05-25 15:30:00 1062099810 1062100290 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-05-25 15:30:00 2020-05-25 16:30:00 1062100290 1062100350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-05-25 16:30:00 2020-05-26 15:30:00 1062100350 1062101730 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-05-26 15:30:00 2020-05-26 16:30:00 1062101730 1062101790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-05-26 16:30:00 2020-05-27 15:30:00 1062101790 1062103170 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-05-27 15:30:00 2020-05-27 16:30:00 1062103170 1062103230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-05-27 16:30:00 2020-05-28 15:30:00 1062103230 1062104610 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-05-28 15:30:00 2020-05-28 16:30:00 1062104610 1062104670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-05-28 16:30:00 2020-05-29 15:30:00 1062104670 1062106050 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-05-29 15:30:00 2020-05-29 16:30:00 1062106050 1062106110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-05-29 16:30:00 2020-05-30 15:30:00 1062106110 1062107490 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-05-30 15:30:00 2020-05-30 16:30:00 1062107490 1062107550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-05-30 16:30:00 2020-05-31 15:30:00 1062107550 1062108930 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-05-31 15:30:00 2020-05-31 16:30:00 1062108930 1062108990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-05-31 16:30:00 2020-06-01 01:30:00 1062108990 1062109530 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-06-01 01:30:00 2020-06-01 02:30:00 1062109530 1062109590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-06-01 03:30:00 2020-06-01 15:30:00 1062109650 1062110370 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-06-01 15:30:00 2020-06-01 16:30:00 1062110370 1062110430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-06-01 16:30:00 2020-06-02 15:30:00 1062110430 1062111810 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-06-02 15:30:00 2020-06-02 16:30:00 1062111810 1062111870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-06-02 16:30:00 2020-06-03 15:30:00 1062111870 1062113250 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-06-03 15:30:00 2020-06-03 16:30:00 1062113250 1062113310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-06-03 16:30:00 2020-06-04 15:30:00 1062113310 1062114690 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-06-04 15:30:00 2020-06-04 16:30:00 1062114690 1062114750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-06-04 16:30:00 2020-06-05 15:30:00 1062114750 1062116130 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-06-05 15:30:00 2020-06-05 16:30:00 1062116130 1062116190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-06-05 16:30:00 2020-06-06 15:30:00 1062116190 1062117570 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-06-06 15:30:00 2020-06-06 16:30:00 1062117570 1062117630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-06-06 16:30:00 2020-06-07 15:30:00 1062117630 1062119010 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-06-07 15:30:00 2020-06-07 16:30:00 1062119010 1062119070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-06-07 16:30:00 2020-06-08 15:30:00 1062119070 1062120450 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-06-08 15:30:00 2020-06-08 16:30:00 1062120450 1062120510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-06-08 16:30:00 2020-06-09 15:30:00 1062120510 1062121890 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-06-09 15:30:00 2020-06-09 16:30:00 1062121890 1062121950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-06-09 16:30:00 2020-06-10 15:30:00 1062121950 1062123330 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-06-10 15:30:00 2020-06-10 16:30:00 1062123330 1062123390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-06-10 16:30:00 2020-06-11 15:30:00 1062123390 1062124770 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-06-11 15:30:00 2020-06-11 16:30:00 1062124770 1062124830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-06-11 16:30:00 2020-06-12 15:30:00 1062124830 1062126210 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-06-12 15:30:00 2020-06-12 16:30:00 1062126210 1062126270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-06-12 16:30:00 2020-06-13 15:30:00 1062126270 1062127650 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-06-13 15:30:00 2020-06-13 16:30:00 1062127650 1062127710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-06-13 16:30:00 2020-06-14 15:30:00 1062127710 1062129090 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-06-14 15:30:00 2020-06-14 16:30:00 1062129090 1062129150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-06-14 16:30:00 2020-06-15 15:30:00 1062129150 1062130530 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-06-15 15:30:00 2020-06-15 16:30:00 1062130530 1062130590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-06-15 16:30:00 2020-06-16 15:30:00 1062130590 1062131970 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-06-16 15:30:00 2020-06-16 16:30:00 1062131970 1062132030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-06-16 16:30:00 2020-06-17 15:30:00 1062132030 1062133410 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-06-17 15:30:00 2020-06-17 16:30:00 1062133410 1062133470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-06-17 16:30:00 2020-06-18 15:30:00 1062133470 1062134850 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-06-18 15:30:00 2020-06-18 16:30:00 1062134850 1062134910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-06-18 16:30:00 2020-06-19 15:30:00 1062134910 1062136290 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-06-19 15:30:00 2020-06-19 16:30:00 1062136290 1062136350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-06-19 16:30:00 2020-06-20 15:30:00 1062136350 1062137730 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-06-20 15:30:00 2020-06-20 16:30:00 1062137730 1062137790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-06-20 16:30:00 2020-06-21 15:30:00 1062137790 1062139170 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-06-21 15:30:00 2020-06-21 16:30:00 1062139170 1062139230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-06-21 16:30:00 2020-06-22 15:30:00 1062139230 1062140610 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-06-22 15:30:00 2020-06-22 16:30:00 1062140610 1062140670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-06-22 16:30:00 2020-06-23 15:30:00 1062140670 1062142050 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-06-23 15:30:00 2020-06-23 16:30:00 1062142050 1062142110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-06-23 16:30:00 2020-06-24 15:30:00 1062142110 1062143490 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-06-24 15:30:00 2020-06-24 16:30:00 1062143490 1062143550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-06-24 16:30:00 2020-06-25 15:30:00 1062143550 1062144930 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-06-25 15:30:00 2020-06-25 16:30:00 1062144930 1062144990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-06-25 16:30:00 2020-06-26 15:30:00 1062144990 1062146370 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-06-26 15:30:00 2020-06-26 16:30:00 1062146370 1062146430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-06-26 16:30:00 2020-06-27 15:30:00 1062146430 1062147810 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-06-27 15:30:00 2020-06-27 16:30:00 1062147810 1062147870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-06-27 16:30:00 2020-06-28 15:30:00 1062147870 1062149250 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-06-28 15:30:00 2020-06-28 16:30:00 1062149250 1062149310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-06-28 16:30:00 2020-06-29 15:30:00 1062149310 1062150690 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-06-29 15:30:00 2020-06-29 16:30:00 1062150690 1062150750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-06-29 16:30:00 2020-06-30 15:30:00 1062150750 1062152130 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-06-30 15:30:00 2020-06-30 16:30:00 1062152130 1062152190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-06-30 16:30:00 2020-07-01 15:30:00 1062152190 1062153570 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-07-01 15:30:00 2020-07-01 16:30:00 1062153570 1062153630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-07-01 16:30:00 2020-07-02 15:30:00 1062153630 1062155010 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-07-02 15:30:00 2020-07-02 16:30:00 1062155010 1062155070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-07-02 16:30:00 2020-07-03 15:30:00 1062155070 1062156450 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-07-03 15:30:00 2020-07-03 16:30:00 1062156450 1062156510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-07-03 16:30:00 2020-07-04 15:30:00 1062156510 1062157890 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-07-04 15:30:00 2020-07-04 16:30:00 1062157890 1062157950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-07-04 16:30:00 2020-07-05 06:30:00 1062157950 1062158790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-07-05 06:30:00 2020-07-05 07:30:00 1062158790 1062158850 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-07-05 08:30:00 2020-07-05 15:30:00 1062158910 1062159330 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-07-05 15:30:00 2020-07-05 16:30:00 1062159330 1062159390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-07-05 16:30:00 2020-07-06 15:30:00 1062159390 1062160770 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-07-06 15:30:00 2020-07-06 16:30:00 1062160770 1062160830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-07-06 16:30:00 2020-07-07 15:30:00 1062160830 1062162210 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-07-07 15:30:00 2020-07-07 16:30:00 1062162210 1062162270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-07-07 16:30:00 2020-07-08 15:30:00 1062162270 1062163650 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-07-08 15:30:00 2020-07-08 16:30:00 1062163650 1062163710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-07-08 16:30:00 2020-07-09 15:30:00 1062163710 1062165090 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-07-09 15:30:00 2020-07-09 16:30:00 1062165090 1062165150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-07-09 16:30:00 2020-07-10 15:30:00 1062165150 1062166530 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-07-10 15:30:00 2020-07-10 16:30:00 1062166530 1062166590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-07-10 16:30:00 2020-07-11 15:30:00 1062166590 1062167970 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-07-11 15:30:00 2020-07-11 16:30:00 1062167970 1062168030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-07-11 16:30:00 2020-07-12 15:30:00 1062168030 1062169410 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-07-12 15:30:00 2020-07-12 16:30:00 1062169410 1062169470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-07-12 16:30:00 2020-07-13 15:30:00 1062169470 1062170850 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-07-13 15:30:00 2020-07-13 16:30:00 1062170850 1062170910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-07-13 16:30:00 2020-07-14 15:30:00 1062170910 1062172290 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-07-14 15:30:00 2020-07-14 16:30:00 1062172290 1062172350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-07-14 16:30:00 2020-07-15 15:30:00 1062172350 1062173730 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-07-15 15:30:00 2020-07-15 16:30:00 1062173730 1062173790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-07-15 16:30:00 2020-07-16 15:30:00 1062173790 1062175170 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-07-16 15:30:00 2020-07-16 16:30:00 1062175170 1062175230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-07-16 16:30:00 2020-07-17 15:30:00 1062175230 1062176610 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-07-17 15:30:00 2020-07-17 16:30:00 1062176610 1062176670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-07-17 16:30:00 2020-07-18 15:30:00 1062176670 1062178050 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-07-18 15:30:00 2020-07-18 16:30:00 1062178050 1062178110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-07-18 16:30:00 2020-07-19 15:30:00 1062178110 1062179490 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-07-19 15:30:00 2020-07-19 16:30:00 1062179490 1062179550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-07-19 16:30:00 2020-07-20 15:30:00 1062179550 1062180930 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-07-20 15:30:00 2020-07-20 16:30:00 1062180930 1062180990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-07-20 16:30:00 2020-07-21 15:30:00 1062180990 1062182370 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-07-21 15:30:00 2020-07-21 16:30:00 1062182370 1062182430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-07-21 16:30:00 2020-07-22 15:30:00 1062182430 1062183810 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-07-22 15:30:00 2020-07-22 16:30:00 1062183810 1062183870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-07-22 16:30:00 2020-07-23 15:30:00 1062183870 1062185250 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-07-23 15:30:00 2020-07-23 16:30:00 1062185250 1062185310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-07-23 16:30:00 2020-07-24 15:30:00 1062185310 1062186690 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-07-24 15:30:00 2020-07-24 16:30:00 1062186690 1062186750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-07-24 16:30:00 2020-07-25 15:30:00 1062186750 1062188130 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-07-25 15:30:00 2020-07-25 16:30:00 1062188130 1062188190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-07-25 16:30:00 2020-07-26 15:30:00 1062188190 1062189570 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-07-26 15:30:00 2020-07-26 16:30:00 1062189570 1062189630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-07-26 16:30:00 2020-07-27 15:30:00 1062189630 1062191010 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-07-27 15:30:00 2020-07-27 16:30:00 1062191010 1062191070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-07-27 16:30:00 2020-07-28 15:30:00 1062191070 1062192450 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-07-28 15:30:00 2020-07-28 16:30:00 1062192450 1062192510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-07-28 16:30:00 2020-07-29 15:30:00 1062192510 1062193890 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-07-29 15:30:00 2020-07-29 16:30:00 1062193890 1062193950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-07-29 16:30:00 2020-07-30 15:30:00 1062193950 1062195330 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-07-30 15:30:00 2020-07-30 16:30:00 1062195330 1062195390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-07-30 16:30:00 2020-07-31 15:30:00 1062195390 1062196770 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-07-31 15:30:00 2020-07-31 16:30:00 1062196770 1062196830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-07-31 16:30:00 2020-08-01 15:30:00 1062196830 1062198210 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-08-01 15:30:00 2020-08-01 16:30:00 1062198210 1062198270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-08-01 16:30:00 2020-08-02 15:30:00 1062198270 1062199650 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-08-02 15:30:00 2020-08-02 16:30:00 1062199650 1062199710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-08-02 16:30:00 2020-08-03 15:30:00 1062199710 1062201090 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-08-03 15:30:00 2020-08-03 16:30:00 1062201090 1062201150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-08-03 16:30:00 2020-08-04 15:30:00 1062201150 1062202530 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-08-04 15:30:00 2020-08-04 16:30:00 1062202530 1062202590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-08-04 16:30:00 2020-08-05 15:30:00 1062202590 1062203970 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-08-05 15:30:00 2020-08-05 16:30:00 1062203970 1062204030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-08-05 16:30:00 2020-08-06 15:30:00 1062204030 1062205410 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-08-06 15:30:00 2020-08-06 16:30:00 1062205410 1062205470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-08-06 16:30:00 2020-08-07 15:30:00 1062205470 1062206850 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-08-07 15:30:00 2020-08-07 16:30:00 1062206850 1062206910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-08-07 16:30:00 2020-08-08 15:30:00 1062206910 1062208290 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-08-08 15:30:00 2020-08-08 16:30:00 1062208290 1062208350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-08-08 16:30:00 2020-08-09 15:30:00 1062208350 1062209730 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-08-09 15:30:00 2020-08-09 16:30:00 1062209730 1062209790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-08-09 16:30:00 2020-08-10 15:30:00 1062209790 1062211170 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-08-10 15:30:00 2020-08-10 16:30:00 1062211170 1062211230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-08-10 16:30:00 2020-08-11 15:30:00 1062211230 1062212610 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-08-11 15:30:00 2020-08-11 16:30:00 1062212610 1062212670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-08-11 16:30:00 2020-08-12 15:30:00 1062212670 1062214050 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-08-12 15:30:00 2020-08-12 16:30:00 1062214050 1062214110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-08-12 16:30:00 2020-08-13 15:30:00 1062214110 1062215490 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-08-13 15:30:00 2020-08-13 16:30:00 1062215490 1062215550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-08-13 16:30:00 2020-08-14 15:30:00 1062215550 1062216930 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-08-14 15:30:00 2020-08-14 16:30:00 1062216930 1062216990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-08-14 16:30:00 2020-08-15 15:30:00 1062216990 1062218370 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-08-15 15:30:00 2020-08-15 16:30:00 1062218370 1062218430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-08-15 16:30:00 2020-08-16 15:30:00 1062218430 1062219810 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-08-16 15:30:00 2020-08-16 16:30:00 1062219810 1062219870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-08-16 16:30:00 2020-08-17 15:30:00 1062219870 1062221250 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-08-17 15:30:00 2020-08-17 16:30:00 1062221250 1062221310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-08-17 16:30:00 2020-08-18 15:30:00 1062221310 1062222690 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-08-18 15:30:00 2020-08-18 16:30:00 1062222690 1062222750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-08-18 16:30:00 2020-08-19 15:30:00 1062222750 1062224130 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-08-19 15:30:00 2020-08-19 16:30:00 1062224130 1062224190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-08-19 16:30:00 2020-08-20 15:30:00 1062224190 1062225570 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-08-20 15:30:00 2020-08-20 16:30:00 1062225570 1062225630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-08-20 16:30:00 2020-08-21 15:30:00 1062225630 1062227010 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-08-21 15:30:00 2020-08-21 16:30:00 1062227010 1062227070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-08-21 16:30:00 2020-08-22 15:30:00 1062227070 1062228450 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-08-22 15:30:00 2020-08-22 16:30:00 1062228450 1062228510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-08-22 16:30:00 2020-08-23 15:30:00 1062228510 1062229890 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-08-23 15:30:00 2020-08-23 16:30:00 1062229890 1062229950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-08-23 16:30:00 2020-08-24 15:30:00 1062229950 1062231330 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-08-24 15:30:00 2020-08-24 16:30:00 1062231330 1062231390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-08-24 16:30:00 2020-08-25 15:30:00 1062231390 1062232770 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-08-25 15:30:00 2020-08-25 16:30:00 1062232770 1062232830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-08-25 16:30:00 2020-08-26 15:30:00 1062232830 1062234210 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-08-26 15:30:00 2020-08-26 16:30:00 1062234210 1062234270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-08-26 16:30:00 2020-08-27 15:30:00 1062234270 1062235650 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-08-27 15:30:00 2020-08-27 16:30:00 1062235650 1062235710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-08-27 16:30:00 2020-08-28 15:30:00 1062235710 1062237090 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-08-28 15:30:00 2020-08-28 16:30:00 1062237090 1062237150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-08-28 16:30:00 2020-08-29 15:30:00 1062237150 1062238530 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-08-29 15:30:00 2020-08-29 16:30:00 1062238530 1062238590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-08-29 16:30:00 2020-08-30 15:30:00 1062238590 1062239970 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-08-30 15:30:00 2020-08-30 16:30:00 1062239970 1062240030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-08-30 16:30:00 2020-08-31 15:30:00 1062240030 1062241410 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-08-31 15:30:00 2020-08-31 16:30:00 1062241410 1062241470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-08-31 16:30:00 2020-09-01 15:30:00 1062241470 1062242850 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-09-01 15:30:00 2020-09-01 16:30:00 1062242850 1062242910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-09-01 16:30:00 2020-09-02 15:30:00 1062242910 1062244290 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-09-02 15:30:00 2020-09-02 16:30:00 1062244290 1062244350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-09-02 16:30:00 2020-09-03 15:30:00 1062244350 1062245730 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-09-03 15:30:00 2020-09-03 16:30:00 1062245730 1062245790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-09-03 16:30:00 2020-09-04 04:30:00 1062245790 1062246510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-09-04 04:30:00 2020-09-04 05:30:00 1062246510 1062246570 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-09-04 05:30:00 2020-09-04 06:30:00 1062246570 1062246630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-09-04 06:30:00 2020-09-04 07:30:00 1062246630 1062246690 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-09-04 08:30:00 2020-09-04 15:30:00 1062246750 1062247170 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-09-04 15:30:00 2020-09-04 16:30:00 1062247170 1062247230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-09-04 16:30:00 2020-09-04 23:30:00 1062247230 1062247650 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-09-04 23:30:00 2020-09-05 00:30:00 1062247650 1062247710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-09-05 00:30:00 2020-09-05 15:30:00 1062247710 1062248610 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-09-05 15:30:00 2020-09-05 16:30:00 1062248610 1062248670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-09-05 16:30:00 2020-09-06 15:30:00 1062248670 1062250050 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-09-06 15:30:00 2020-09-06 16:30:00 1062250050 1062250110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-09-06 16:30:00 2020-09-07 15:30:00 1062250110 1062251490 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-09-07 15:30:00 2020-09-07 16:30:00 1062251490 1062251550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-09-07 16:30:00 2020-09-08 15:30:00 1062251550 1062252930 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-09-08 15:30:00 2020-09-08 16:30:00 1062252930 1062252990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-09-08 16:30:00 2020-09-09 15:30:00 1062252990 1062254370 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-09-09 15:30:00 2020-09-09 16:30:00 1062254370 1062254430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-09-09 16:30:00 2020-09-10 15:30:00 1062254430 1062255810 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-09-10 15:30:00 2020-09-10 16:30:00 1062255810 1062255870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-09-10 16:30:00 2020-09-11 15:30:00 1062255870 1062257250 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-09-11 15:30:00 2020-09-11 16:30:00 1062257250 1062257310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-09-11 16:30:00 2020-09-12 15:30:00 1062257310 1062258690 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-09-12 15:30:00 2020-09-12 16:30:00 1062258690 1062258750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-09-12 16:30:00 2020-09-13 15:30:00 1062258750 1062260130 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-09-13 15:30:00 2020-09-13 16:30:00 1062260130 1062260190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-09-13 16:30:00 2020-09-14 15:30:00 1062260190 1062261570 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-09-14 15:30:00 2020-09-14 16:30:00 1062261570 1062261630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-09-14 16:30:00 2020-09-15 15:30:00 1062261630 1062263010 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-09-15 15:30:00 2020-09-15 16:30:00 1062263010 1062263070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-09-15 16:30:00 2020-09-16 15:30:00 1062263070 1062264450 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-09-16 15:30:00 2020-09-16 16:30:00 1062264450 1062264510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-09-16 16:30:00 2020-09-17 15:30:00 1062264510 1062265890 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-09-17 15:30:00 2020-09-17 16:30:00 1062265890 1062265950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-09-17 16:30:00 2020-09-18 15:30:00 1062265950 1062267330 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-09-18 15:30:00 2020-09-18 16:30:00 1062267330 1062267390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-09-18 16:30:00 2020-09-19 15:30:00 1062267390 1062268770 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-09-19 15:30:00 2020-09-19 16:30:00 1062268770 1062268830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-09-19 16:30:00 2020-09-20 15:30:00 1062268830 1062270210 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-09-20 15:30:00 2020-09-20 16:30:00 1062270210 1062270270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-09-20 16:30:00 2020-09-21 15:30:00 1062270270 1062271650 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-09-21 15:30:00 2020-09-21 16:30:00 1062271650 1062271710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-09-21 16:30:00 2020-09-22 15:30:00 1062271710 1062273090 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-09-22 15:30:00 2020-09-22 16:30:00 1062273090 1062273150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-09-22 16:30:00 2020-09-23 15:30:00 1062273150 1062274530 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-09-23 15:30:00 2020-09-23 16:30:00 1062274530 1062274590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-09-23 16:30:00 2020-09-24 15:30:00 1062274590 1062275970 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-09-24 15:30:00 2020-09-24 16:30:00 1062275970 1062276030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-09-24 16:30:00 2020-09-25 15:30:00 1062276030 1062277410 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-09-25 15:30:00 2020-09-25 16:30:00 1062277410 1062277470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-09-25 16:30:00 2020-09-26 15:30:00 1062277470 1062278850 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-09-26 15:30:00 2020-09-26 16:30:00 1062278850 1062278910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-09-26 16:30:00 2020-09-27 15:30:00 1062278910 1062280290 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-09-27 15:30:00 2020-09-27 16:30:00 1062280290 1062280350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-09-27 16:30:00 2020-09-28 15:30:00 1062280350 1062281730 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-09-28 15:30:00 2020-09-28 16:30:00 1062281730 1062281790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-09-28 16:30:00 2020-09-29 15:30:00 1062281790 1062283170 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-09-29 15:30:00 2020-09-29 16:30:00 1062283170 1062283230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-09-29 16:30:00 2020-09-30 15:30:00 1062283230 1062284610 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-09-30 15:30:00 2020-09-30 16:30:00 1062284610 1062284670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-09-30 16:30:00 2020-10-01 15:30:00 1062284670 1062286050 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-10-01 15:30:00 2020-10-01 16:30:00 1062286050 1062286110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-10-01 16:30:00 2020-10-02 02:30:00 1062286110 1062286710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-10-02 02:30:00 2020-10-02 03:30:00 1062286710 1062286770 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-10-05 01:30:00 2020-10-05 15:30:00 1062290970 1062291810 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-10-05 15:30:00 2020-10-05 16:30:00 1062291810 1062291870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-10-05 16:30:00 2020-10-06 15:30:00 1062291870 1062293250 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-10-06 15:30:00 2020-10-06 16:30:00 1062293250 1062293310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-10-06 16:30:00 2020-10-07 15:30:00 1062293310 1062294690 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-10-07 15:30:00 2020-10-07 16:30:00 1062294690 1062294750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-10-07 16:30:00 2020-10-08 15:30:00 1062294750 1062296130 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-10-08 15:30:00 2020-10-08 16:30:00 1062296130 1062296190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-10-08 16:30:00 2020-10-09 15:30:00 1062296190 1062297570 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-10-09 15:30:00 2020-10-09 16:30:00 1062297570 1062297630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-10-09 16:30:00 2020-10-10 15:30:00 1062297630 1062299010 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-10-10 15:30:00 2020-10-10 16:30:00 1062299010 1062299070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-10-10 16:30:00 2020-10-11 15:30:00 1062299070 1062300450 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-10-11 15:30:00 2020-10-11 16:30:00 1062300450 1062300510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-10-11 16:30:00 2020-10-12 15:30:00 1062300510 1062301890 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-10-12 15:30:00 2020-10-12 16:30:00 1062301890 1062301950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-10-12 16:30:00 2020-10-13 01:30:00 1062301950 1062302490 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-10-13 01:30:00 2020-10-13 02:30:00 1062302490 1062302550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-10-13 03:30:00 2020-10-14 15:30:00 1062302610 1062304770 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-10-14 15:30:00 2020-10-14 16:30:00 1062304770 1062304830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-10-14 16:30:00 2020-10-15 15:30:00 1062304830 1062306210 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-10-15 15:30:00 2020-10-15 16:30:00 1062306210 1062306270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-10-15 16:30:00 2020-10-16 15:30:00 1062306270 1062307650 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-10-16 15:30:00 2020-10-16 16:30:00 1062307650 1062307710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-10-16 16:30:00 2020-10-17 15:30:00 1062307710 1062309090 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-10-17 15:30:00 2020-10-17 16:30:00 1062309090 1062309150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-10-17 16:30:00 2020-10-18 15:30:00 1062309150 1062310530 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-10-18 15:30:00 2020-10-18 16:30:00 1062310530 1062310590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-10-18 16:30:00 2020-10-19 15:30:00 1062310590 1062311970 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-10-19 15:30:00 2020-10-19 16:30:00 1062311970 1062312030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-10-19 16:30:00 2020-10-20 15:30:00 1062312030 1062313410 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-10-20 15:30:00 2020-10-20 16:30:00 1062313410 1062313470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-10-20 16:30:00 2020-10-21 15:30:00 1062313470 1062314850 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-10-21 15:30:00 2020-10-21 16:30:00 1062314850 1062314910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-10-21 16:30:00 2020-10-22 15:30:00 1062314910 1062316290 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-10-22 15:30:00 2020-10-22 16:30:00 1062316290 1062316350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-10-22 16:30:00 2020-10-23 15:30:00 1062316350 1062317730 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-10-23 15:30:00 2020-10-23 16:30:00 1062317730 1062317790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-10-23 16:30:00 2020-10-24 15:30:00 1062317790 1062319170 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-10-24 15:30:00 2020-10-24 16:30:00 1062319170 1062319230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-10-24 16:30:00 2020-10-25 15:30:00 1062319230 1062320610 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-10-25 15:30:00 2020-10-25 16:30:00 1062320610 1062320670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-10-25 16:30:00 2020-10-26 15:30:00 1062320670 1062322050 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-10-26 15:30:00 2020-10-26 16:30:00 1062322050 1062322110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-10-26 16:30:00 2020-10-27 15:30:00 1062322110 1062323490 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-10-27 15:30:00 2020-10-27 16:30:00 1062323490 1062323550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-10-27 16:30:00 2020-10-28 15:30:00 1062323550 1062324930 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-10-28 15:30:00 2020-10-28 16:30:00 1062324930 1062324990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-10-28 16:30:00 2020-10-29 01:30:00 1062324990 1062325530 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-10-29 01:30:00 2020-10-29 02:30:00 1062325530 1062325590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-10-29 05:30:00 2020-10-29 15:30:00 1062325770 1062326370 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-10-29 15:30:00 2020-10-29 16:30:00 1062326370 1062326430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-10-29 16:30:00 2020-10-30 15:30:00 1062326430 1062327810 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-10-30 15:30:00 2020-10-30 16:30:00 1062327810 1062327870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-10-30 16:30:00 2020-10-31 15:30:00 1062327870 1062329250 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-10-31 15:30:00 2020-10-31 16:30:00 1062329250 1062329310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-10-31 16:30:00 2020-11-01 15:30:00 1062329310 1062330690 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-11-01 15:30:00 2020-11-01 16:30:00 1062330690 1062330750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-11-01 16:30:00 2020-11-02 15:30:00 1062330750 1062332130 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-11-02 15:30:00 2020-11-02 16:30:00 1062332130 1062332190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-11-02 16:30:00 2020-11-03 15:30:00 1062332190 1062333570 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-11-03 15:30:00 2020-11-03 16:30:00 1062333570 1062333630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-11-03 16:30:00 2020-11-04 15:30:00 1062333630 1062335010 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-11-04 15:30:00 2020-11-04 16:30:00 1062335010 1062335070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-11-04 16:30:00 2020-11-05 15:30:00 1062335070 1062336450 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-11-05 15:30:00 2020-11-05 16:30:00 1062336450 1062336510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-11-05 16:30:00 2020-11-06 15:30:00 1062336510 1062337890 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-11-06 15:30:00 2020-11-06 16:30:00 1062337890 1062337950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-11-06 16:30:00 2020-11-07 15:30:00 1062337950 1062339330 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-11-07 15:30:00 2020-11-07 16:30:00 1062339330 1062339390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-11-07 16:30:00 2020-11-08 15:30:00 1062339390 1062340770 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-11-08 15:30:00 2020-11-08 16:30:00 1062340770 1062340830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-11-08 16:30:00 2020-11-09 15:30:00 1062340830 1062342210 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-11-09 15:30:00 2020-11-09 16:30:00 1062342210 1062342270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-11-09 16:30:00 2020-11-10 15:30:00 1062342270 1062343650 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-11-10 15:30:00 2020-11-10 16:30:00 1062343650 1062343710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-11-10 16:30:00 2020-11-11 15:30:00 1062343710 1062345090 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-11-11 15:30:00 2020-11-11 16:30:00 1062345090 1062345150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-11-11 16:30:00 2020-11-12 15:30:00 1062345150 1062346530 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-11-12 15:30:00 2020-11-12 16:30:00 1062346530 1062346590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-11-12 16:30:00 2020-11-13 15:30:00 1062346590 1062347970 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-11-13 15:30:00 2020-11-13 16:30:00 1062347970 1062348030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-11-13 16:30:00 2020-11-14 15:30:00 1062348030 1062349410 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-11-14 15:30:00 2020-11-14 16:30:00 1062349410 1062349470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-11-14 16:30:00 2020-11-15 15:30:00 1062349470 1062350850 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-11-15 15:30:00 2020-11-15 16:30:00 1062350850 1062350910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-11-15 16:30:00 2020-11-16 15:30:00 1062350910 1062352290 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-11-16 15:30:00 2020-11-16 16:30:00 1062352290 1062352350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-11-16 16:30:00 2020-11-17 15:30:00 1062352350 1062353730 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-11-17 15:30:00 2020-11-17 16:30:00 1062353730 1062353790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-11-17 16:30:00 2020-11-18 15:30:00 1062353790 1062355170 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-11-18 15:30:00 2020-11-18 16:30:00 1062355170 1062355230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-11-18 16:30:00 2020-11-19 15:30:00 1062355230 1062356610 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-11-19 15:30:00 2020-11-19 16:30:00 1062356610 1062356670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-11-19 16:30:00 2020-11-20 15:30:00 1062356670 1062358050 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-11-20 15:30:00 2020-11-20 16:30:00 1062358050 1062358110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-11-20 16:30:00 2020-11-21 15:30:00 1062358110 1062359490 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-11-21 15:30:00 2020-11-21 16:30:00 1062359490 1062359550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-11-21 16:30:00 2020-11-22 15:30:00 1062359550 1062360930 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-11-22 15:30:00 2020-11-22 16:30:00 1062360930 1062360990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-11-22 16:30:00 2020-11-23 15:30:00 1062360990 1062362370 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-11-23 15:30:00 2020-11-23 16:30:00 1062362370 1062362430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-11-23 16:30:00 2020-11-24 15:30:00 1062362430 1062363810 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-11-24 15:30:00 2020-11-24 16:30:00 1062363810 1062363870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-11-24 16:30:00 2020-11-25 15:30:00 1062363870 1062365250 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-11-25 15:30:00 2020-11-25 16:30:00 1062365250 1062365310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-11-25 16:30:00 2020-11-26 15:30:00 1062365310 1062366690 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-11-26 15:30:00 2020-11-26 16:30:00 1062366690 1062366750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-11-26 16:30:00 2020-11-27 15:30:00 1062366750 1062368130 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-11-27 15:30:00 2020-11-27 16:30:00 1062368130 1062368190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-11-27 16:30:00 2020-11-28 15:30:00 1062368190 1062369570 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-11-28 15:30:00 2020-11-28 16:30:00 1062369570 1062369630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-11-28 16:30:00 2020-11-29 15:30:00 1062369630 1062371010 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-11-29 15:30:00 2020-11-29 16:30:00 1062371010 1062371070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-11-29 16:30:00 2020-11-30 15:30:00 1062371070 1062372450 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-11-30 15:30:00 2020-11-30 16:30:00 1062372450 1062372510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-11-30 16:30:00 2020-12-01 15:30:00 1062372510 1062373890 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-12-01 15:30:00 2020-12-01 16:30:00 1062373890 1062373950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-12-01 16:30:00 2020-12-02 15:30:00 1062373950 1062375330 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-12-02 15:30:00 2020-12-02 16:30:00 1062375330 1062375390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-12-02 16:30:00 2020-12-03 15:30:00 1062375390 1062376770 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-12-03 15:30:00 2020-12-03 16:30:00 1062376770 1062376830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-12-03 16:30:00 2020-12-04 15:30:00 1062376830 1062378210 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-12-04 15:30:00 2020-12-04 16:30:00 1062378210 1062378270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-12-04 16:30:00 2020-12-05 15:30:00 1062378270 1062379650 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-12-05 15:30:00 2020-12-05 16:30:00 1062379650 1062379710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-12-05 16:30:00 2020-12-06 15:30:00 1062379710 1062381090 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-12-06 15:30:00 2020-12-06 16:30:00 1062381090 1062381150 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-12-06 16:30:00 2020-12-07 15:30:00 1062381150 1062382530 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-12-07 15:30:00 2020-12-07 16:30:00 1062382530 1062382590 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-12-07 16:30:00 2020-12-08 15:30:00 1062382590 1062383970 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-12-08 15:30:00 2020-12-08 16:30:00 1062383970 1062384030 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-12-08 16:30:00 2020-12-09 15:30:00 1062384030 1062385410 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-12-09 15:30:00 2020-12-09 16:30:00 1062385410 1062385470 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-12-09 16:30:00 2020-12-10 15:30:00 1062385470 1062386850 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-12-10 15:30:00 2020-12-10 16:30:00 1062386850 1062386910 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-12-10 16:30:00 2020-12-10 21:30:00 1062386910 1062387210 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-12-10 21:30:00 2020-12-10 22:30:00 1062387210 1062387270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-12-10 22:30:00 2020-12-11 15:30:00 1062387270 1062388290 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-12-11 15:30:00 2020-12-11 16:30:00 1062388290 1062388350 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-12-11 16:30:00 2020-12-12 15:30:00 1062388350 1062389730 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-12-12 15:30:00 2020-12-12 16:30:00 1062389730 1062389790 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-12-12 16:30:00 2020-12-13 15:30:00 1062389790 1062391170 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-12-13 15:30:00 2020-12-13 16:30:00 1062391170 1062391230 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-12-13 16:30:00 2020-12-14 15:30:00 1062391230 1062392610 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-12-14 15:30:00 2020-12-14 16:30:00 1062392610 1062392670 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-12-14 16:30:00 2020-12-15 15:30:00 1062392670 1062394050 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-12-15 15:30:00 2020-12-15 16:30:00 1062394050 1062394110 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-12-15 16:30:00 2020-12-16 15:30:00 1062394110 1062395490 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-12-16 15:30:00 2020-12-16 16:30:00 1062395490 1062395550 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-12-16 16:30:00 2020-12-17 15:30:00 1062395550 1062396930 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-12-17 15:30:00 2020-12-17 16:30:00 1062396930 1062396990 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-12-17 16:30:00 2020-12-18 15:30:00 1062396990 1062398370 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-12-18 15:30:00 2020-12-18 16:30:00 1062398370 1062398430 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-12-18 16:30:00 2020-12-19 15:30:00 1062398430 1062399810 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-12-19 15:30:00 2020-12-19 16:30:00 1062399810 1062399870 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-12-19 16:30:00 2020-12-20 15:30:00 1062399870 1062401250 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-12-20 15:30:00 2020-12-20 16:30:00 1062401250 1062401310 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-12-20 16:30:00 2020-12-21 15:30:00 1062401310 1062402690 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-12-21 15:30:00 2020-12-21 16:30:00 1062402690 1062402750 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-12-21 16:30:00 2020-12-22 15:30:00 1062402750 1062404130 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-12-22 15:30:00 2020-12-22 16:30:00 1062404130 1062404190 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-12-22 16:30:00 2020-12-23 15:30:00 1062404190 1062405570 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-12-23 15:30:00 2020-12-23 16:30:00 1062405570 1062405630 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-12-23 16:30:00 2020-12-24 15:30:00 1062405630 1062407010 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-12-24 15:30:00 2020-12-24 16:30:00 1062407010 1062407070 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-12-24 16:30:00 2020-12-25 15:30:00 1062407070 1062408450 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-12-25 15:30:00 2020-12-25 16:30:00 1062408450 1062408510 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-12-25 16:30:00 2020-12-26 15:30:00 1062408510 1062409890 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-12-26 15:30:00 2020-12-26 16:30:00 1062409890 1062409950 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-12-26 16:30:00 2020-12-27 15:30:00 1062409950 1062411330 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-12-27 15:30:00 2020-12-27 16:30:00 1062411330 1062411390 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-12-27 16:30:00 2020-12-28 15:30:00 1062411390 1062412770 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-12-28 15:30:00 2020-12-28 16:30:00 1062412770 1062412830 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-12-28 16:30:00 2020-12-29 15:30:00 1062412830 1062414210 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-12-29 15:30:00 2020-12-29 16:30:00 1062414210 1062414270 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-12-29 16:30:00 2020-12-30 15:30:00 1062414270 1062415650 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +2020-12-30 15:30:00 2020-12-30 16:30:00 1062415650 1062415710 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz'] +2020-12-30 16:30:00 2020-12-31 13:30:00 1062415710 1062416970 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/6_CL(IMC)_1061889930_1062416970.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +1.0370312452316284 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_73_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_73_CL(IMC).out new file mode 100644 index 00000000..c26ec74f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_73_CL(IMC).out @@ -0,0 +1,4 @@ +73_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.006528997421264648 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_76_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_76_CL(IMC).out new file mode 100644 index 00000000..491d08f7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_76_CL(IMC).out @@ -0,0 +1,14 @@ +76_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2010-10-28 04:00:00 2010-12-31 13:00:00 1057063920 1057156620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/76_CL(IMC)_1057063920_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/76_CL(IMC)_1057063920_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/76_CL(IMC)_1057063920_1057156620.npz +'StationConcatenate' object has no attribute 'existing_data' +2010-12-31 14:00:00 2011-12-31 13:00:00 1057156680 1057682220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/76_CL(IMC)_1057156680_1057682220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/76_CL(IMC)_1057156680_1057682220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/76_CL(IMC)_1057156680_1057682220.npz +2011-12-31 14:00:00 2012-02-15 01:00:00 1057682280 1057747740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/76_CL(IMC)_1057682280_1057747740.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/76_CL(IMC)_1057682280_1057747740:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/76_CL(IMC)_1057682280_1057747740.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.014480686187744141 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_77_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_77_CL(IMC).out new file mode 100644 index 00000000..ba703cc0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_77_CL(IMC).out @@ -0,0 +1,4 @@ +77_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.012630621592203775 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_79_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_79_CL(IMC).out new file mode 100644 index 00000000..fc8ddf7a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_79_CL(IMC).out @@ -0,0 +1,26 @@ +79_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2009-12-31 14:00:00 2010-12-31 13:00:00 1056631080 1057156620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/79_CL(IMC)_1056631080_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/79_CL(IMC)_1056631080_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/79_CL(IMC)_1056631080_1057156620.npz +'StationConcatenate' object has no attribute 'existing_data' +2010-12-31 14:00:00 2011-12-31 13:00:00 1057156680 1057682220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/79_CL(IMC)_1057156680_1057682220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/79_CL(IMC)_1057156680_1057682220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/79_CL(IMC)_1057156680_1057682220.npz +2011-12-31 14:00:00 2012-12-31 13:00:00 1057682280 1058209260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/79_CL(IMC)_1057682280_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/79_CL(IMC)_1057682280_1058209260:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/79_CL(IMC)_1057682280_1058209260.npz +2012-12-31 14:00:00 2013-12-31 13:00:00 1058209320 1058734860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/79_CL(IMC)_1058209320_1058734860.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/79_CL(IMC)_1058209320_1058734860:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/79_CL(IMC)_1058209320_1058734860.npz +2013-12-31 14:00:00 2014-12-31 13:00:00 1058734920 1059260460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/79_CL(IMC)_1058734920_1059260460.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/79_CL(IMC)_1058734920_1059260460:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/79_CL(IMC)_1058734920_1059260460.npz +2014-12-31 14:00:00 2015-12-31 13:00:00 1059260520 1059786060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/79_CL(IMC)_1059260520_1059786060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/79_CL(IMC)_1059260520_1059786060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/79_CL(IMC)_1059260520_1059786060.npz +2015-12-31 14:00:00 2016-12-31 13:00:00 1059786120 1060313100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/79_CL(IMC)_1059786120_1060313100.npz'] +2016-12-31 14:00:00 2017-12-28 20:00:00 1060313160 1060834800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/79_CL(IMC)_1060313160_1060834800.npz'] +2019-12-31 14:00:00 2020-05-31 14:00:00 1061889960 1062108840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/79_CL(IMC)_1061889960_1062108840.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.058031527201334636 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_80_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_80_CL(IMC).out new file mode 100644 index 00000000..261fe0b2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_80_CL(IMC).out @@ -0,0 +1,26 @@ +80_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2009-12-31 14:00:00 2010-12-31 13:00:00 1056631080 1057156620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/80_CL(IMC)_1056631080_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/80_CL(IMC)_1056631080_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/80_CL(IMC)_1056631080_1057156620.npz +'StationConcatenate' object has no attribute 'existing_data' +2010-12-31 14:00:00 2011-12-31 13:00:00 1057156680 1057682220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/80_CL(IMC)_1057156680_1057682220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/80_CL(IMC)_1057156680_1057682220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/80_CL(IMC)_1057156680_1057682220.npz +2011-12-31 14:00:00 2012-12-31 13:00:00 1057682280 1058209260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/80_CL(IMC)_1057682280_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/80_CL(IMC)_1057682280_1058209260:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/80_CL(IMC)_1057682280_1058209260.npz +2012-12-31 14:00:00 2013-12-31 13:00:00 1058209320 1058734860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/80_CL(IMC)_1058209320_1058734860.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/80_CL(IMC)_1058209320_1058734860:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/80_CL(IMC)_1058209320_1058734860.npz +2013-12-31 14:00:00 2014-12-31 13:00:00 1058734920 1059260460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/80_CL(IMC)_1058734920_1059260460.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/80_CL(IMC)_1058734920_1059260460:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/80_CL(IMC)_1058734920_1059260460.npz +2014-12-31 14:00:00 2015-12-31 13:00:00 1059260520 1059786060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/80_CL(IMC)_1059260520_1059786060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/80_CL(IMC)_1059260520_1059786060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/80_CL(IMC)_1059260520_1059786060.npz +2015-12-31 14:00:00 2016-12-31 13:00:00 1059786120 1060313100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/80_CL(IMC)_1059786120_1060313100.npz'] +2016-12-31 14:00:00 2017-12-31 13:00:00 1060313160 1060838700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/80_CL(IMC)_1060313160_1060838700.npz'] +2019-12-31 14:00:00 2020-05-31 14:00:00 1061889960 1062108840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/80_CL(IMC)_1061889960_1062108840.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.06053925355275472 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_84_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_84_CL(IMC).out new file mode 100644 index 00000000..af99e922 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_84_CL(IMC).out @@ -0,0 +1,26 @@ +84_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2009-12-31 14:00:00 2010-12-31 13:00:00 1056631080 1057156620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/84_CL(IMC)_1056631080_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/84_CL(IMC)_1056631080_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/84_CL(IMC)_1056631080_1057156620.npz +'StationConcatenate' object has no attribute 'existing_data' +2010-12-31 14:00:00 2011-12-31 13:00:00 1057156680 1057682220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/84_CL(IMC)_1057156680_1057682220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/84_CL(IMC)_1057156680_1057682220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/84_CL(IMC)_1057156680_1057682220.npz +2011-12-31 14:00:00 2012-12-31 13:00:00 1057682280 1058209260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/84_CL(IMC)_1057682280_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/84_CL(IMC)_1057682280_1058209260:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/84_CL(IMC)_1057682280_1058209260.npz +2012-12-31 14:00:00 2013-12-31 13:00:00 1058209320 1058734860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/84_CL(IMC)_1058209320_1058734860.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/84_CL(IMC)_1058209320_1058734860:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/84_CL(IMC)_1058209320_1058734860.npz +2013-12-31 14:00:00 2014-12-31 13:00:00 1058734920 1059260460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/84_CL(IMC)_1058734920_1059260460.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/84_CL(IMC)_1058734920_1059260460:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/84_CL(IMC)_1058734920_1059260460.npz +2014-12-31 14:00:00 2015-12-31 13:00:00 1059260520 1059786060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/84_CL(IMC)_1059260520_1059786060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/84_CL(IMC)_1059260520_1059786060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/84_CL(IMC)_1059260520_1059786060.npz +2015-12-31 14:00:00 2016-12-31 13:00:00 1059786120 1060313100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/84_CL(IMC)_1059786120_1060313100.npz'] +2016-12-31 14:00:00 2017-12-31 13:00:00 1060313160 1060838700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/84_CL(IMC)_1060313160_1060838700.npz'] +2019-12-31 14:00:00 2020-05-31 14:00:00 1061889960 1062108840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/84_CL(IMC)_1061889960_1062108840.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.05338669220606486 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_86_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_86_CL(IMC).out new file mode 100644 index 00000000..ee724e57 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_86_CL(IMC).out @@ -0,0 +1,26 @@ +86_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2009-12-31 14:00:00 2010-12-31 13:00:00 1056631080 1057156620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/86_CL(IMC)_1056631080_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/86_CL(IMC)_1056631080_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/86_CL(IMC)_1056631080_1057156620.npz +'StationConcatenate' object has no attribute 'existing_data' +2010-12-31 14:00:00 2011-12-31 13:00:00 1057156680 1057682220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/86_CL(IMC)_1057156680_1057682220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/86_CL(IMC)_1057156680_1057682220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/86_CL(IMC)_1057156680_1057682220.npz +2011-12-31 14:00:00 2012-12-31 13:00:00 1057682280 1058209260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/86_CL(IMC)_1057682280_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/86_CL(IMC)_1057682280_1058209260:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/86_CL(IMC)_1057682280_1058209260.npz +2012-12-31 14:00:00 2013-12-31 13:00:00 1058209320 1058734860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/86_CL(IMC)_1058209320_1058734860.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/86_CL(IMC)_1058209320_1058734860:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/86_CL(IMC)_1058209320_1058734860.npz +2013-12-31 14:00:00 2014-12-31 13:00:00 1058734920 1059260460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/86_CL(IMC)_1058734920_1059260460.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/86_CL(IMC)_1058734920_1059260460:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/86_CL(IMC)_1058734920_1059260460.npz +2014-12-31 14:00:00 2015-12-31 13:00:00 1059260520 1059786060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/86_CL(IMC)_1059260520_1059786060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/86_CL(IMC)_1059260520_1059786060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/86_CL(IMC)_1059260520_1059786060.npz +2015-12-31 14:00:00 2016-12-31 13:00:00 1059786120 1060313100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/86_CL(IMC)_1059786120_1060313100.npz'] +2016-12-31 14:00:00 2017-12-31 13:00:00 1060313160 1060838700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/86_CL(IMC)_1060313160_1060838700.npz'] +2019-12-31 14:00:00 2020-05-31 14:00:00 1061889960 1062108840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/86_CL(IMC)_1061889960_1062108840.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.05687327782313029 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_87_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_87_CL(IMC).out new file mode 100644 index 00000000..455f3dac --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_87_CL(IMC).out @@ -0,0 +1,26 @@ +87_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2009-12-31 14:00:00 2010-12-31 13:00:00 1056631080 1057156620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/87_CL(IMC)_1056631080_1057156620.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/87_CL(IMC)_1056631080_1057156620:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/87_CL(IMC)_1056631080_1057156620.npz +'StationConcatenate' object has no attribute 'existing_data' +2010-12-31 14:00:00 2011-12-31 13:00:00 1057156680 1057682220 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/87_CL(IMC)_1057156680_1057682220.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/87_CL(IMC)_1057156680_1057682220:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/87_CL(IMC)_1057156680_1057682220.npz +2011-12-31 14:00:00 2012-12-31 13:00:00 1057682280 1058209260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/87_CL(IMC)_1057682280_1058209260.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/87_CL(IMC)_1057682280_1058209260:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/87_CL(IMC)_1057682280_1058209260.npz +2012-12-31 14:00:00 2013-12-31 13:00:00 1058209320 1058734860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/87_CL(IMC)_1058209320_1058734860.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/87_CL(IMC)_1058209320_1058734860:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/87_CL(IMC)_1058209320_1058734860.npz +2013-12-31 14:00:00 2014-12-31 13:00:00 1058734920 1059260460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/87_CL(IMC)_1058734920_1059260460.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/87_CL(IMC)_1058734920_1059260460:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/87_CL(IMC)_1058734920_1059260460.npz +2014-12-31 14:00:00 2015-12-31 13:00:00 1059260520 1059786060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/87_CL(IMC)_1059260520_1059786060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/87_CL(IMC)_1059260520_1059786060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/87_CL(IMC)_1059260520_1059786060.npz +2015-12-31 14:00:00 2016-12-31 13:00:00 1059786120 1060313100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/87_CL(IMC)_1059786120_1060313100.npz'] +2016-12-31 14:00:00 2017-12-31 13:00:00 1060313160 1060838700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/87_CL(IMC)_1060313160_1060838700.npz'] +2019-12-31 14:00:00 2020-05-31 14:00:00 1061889960 1062108840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/87_CL(IMC)_1061889960_1062108840.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.054617786407470705 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_8_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_8_CL(IMC).out new file mode 100644 index 00000000..420e2b2a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_8_CL(IMC).out @@ -0,0 +1,32 @@ +8_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1997-07-17 13:00:00 1997-12-31 12:00:00 1050079020 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/8_CL(IMC)_1050079020_1050319440.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/8_CL(IMC)_1050079020_1050319440:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/8_CL(IMC)_1050079020_1050319440.npz +'StationConcatenate' object has no attribute 'existing_data' +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/8_CL(IMC)_1050319440_1050845040.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/8_CL(IMC)_1050319440_1050845040:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/8_CL(IMC)_1050319440_1050845040.npz +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/8_CL(IMC)_1050845040_1051370640.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/8_CL(IMC)_1050845040_1051370640:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/8_CL(IMC)_1050845040_1051370640.npz +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/8_CL(IMC)_1051370640_1051897680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/8_CL(IMC)_1051370640_1051897680:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/8_CL(IMC)_1051370640_1051897680.npz +2000-12-31 12:00:00 2001-12-25 19:00:00 1051897680 1052415060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/8_CL(IMC)_1051897680_1052415060.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/8_CL(IMC)_1051897680_1052415060:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/8_CL(IMC)_1051897680_1052415060.npz +2002-01-02 16:00:00 2002-12-31 12:00:00 1052426400 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/8_CL(IMC)_1052426400_1052948880.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/8_CL(IMC)_1052426400_1052948880:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/8_CL(IMC)_1052426400_1052948880.npz +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/8_CL(IMC)_1052948880_1053474480.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/8_CL(IMC)_1052948880_1053474480:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/8_CL(IMC)_1052948880_1053474480.npz +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/8_CL(IMC)_1053474540_1054001520.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/8_CL(IMC)_1053474540_1054001520:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/8_CL(IMC)_1053474540_1054001520.npz +2004-12-31 12:00:00 2005-01-18 19:00:00 1054001520 1054027860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/8_CL(IMC)_1054001520_1054027860.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/8_CL(IMC)_1054001520_1054027860:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/8_CL(IMC)_1054001520_1054027860.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.05840471585591634 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_96_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_96_CL(IMC).out new file mode 100644 index 00000000..1fe31886 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_96_CL(IMC).out @@ -0,0 +1,4 @@ +96_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.025983202457427978 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/0_9_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/0_9_CL(IMC).out new file mode 100644 index 00000000..a59fdd60 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/0_9_CL(IMC).out @@ -0,0 +1,50 @@ +9_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2005-12-21 04:00:00 2005-12-21 23:00:00 1054512240 1054513380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1054512240_1054513380.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1054512240_1054513380:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1054512240_1054513380.npz +'StationConcatenate' object has no attribute 'existing_data' +2006-01-03 02:00:00 2006-12-31 12:00:00 1054530840 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1054530840_1055052720.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1054530840_1055052720:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1054530840_1055052720.npz +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1055052720_1055578320:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1055052720_1055578320.npz +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1055052720_1055578320:dup1.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1055578260_1056105300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1055578260_1056105300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1055578260_1056105300.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1055578260_1056105300:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1055578260_1056105300.npz +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1056105360_1056630960.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1056105360_1056630960:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1056105360_1056630960.npz +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1056630960_1057156560.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1056630960_1057156560:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1056630960_1057156560.npz +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1057156560_1057682160.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1057156560_1057682160:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1057156560_1057682160.npz +2011-12-31 12:00:00 2012-02-27 13:00:00 1057682160 1057765740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1057682160_1058209200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1057682160_1058209200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1057682160_1058209200.npz +2012-02-27 13:00:00 2012-02-27 14:00:00 1057765740 1057765800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1057682160_1058209200.npz'] +2012-03-26 17:00:00 2012-12-31 12:00:00 1057806300 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1057682160_1058209200.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1057682160_1058209200:dup1.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1057682160_1058209200.npz +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1058209200_1058734800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1058209200_1058734800:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1058209200_1058734800.npz +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1058734860_1059260400.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1058734860_1059260400:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1058734860_1059260400.npz +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1059260400_1059786000.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1059260400_1059786000:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1059260400_1059786000.npz +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1060313040_1060838640.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1061889900_1062416940.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1061889900_1062416940:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/9_CL(IMC)_1061889900_1062416940.npz +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.29188176393508913 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/1_362_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/1_362_CL(IMC).out new file mode 100644 index 00000000..3782b73b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/1_362_CL(IMC).out @@ -0,0 +1,9 @@ +362_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2014-02-27 03:00:00 2014-03-18 02:00:00 1058817780 1058845080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/362_CL(IMC)_1058817780_1058845080.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/362_CL(IMC)_1058817780_1058845080:dup1.npz'] +OVERLAP RESOLVED BY "N VALID METADATA VALUES" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcno2/temporary_S1/362_CL(IMC)_1058817780_1058845080.npz +'StationConcatenate' object has no attribute 'existing_data' +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +NO VALID DATA TO WRITE OUT AFTER REMOVING UNIQUE STATION DATA WITH EXTENT < 31 DAYS. +STATION WILL NOT CONTINUE IN PIPELINE. \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/1_547_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/1_547_CL(IMC).out new file mode 100644 index 00000000..0b63093e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/1_547_CL(IMC).out @@ -0,0 +1,3 @@ +547_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +ALL OF LONGITUDE VALUES ARE NaN. STATION REMOVED FROM FURTHER PROCESSING IN PIPELINE \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/1_89_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/1_89_CL(IMC).out new file mode 100644 index 00000000..32bd42e2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/1_89_CL(IMC).out @@ -0,0 +1,3 @@ +89_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +ALL OF LONGITUDE VALUES ARE NaN. STATION REMOVED FROM FURTHER PROCESSING IN PIPELINE \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S2/1_98_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S2/1_98_CL(IMC).out new file mode 100644 index 00000000..007aafac --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S2/1_98_CL(IMC).out @@ -0,0 +1,3 @@ +98_CL(IMC) -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +ALL OF LONGITUDE VALUES ARE NaN. STATION REMOVED FROM FURTHER PROCESSING IN PIPELINE \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_100_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_100_CL(IMC).out new file mode 100644 index 00000000..8020b574 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_100_CL(IMC).out @@ -0,0 +1,23 @@ +100_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.3401404778162638 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_101_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_101_CL(IMC).out new file mode 100644 index 00000000..c73042f9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_101_CL(IMC).out @@ -0,0 +1,23 @@ +101_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.3475940545399985 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_102_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_102_CL(IMC).out new file mode 100644 index 00000000..5f24ca46 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_102_CL(IMC).out @@ -0,0 +1,23 @@ +102_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.3682459870974222 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_103_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_103_CL(IMC).out new file mode 100644 index 00000000..a9844e5e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_103_CL(IMC).out @@ -0,0 +1,23 @@ +103_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6845347205797832 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_104_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_104_CL(IMC).out new file mode 100644 index 00000000..02d7ec25 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_104_CL(IMC).out @@ -0,0 +1,23 @@ +104_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.15256534020106 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_105_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_105_CL(IMC).out new file mode 100644 index 00000000..747d0043 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_105_CL(IMC).out @@ -0,0 +1,23 @@ +105_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.957229745388031 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_107_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_107_CL(IMC).out new file mode 100644 index 00000000..3206f594 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_107_CL(IMC).out @@ -0,0 +1,23 @@ +107_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1706447839736938 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_108_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_108_CL(IMC).out new file mode 100644 index 00000000..38347638 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_108_CL(IMC).out @@ -0,0 +1,23 @@ +108_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.2265997529029846 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_109_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_109_CL(IMC).out new file mode 100644 index 00000000..666c2292 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_109_CL(IMC).out @@ -0,0 +1,23 @@ +109_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.2460922042528788 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_110_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_110_CL(IMC).out new file mode 100644 index 00000000..013232b7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_110_CL(IMC).out @@ -0,0 +1,23 @@ +110_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1400148113568624 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_113_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_113_CL(IMC).out new file mode 100644 index 00000000..f6f38fd2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_113_CL(IMC).out @@ -0,0 +1,23 @@ +113_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.2504886627197265 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_118_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_118_CL(IMC).out new file mode 100644 index 00000000..2b287b0b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_118_CL(IMC).out @@ -0,0 +1,23 @@ +118_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1863980611165366 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_119_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_119_CL(IMC).out new file mode 100644 index 00000000..96669c28 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_119_CL(IMC).out @@ -0,0 +1,23 @@ +119_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.2102635423342387 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_11_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_11_CL(IMC).out new file mode 100644 index 00000000..ae9ae40f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_11_CL(IMC).out @@ -0,0 +1,23 @@ +11_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.2793827136357625 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_13_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_13_CL(IMC).out new file mode 100644 index 00000000..02e4316c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_13_CL(IMC).out @@ -0,0 +1,23 @@ +13_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.596645239988963 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_14_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_14_CL(IMC).out new file mode 100644 index 00000000..b2cf3659 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_14_CL(IMC).out @@ -0,0 +1,23 @@ +14_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.4326326807339986 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_15_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_15_CL(IMC).out new file mode 100644 index 00000000..a6d8e1d3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_15_CL(IMC).out @@ -0,0 +1,23 @@ +15_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.5485820094744365 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_18_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_18_CL(IMC).out new file mode 100644 index 00000000..391b4c23 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_18_CL(IMC).out @@ -0,0 +1,23 @@ +18_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0251453042030334 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_19_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_19_CL(IMC).out new file mode 100644 index 00000000..439c6c76 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_19_CL(IMC).out @@ -0,0 +1,23 @@ +19_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.3043704549471538 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_1_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_1_CL(IMC).out new file mode 100644 index 00000000..ce64af57 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_1_CL(IMC).out @@ -0,0 +1,23 @@ +1_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.6750013868014018 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_20_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_20_CL(IMC).out new file mode 100644 index 00000000..1edd3bbb --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_20_CL(IMC).out @@ -0,0 +1,23 @@ +20_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1698386947313943 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_21_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_21_CL(IMC).out new file mode 100644 index 00000000..65082fa5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_21_CL(IMC).out @@ -0,0 +1,23 @@ +21_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0654656251271566 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_22_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_22_CL(IMC).out new file mode 100644 index 00000000..57308c87 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_22_CL(IMC).out @@ -0,0 +1,23 @@ +22_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.8822097380956013 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_23_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_23_CL(IMC).out new file mode 100644 index 00000000..50678a21 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_23_CL(IMC).out @@ -0,0 +1,23 @@ +23_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.6587621370951333 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_24_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_24_CL(IMC).out new file mode 100644 index 00000000..5d500886 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_24_CL(IMC).out @@ -0,0 +1,23 @@ +24_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6158611655235291 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_26_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_26_CL(IMC).out new file mode 100644 index 00000000..554a12e5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_26_CL(IMC).out @@ -0,0 +1,23 @@ +26_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.7740261912345887 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_270_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_270_CL(IMC).out new file mode 100644 index 00000000..54d8acd7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_270_CL(IMC).out @@ -0,0 +1,23 @@ +270_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.6608178973197938 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_271_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_271_CL(IMC).out new file mode 100644 index 00000000..0ce95d19 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_271_CL(IMC).out @@ -0,0 +1,23 @@ +271_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.9234928965568543 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_272_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_272_CL(IMC).out new file mode 100644 index 00000000..ae15369e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_272_CL(IMC).out @@ -0,0 +1,23 @@ +272_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.923247786362966 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_274_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_274_CL(IMC).out new file mode 100644 index 00000000..92b47b46 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_274_CL(IMC).out @@ -0,0 +1,23 @@ +274_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.12329998811086 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_275_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_275_CL(IMC).out new file mode 100644 index 00000000..8b42a998 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_275_CL(IMC).out @@ -0,0 +1,23 @@ +275_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.9300308148066203 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_278_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_278_CL(IMC).out new file mode 100644 index 00000000..05b88209 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_278_CL(IMC).out @@ -0,0 +1,23 @@ +278_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8059652129809062 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_279_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_279_CL(IMC).out new file mode 100644 index 00000000..96f6d46f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_279_CL(IMC).out @@ -0,0 +1,23 @@ +279_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8159848531087239 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_27_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_27_CL(IMC).out new file mode 100644 index 00000000..3045c3e9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_27_CL(IMC).out @@ -0,0 +1,23 @@ +27_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6882160107294718 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_28_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_28_CL(IMC).out new file mode 100644 index 00000000..e8590015 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_28_CL(IMC).out @@ -0,0 +1,23 @@ +28_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.5353540619214376 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_29_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_29_CL(IMC).out new file mode 100644 index 00000000..b512a77d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_29_CL(IMC).out @@ -0,0 +1,23 @@ +29_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.3464748819669086 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_2_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_2_CL(IMC).out new file mode 100644 index 00000000..5e6b6b0d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_2_CL(IMC).out @@ -0,0 +1,23 @@ +2_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0591166218121846 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_30_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_30_CL(IMC).out new file mode 100644 index 00000000..ef30fa1e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_30_CL(IMC).out @@ -0,0 +1,23 @@ +30_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.7101200660069784 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_31_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_31_CL(IMC).out new file mode 100644 index 00000000..9d2a07ab --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_31_CL(IMC).out @@ -0,0 +1,23 @@ +31_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.3516552090644836 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_324_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_324_CL(IMC).out new file mode 100644 index 00000000..001a8d4b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_324_CL(IMC).out @@ -0,0 +1,23 @@ +324_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.9899113734563192 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_325_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_325_CL(IMC).out new file mode 100644 index 00000000..2fef2bc2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_325_CL(IMC).out @@ -0,0 +1,23 @@ +325_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +3.1884638905525207 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_326_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_326_CL(IMC).out new file mode 100644 index 00000000..8f1d06fa --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_326_CL(IMC).out @@ -0,0 +1,23 @@ +326_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +3.1490079085032145 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_327_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_327_CL(IMC).out new file mode 100644 index 00000000..7ce5e4be --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_327_CL(IMC).out @@ -0,0 +1,23 @@ +327_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.677163322766622 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_32_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_32_CL(IMC).out new file mode 100644 index 00000000..ba6f4e6c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_32_CL(IMC).out @@ -0,0 +1,23 @@ +32_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.91626957654953 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_330_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_330_CL(IMC).out new file mode 100644 index 00000000..bcf50d9a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_330_CL(IMC).out @@ -0,0 +1,23 @@ +330_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.7114572763442992 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_331_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_331_CL(IMC).out new file mode 100644 index 00000000..10cc8f99 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_331_CL(IMC).out @@ -0,0 +1,23 @@ +331_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.9408700585365297 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_332_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_332_CL(IMC).out new file mode 100644 index 00000000..b463b455 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_332_CL(IMC).out @@ -0,0 +1,23 @@ +332_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.8053857247034708 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_335_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_335_CL(IMC).out new file mode 100644 index 00000000..76d78ea5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_335_CL(IMC).out @@ -0,0 +1,23 @@ +335_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.7501030762990315 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_336_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_336_CL(IMC).out new file mode 100644 index 00000000..c0b39826 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_336_CL(IMC).out @@ -0,0 +1,23 @@ +336_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6394318461418151 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_337_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_337_CL(IMC).out new file mode 100644 index 00000000..dc234ee2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_337_CL(IMC).out @@ -0,0 +1,23 @@ +337_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8615077694257101 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_338_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_338_CL(IMC).out new file mode 100644 index 00000000..980bd432 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_338_CL(IMC).out @@ -0,0 +1,23 @@ +338_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.5332713166872662 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_339_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_339_CL(IMC).out new file mode 100644 index 00000000..dca78979 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_339_CL(IMC).out @@ -0,0 +1,23 @@ +339_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.6023022770881652 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_340_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_340_CL(IMC).out new file mode 100644 index 00000000..d8ec5218 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_340_CL(IMC).out @@ -0,0 +1,23 @@ +340_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.4722996950149536 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_342_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_342_CL(IMC).out new file mode 100644 index 00000000..ed449284 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_342_CL(IMC).out @@ -0,0 +1,23 @@ +342_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9423926512400309 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_343_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_343_CL(IMC).out new file mode 100644 index 00000000..cea853f9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_343_CL(IMC).out @@ -0,0 +1,23 @@ +343_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6125997066497803 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_347_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_347_CL(IMC).out new file mode 100644 index 00000000..a01a000f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_347_CL(IMC).out @@ -0,0 +1,23 @@ +347_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8817579865455627 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_34_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_34_CL(IMC).out new file mode 100644 index 00000000..379e0b6a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_34_CL(IMC).out @@ -0,0 +1,23 @@ +34_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9441802422205607 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_352_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_352_CL(IMC).out new file mode 100644 index 00000000..bf5df075 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_352_CL(IMC).out @@ -0,0 +1,23 @@ +352_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.5139137069384256 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_354_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_354_CL(IMC).out new file mode 100644 index 00000000..519ea447 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_354_CL(IMC).out @@ -0,0 +1,23 @@ +354_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.522687840461731 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_357_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_357_CL(IMC).out new file mode 100644 index 00000000..1d2b6cc5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_357_CL(IMC).out @@ -0,0 +1,23 @@ +357_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6591852744420369 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_358_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_358_CL(IMC).out new file mode 100644 index 00000000..93d3d293 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_358_CL(IMC).out @@ -0,0 +1,23 @@ +358_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.371205226580302 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_359_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_359_CL(IMC).out new file mode 100644 index 00000000..ccddd25b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_359_CL(IMC).out @@ -0,0 +1,23 @@ +359_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.3814497590065002 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_35_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_35_CL(IMC).out new file mode 100644 index 00000000..0e17870c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_35_CL(IMC).out @@ -0,0 +1,23 @@ +35_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7103452881177267 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_360_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_360_CL(IMC).out new file mode 100644 index 00000000..60a8374e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_360_CL(IMC).out @@ -0,0 +1,23 @@ +360_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.2541802326838174 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_361_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_361_CL(IMC).out new file mode 100644 index 00000000..930f62eb --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_361_CL(IMC).out @@ -0,0 +1,23 @@ +361_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +3.6184587399164836 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_363_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_363_CL(IMC).out new file mode 100644 index 00000000..bfef1c1a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_363_CL(IMC).out @@ -0,0 +1,23 @@ +363_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.418634374936422 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_366_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_366_CL(IMC).out new file mode 100644 index 00000000..0f6ec418 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_366_CL(IMC).out @@ -0,0 +1,23 @@ +366_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5963552633921305 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_368_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_368_CL(IMC).out new file mode 100644 index 00000000..7670f23c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_368_CL(IMC).out @@ -0,0 +1,23 @@ +368_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5336253603299459 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_369_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_369_CL(IMC).out new file mode 100644 index 00000000..1c3a3100 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_369_CL(IMC).out @@ -0,0 +1,23 @@ +369_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5821897109349569 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_370_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_370_CL(IMC).out new file mode 100644 index 00000000..63a174a4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_370_CL(IMC).out @@ -0,0 +1,23 @@ +370_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.605197815100352 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_372_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_372_CL(IMC).out new file mode 100644 index 00000000..4f5a6b27 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_372_CL(IMC).out @@ -0,0 +1,23 @@ +372_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.592489465077718 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_373_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_373_CL(IMC).out new file mode 100644 index 00000000..cfe5fc1a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_373_CL(IMC).out @@ -0,0 +1,23 @@ +373_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5538040677706401 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_374_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_374_CL(IMC).out new file mode 100644 index 00000000..1b0b5e3d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_374_CL(IMC).out @@ -0,0 +1,23 @@ +374_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5888091405232747 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_375_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_375_CL(IMC).out new file mode 100644 index 00000000..04687027 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_375_CL(IMC).out @@ -0,0 +1,23 @@ +375_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5539755900700887 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_37_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_37_CL(IMC).out new file mode 100644 index 00000000..d1cf85ba --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_37_CL(IMC).out @@ -0,0 +1,23 @@ +37_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.5815699497858684 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_3_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_3_CL(IMC).out new file mode 100644 index 00000000..0acecf01 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_3_CL(IMC).out @@ -0,0 +1,23 @@ +3_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.447906219959259 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_40_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_40_CL(IMC).out new file mode 100644 index 00000000..15b60b61 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_40_CL(IMC).out @@ -0,0 +1,23 @@ +40_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.6178240537643434 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_41_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_41_CL(IMC).out new file mode 100644 index 00000000..4be7f8b1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_41_CL(IMC).out @@ -0,0 +1,23 @@ +41_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +3.7268141667048136 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_42_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_42_CL(IMC).out new file mode 100644 index 00000000..941a1ce0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_42_CL(IMC).out @@ -0,0 +1,23 @@ +42_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6152834494908651 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_43_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_43_CL(IMC).out new file mode 100644 index 00000000..6283d0bc --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_43_CL(IMC).out @@ -0,0 +1,23 @@ +43_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.441759181022644 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_44_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_44_CL(IMC).out new file mode 100644 index 00000000..467cde64 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_44_CL(IMC).out @@ -0,0 +1,23 @@ +44_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.5817808389663695 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_45_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_45_CL(IMC).out new file mode 100644 index 00000000..0d54b852 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_45_CL(IMC).out @@ -0,0 +1,23 @@ +45_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.687535214424133 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_46_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_46_CL(IMC).out new file mode 100644 index 00000000..557e838d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_46_CL(IMC).out @@ -0,0 +1,23 @@ +46_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.5678786198298136 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_48_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_48_CL(IMC).out new file mode 100644 index 00000000..8740aa57 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_48_CL(IMC).out @@ -0,0 +1,23 @@ +48_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1598915894826254 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_4_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_4_CL(IMC).out new file mode 100644 index 00000000..5241d405 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_4_CL(IMC).out @@ -0,0 +1,23 @@ +4_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1340820789337158 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_51_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_51_CL(IMC).out new file mode 100644 index 00000000..2d0d59df --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_51_CL(IMC).out @@ -0,0 +1,23 @@ +51_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.573427061239878 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_529_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_529_CL(IMC).out new file mode 100644 index 00000000..cdf3a477 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_529_CL(IMC).out @@ -0,0 +1,23 @@ +529_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6047586838404337 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_52_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_52_CL(IMC).out new file mode 100644 index 00000000..2d95f752 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_52_CL(IMC).out @@ -0,0 +1,23 @@ +52_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.980049745241801 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_530_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_530_CL(IMC).out new file mode 100644 index 00000000..e906abfa --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_530_CL(IMC).out @@ -0,0 +1,23 @@ +530_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5675371090571085 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_534_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_534_CL(IMC).out new file mode 100644 index 00000000..fe3ae8c2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_534_CL(IMC).out @@ -0,0 +1,23 @@ +534_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5235416452089946 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_540_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_540_CL(IMC).out new file mode 100644 index 00000000..412b69bc --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_540_CL(IMC).out @@ -0,0 +1,23 @@ +540_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5012888550758362 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_54_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_54_CL(IMC).out new file mode 100644 index 00000000..abae3151 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_54_CL(IMC).out @@ -0,0 +1,23 @@ +54_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.5167620380719504 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_551_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_551_CL(IMC).out new file mode 100644 index 00000000..d84d3e5a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_551_CL(IMC).out @@ -0,0 +1,23 @@ +551_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5589774012565613 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_57_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_57_CL(IMC).out new file mode 100644 index 00000000..a8e38345 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_57_CL(IMC).out @@ -0,0 +1,23 @@ +57_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.504830272992452 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_59_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_59_CL(IMC).out new file mode 100644 index 00000000..d09baad2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_59_CL(IMC).out @@ -0,0 +1,23 @@ +59_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.6339238246281942 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_5_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_5_CL(IMC).out new file mode 100644 index 00000000..1b63e8a3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_5_CL(IMC).out @@ -0,0 +1,23 @@ +5_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.120835789044698 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_60_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_60_CL(IMC).out new file mode 100644 index 00000000..28b37e86 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_60_CL(IMC).out @@ -0,0 +1,23 @@ +60_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8395512104034424 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_61_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_61_CL(IMC).out new file mode 100644 index 00000000..2b88fa1f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_61_CL(IMC).out @@ -0,0 +1,23 @@ +61_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.6299249092737833 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_62_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_62_CL(IMC).out new file mode 100644 index 00000000..bf552a33 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_62_CL(IMC).out @@ -0,0 +1,23 @@ +62_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +4.314400271574656 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_63_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_63_CL(IMC).out new file mode 100644 index 00000000..f27ed488 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_63_CL(IMC).out @@ -0,0 +1,23 @@ +63_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.4480515162150065 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_64_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_64_CL(IMC).out new file mode 100644 index 00000000..a64f2348 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_64_CL(IMC).out @@ -0,0 +1,23 @@ +64_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9765433311462403 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_65_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_65_CL(IMC).out new file mode 100644 index 00000000..d7752f6a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_65_CL(IMC).out @@ -0,0 +1,23 @@ +65_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7547975023587544 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_68_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_68_CL(IMC).out new file mode 100644 index 00000000..7a3ab03f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_68_CL(IMC).out @@ -0,0 +1,23 @@ +68_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.626806628704071 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_6_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_6_CL(IMC).out new file mode 100644 index 00000000..7d58e8e7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_6_CL(IMC).out @@ -0,0 +1,23 @@ +6_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8593773961067199 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_73_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_73_CL(IMC).out new file mode 100644 index 00000000..dee4ce32 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_73_CL(IMC).out @@ -0,0 +1,23 @@ +73_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5808719714482625 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_76_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_76_CL(IMC).out new file mode 100644 index 00000000..8f47c3ef --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_76_CL(IMC).out @@ -0,0 +1,23 @@ +76_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6922165711720785 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_77_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_77_CL(IMC).out new file mode 100644 index 00000000..c31a1092 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_77_CL(IMC).out @@ -0,0 +1,23 @@ +77_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6890135566393535 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_79_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_79_CL(IMC).out new file mode 100644 index 00000000..e18efc23 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_79_CL(IMC).out @@ -0,0 +1,23 @@ +79_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.3076401233673096 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_80_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_80_CL(IMC).out new file mode 100644 index 00000000..9664e25e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_80_CL(IMC).out @@ -0,0 +1,23 @@ +80_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.309966464837392 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_84_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_84_CL(IMC).out new file mode 100644 index 00000000..2c0bd0f2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_84_CL(IMC).out @@ -0,0 +1,23 @@ +84_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.264395248889923 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_86_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_86_CL(IMC).out new file mode 100644 index 00000000..f87938b4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_86_CL(IMC).out @@ -0,0 +1,23 @@ +86_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.2468687613805136 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_87_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_87_CL(IMC).out new file mode 100644 index 00000000..0fb96d1c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_87_CL(IMC).out @@ -0,0 +1,23 @@ +87_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.2907043774922689 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_8_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_8_CL(IMC).out new file mode 100644 index 00000000..34534230 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_8_CL(IMC).out @@ -0,0 +1,23 @@ +8_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0916982849438985 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_96_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_96_CL(IMC).out new file mode 100644 index 00000000..ce39d37e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_96_CL(IMC).out @@ -0,0 +1,23 @@ +96_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1969318985939026 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/S3/0_9_CL(IMC).out b/run/stage_logs/NAPMD_NO2/S3/0_9_CL(IMC).out new file mode 100644 index 00000000..cf0d8f3a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/S3/0_9_CL(IMC).out @@ -0,0 +1,23 @@ +9_CL(IMC) -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.6201699137687684 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_100_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_100_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..9730244d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_100_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +100_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8996324658393859 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_100_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_100_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..ab79102c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_100_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +100_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2549421469370523 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_100_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_100_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..b5f1b378 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_100_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +100_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0640745759010315 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_101_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_101_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..04cb36ea --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_101_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +101_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1822844386100768 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_101_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_101_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..a3d7ae7c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_101_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +101_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3484410564104716 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_101_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_101_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..81267835 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_101_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +101_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3921159545580546 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_102_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_102_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..be885b2c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_102_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +102_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7963065663973491 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_102_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_102_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..f204076c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_102_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +102_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.271966807047526 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_102_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_102_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..74e6f07f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_102_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +102_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0206923007965087 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_103_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_103_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..e64578c4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_103_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +103_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.0427885373433431 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_103_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_103_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..f95892f5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_103_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +103_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.22596024672190348 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_103_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_103_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..267d1610 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_103_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +103_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.023907868067423503 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_104_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_104_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..655c41f5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_104_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +104_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9857296744982401 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_104_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_104_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..22c8d748 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_104_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +104_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9645584901173909 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_104_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_104_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..ff80a34a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_104_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +104_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5461880008379618 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_105_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_105_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..b153d131 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_105_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +105_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3178985118865967 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_105_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_105_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..c258693d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_105_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +105_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8272088527679443 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_105_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_105_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..dc3f2960 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_105_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +105_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7147364974021911 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_107_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_107_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..d981d95a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_107_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +107_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7771198312441508 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_107_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_107_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..689d6423 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_107_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +107_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2002777020136515 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_107_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_107_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..a2377888 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_107_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +107_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9809627691904704 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_108_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_108_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..6e4dcc72 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_108_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +108_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0083996693293253 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_108_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_108_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..4bd9b3ea --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_108_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +108_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5177162607510886 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_108_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_108_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..757ff807 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_108_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +108_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8466649810473125 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_109_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_109_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..674f0392 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_109_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +109_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0217869321505229 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_109_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_109_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..d3a8b659 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_109_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +109_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.321689256032308 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_109_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_109_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..93b41a24 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_109_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +109_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7275882999102274 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_110_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_110_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..04d1ee29 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_110_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +110_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6349099516868592 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_110_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_110_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..eae911ed --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_110_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +110_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1355843226114908 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_110_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_110_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..0c1a63ea --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_110_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +110_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.48516845703125 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_113_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_113_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..d0200273 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_113_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +113_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1113892634709677 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_113_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_113_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..c27bb08d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_113_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +113_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3415209849675496 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_113_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_113_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..c8512951 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_113_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +113_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7614167014757792 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_118_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_118_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..e76816b7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_118_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +118_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.902127206325531 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_118_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_118_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..7f23e3df --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_118_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +118_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3235060254732767 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_118_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_118_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..037657e1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_118_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +118_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4899197737375895 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_119_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_119_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..2dcccbde --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_119_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +119_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.206602112452189 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_119_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_119_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..9d57331e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_119_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +119_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.254178253809611 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_119_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_119_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..49f09ee8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_119_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +119_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9853975574175516 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_11_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_11_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..47d79170 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_11_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +11_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.512790258725484 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_11_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_11_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..b8fcd4ca --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_11_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +11_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.486196768283844 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_11_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_11_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..9bdd4def --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_11_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +11_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.09102676709493 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_13_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_13_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..d2e2e61c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_13_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +13_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9634279171625773 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_13_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_13_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..a79d0fa7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_13_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +13_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.5532494028409323 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_13_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_13_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..1a49be64 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_13_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +13_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.5455915053685505 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_14_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_14_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..61fb098a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_14_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +14_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.218133012453715 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_14_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_14_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..98224475 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_14_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +14_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.555947204430898 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_14_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_14_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..1ad1b39e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_14_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +14_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2897001067797342 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_15_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_15_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..1de09611 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_15_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +15_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8976216157277426 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_15_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_15_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..c140ae25 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_15_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +15_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.6221526781717936 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_15_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_15_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..312c6cf1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_15_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +15_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.2578518549601236 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_18_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_18_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..6cd6bc3e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_18_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +18_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8079750577608744 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_18_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_18_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..c8abc195 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_18_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +18_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9938830653826396 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_18_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_18_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..c0d126f0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_18_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +18_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0837815483411153 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_19_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_19_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..12b68bf1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_19_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +19_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6759817838668823 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_19_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_19_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..411469e1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_19_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +19_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3744455695152282 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_19_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_19_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..76770027 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_19_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +19_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.135265839099884 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_1_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_1_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..97d8d4ac --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_1_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +1_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3374594489733378 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_1_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_1_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..e6678502 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_1_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +1_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8801355799039206 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_1_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_1_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..9bc32441 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_1_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +1_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2339820702870687 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_20_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_20_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..b4f7faae --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_20_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +20_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.815419336160024 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_20_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_20_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..fe4e3d41 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_20_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +20_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0858283241589863 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_20_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_20_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..24a3a045 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_20_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +20_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5717360933621725 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_21_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_21_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..fd3d8ee2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_21_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +21_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.25925483703613283 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_21_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_21_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..82c656cd --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_21_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +21_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9131638685862223 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_21_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_21_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..bb45f976 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_21_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +21_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.602065380414327 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_22_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_22_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..3fb90d09 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_22_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +22_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6711045304934184 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_22_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_22_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..8d46d7f7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_22_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +22_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8599278887112936 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_22_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_22_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..a946c8f0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_22_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +22_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7800376256306967 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_23_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_23_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..8cf9e9c9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_23_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +23_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0039944489796957 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_23_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_23_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..abc3065d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_23_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +23_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.546174184481303 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_23_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_23_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..6a5af4d2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_23_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +23_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.1712597370147706 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_24_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_24_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..ac96f389 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_24_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +24_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.048065340518951415 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_24_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_24_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..589025f9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_24_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +24_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.24998503526051838 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_24_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_24_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..10cdfa41 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_24_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +24_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.048087024688720705 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_26_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_26_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..5b1397e3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_26_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +26_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0343520800272623 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_26_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_26_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..26d56022 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_26_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +26_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.357923905054728 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_26_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_26_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..40045cbc --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_26_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +26_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.1915305455525718 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_270_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_270_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..99d4ac6c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_270_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +270_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4314586520195007 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_270_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_270_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..249c82cf --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_270_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +270_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.1392428874969482 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_270_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_270_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..607c51c7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_270_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +270_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5058162569999696 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_271_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_271_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..bf8a3337 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_271_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +271_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6552315195401509 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_271_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_271_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..4bf39f13 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_271_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +271_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.2198126196861265 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_271_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_271_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..9834fec8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_271_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +271_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7683353185653687 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_272_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_272_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..c8206e3e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_272_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +272_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5834239323933919 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_272_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_272_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..971384de --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_272_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +272_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.3255022207895917 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_272_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_272_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..2a71f445 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_272_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +272_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5816141366958618 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_274_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_274_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..24e35cf7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_274_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +274_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7938595771789552 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_274_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_274_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..8040ecde --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_274_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +274_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.724805990854899 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_274_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_274_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..83694dbc --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_274_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +274_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5981308102607727 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_275_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_275_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..f7243385 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_275_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +275_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8324328502019247 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_275_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_275_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..0ee04563 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_275_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +275_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.518692310651143 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_275_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_275_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..c506c04e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_275_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +275_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6194896936416625 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_278_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_278_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..708b863c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_278_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +278_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.43106481234232585 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_278_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_278_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..645ca1ef --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_278_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +278_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9239319205284119 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_278_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_278_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..dbb62d14 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_278_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +278_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3663168509801229 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_279_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_279_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..b6d7f07b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_279_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +279_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2191080609957377 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_279_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_279_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..3a10a2a4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_279_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +279_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.888319977124532 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_279_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_279_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..73c14289 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_279_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +279_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.33365933497746786 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_27_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_27_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..94a25570 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_27_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +27_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5317211747169495 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_27_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_27_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..57ce9820 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_27_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +27_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5819157441457112 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_27_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_27_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..416c5fa7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_27_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +27_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.16008285681406656 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_28_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_28_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..35acd7b2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_28_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +28_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9719314535458883 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_28_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_28_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..66ff902f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_28_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +28_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5567633708318074 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_28_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_28_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..36198c37 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_28_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +28_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.38531169096628826 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_29_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_29_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..52d4d79e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_29_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +29_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7756288011868795 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_29_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_29_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..40db40af --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_29_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +29_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.3961783170700075 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_29_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_29_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..9e0e368b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_29_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +29_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0805332183837892 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_2_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_2_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..f16510e6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_2_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +2_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2637758811314901 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_2_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_2_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..ca34950e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_2_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +2_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.715207846959432 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_2_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_2_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..5d01531c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_2_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +2_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.13415486415227254 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_30_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_30_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..2f9a6faf --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_30_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +30_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.6247851530710857 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_30_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_30_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..e564a4b3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_30_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +30_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.569765603542328 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_30_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_30_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..3b491447 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_30_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +30_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9388575514157613 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_31_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_31_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..fcd409b0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_31_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +31_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0319448232650756 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_31_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_31_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..aebc0cf3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_31_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +31_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1968837102254233 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_31_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_31_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..89cc38d3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_31_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +31_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5954822699228922 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_324_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_324_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..4eadb02f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_324_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +324_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5659123420715333 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_324_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_324_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..8992fbe9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_324_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +324_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.950659688313802 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_324_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_324_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..9f57d1d7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_324_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +324_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.558428450425466 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_325_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_325_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..8fd0004c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_325_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +325_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.430712874730428 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_325_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_325_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..3e3340d9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_325_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +325_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.940738848845164 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_325_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_325_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..992a1248 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_325_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +325_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.334810225168864 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_326_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_326_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..9c0a6826 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_326_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +326_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.287939365704854 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_326_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_326_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..0d3fdb0c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_326_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +326_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.784489385286967 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_326_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_326_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..b6bbc316 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_326_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +326_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.2062591314315796 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_327_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_327_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..bd06b657 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_327_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +327_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.569090660413106 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_327_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_327_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..53ba290a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_327_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +327_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.612758445739746 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_327_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_327_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..11a5dd72 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_327_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +327_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0819624225298563 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_32_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_32_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..ce081bf4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_32_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +32_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.0727419892946879 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_32_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_32_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..9f926863 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_32_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +32_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3442558805147807 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_32_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_32_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..de2a6468 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_32_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +32_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.05435703595479329 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_330_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_330_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..343eaf78 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_330_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +330_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.2004971226056416 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_330_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_330_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..06338e75 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_330_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +330_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.497990341981252 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_330_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_330_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..45e62f21 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_330_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +330_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.528484872976939 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_331_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_331_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..1efde80a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_331_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +331_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.715392510096232 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_331_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_331_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..def7519d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_331_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +331_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.365407931804657 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_331_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_331_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..4fa2658b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_331_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +331_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.04558029572169 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_332_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_332_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..4a442e57 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_332_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +332_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.378524112701416 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_332_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_332_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..88e65b61 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_332_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +332_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8265066981315612 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_332_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_332_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..c5c4a078 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_332_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +332_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.554122813542684 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_335_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_335_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..7e5085b8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_335_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +335_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1824406862258912 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_335_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_335_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..ccaab7f8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_335_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +335_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6396780451138815 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_335_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_335_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..33d54a57 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_335_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +335_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5976011077562968 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_336_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_336_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..1ed71edb --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_336_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +336_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.07074123620986938 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_336_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_336_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..3293a428 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_336_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +336_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.32562827269236244 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_336_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_336_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..4502de22 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_336_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +336_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.057357255617777506 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_337_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_337_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..2553b7c1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_337_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +337_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.259931476910909 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_337_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_337_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..335f9794 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_337_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +337_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.824945592880249 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_337_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_337_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..7cd80784 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_337_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +337_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3050952911376953 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_338_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_338_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..04f0b43c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_338_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +338_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.1439157366752624 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_338_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_338_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..7dba2fce --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_338_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +338_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.8786426703135173 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_338_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_338_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..e8dc7fa6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_338_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +338_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.16099408864975 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_339_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_339_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..26970fb7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_339_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +339_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2266099254290264 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_339_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_339_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..8234fa1c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_339_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +339_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9671739021937051 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_339_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_339_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..73592e7c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_339_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +339_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3926376024882 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_340_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_340_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..02ff5b31 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_340_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +340_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.018442972501119 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_340_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_340_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..287b19ae --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_340_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +340_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.3938186287879946 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_340_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_340_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..f49676ae --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_340_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +340_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0177018960316975 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_342_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_342_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..376c55af --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_342_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +342_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.31039268175760903 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_342_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_342_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..00117da0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_342_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +342_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.89570418993632 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_342_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_342_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..c4af8e18 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_342_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +342_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.20138607422510782 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_343_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_343_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..f0dab47f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_343_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +343_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.018174842993418375 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_343_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_343_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..f930a958 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_343_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +343_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.1784920573234558 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_343_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_343_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..683043c8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_343_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +343_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.012284815311431885 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_347_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_347_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..57dbc04d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_347_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +347_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.10459093650182089 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_347_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_347_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..698b1c93 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_347_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +347_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5603723367055257 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_347_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_347_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..37064ea7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_347_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +347_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.11132367451985677 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_34_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_34_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..e024fa55 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_34_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +34_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4408249735832214 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_34_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_34_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..252b7b4d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_34_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +34_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7850690881411234 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_34_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_34_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..de25086d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_34_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +34_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.32778899669647216 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_352_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_352_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..31c772a0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_352_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +352_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.223579208056132 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_352_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_352_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..ab4d9c21 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_352_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +352_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.8513922532399496 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_352_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_352_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..56b8973d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_352_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +352_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.123398510615031 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_354_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_354_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..0d4b3549 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_354_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +354_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.912267788251241 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_354_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_354_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..53b03c01 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_354_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +354_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.5331366141637166 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_354_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_354_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..96d638fe --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_354_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +354_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.5160666704177856 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_357_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_357_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..ed1c0eae --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_357_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +357_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.23943414290746054 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_357_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_357_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..9196a50c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_357_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +357_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.39293336868286133 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_357_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_357_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..2a0e507d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_357_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +357_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.10582273801167806 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_358_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_358_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..1af3f0e6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_358_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +358_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0534348249435426 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_358_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_358_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..9d24dfaa --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_358_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +358_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.5289400696754454 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_358_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_358_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..d3479add --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_358_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +358_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.5126322865486146 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_359_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_359_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..8df6c7a8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_359_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +359_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9029436230659484 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_359_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_359_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..eebedfb4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_359_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +359_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.3455267469088237 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_359_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_359_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..adfd3dd2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_359_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +359_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0963881770769754 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_35_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_35_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..7298c000 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_35_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +35_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.028301278750101726 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_35_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_35_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..c89123e5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_35_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +35_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.20565821727116904 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_35_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_35_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..e58367ee --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_35_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +35_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.016096846262613932 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_360_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_360_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..8fad2e0d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_360_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +360_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6855751117070517 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_360_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_360_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..e83f72f1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_360_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +360_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.3288426995277405 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_360_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_360_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..798fd0b9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_360_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +360_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7707631826400756 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_361_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_361_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..f4538332 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_361_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +361_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0670726180076597 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_361_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_361_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..6d89c8cf --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_361_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +361_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.5976607322692873 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_361_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_361_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..ba263bfc --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_361_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +361_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.158187544345856 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_363_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_363_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..70001777 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_363_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +363_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9746077537536622 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_363_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_363_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..8261c960 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_363_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +363_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.473965589205424 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_363_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_363_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..4e37ea61 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_363_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +363_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.1239723841349285 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_366_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_366_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..790f860c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_366_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +366_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.0492603341738383 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_366_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_366_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..c4a83bd6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_366_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +366_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.30077390670776366 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_366_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_366_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..669ceb30 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_366_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +366_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.040228211879730226 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_368_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_368_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..89fab707 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_368_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +368_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.027331713835398355 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_368_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_368_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..73ed66b4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_368_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +368_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.21531625588734946 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_368_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_368_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..deb8d941 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_368_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +368_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.020748770236968993 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_369_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_369_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..5fdb8186 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_369_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +369_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.017847987016042073 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_369_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_369_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..4c47f640 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_369_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +369_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.18129107157389324 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_369_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_369_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..2c9512e4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_369_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +369_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.012015974521636963 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_370_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_370_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..dee1354b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_370_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +370_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.0738454818725586 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_370_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_370_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..523528dc --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_370_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +370_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2884301503499349 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_370_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_370_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..47514331 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_370_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +370_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.06206767161687215 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_372_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_372_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..50b8344f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_372_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +372_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.07381175756454468 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_372_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_372_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..c08ca5e5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_372_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +372_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.24509222507476808 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_372_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_372_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..72442ef2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_372_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +372_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.03283547163009644 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_373_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_373_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..fde21a8c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_373_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +373_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.07481424013773601 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_373_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_373_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..0772b639 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_373_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +373_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.26700661579767865 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_373_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_373_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..eb0cfac0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_373_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +373_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.042421666781107585 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_374_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_374_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..f01a8a8b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_374_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +374_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.04897397756576538 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_374_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_374_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..bb43f111 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_374_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +374_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.29616878827412924 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_374_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_374_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..cdadb33f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_374_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +374_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.04078149398167928 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_375_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_375_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..efeaeecb --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_375_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +375_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.07420684099197387 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_375_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_375_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..2e14d711 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_375_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +375_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.21844327449798584 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_375_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_375_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..2cbc1d4c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_375_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +375_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.03810529708862305 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_37_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_37_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..763af19b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_37_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +37_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.846356991926829 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_37_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_37_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..2b52830d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_37_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +37_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3135140776634215 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_37_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_37_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..a90b7afc --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_37_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +37_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4303883632024129 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_3_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_3_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..092624fe --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_3_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +3_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.768663720289866 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_3_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_3_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..d418cada --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_3_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +3_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.327815083662669 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_3_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_3_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..fc36bb79 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_3_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +3_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9715476870536803 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_40_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_40_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..b19cd1cc --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_40_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +40_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.182187553246816 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_40_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_40_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..1b614eae --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_40_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +40_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.318326445420583 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_40_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_40_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..9d028d81 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_40_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +40_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.1057791153589887 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_41_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_41_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..f77c8d97 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_41_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +41_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.498006502787272 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_41_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_41_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..5322e167 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_41_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +41_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.5262662768363953 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_41_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_41_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..e2e24b42 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_41_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +41_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8623504479726156 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_42_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_42_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..68bf50dc --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_42_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +42_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.05770165920257568 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_42_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_42_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..f4e5906f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_42_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +42_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4576544165611267 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_42_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_42_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..9cbbc034 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_42_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +42_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.04555817047754924 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_43_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_43_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..29b3656c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_43_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +43_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0553476850191752 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_43_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_43_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..3a13f5f5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_43_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +43_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5499862114588419 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_43_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_43_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..93429851 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_43_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +43_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1715809901555378 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_44_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_44_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..a5a3cd12 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_44_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +44_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8968937953313192 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_44_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_44_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..109bf674 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_44_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +44_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.8958103815714518 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_44_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_44_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..a2854ef2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_44_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +44_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0892761588096618 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_45_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_45_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..02e571d6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_45_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +45_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.14514875014623 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_45_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_45_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..375feb3b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_45_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +45_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.6018728534380595 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_45_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_45_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..cc0003c1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_45_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +45_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.210455393791199 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_46_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_46_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..782b1756 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_46_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +46_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.179719106356303 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_46_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_46_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..89f72aa7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_46_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +46_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.3422390937805178 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_46_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_46_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..9740f016 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_46_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +46_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.644626533985138 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_48_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_48_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..70acaafe --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_48_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +48_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8444358030954997 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_48_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_48_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..d29320d7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_48_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +48_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2088635047276814 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_48_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_48_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..4a397316 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_48_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +48_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6929734230041504 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_4_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_4_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..fb4d7774 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_4_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +4_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8641984939575196 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_4_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_4_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..c7c335e0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_4_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +4_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2756001393000285 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_4_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_4_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..e5d0f3c1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_4_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +4_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5018220186233521 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_51_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_51_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..eabfe01e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_51_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +51_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.2436299562454223 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_51_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_51_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..f906568a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_51_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +51_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.352549207210541 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_51_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_51_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..995036df --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_51_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +51_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.1622394323349 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_529_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_529_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..2d0a8c47 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_529_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +529_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.04124503533045451 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_529_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_529_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..32a23926 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_529_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +529_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.20749574104944865 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_529_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_529_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..8ed4c2ed --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_529_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +529_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.022628653049468993 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_52_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_52_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..38ddc671 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_52_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +52_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.49982158342997235 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_52_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_52_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..9b3ee354 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_52_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +52_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9001001437505086 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_52_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_52_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..69ce8874 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_52_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +52_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2186675230662028 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_530_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_530_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..ef42fdbb --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_530_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +530_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.027876400947570802 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_530_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_530_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..b6412ca5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_530_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +530_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.19654239018758138 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_530_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_530_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..3b1a5c82 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_530_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +530_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.016638561089833578 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_534_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_534_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..e6e76af7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_534_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +534_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.040098488330841064 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_534_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_534_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..c496e370 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_534_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +534_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2002862294514974 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_534_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_534_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..e110a659 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_534_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +534_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.02850137948989868 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_540_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_540_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..cc13ed59 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_540_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +540_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.012385304768880208 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_540_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_540_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..208f44f8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_540_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +540_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.16726050774256387 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_540_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_540_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..fd45a879 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_540_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +540_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.005509487787882487 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_54_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_54_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..670af998 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_54_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +54_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.044023529688517 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_54_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_54_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..cf8fcfe6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_54_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +54_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.4963980674743653 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_54_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_54_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..5e16c8b1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_54_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +54_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9221620639165242 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_551_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_551_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..7785dab3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_551_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +551_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.01984151601791382 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_551_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_551_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..d5b1dee5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_551_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +551_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.16369433005650838 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_551_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_551_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..eddddb6c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_551_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +551_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.008124128977457682 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_57_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_57_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..eda908c6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_57_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +57_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.579754590988159 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_57_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_57_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..371cc8eb --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_57_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +57_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.814412490526835 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_57_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_57_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..0ff525b1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_57_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +57_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.906449520587921 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_59_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_59_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..ba881cdb --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_59_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +59_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6008684277534484 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_59_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_59_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..da2fa396 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_59_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +59_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7370840748151144 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_59_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_59_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..44e72e82 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_59_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +59_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1995192766189575 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_5_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_5_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..340bef18 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_5_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +5_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0739585479100546 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_5_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_5_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..ceb43b11 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_5_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +5_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2150494615236918 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_5_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_5_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..abf9a739 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_5_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +5_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.618441657225291 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_60_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_60_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..844f5865 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_60_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +60_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.06227851311365763 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_60_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_60_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..bf2544c4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_60_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +60_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.39164706468582156 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_60_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_60_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..30326ed9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_60_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +60_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.0827437957127889 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_61_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_61_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..96ac54f6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_61_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +61_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3654771010080973 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_61_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_61_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..22c6e7a4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_61_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +61_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.823875904083252 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_61_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_61_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..6b31194f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_61_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +61_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.834790066878001 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_62_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_62_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..a9337af0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_62_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +62_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.6306698600451153 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_62_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_62_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..c87f16ee --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_62_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +62_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.878982679049174 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_62_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_62_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..92a0b014 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_62_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +62_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0160645802815753 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_63_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_63_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..4aa7d5a9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_63_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +63_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.370463482538859 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_63_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_63_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..fbd11440 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_63_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +63_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5484311858812967 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_63_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_63_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..b536d6db --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_63_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +63_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8823448419570923 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_64_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_64_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..4b0a9d93 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_64_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +64_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.881519349416097 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_64_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_64_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..2e029946 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_64_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +64_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1718093792597453 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_64_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_64_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..3970ec99 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_64_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +64_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.34772671858469645 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_65_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_65_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..67577b4b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_65_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +65_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.207863712310791 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_65_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_65_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..1760dc70 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_65_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +65_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5078184962272644 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_65_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_65_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..1c84138f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_65_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +65_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.18441121180852255 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_68_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_68_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..8eb9cc10 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_68_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +68_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.050072904427846274 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_68_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_68_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..592545f9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_68_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +68_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.25556328694025676 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_68_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_68_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..f5d599ee --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_68_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +68_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.04682008425394694 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_6_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_6_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..f2679abf --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_6_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +6_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.07872793674468995 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_6_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_6_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..ab281ef0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_6_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +6_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4583296775817871 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_6_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_6_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..742383c3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_6_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +6_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3057760715484619 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_73_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_73_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..e4ce8df2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_73_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +73_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.03047938346862793 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_73_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_73_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..429618bd --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_73_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +73_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.17508910497029623 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_73_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_73_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..42c418b5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_73_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +73_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.01669457753499349 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_76_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_76_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..d92f636f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_76_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +76_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.06490562756856283 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_76_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_76_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..47e270db --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_76_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +76_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3101094841957092 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_76_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_76_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..2959e8ce --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_76_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +76_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.10268522103627523 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_77_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_77_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..5e78282a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_77_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +77_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.17232152620951335 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_77_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_77_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..438fddfc --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_77_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +77_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.44230679670969647 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_77_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_77_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..a77a108b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_77_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +77_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4847167690594991 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_79_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_79_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..1b47e5da --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_79_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +79_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1070393959681193 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_79_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_79_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..9c8e1516 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_79_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +79_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.283928128083547 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_79_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_79_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..60b31c04 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_79_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +79_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6344634731610616 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_80_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_80_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..c626ea3d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_80_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +80_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8446574807167053 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_80_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_80_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..fb6cca6e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_80_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +80_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2711392442385356 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_80_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_80_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..039069d1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_80_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +80_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0421378850936889 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_84_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_84_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..f147ef25 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_84_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +84_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.014854872226715 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_84_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_84_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..49885fa6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_84_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +84_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7315942049026489 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_84_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_84_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..1ee80d7a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_84_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +84_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9581740419069926 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_86_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_86_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..436c8929 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_86_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +86_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.38738102118174234 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_86_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_86_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..7882a93d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_86_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +86_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4309940616289774 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_86_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_86_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..8b46d63f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_86_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +86_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7057724515597026 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_87_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_87_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..85812026 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_87_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +87_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0841845512390136 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_87_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_87_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..144f22a5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_87_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +87_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3481157183647157 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_87_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_87_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..41919fc0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_87_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +87_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8802962303161621 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_8_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_8_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..b190e733 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_8_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +8_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9363997499148051 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_8_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_8_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..8decc4ea --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_8_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +8_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1516877929369609 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_8_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_8_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..5ebb893b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_8_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +8_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7198521614074707 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_96_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_96_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..145e04de --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_96_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +96_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7581656217575073 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_96_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_96_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..876d5cd2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_96_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +96_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.990154771010081 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_96_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_96_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..3675fa39 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_96_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +96_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3864826440811157 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_9_CL(IMC)_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_9_CL(IMC)_D_GLOBAL.out new file mode 100644 index 00000000..981850c2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_9_CL(IMC)_D_GLOBAL.out @@ -0,0 +1,3 @@ +9_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5157979091008504 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_9_CL(IMC)_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_9_CL(IMC)_H_GLOBAL.out new file mode 100644 index 00000000..2736e30c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_9_CL(IMC)_H_GLOBAL.out @@ -0,0 +1,3 @@ +9_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.042503289381663 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T1/0_9_CL(IMC)_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T1/0_9_CL(IMC)_M_GLOBAL.out new file mode 100644 index 00000000..e7a4230b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T1/0_9_CL(IMC)_M_GLOBAL.out @@ -0,0 +1,3 @@ +9_CL(IMC) -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.150937016805013 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197812_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197812_D_GLOBAL.out new file mode 100644 index 00000000..c047a41f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197812_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197812 STATION NETCDFs +0.0344786008199056 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197812_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197812_H_GLOBAL.out new file mode 100644 index 00000000..5e83f5da --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197812_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197812 STATION NETCDFs +0.030895177523295084 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197812_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197812_M_GLOBAL.out new file mode 100644 index 00000000..dd9341a5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197812_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197812 STATION NETCDFs +0.03253670930862427 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197901_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197901_D_GLOBAL.out new file mode 100644 index 00000000..b359b80c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197901_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197901 STATION NETCDFs +0.04087108373641968 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197901_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197901_H_GLOBAL.out new file mode 100644 index 00000000..fdbd2656 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197901_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197901 STATION NETCDFs +0.04375604788462321 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197901_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197901_M_GLOBAL.out new file mode 100644 index 00000000..43057d32 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197901_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197901 STATION NETCDFs +0.019353957970937093 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197902_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197902_D_GLOBAL.out new file mode 100644 index 00000000..bca7126e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197902_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197902 STATION NETCDFs +0.032530895868937176 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197902_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197902_H_GLOBAL.out new file mode 100644 index 00000000..a023c11a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197902_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197902 STATION NETCDFs +0.01834412415822347 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197902_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197902_M_GLOBAL.out new file mode 100644 index 00000000..64ba6969 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197902_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197902 STATION NETCDFs +0.03209222157796224 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197903_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197903_D_GLOBAL.out new file mode 100644 index 00000000..1465ce76 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197903_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197903 STATION NETCDFs +0.04450229008992513 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197903_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197903_H_GLOBAL.out new file mode 100644 index 00000000..03e79531 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197903_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197903 STATION NETCDFs +0.03671576579411825 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197903_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197903_M_GLOBAL.out new file mode 100644 index 00000000..775d9c27 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197903_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197903 STATION NETCDFs +0.03359212875366211 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197904_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197904_D_GLOBAL.out new file mode 100644 index 00000000..d5df2266 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197904_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197904 STATION NETCDFs +0.024227134386698403 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197904_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197904_H_GLOBAL.out new file mode 100644 index 00000000..4ad527bf --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197904_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197904 STATION NETCDFs +0.029176684220631917 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197904_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197904_M_GLOBAL.out new file mode 100644 index 00000000..2143349f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197904_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197904 STATION NETCDFs +0.042792781194051104 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197905_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197905_D_GLOBAL.out new file mode 100644 index 00000000..645e186f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197905_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197905 STATION NETCDFs +0.03576136827468872 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197905_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197905_H_GLOBAL.out new file mode 100644 index 00000000..915e15bd --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197905_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197905 STATION NETCDFs +0.026825475692749023 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197905_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197905_M_GLOBAL.out new file mode 100644 index 00000000..cee1f273 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197905_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197905 STATION NETCDFs +0.035906755924224855 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197906_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197906_D_GLOBAL.out new file mode 100644 index 00000000..99b99a84 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197906_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197906 STATION NETCDFs +0.02791894276936849 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197906_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197906_H_GLOBAL.out new file mode 100644 index 00000000..e2837411 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197906_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197906 STATION NETCDFs +0.036621272563934326 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197906_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197906_M_GLOBAL.out new file mode 100644 index 00000000..12d57c33 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197906_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197906 STATION NETCDFs +0.04072056214014689 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197907_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197907_D_GLOBAL.out new file mode 100644 index 00000000..b248d6d1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197907_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197907 STATION NETCDFs +0.03778771956761678 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197907_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197907_H_GLOBAL.out new file mode 100644 index 00000000..5ce1ea8e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197907_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197907 STATION NETCDFs +0.028610201676686604 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197907_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197907_M_GLOBAL.out new file mode 100644 index 00000000..203d6966 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197907_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197907 STATION NETCDFs +0.034415022532145186 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197908_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197908_D_GLOBAL.out new file mode 100644 index 00000000..9aae6648 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197908_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197908 STATION NETCDFs +0.04876665671666463 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197908_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197908_H_GLOBAL.out new file mode 100644 index 00000000..6a25cf88 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197908_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197908 STATION NETCDFs +0.021712851524353028 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197908_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197908_M_GLOBAL.out new file mode 100644 index 00000000..533c766d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197908_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197908 STATION NETCDFs +0.030979589621225993 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197909_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197909_D_GLOBAL.out new file mode 100644 index 00000000..83f3f0eb --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197909_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197909 STATION NETCDFs +0.0419727881749471 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197909_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197909_H_GLOBAL.out new file mode 100644 index 00000000..0f6b4a7a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197909_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197909 STATION NETCDFs +0.037325318654378256 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197909_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197909_M_GLOBAL.out new file mode 100644 index 00000000..f4d681cf --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197909_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197909 STATION NETCDFs +0.03869065046310425 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197910_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197910_D_GLOBAL.out new file mode 100644 index 00000000..e1e78f3d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197910_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197910 STATION NETCDFs +0.022990914185841878 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197910_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197910_H_GLOBAL.out new file mode 100644 index 00000000..cc41d79f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197910_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197910 STATION NETCDFs +0.03717386325200399 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197910_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197910_M_GLOBAL.out new file mode 100644 index 00000000..aebfab50 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197910_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197910 STATION NETCDFs +0.023108029365539552 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197911_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197911_D_GLOBAL.out new file mode 100644 index 00000000..52a55bab --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197911_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197911 STATION NETCDFs +0.030485522747039796 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197911_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197911_H_GLOBAL.out new file mode 100644 index 00000000..438df015 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197911_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197911 STATION NETCDFs +0.024687469005584717 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197911_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197911_M_GLOBAL.out new file mode 100644 index 00000000..a407ac16 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197911_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197911 STATION NETCDFs +0.03582532405853271 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197912_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197912_D_GLOBAL.out new file mode 100644 index 00000000..a2b49ce2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197912_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197912 STATION NETCDFs +0.038477142651875816 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197912_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197912_H_GLOBAL.out new file mode 100644 index 00000000..471ba603 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197912_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197912 STATION NETCDFs +0.023058847586313883 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_197912_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_197912_M_GLOBAL.out new file mode 100644 index 00000000..9ec45f1a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_197912_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197912 STATION NETCDFs +0.0339435617129008 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198001_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198001_D_GLOBAL.out new file mode 100644 index 00000000..b5a71b73 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198001_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198001 STATION NETCDFs +0.04384626150131225 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198001_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198001_H_GLOBAL.out new file mode 100644 index 00000000..372a8cef --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198001_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198001 STATION NETCDFs +0.04151287873586019 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198001_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198001_M_GLOBAL.out new file mode 100644 index 00000000..3d503f6a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198001_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198001 STATION NETCDFs +0.030627059936523437 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198002_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198002_D_GLOBAL.out new file mode 100644 index 00000000..a7f503aa --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198002_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198002 STATION NETCDFs +0.03338544368743897 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198002_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198002_H_GLOBAL.out new file mode 100644 index 00000000..4c2793f6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198002_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198002 STATION NETCDFs +0.03224090337753296 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198002_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198002_M_GLOBAL.out new file mode 100644 index 00000000..ec7e90aa --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198002_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198002 STATION NETCDFs +0.03701901833216349 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198003_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198003_D_GLOBAL.out new file mode 100644 index 00000000..a2b92114 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198003_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198003 STATION NETCDFs +0.017731901009877524 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198003_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198003_H_GLOBAL.out new file mode 100644 index 00000000..df1b883c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198003_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198003 STATION NETCDFs +0.021919850508371988 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198003_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198003_M_GLOBAL.out new file mode 100644 index 00000000..ba58520f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198003_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198003 STATION NETCDFs +0.033069523175557454 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198004_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198004_D_GLOBAL.out new file mode 100644 index 00000000..8b0d044e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198004_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198004 STATION NETCDFs +0.027956068515777588 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198004_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198004_H_GLOBAL.out new file mode 100644 index 00000000..8a7b2aa8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198004_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198004 STATION NETCDFs +0.0205384095509847 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198004_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198004_M_GLOBAL.out new file mode 100644 index 00000000..2d5680eb --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198004_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198004 STATION NETCDFs +0.034916818141937256 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198005_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198005_D_GLOBAL.out new file mode 100644 index 00000000..e21279da --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198005_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198005 STATION NETCDFs +0.03986012140909831 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198005_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198005_H_GLOBAL.out new file mode 100644 index 00000000..dde21185 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198005_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198005 STATION NETCDFs +0.044714895884195964 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198005_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198005_M_GLOBAL.out new file mode 100644 index 00000000..2840251b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198005_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198005 STATION NETCDFs +0.028862841924031577 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198006_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198006_D_GLOBAL.out new file mode 100644 index 00000000..0890b57d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198006_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198006 STATION NETCDFs +0.02237968842188517 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198006_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198006_H_GLOBAL.out new file mode 100644 index 00000000..9e1ebe6b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198006_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198006 STATION NETCDFs +0.022123217582702637 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198006_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198006_M_GLOBAL.out new file mode 100644 index 00000000..c9c66881 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198006_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198006 STATION NETCDFs +0.035739835103352866 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198007_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198007_D_GLOBAL.out new file mode 100644 index 00000000..008d5c02 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198007_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198007 STATION NETCDFs +0.025897332032521567 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198007_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198007_H_GLOBAL.out new file mode 100644 index 00000000..0a0cc88b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198007_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198007 STATION NETCDFs +0.033202656110127765 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198007_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198007_M_GLOBAL.out new file mode 100644 index 00000000..18fbf093 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198007_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198007 STATION NETCDFs +0.040231911341349284 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198008_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198008_D_GLOBAL.out new file mode 100644 index 00000000..c96c7179 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198008_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198008 STATION NETCDFs +0.02404145399729411 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198008_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198008_H_GLOBAL.out new file mode 100644 index 00000000..38b28bd6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198008_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198008 STATION NETCDFs +0.03246010541915893 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198008_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198008_M_GLOBAL.out new file mode 100644 index 00000000..6bed0ef4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198008_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198008 STATION NETCDFs +0.03971671263376872 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198009_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198009_D_GLOBAL.out new file mode 100644 index 00000000..c4a68221 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198009_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198009 STATION NETCDFs +0.024310441811879475 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198009_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198009_H_GLOBAL.out new file mode 100644 index 00000000..32269df9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198009_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198009 STATION NETCDFs +0.03809600273768107 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198009_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198009_M_GLOBAL.out new file mode 100644 index 00000000..c4818d59 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198009_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198009 STATION NETCDFs +0.018465701738993326 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198010_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198010_D_GLOBAL.out new file mode 100644 index 00000000..237f6315 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198010_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198010 STATION NETCDFs +0.045417726039886475 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198010_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198010_H_GLOBAL.out new file mode 100644 index 00000000..9ae843c0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198010_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198010 STATION NETCDFs +0.02561507225036621 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198010_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198010_M_GLOBAL.out new file mode 100644 index 00000000..db63f333 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198010_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198010 STATION NETCDFs +0.041900662581125896 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198011_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198011_D_GLOBAL.out new file mode 100644 index 00000000..d3e0d663 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198011_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198011 STATION NETCDFs +0.017145228385925294 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198011_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198011_H_GLOBAL.out new file mode 100644 index 00000000..8c90a744 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198011_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198011 STATION NETCDFs +0.027039233843485513 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198011_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198011_M_GLOBAL.out new file mode 100644 index 00000000..7c69f7eb --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198011_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198011 STATION NETCDFs +0.036098845799763996 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198012_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198012_D_GLOBAL.out new file mode 100644 index 00000000..1740d1b6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198012_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198012 STATION NETCDFs +0.04477866888046265 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198012_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198012_H_GLOBAL.out new file mode 100644 index 00000000..a886aeb9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198012_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198012 STATION NETCDFs +0.036891313393910725 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198012_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198012_M_GLOBAL.out new file mode 100644 index 00000000..b9b05561 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198012_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198012 STATION NETCDFs +0.024106280008951823 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198101_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198101_D_GLOBAL.out new file mode 100644 index 00000000..a1fe65ee --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198101_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198101 STATION NETCDFs +0.026508045196533204 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198101_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198101_H_GLOBAL.out new file mode 100644 index 00000000..a23971c2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198101_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198101 STATION NETCDFs +0.039815974235534665 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198101_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198101_M_GLOBAL.out new file mode 100644 index 00000000..766a428f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198101_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198101 STATION NETCDFs +0.028812833627065024 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198102_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198102_D_GLOBAL.out new file mode 100644 index 00000000..999ceb60 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198102_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198102 STATION NETCDFs +0.026836899916330974 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198102_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198102_H_GLOBAL.out new file mode 100644 index 00000000..c06c7ab2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198102_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198102 STATION NETCDFs +0.03490962187449138 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198102_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198102_M_GLOBAL.out new file mode 100644 index 00000000..3b1329fa --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198102_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198102 STATION NETCDFs +0.03372360467910766 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198103_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198103_D_GLOBAL.out new file mode 100644 index 00000000..ad6a80b6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198103_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198103 STATION NETCDFs +0.04236063957214355 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198103_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198103_H_GLOBAL.out new file mode 100644 index 00000000..10e08232 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198103_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198103 STATION NETCDFs +0.03329890569051107 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198103_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198103_M_GLOBAL.out new file mode 100644 index 00000000..a7a4b04c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198103_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198103 STATION NETCDFs +0.03551559448242188 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198104_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198104_D_GLOBAL.out new file mode 100644 index 00000000..78ce0709 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198104_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198104 STATION NETCDFs +0.029517964522043864 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198104_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198104_H_GLOBAL.out new file mode 100644 index 00000000..5ca9151b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198104_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198104 STATION NETCDFs +0.035782265663146975 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198104_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198104_M_GLOBAL.out new file mode 100644 index 00000000..1589cf13 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198104_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198104 STATION NETCDFs +0.04163012107213338 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198105_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198105_D_GLOBAL.out new file mode 100644 index 00000000..a136a63c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198105_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198105 STATION NETCDFs +0.04542838335037232 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198105_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198105_H_GLOBAL.out new file mode 100644 index 00000000..f606af45 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198105_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198105 STATION NETCDFs +0.02142150402069092 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198105_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198105_M_GLOBAL.out new file mode 100644 index 00000000..336f2c3a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198105_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198105 STATION NETCDFs +0.034909435113271076 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198106_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198106_D_GLOBAL.out new file mode 100644 index 00000000..516d08de --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198106_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198106 STATION NETCDFs +0.03696736494700114 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198106_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198106_H_GLOBAL.out new file mode 100644 index 00000000..3bce4f83 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198106_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198106 STATION NETCDFs +0.035823071002960206 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198106_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198106_M_GLOBAL.out new file mode 100644 index 00000000..3fc42cc4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198106_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198106 STATION NETCDFs +0.0369585116704305 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198107_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198107_D_GLOBAL.out new file mode 100644 index 00000000..e9b431dd --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198107_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198107 STATION NETCDFs +0.019224135080973308 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198107_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198107_H_GLOBAL.out new file mode 100644 index 00000000..dc92a0a9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198107_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198107 STATION NETCDFs +0.03411899407704671 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198107_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198107_M_GLOBAL.out new file mode 100644 index 00000000..86601206 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198107_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198107 STATION NETCDFs +0.03712087074915568 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198108_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198108_D_GLOBAL.out new file mode 100644 index 00000000..cd788235 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198108_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198108 STATION NETCDFs +0.05265198945999146 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198108_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198108_H_GLOBAL.out new file mode 100644 index 00000000..175be3c9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198108_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198108 STATION NETCDFs +0.03750823736190796 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198108_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198108_M_GLOBAL.out new file mode 100644 index 00000000..dcc00327 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198108_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198108 STATION NETCDFs +0.02806966702143351 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198109_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198109_D_GLOBAL.out new file mode 100644 index 00000000..906065b1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198109_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198109 STATION NETCDFs +0.04526668389638265 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198109_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198109_H_GLOBAL.out new file mode 100644 index 00000000..8bf0234b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198109_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198109 STATION NETCDFs +0.024539260069529216 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198109_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198109_M_GLOBAL.out new file mode 100644 index 00000000..97a7b029 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198109_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198109 STATION NETCDFs +0.038102372487386064 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198110_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198110_D_GLOBAL.out new file mode 100644 index 00000000..d6416064 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198110_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198110 STATION NETCDFs +0.021193663279215496 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198110_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198110_H_GLOBAL.out new file mode 100644 index 00000000..e3dad848 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198110_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198110 STATION NETCDFs +0.025968496004740396 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198110_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198110_M_GLOBAL.out new file mode 100644 index 00000000..f77acc37 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198110_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198110 STATION NETCDFs +0.0312061071395874 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198111_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198111_D_GLOBAL.out new file mode 100644 index 00000000..a04e638f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198111_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198111 STATION NETCDFs +0.028791403770446776 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198111_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198111_H_GLOBAL.out new file mode 100644 index 00000000..09e26975 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198111_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198111 STATION NETCDFs +0.018909160296122232 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198111_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198111_M_GLOBAL.out new file mode 100644 index 00000000..19d3ccb1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198111_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198111 STATION NETCDFs +0.04518407980600993 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198112_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198112_D_GLOBAL.out new file mode 100644 index 00000000..2208f484 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198112_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198112 STATION NETCDFs +0.02777333656946818 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198112_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198112_H_GLOBAL.out new file mode 100644 index 00000000..3307c12e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198112_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198112 STATION NETCDFs +0.023378264904022217 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198112_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198112_M_GLOBAL.out new file mode 100644 index 00000000..f07864ad --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198112_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198112 STATION NETCDFs +0.03392716646194458 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198201_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198201_D_GLOBAL.out new file mode 100644 index 00000000..8d3a58df --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198201_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198201 STATION NETCDFs +0.03481980164845785 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198201_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198201_H_GLOBAL.out new file mode 100644 index 00000000..f73d1340 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198201_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198201 STATION NETCDFs +0.029260659217834474 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198201_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198201_M_GLOBAL.out new file mode 100644 index 00000000..c8265484 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198201_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198201 STATION NETCDFs +0.037828469276428224 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198202_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198202_D_GLOBAL.out new file mode 100644 index 00000000..5702a9fa --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198202_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198202 STATION NETCDFs +0.03501679499944051 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198202_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198202_H_GLOBAL.out new file mode 100644 index 00000000..f45a0af1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198202_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198202 STATION NETCDFs +0.04146254857381185 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198202_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198202_M_GLOBAL.out new file mode 100644 index 00000000..cb6f27de --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198202_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198202 STATION NETCDFs +0.030556559562683105 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198203_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198203_D_GLOBAL.out new file mode 100644 index 00000000..90e8ae87 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198203_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198203 STATION NETCDFs +0.03655636707941691 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198203_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198203_H_GLOBAL.out new file mode 100644 index 00000000..7e151c57 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198203_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198203 STATION NETCDFs +0.043925432364145915 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198203_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198203_M_GLOBAL.out new file mode 100644 index 00000000..576166e6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198203_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198203 STATION NETCDFs +0.03243084748586019 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198204_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198204_D_GLOBAL.out new file mode 100644 index 00000000..dfe0529b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198204_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198204 STATION NETCDFs +0.04211297035217285 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198204_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198204_H_GLOBAL.out new file mode 100644 index 00000000..0e14e2f1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198204_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198204 STATION NETCDFs +0.03714115222295125 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198204_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198204_M_GLOBAL.out new file mode 100644 index 00000000..1b0c70c3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198204_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198204 STATION NETCDFs +0.025868892669677734 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198205_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198205_D_GLOBAL.out new file mode 100644 index 00000000..7801860d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198205_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198205 STATION NETCDFs +0.029259101549784342 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198205_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198205_H_GLOBAL.out new file mode 100644 index 00000000..c6602693 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198205_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198205 STATION NETCDFs +0.040875331560770674 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198205_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198205_M_GLOBAL.out new file mode 100644 index 00000000..b5a2674f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198205_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198205 STATION NETCDFs +0.03937641382217407 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198206_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198206_D_GLOBAL.out new file mode 100644 index 00000000..d1d96670 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198206_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198206 STATION NETCDFs +0.02901741663614909 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198206_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198206_H_GLOBAL.out new file mode 100644 index 00000000..0ea0b3cb --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198206_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198206 STATION NETCDFs +0.03953355550765991 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198206_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198206_M_GLOBAL.out new file mode 100644 index 00000000..ef24576e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198206_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198206 STATION NETCDFs +0.04118121862411499 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198207_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198207_D_GLOBAL.out new file mode 100644 index 00000000..559beb6b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198207_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198207 STATION NETCDFs +0.042945607503255205 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198207_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198207_H_GLOBAL.out new file mode 100644 index 00000000..9bc62d09 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198207_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198207 STATION NETCDFs +0.04257698059082031 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198207_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198207_M_GLOBAL.out new file mode 100644 index 00000000..670e1858 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198207_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198207 STATION NETCDFs +0.03251149654388428 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198208_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198208_D_GLOBAL.out new file mode 100644 index 00000000..e279f5e4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198208_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198208 STATION NETCDFs +0.051367406050364176 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198208_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198208_H_GLOBAL.out new file mode 100644 index 00000000..94d5b6f8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198208_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198208 STATION NETCDFs +0.032773955663045244 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198208_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198208_M_GLOBAL.out new file mode 100644 index 00000000..44d20de7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198208_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198208 STATION NETCDFs +0.030735544363657632 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198209_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198209_D_GLOBAL.out new file mode 100644 index 00000000..fbf32825 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198209_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198209 STATION NETCDFs +0.028108465671539306 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198209_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198209_H_GLOBAL.out new file mode 100644 index 00000000..9fa1542f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198209_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198209 STATION NETCDFs +0.036787323156992596 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198209_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198209_M_GLOBAL.out new file mode 100644 index 00000000..8021d431 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198209_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198209 STATION NETCDFs +0.03934350808461507 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198210_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198210_D_GLOBAL.out new file mode 100644 index 00000000..44c76657 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198210_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198210 STATION NETCDFs +0.018171759446461995 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198210_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198210_H_GLOBAL.out new file mode 100644 index 00000000..2387bf99 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198210_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198210 STATION NETCDFs +0.033166189988454185 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198210_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198210_M_GLOBAL.out new file mode 100644 index 00000000..afc6cdc8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198210_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198210 STATION NETCDFs +0.031610405445098876 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198211_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198211_D_GLOBAL.out new file mode 100644 index 00000000..bf25eb46 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198211_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198211 STATION NETCDFs +0.03742547432581584 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198211_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198211_H_GLOBAL.out new file mode 100644 index 00000000..ea7aa7b1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198211_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198211 STATION NETCDFs +0.03859523137410482 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198211_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198211_M_GLOBAL.out new file mode 100644 index 00000000..40a98ed6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198211_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198211 STATION NETCDFs +0.03410709698994954 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198212_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198212_D_GLOBAL.out new file mode 100644 index 00000000..a9cfd71e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198212_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198212 STATION NETCDFs +0.03399839798609416 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198212_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198212_H_GLOBAL.out new file mode 100644 index 00000000..c1714ba8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198212_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198212 STATION NETCDFs +0.03470894893010457 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198212_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198212_M_GLOBAL.out new file mode 100644 index 00000000..297adb6d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198212_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198212 STATION NETCDFs +0.022386924425760905 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198301_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198301_D_GLOBAL.out new file mode 100644 index 00000000..8c5d8c6f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198301_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198301 STATION NETCDFs +0.03294039169947306 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198301_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198301_H_GLOBAL.out new file mode 100644 index 00000000..4b979a7d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198301_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198301 STATION NETCDFs +0.044980116685231525 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198301_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198301_M_GLOBAL.out new file mode 100644 index 00000000..2ab43a4d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198301_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198301 STATION NETCDFs +0.0247275710105896 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198302_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198302_D_GLOBAL.out new file mode 100644 index 00000000..d4f09340 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198302_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198302 STATION NETCDFs +0.023323643207550048 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198302_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198302_H_GLOBAL.out new file mode 100644 index 00000000..1c95e581 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198302_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198302 STATION NETCDFs +0.028896923859914145 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198302_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198302_M_GLOBAL.out new file mode 100644 index 00000000..89470c92 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198302_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198302 STATION NETCDFs +0.03017483154932658 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198303_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198303_D_GLOBAL.out new file mode 100644 index 00000000..e60330ad --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198303_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198303 STATION NETCDFs +0.040342811743418375 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198303_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198303_H_GLOBAL.out new file mode 100644 index 00000000..02394165 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198303_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198303 STATION NETCDFs +0.039954737822214766 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198303_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198303_M_GLOBAL.out new file mode 100644 index 00000000..a9bca10b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198303_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198303 STATION NETCDFs +0.035502580801645915 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198304_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198304_D_GLOBAL.out new file mode 100644 index 00000000..c6e846e0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198304_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198304 STATION NETCDFs +0.030161420504252117 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198304_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198304_H_GLOBAL.out new file mode 100644 index 00000000..efa7a580 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198304_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198304 STATION NETCDFs +0.028457621733347576 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198304_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198304_M_GLOBAL.out new file mode 100644 index 00000000..6a84ed89 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198304_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198304 STATION NETCDFs +0.03808466990788777 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198305_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198305_D_GLOBAL.out new file mode 100644 index 00000000..0c64089a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198305_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198305 STATION NETCDFs +0.03459013700485229 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198305_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198305_H_GLOBAL.out new file mode 100644 index 00000000..3174b86b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198305_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198305 STATION NETCDFs +0.03891607522964478 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198305_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198305_M_GLOBAL.out new file mode 100644 index 00000000..a2ca73ef --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198305_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198305 STATION NETCDFs +0.04056187868118286 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198306_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198306_D_GLOBAL.out new file mode 100644 index 00000000..a0cdddcc --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198306_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198306 STATION NETCDFs +0.03522266546885173 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198306_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198306_H_GLOBAL.out new file mode 100644 index 00000000..e72c26a9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198306_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198306 STATION NETCDFs +0.029556775093078615 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198306_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198306_M_GLOBAL.out new file mode 100644 index 00000000..ecc7f07e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198306_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198306 STATION NETCDFs +0.026301379998524985 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198307_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198307_D_GLOBAL.out new file mode 100644 index 00000000..d843f459 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198307_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198307 STATION NETCDFs +0.04951228698094686 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198307_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198307_H_GLOBAL.out new file mode 100644 index 00000000..1f3bc087 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198307_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198307 STATION NETCDFs +0.03244723478953044 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198307_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198307_M_GLOBAL.out new file mode 100644 index 00000000..cd0e8ee7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198307_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198307 STATION NETCDFs +0.03202754259109497 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198308_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198308_D_GLOBAL.out new file mode 100644 index 00000000..1626d0b8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198308_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198308 STATION NETCDFs +0.020827984809875487 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198308_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198308_H_GLOBAL.out new file mode 100644 index 00000000..65d1cbc9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198308_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198308 STATION NETCDFs +0.04591701030731201 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198308_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198308_M_GLOBAL.out new file mode 100644 index 00000000..a5e70203 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198308_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198308 STATION NETCDFs +0.026520844300587973 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198309_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198309_D_GLOBAL.out new file mode 100644 index 00000000..b9ed4ad9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198309_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198309 STATION NETCDFs +0.0384692907333374 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198309_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198309_H_GLOBAL.out new file mode 100644 index 00000000..3ff45263 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198309_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198309 STATION NETCDFs +0.023034576574961343 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198309_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198309_M_GLOBAL.out new file mode 100644 index 00000000..9a458e3c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198309_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198309 STATION NETCDFs +0.0424955685933431 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198310_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198310_D_GLOBAL.out new file mode 100644 index 00000000..a6599faf --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198310_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198310 STATION NETCDFs +0.03491028944651286 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198310_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198310_H_GLOBAL.out new file mode 100644 index 00000000..4ad6e48a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198310_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198310 STATION NETCDFs +0.02489515542984009 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198310_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198310_M_GLOBAL.out new file mode 100644 index 00000000..62371d38 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198310_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198310 STATION NETCDFs +0.05340991417566935 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198311_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198311_D_GLOBAL.out new file mode 100644 index 00000000..43ce8c84 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198311_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198311 STATION NETCDFs +0.042887250582377114 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198311_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198311_H_GLOBAL.out new file mode 100644 index 00000000..51714b80 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198311_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198311 STATION NETCDFs +0.04354437987009684 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198311_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198311_M_GLOBAL.out new file mode 100644 index 00000000..a72bd246 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198311_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198311 STATION NETCDFs +0.03642293214797974 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198312_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198312_D_GLOBAL.out new file mode 100644 index 00000000..09997ecc --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198312_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198312 STATION NETCDFs +0.03332839806874593 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198312_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198312_H_GLOBAL.out new file mode 100644 index 00000000..58fc682a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198312_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198312 STATION NETCDFs +0.030971948305765787 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198312_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198312_M_GLOBAL.out new file mode 100644 index 00000000..fa038110 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198312_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198312 STATION NETCDFs +0.03726039330164591 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198401_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198401_D_GLOBAL.out new file mode 100644 index 00000000..88d80bf6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198401_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198401 STATION NETCDFs +0.030488268534342448 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198401_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198401_H_GLOBAL.out new file mode 100644 index 00000000..026ac27d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198401_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198401 STATION NETCDFs +0.04151400327682495 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198401_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198401_M_GLOBAL.out new file mode 100644 index 00000000..025e92b8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198401_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198401 STATION NETCDFs +0.039636536439259844 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198402_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198402_D_GLOBAL.out new file mode 100644 index 00000000..a5053f96 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198402_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198402 STATION NETCDFs +0.04690918525060018 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198402_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198402_H_GLOBAL.out new file mode 100644 index 00000000..a1d8d307 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198402_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198402 STATION NETCDFs +0.038053866227467856 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198402_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198402_M_GLOBAL.out new file mode 100644 index 00000000..9cf4f7b6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198402_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198402 STATION NETCDFs +0.02806567351023356 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198403_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198403_D_GLOBAL.out new file mode 100644 index 00000000..f992472d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198403_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198403 STATION NETCDFs +0.0254350741704305 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198403_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198403_H_GLOBAL.out new file mode 100644 index 00000000..bbce01a5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198403_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198403 STATION NETCDFs +0.03826482693354289 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198403_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198403_M_GLOBAL.out new file mode 100644 index 00000000..ba2011fd --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198403_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198403 STATION NETCDFs +0.02188937266667684 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198404_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198404_D_GLOBAL.out new file mode 100644 index 00000000..8b7506ea --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198404_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198404 STATION NETCDFs +0.03401861190795898 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198404_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198404_H_GLOBAL.out new file mode 100644 index 00000000..9fbe6741 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198404_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198404 STATION NETCDFs +0.028155306975046795 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198404_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198404_M_GLOBAL.out new file mode 100644 index 00000000..4caca941 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198404_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198404 STATION NETCDFs +0.046395119031270346 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198405_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198405_D_GLOBAL.out new file mode 100644 index 00000000..b08a368b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198405_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198405 STATION NETCDFs +0.03819962739944458 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198405_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198405_H_GLOBAL.out new file mode 100644 index 00000000..cd29b4f4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198405_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198405 STATION NETCDFs +0.03660109043121338 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198405_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198405_M_GLOBAL.out new file mode 100644 index 00000000..a4d27073 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198405_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198405 STATION NETCDFs +0.034274311860402425 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198406_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198406_D_GLOBAL.out new file mode 100644 index 00000000..4f353530 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198406_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198406 STATION NETCDFs +0.03943626880645752 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198406_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198406_H_GLOBAL.out new file mode 100644 index 00000000..19f9d29c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198406_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198406 STATION NETCDFs +0.04055004914601644 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198406_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198406_M_GLOBAL.out new file mode 100644 index 00000000..c6736d13 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198406_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198406 STATION NETCDFs +0.028880031903584798 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198407_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198407_D_GLOBAL.out new file mode 100644 index 00000000..c56c33fb --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198407_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198407 STATION NETCDFs +0.03701153596242269 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198407_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198407_H_GLOBAL.out new file mode 100644 index 00000000..9af82c57 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198407_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198407 STATION NETCDFs +0.040543500582377115 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198407_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198407_M_GLOBAL.out new file mode 100644 index 00000000..aac59567 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198407_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198407 STATION NETCDFs +0.026370882987976074 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198408_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198408_D_GLOBAL.out new file mode 100644 index 00000000..25b3c3d8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198408_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198408 STATION NETCDFs +0.02335883378982544 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198408_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198408_H_GLOBAL.out new file mode 100644 index 00000000..2e6ae273 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198408_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198408 STATION NETCDFs +0.04802737236022949 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198408_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198408_M_GLOBAL.out new file mode 100644 index 00000000..bf7755a7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198408_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198408 STATION NETCDFs +0.034582316875457764 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198409_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198409_D_GLOBAL.out new file mode 100644 index 00000000..0f8b9f29 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198409_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198409 STATION NETCDFs +0.0455722451210022 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198409_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198409_H_GLOBAL.out new file mode 100644 index 00000000..840e4cad --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198409_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198409 STATION NETCDFs +0.035159730911254884 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198409_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198409_M_GLOBAL.out new file mode 100644 index 00000000..3ba28b1c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198409_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198409 STATION NETCDFs +0.04453056255976359 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198410_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198410_D_GLOBAL.out new file mode 100644 index 00000000..32ffc8e7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198410_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198410 STATION NETCDFs +0.02702707846959432 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198410_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198410_H_GLOBAL.out new file mode 100644 index 00000000..efcdcc9f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198410_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198410 STATION NETCDFs +0.04212890068689982 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198410_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198410_M_GLOBAL.out new file mode 100644 index 00000000..9ae9b431 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198410_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198410 STATION NETCDFs +0.03468681176503499 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198411_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198411_D_GLOBAL.out new file mode 100644 index 00000000..050979fc --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198411_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198411 STATION NETCDFs +0.05497920513153076 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198411_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198411_H_GLOBAL.out new file mode 100644 index 00000000..4aaef2ed --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198411_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198411 STATION NETCDFs +0.028819175561269124 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198411_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198411_M_GLOBAL.out new file mode 100644 index 00000000..70925c96 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198411_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198411 STATION NETCDFs +0.04589334726333618 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198412_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198412_D_GLOBAL.out new file mode 100644 index 00000000..cfeb82f5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198412_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198412 STATION NETCDFs +0.04365349213282267 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198412_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198412_H_GLOBAL.out new file mode 100644 index 00000000..78cc54aa --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198412_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198412 STATION NETCDFs +0.026829469203948974 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198412_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198412_M_GLOBAL.out new file mode 100644 index 00000000..738f1e66 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198412_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198412 STATION NETCDFs +0.04356050491333008 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198501_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198501_D_GLOBAL.out new file mode 100644 index 00000000..83fb7ab1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198501_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198501 STATION NETCDFs +0.04280795256296794 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198501_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198501_H_GLOBAL.out new file mode 100644 index 00000000..b3255818 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198501_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198501 STATION NETCDFs +0.04459003607432047 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198501_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198501_M_GLOBAL.out new file mode 100644 index 00000000..3333db9b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198501_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198501 STATION NETCDFs +0.033793691794077554 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198502_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198502_D_GLOBAL.out new file mode 100644 index 00000000..bbfc71c9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198502_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198502 STATION NETCDFs +0.04570654233296712 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198502_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198502_H_GLOBAL.out new file mode 100644 index 00000000..65dcf1b6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198502_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198502 STATION NETCDFs +0.04146007696787516 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198502_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198502_M_GLOBAL.out new file mode 100644 index 00000000..5e4901eb --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198502_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198502 STATION NETCDFs +0.030782540639241535 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198503_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198503_D_GLOBAL.out new file mode 100644 index 00000000..9b898d4f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198503_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198503 STATION NETCDFs +0.04047269026438395 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198503_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198503_H_GLOBAL.out new file mode 100644 index 00000000..b60b9f02 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198503_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198503 STATION NETCDFs +0.023549441496531168 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198503_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198503_M_GLOBAL.out new file mode 100644 index 00000000..3189de66 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198503_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198503 STATION NETCDFs +0.03443333705266317 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198504_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198504_D_GLOBAL.out new file mode 100644 index 00000000..c7334c52 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198504_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198504 STATION NETCDFs +0.05350462992986043 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198504_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198504_H_GLOBAL.out new file mode 100644 index 00000000..bc761b42 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198504_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198504 STATION NETCDFs +0.022861913839975993 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198504_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198504_M_GLOBAL.out new file mode 100644 index 00000000..eef4f6d8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198504_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198504 STATION NETCDFs +0.05205799738566081 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198505_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198505_D_GLOBAL.out new file mode 100644 index 00000000..0bc84bde --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198505_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198505 STATION NETCDFs +0.040442363421122236 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198505_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198505_H_GLOBAL.out new file mode 100644 index 00000000..c2a03ed9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198505_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198505 STATION NETCDFs +0.05056785345077515 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198505_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198505_M_GLOBAL.out new file mode 100644 index 00000000..2e64770e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198505_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198505 STATION NETCDFs +0.031067593892415365 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198506_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198506_D_GLOBAL.out new file mode 100644 index 00000000..309b44db --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198506_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198506 STATION NETCDFs +0.024319036801656087 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198506_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198506_H_GLOBAL.out new file mode 100644 index 00000000..67d3b00d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198506_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198506 STATION NETCDFs +0.03749442497889201 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198506_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198506_M_GLOBAL.out new file mode 100644 index 00000000..0925f5ef --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198506_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198506 STATION NETCDFs +0.034516525268554685 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198507_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198507_D_GLOBAL.out new file mode 100644 index 00000000..f45f103a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198507_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198507 STATION NETCDFs +0.04325632254282633 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198507_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198507_H_GLOBAL.out new file mode 100644 index 00000000..ac961a46 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198507_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198507 STATION NETCDFs +0.03877613544464111 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198507_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198507_M_GLOBAL.out new file mode 100644 index 00000000..32134f86 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198507_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198507 STATION NETCDFs +0.04294238487879435 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198508_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198508_D_GLOBAL.out new file mode 100644 index 00000000..c1843fd8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198508_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198508 STATION NETCDFs +0.03634341955184937 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198508_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198508_H_GLOBAL.out new file mode 100644 index 00000000..64e2d1bb --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198508_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198508 STATION NETCDFs +0.044914122422536215 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198508_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198508_M_GLOBAL.out new file mode 100644 index 00000000..dd35bc37 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198508_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198508 STATION NETCDFs +0.03748189608256022 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198509_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198509_D_GLOBAL.out new file mode 100644 index 00000000..aa0572df --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198509_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198509 STATION NETCDFs +0.04561491012573242 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198509_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198509_H_GLOBAL.out new file mode 100644 index 00000000..67361d7e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198509_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198509 STATION NETCDFs +0.02371608813603719 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198509_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198509_M_GLOBAL.out new file mode 100644 index 00000000..5f91a7ac --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198509_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198509 STATION NETCDFs +0.04701873461405436 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198510_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198510_D_GLOBAL.out new file mode 100644 index 00000000..14e9a4bf --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198510_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198510 STATION NETCDFs +0.025262526671091714 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198510_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198510_H_GLOBAL.out new file mode 100644 index 00000000..82999e84 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198510_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198510 STATION NETCDFs +0.04296997388203939 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198510_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198510_M_GLOBAL.out new file mode 100644 index 00000000..85dcc1a8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198510_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198510 STATION NETCDFs +0.03355960448582967 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198511_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198511_D_GLOBAL.out new file mode 100644 index 00000000..1580c527 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198511_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198511 STATION NETCDFs +0.034668187300364174 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198511_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198511_H_GLOBAL.out new file mode 100644 index 00000000..37cc0f0f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198511_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198511 STATION NETCDFs +0.027891357739766438 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198511_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198511_M_GLOBAL.out new file mode 100644 index 00000000..c3ffe54f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198511_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198511 STATION NETCDFs +0.032996221383412676 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198512_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198512_D_GLOBAL.out new file mode 100644 index 00000000..3e0a8b94 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198512_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198512 STATION NETCDFs +0.03719753424326579 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198512_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198512_H_GLOBAL.out new file mode 100644 index 00000000..b494dc3c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198512_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198512 STATION NETCDFs +0.03856376012166341 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198512_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198512_M_GLOBAL.out new file mode 100644 index 00000000..77f6e983 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198512_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198512 STATION NETCDFs +0.03839893341064453 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198601_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198601_D_GLOBAL.out new file mode 100644 index 00000000..88dd2f1b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198601_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198601 STATION NETCDFs +0.05162067413330078 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198601_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198601_H_GLOBAL.out new file mode 100644 index 00000000..51c29761 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198601_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198601 STATION NETCDFs +0.04855533838272095 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198601_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198601_M_GLOBAL.out new file mode 100644 index 00000000..b7fe83ef --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198601_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198601 STATION NETCDFs +0.03160729010899862 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198602_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198602_D_GLOBAL.out new file mode 100644 index 00000000..5e002f30 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198602_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198602 STATION NETCDFs +0.04600077470143636 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198602_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198602_H_GLOBAL.out new file mode 100644 index 00000000..61617c4c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198602_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198602 STATION NETCDFs +0.02622764507929484 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198602_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198602_M_GLOBAL.out new file mode 100644 index 00000000..6074d836 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198602_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198602 STATION NETCDFs +0.038121151924133304 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198603_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198603_D_GLOBAL.out new file mode 100644 index 00000000..56632fd4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198603_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198603 STATION NETCDFs +0.03071577548980713 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198603_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198603_H_GLOBAL.out new file mode 100644 index 00000000..823850a1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198603_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198603 STATION NETCDFs +0.03877174456914266 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198603_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198603_M_GLOBAL.out new file mode 100644 index 00000000..7f963803 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198603_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198603 STATION NETCDFs +0.02814017136891683 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198604_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198604_D_GLOBAL.out new file mode 100644 index 00000000..8a3e6b2a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198604_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198604 STATION NETCDFs +0.04657805760701497 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198604_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198604_H_GLOBAL.out new file mode 100644 index 00000000..f98c1dc0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198604_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198604 STATION NETCDFs +0.03340238332748413 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198604_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198604_M_GLOBAL.out new file mode 100644 index 00000000..43b714f8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198604_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198604 STATION NETCDFs +0.026743110020955405 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198605_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198605_D_GLOBAL.out new file mode 100644 index 00000000..9325bb89 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198605_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198605 STATION NETCDFs +0.027265151341756184 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198605_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198605_H_GLOBAL.out new file mode 100644 index 00000000..6d048be4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198605_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198605 STATION NETCDFs +0.02353538672129313 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198605_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198605_M_GLOBAL.out new file mode 100644 index 00000000..49125c8e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198605_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198605 STATION NETCDFs +0.04352933168411255 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198606_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198606_D_GLOBAL.out new file mode 100644 index 00000000..82b23198 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198606_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198606 STATION NETCDFs +0.04999743302663167 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198606_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198606_H_GLOBAL.out new file mode 100644 index 00000000..026ff248 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198606_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198606 STATION NETCDFs +0.023941234747568766 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198606_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198606_M_GLOBAL.out new file mode 100644 index 00000000..54e83e59 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198606_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198606 STATION NETCDFs +0.038071664174397786 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198607_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198607_D_GLOBAL.out new file mode 100644 index 00000000..7ea11996 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198607_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198607 STATION NETCDFs +0.025049289067586262 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198607_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198607_H_GLOBAL.out new file mode 100644 index 00000000..b13b47d1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198607_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198607 STATION NETCDFs +0.037271547317504886 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198607_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198607_M_GLOBAL.out new file mode 100644 index 00000000..577be7e2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198607_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198607 STATION NETCDFs +0.04184672435124715 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198608_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198608_D_GLOBAL.out new file mode 100644 index 00000000..ce3daf30 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198608_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198608 STATION NETCDFs +0.05286223491032918 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198608_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198608_H_GLOBAL.out new file mode 100644 index 00000000..6f187809 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198608_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198608 STATION NETCDFs +0.03541725476582845 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198608_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198608_M_GLOBAL.out new file mode 100644 index 00000000..f2f04396 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198608_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198608 STATION NETCDFs +0.03800667524337768 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198609_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198609_D_GLOBAL.out new file mode 100644 index 00000000..8b40954a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198609_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198609 STATION NETCDFs +0.02734527587890625 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198609_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198609_H_GLOBAL.out new file mode 100644 index 00000000..e0172e99 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198609_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198609 STATION NETCDFs +0.02240187724431356 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198609_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198609_M_GLOBAL.out new file mode 100644 index 00000000..348046d0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198609_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198609 STATION NETCDFs +0.02381706635157267 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198610_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198610_D_GLOBAL.out new file mode 100644 index 00000000..3fe29da8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198610_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198610 STATION NETCDFs +0.04422810872395833 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198610_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198610_H_GLOBAL.out new file mode 100644 index 00000000..9e10017a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198610_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198610 STATION NETCDFs +0.05632132291793823 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198610_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198610_M_GLOBAL.out new file mode 100644 index 00000000..5fbd9ec8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198610_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198610 STATION NETCDFs +0.03908270994822184 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198611_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198611_D_GLOBAL.out new file mode 100644 index 00000000..fecac73e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198611_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198611 STATION NETCDFs +0.040877064069112144 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198611_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198611_H_GLOBAL.out new file mode 100644 index 00000000..334f261a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198611_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198611 STATION NETCDFs +0.03249354759852092 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198611_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198611_M_GLOBAL.out new file mode 100644 index 00000000..e0b99f43 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198611_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198611 STATION NETCDFs +0.028214184443155925 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198612_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198612_D_GLOBAL.out new file mode 100644 index 00000000..45151b9f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198612_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198612 STATION NETCDFs +0.04122570753097534 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198612_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198612_H_GLOBAL.out new file mode 100644 index 00000000..437d20a8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198612_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198612 STATION NETCDFs +0.02236491044362386 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198612_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198612_M_GLOBAL.out new file mode 100644 index 00000000..a8214027 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198612_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198612 STATION NETCDFs +0.04282859166463216 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198701_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198701_D_GLOBAL.out new file mode 100644 index 00000000..d2791215 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198701_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198701 STATION NETCDFs +0.031521964073181155 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198701_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198701_H_GLOBAL.out new file mode 100644 index 00000000..bbb45a40 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198701_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198701 STATION NETCDFs +0.040445717175801595 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198701_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198701_M_GLOBAL.out new file mode 100644 index 00000000..4a0693eb --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198701_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198701 STATION NETCDFs +0.0359981099764506 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198702_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198702_D_GLOBAL.out new file mode 100644 index 00000000..f67044bd --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198702_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198702 STATION NETCDFs +0.03799728155136108 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198702_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198702_H_GLOBAL.out new file mode 100644 index 00000000..64cd8f19 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198702_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198702 STATION NETCDFs +0.04514531294504801 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198702_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198702_M_GLOBAL.out new file mode 100644 index 00000000..c5df9769 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198702_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198702 STATION NETCDFs +0.04056131839752197 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198703_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198703_D_GLOBAL.out new file mode 100644 index 00000000..93d5be74 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198703_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198703 STATION NETCDFs +0.03752180735270182 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198703_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198703_H_GLOBAL.out new file mode 100644 index 00000000..c300921e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198703_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198703 STATION NETCDFs +0.021143126487731933 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198703_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198703_M_GLOBAL.out new file mode 100644 index 00000000..8832c0ae --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198703_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198703 STATION NETCDFs +0.056693422794342044 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198704_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198704_D_GLOBAL.out new file mode 100644 index 00000000..8214e94b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198704_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198704 STATION NETCDFs +0.04724088907241821 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198704_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198704_H_GLOBAL.out new file mode 100644 index 00000000..7d8e5806 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198704_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198704 STATION NETCDFs +0.04215120871861776 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198704_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198704_M_GLOBAL.out new file mode 100644 index 00000000..4c2823fc --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198704_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198704 STATION NETCDFs +0.044909409681955975 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198705_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198705_D_GLOBAL.out new file mode 100644 index 00000000..fa54e345 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198705_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198705 STATION NETCDFs +0.019518705209096272 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198705_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198705_H_GLOBAL.out new file mode 100644 index 00000000..14e62e81 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198705_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198705 STATION NETCDFs +0.044585712750752765 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198705_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198705_M_GLOBAL.out new file mode 100644 index 00000000..56a470da --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198705_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198705 STATION NETCDFs +0.04957575003306071 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198706_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198706_D_GLOBAL.out new file mode 100644 index 00000000..f9a328a4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198706_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198706 STATION NETCDFs +0.03869094053904216 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198706_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198706_H_GLOBAL.out new file mode 100644 index 00000000..a5c55277 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198706_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198706 STATION NETCDFs +0.04106244643529256 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198706_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198706_M_GLOBAL.out new file mode 100644 index 00000000..f78bd6bc --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198706_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198706 STATION NETCDFs +0.022556241353352866 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198707_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198707_D_GLOBAL.out new file mode 100644 index 00000000..2b9861b9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198707_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198707 STATION NETCDFs +0.02642620007197062 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198707_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198707_H_GLOBAL.out new file mode 100644 index 00000000..62dee188 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198707_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198707 STATION NETCDFs +0.04418853521347046 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198707_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198707_M_GLOBAL.out new file mode 100644 index 00000000..b9986da6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198707_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198707 STATION NETCDFs +0.03586994806925456 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198708_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198708_D_GLOBAL.out new file mode 100644 index 00000000..e7118107 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198708_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198708 STATION NETCDFs +0.05633113384246826 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198708_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198708_H_GLOBAL.out new file mode 100644 index 00000000..0d68195e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198708_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198708 STATION NETCDFs +0.03640776077906291 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198708_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198708_M_GLOBAL.out new file mode 100644 index 00000000..d9a1efee --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198708_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198708 STATION NETCDFs +0.02365355889002482 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198709_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198709_D_GLOBAL.out new file mode 100644 index 00000000..4f4cce67 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198709_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198709 STATION NETCDFs +0.031177584330240884 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198709_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198709_H_GLOBAL.out new file mode 100644 index 00000000..3b3ff4a8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198709_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198709 STATION NETCDFs +0.0404605229695638 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198709_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198709_M_GLOBAL.out new file mode 100644 index 00000000..a151d6d6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198709_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198709 STATION NETCDFs +0.04131045738855998 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198710_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198710_D_GLOBAL.out new file mode 100644 index 00000000..157e86ea --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198710_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198710 STATION NETCDFs +0.031149125099182128 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198710_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198710_H_GLOBAL.out new file mode 100644 index 00000000..dd4d5cec --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198710_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198710 STATION NETCDFs +0.04112939437230428 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198710_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198710_M_GLOBAL.out new file mode 100644 index 00000000..08c68363 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198710_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198710 STATION NETCDFs +0.04106763998667399 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198711_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198711_D_GLOBAL.out new file mode 100644 index 00000000..8cd90e59 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198711_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198711 STATION NETCDFs +0.02315374215443929 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198711_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198711_H_GLOBAL.out new file mode 100644 index 00000000..b770000b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198711_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198711 STATION NETCDFs +0.041013952096303305 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198711_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198711_M_GLOBAL.out new file mode 100644 index 00000000..f9c06e66 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198711_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198711 STATION NETCDFs +0.04115993976593017 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198712_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198712_D_GLOBAL.out new file mode 100644 index 00000000..be71c14c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198712_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198712 STATION NETCDFs +0.04153295358022054 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198712_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198712_H_GLOBAL.out new file mode 100644 index 00000000..c47bb3ea --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198712_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198712 STATION NETCDFs +0.03156510988871256 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198712_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198712_M_GLOBAL.out new file mode 100644 index 00000000..8d09bb25 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198712_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198712 STATION NETCDFs +0.02455151081085205 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198801_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198801_D_GLOBAL.out new file mode 100644 index 00000000..549c5451 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198801_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198801 STATION NETCDFs +0.04931631088256836 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198801_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198801_H_GLOBAL.out new file mode 100644 index 00000000..3a021ebc --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198801_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198801 STATION NETCDFs +0.034688226381937665 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198801_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198801_M_GLOBAL.out new file mode 100644 index 00000000..2c74d42a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198801_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198801 STATION NETCDFs +0.02630724509557088 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198802_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198802_D_GLOBAL.out new file mode 100644 index 00000000..f3105d35 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198802_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198802 STATION NETCDFs +0.04941380023956299 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198802_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198802_H_GLOBAL.out new file mode 100644 index 00000000..e17a0e86 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198802_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198802 STATION NETCDFs +0.03963778813680013 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198802_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198802_M_GLOBAL.out new file mode 100644 index 00000000..9746b5a4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198802_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198802 STATION NETCDFs +0.04113208850224813 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198803_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198803_D_GLOBAL.out new file mode 100644 index 00000000..08748a6d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198803_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198803 STATION NETCDFs +0.03979827960332235 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198803_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198803_H_GLOBAL.out new file mode 100644 index 00000000..7232c533 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198803_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198803 STATION NETCDFs +0.03663382530212402 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198803_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198803_M_GLOBAL.out new file mode 100644 index 00000000..96911204 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198803_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198803 STATION NETCDFs +0.03490062554677328 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198804_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198804_D_GLOBAL.out new file mode 100644 index 00000000..8bc8e1cd --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198804_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198804 STATION NETCDFs +0.03793351252873738 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198804_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198804_H_GLOBAL.out new file mode 100644 index 00000000..8ad839e5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198804_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198804 STATION NETCDFs +0.03771963119506836 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198804_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198804_M_GLOBAL.out new file mode 100644 index 00000000..99abec27 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198804_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198804 STATION NETCDFs +0.03671965996424357 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198805_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198805_D_GLOBAL.out new file mode 100644 index 00000000..17503f31 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198805_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198805 STATION NETCDFs +0.05217639605204264 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198805_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198805_H_GLOBAL.out new file mode 100644 index 00000000..16800e83 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198805_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198805 STATION NETCDFs +0.025654423236846923 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198805_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198805_M_GLOBAL.out new file mode 100644 index 00000000..57c36d49 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198805_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198805 STATION NETCDFs +0.0409629503885905 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198806_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198806_D_GLOBAL.out new file mode 100644 index 00000000..0c48a60f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198806_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198806 STATION NETCDFs +0.04160435994466146 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198806_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198806_H_GLOBAL.out new file mode 100644 index 00000000..e7e0ad47 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198806_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198806 STATION NETCDFs +0.03740710417429606 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198806_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198806_M_GLOBAL.out new file mode 100644 index 00000000..d70d9ee6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198806_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198806 STATION NETCDFs +0.047223226229349775 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198807_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198807_D_GLOBAL.out new file mode 100644 index 00000000..ea8e7a81 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198807_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198807 STATION NETCDFs +0.03889311552047729 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198807_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198807_H_GLOBAL.out new file mode 100644 index 00000000..e9e5df0a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198807_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198807 STATION NETCDFs +0.024512736002604167 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198807_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198807_M_GLOBAL.out new file mode 100644 index 00000000..f98dbe6d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198807_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198807 STATION NETCDFs +0.03487802743911743 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198808_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198808_D_GLOBAL.out new file mode 100644 index 00000000..34b56c82 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198808_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198808 STATION NETCDFs +0.022309625148773195 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198808_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198808_H_GLOBAL.out new file mode 100644 index 00000000..198ab6d8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198808_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198808 STATION NETCDFs +0.035045095284779865 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198808_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198808_M_GLOBAL.out new file mode 100644 index 00000000..049b3208 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198808_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198808 STATION NETCDFs +0.046422576904296874 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198809_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198809_D_GLOBAL.out new file mode 100644 index 00000000..b2a29626 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198809_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198809 STATION NETCDFs +0.043234546979268394 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198809_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198809_H_GLOBAL.out new file mode 100644 index 00000000..5aa78bb2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198809_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198809 STATION NETCDFs +0.04217834075291951 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198809_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198809_M_GLOBAL.out new file mode 100644 index 00000000..9f997904 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198809_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198809 STATION NETCDFs +0.03217007716496786 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198810_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198810_D_GLOBAL.out new file mode 100644 index 00000000..bb550552 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198810_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198810 STATION NETCDFs +0.04361081520716349 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198810_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198810_H_GLOBAL.out new file mode 100644 index 00000000..c7d8630d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198810_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198810 STATION NETCDFs +0.048733015855153404 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198810_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198810_M_GLOBAL.out new file mode 100644 index 00000000..6326c27a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198810_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198810 STATION NETCDFs +0.023882945378621418 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198811_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198811_D_GLOBAL.out new file mode 100644 index 00000000..74633059 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198811_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198811 STATION NETCDFs +0.043822614351908366 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198811_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198811_H_GLOBAL.out new file mode 100644 index 00000000..19a67203 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198811_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198811 STATION NETCDFs +0.047467235724131265 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198811_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198811_M_GLOBAL.out new file mode 100644 index 00000000..eac09a7f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198811_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198811 STATION NETCDFs +0.05203043619791667 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198812_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198812_D_GLOBAL.out new file mode 100644 index 00000000..6b2e8d44 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198812_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198812 STATION NETCDFs +0.031380756696065264 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198812_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198812_H_GLOBAL.out new file mode 100644 index 00000000..da4efc35 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198812_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198812 STATION NETCDFs +0.03420523007710775 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198812_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198812_M_GLOBAL.out new file mode 100644 index 00000000..d021da77 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198812_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198812 STATION NETCDFs +0.02494316895802816 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198901_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198901_D_GLOBAL.out new file mode 100644 index 00000000..cf1fce91 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198901_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198901 STATION NETCDFs +0.030267898241678873 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198901_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198901_H_GLOBAL.out new file mode 100644 index 00000000..f1a24fd7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198901_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198901 STATION NETCDFs +0.02726429303487142 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198901_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198901_M_GLOBAL.out new file mode 100644 index 00000000..061b8e29 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198901_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198901 STATION NETCDFs +0.030650738875071207 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198902_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198902_D_GLOBAL.out new file mode 100644 index 00000000..fb71e592 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198902_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198902 STATION NETCDFs +0.033173946539560954 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198902_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198902_H_GLOBAL.out new file mode 100644 index 00000000..3d0b3ba2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198902_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198902 STATION NETCDFs +0.0464406689008077 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198902_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198902_M_GLOBAL.out new file mode 100644 index 00000000..48405688 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198902_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198902 STATION NETCDFs +0.04124224583307902 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198903_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198903_D_GLOBAL.out new file mode 100644 index 00000000..778fe1ab --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198903_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198903 STATION NETCDFs +0.04951400359471639 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198903_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198903_H_GLOBAL.out new file mode 100644 index 00000000..9db93313 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198903_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198903 STATION NETCDFs +0.038689740498860675 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198903_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198903_M_GLOBAL.out new file mode 100644 index 00000000..49d2b01e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198903_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198903 STATION NETCDFs +0.030618417263031005 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198904_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198904_D_GLOBAL.out new file mode 100644 index 00000000..a2fffd93 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198904_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198904 STATION NETCDFs +0.05228470166524251 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198904_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198904_H_GLOBAL.out new file mode 100644 index 00000000..164e426b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198904_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198904 STATION NETCDFs +0.039266486962636314 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198904_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198904_M_GLOBAL.out new file mode 100644 index 00000000..8cfbbc69 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198904_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198904 STATION NETCDFs +0.03558042844136556 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198905_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198905_D_GLOBAL.out new file mode 100644 index 00000000..842fea97 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198905_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198905 STATION NETCDFs +0.03800183137257894 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198905_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198905_H_GLOBAL.out new file mode 100644 index 00000000..321ffc78 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198905_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198905 STATION NETCDFs +0.03307478030522664 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198905_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198905_M_GLOBAL.out new file mode 100644 index 00000000..e48b2fed --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198905_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198905 STATION NETCDFs +0.048051440715789796 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198906_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198906_D_GLOBAL.out new file mode 100644 index 00000000..6165a8ca --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198906_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198906 STATION NETCDFs +0.04354050556818644 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198906_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198906_H_GLOBAL.out new file mode 100644 index 00000000..dafc5ca4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198906_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198906 STATION NETCDFs +0.02313536802927653 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198906_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198906_M_GLOBAL.out new file mode 100644 index 00000000..feb3233c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198906_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198906 STATION NETCDFs +0.04105071624120076 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198907_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198907_D_GLOBAL.out new file mode 100644 index 00000000..b7fd3cfd --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198907_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198907 STATION NETCDFs +0.03500904639561971 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198907_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198907_H_GLOBAL.out new file mode 100644 index 00000000..96437e85 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198907_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198907 STATION NETCDFs +0.030750751495361328 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198907_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198907_M_GLOBAL.out new file mode 100644 index 00000000..9faab814 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198907_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198907 STATION NETCDFs +0.048330056667327884 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198908_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198908_D_GLOBAL.out new file mode 100644 index 00000000..4a4080b1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198908_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198908 STATION NETCDFs +0.04282601277033488 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198908_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198908_H_GLOBAL.out new file mode 100644 index 00000000..c69fa5c5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198908_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198908 STATION NETCDFs +0.035877108573913574 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198908_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198908_M_GLOBAL.out new file mode 100644 index 00000000..c1a076d7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198908_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198908 STATION NETCDFs +0.025410032272338866 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198909_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198909_D_GLOBAL.out new file mode 100644 index 00000000..9ca8611b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198909_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198909 STATION NETCDFs +0.040778557459513344 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198909_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198909_H_GLOBAL.out new file mode 100644 index 00000000..12da194a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198909_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198909 STATION NETCDFs +0.0436426321665446 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198909_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198909_M_GLOBAL.out new file mode 100644 index 00000000..e3526eee --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198909_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198909 STATION NETCDFs +0.028611294428507485 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198910_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198910_D_GLOBAL.out new file mode 100644 index 00000000..9700033d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198910_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198910 STATION NETCDFs +0.03674835761388143 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198910_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198910_H_GLOBAL.out new file mode 100644 index 00000000..86a31dd6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198910_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198910 STATION NETCDFs +0.046574358145395914 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198910_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198910_M_GLOBAL.out new file mode 100644 index 00000000..91529181 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198910_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198910 STATION NETCDFs +0.0457131822903951 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198911_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198911_D_GLOBAL.out new file mode 100644 index 00000000..97c85a7b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198911_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198911 STATION NETCDFs +0.027051985263824463 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198911_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198911_H_GLOBAL.out new file mode 100644 index 00000000..0228d097 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198911_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198911 STATION NETCDFs +0.02869714101155599 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198911_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198911_M_GLOBAL.out new file mode 100644 index 00000000..297cb3bf --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198911_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198911 STATION NETCDFs +0.03416051467259725 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198912_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198912_D_GLOBAL.out new file mode 100644 index 00000000..98218c4f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198912_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198912 STATION NETCDFs +0.022695239384969076 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198912_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198912_H_GLOBAL.out new file mode 100644 index 00000000..d993dc26 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198912_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198912 STATION NETCDFs +0.02691882848739624 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_198912_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_198912_M_GLOBAL.out new file mode 100644 index 00000000..aee2772e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_198912_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198912 STATION NETCDFs +0.02771445910135905 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199001_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199001_D_GLOBAL.out new file mode 100644 index 00000000..4d4a4632 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199001_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199001 STATION NETCDFs +0.04639804760615031 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199001_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199001_H_GLOBAL.out new file mode 100644 index 00000000..979f4a3a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199001_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199001 STATION NETCDFs +0.0302987535794576 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199001_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199001_M_GLOBAL.out new file mode 100644 index 00000000..6d66aaff --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199001_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199001 STATION NETCDFs +0.027817702293395995 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199002_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199002_D_GLOBAL.out new file mode 100644 index 00000000..e02921df --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199002_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199002 STATION NETCDFs +0.03209763765335083 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199002_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199002_H_GLOBAL.out new file mode 100644 index 00000000..1f11fcbc --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199002_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199002 STATION NETCDFs +0.03915707270304362 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199002_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199002_M_GLOBAL.out new file mode 100644 index 00000000..c13674f7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199002_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199002 STATION NETCDFs +0.052226138114929196 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199003_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199003_D_GLOBAL.out new file mode 100644 index 00000000..e83367e8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199003_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199003 STATION NETCDFs +0.04260466893513997 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199003_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199003_H_GLOBAL.out new file mode 100644 index 00000000..f7c74fc1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199003_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199003 STATION NETCDFs +0.027043708165486655 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199003_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199003_M_GLOBAL.out new file mode 100644 index 00000000..5da265a4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199003_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199003 STATION NETCDFs +0.03677048683166504 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199004_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199004_D_GLOBAL.out new file mode 100644 index 00000000..2d08e5d2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199004_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199004 STATION NETCDFs +0.026388776302337647 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199004_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199004_H_GLOBAL.out new file mode 100644 index 00000000..0bd582cc --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199004_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199004 STATION NETCDFs +0.022159977753957113 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199004_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199004_M_GLOBAL.out new file mode 100644 index 00000000..2412f91e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199004_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199004 STATION NETCDFs +0.04810181458791097 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199005_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199005_D_GLOBAL.out new file mode 100644 index 00000000..ec2e7805 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199005_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199005 STATION NETCDFs +0.03237987359364827 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199005_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199005_H_GLOBAL.out new file mode 100644 index 00000000..e3d3c2b1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199005_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199005 STATION NETCDFs +0.035176626841227215 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199005_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199005_M_GLOBAL.out new file mode 100644 index 00000000..eb14a66f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199005_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199005 STATION NETCDFs +0.043474435806274414 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199006_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199006_D_GLOBAL.out new file mode 100644 index 00000000..b72f524e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199006_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199006 STATION NETCDFs +0.05292228857676188 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199006_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199006_H_GLOBAL.out new file mode 100644 index 00000000..da293938 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199006_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199006 STATION NETCDFs +0.0388726274172465 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199006_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199006_M_GLOBAL.out new file mode 100644 index 00000000..8bf4be5d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199006_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199006 STATION NETCDFs +0.04310093323389689 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199007_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199007_D_GLOBAL.out new file mode 100644 index 00000000..afc51774 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199007_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199007 STATION NETCDFs +0.023294663429260253 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199007_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199007_H_GLOBAL.out new file mode 100644 index 00000000..0ac5624c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199007_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199007 STATION NETCDFs +0.036910792191823326 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199007_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199007_M_GLOBAL.out new file mode 100644 index 00000000..a7036c3d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199007_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199007 STATION NETCDFs +0.05132422844568888 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199008_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199008_D_GLOBAL.out new file mode 100644 index 00000000..f7b87609 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199008_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199008 STATION NETCDFs +0.028544231255849203 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199008_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199008_H_GLOBAL.out new file mode 100644 index 00000000..2fc53b9c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199008_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199008 STATION NETCDFs +0.047915693124135336 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199008_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199008_M_GLOBAL.out new file mode 100644 index 00000000..375ac738 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199008_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199008 STATION NETCDFs +0.029247236251831055 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199009_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199009_D_GLOBAL.out new file mode 100644 index 00000000..fb232f71 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199009_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199009 STATION NETCDFs +0.028913668791453042 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199009_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199009_H_GLOBAL.out new file mode 100644 index 00000000..4ffcd208 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199009_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199009 STATION NETCDFs +0.04060545762379964 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199009_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199009_M_GLOBAL.out new file mode 100644 index 00000000..104cae64 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199009_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199009 STATION NETCDFs +0.031898073355356854 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199010_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199010_D_GLOBAL.out new file mode 100644 index 00000000..bf971303 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199010_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199010 STATION NETCDFs +0.039194917678833006 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199010_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199010_H_GLOBAL.out new file mode 100644 index 00000000..96a3a602 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199010_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199010 STATION NETCDFs +0.02375503381093343 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199010_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199010_M_GLOBAL.out new file mode 100644 index 00000000..504fc8c4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199010_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199010 STATION NETCDFs +0.03490386803944905 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199011_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199011_D_GLOBAL.out new file mode 100644 index 00000000..c0c251c5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199011_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199011 STATION NETCDFs +0.04041502873102824 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199011_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199011_H_GLOBAL.out new file mode 100644 index 00000000..2066d052 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199011_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199011 STATION NETCDFs +0.03777558803558349 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199011_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199011_M_GLOBAL.out new file mode 100644 index 00000000..5cf48cfb --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199011_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199011 STATION NETCDFs +0.04000310103098551 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199012_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199012_D_GLOBAL.out new file mode 100644 index 00000000..5cb37add --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199012_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199012 STATION NETCDFs +0.021903252601623534 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199012_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199012_H_GLOBAL.out new file mode 100644 index 00000000..978ebce3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199012_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199012 STATION NETCDFs +0.027335019906361897 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199012_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199012_M_GLOBAL.out new file mode 100644 index 00000000..494f13d1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199012_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199012 STATION NETCDFs +0.03790273666381836 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199101_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199101_D_GLOBAL.out new file mode 100644 index 00000000..bd4d9784 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199101_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199101 STATION NETCDFs +0.05335028966267904 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199101_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199101_H_GLOBAL.out new file mode 100644 index 00000000..18c0d726 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199101_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199101 STATION NETCDFs +0.03031793435414632 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199101_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199101_M_GLOBAL.out new file mode 100644 index 00000000..67ef7aa3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199101_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199101 STATION NETCDFs +0.049251286188761394 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199102_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199102_D_GLOBAL.out new file mode 100644 index 00000000..7c76458a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199102_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199102 STATION NETCDFs +0.03719750245412191 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199102_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199102_H_GLOBAL.out new file mode 100644 index 00000000..05047ab0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199102_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199102 STATION NETCDFs +0.023071901003519694 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199102_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199102_M_GLOBAL.out new file mode 100644 index 00000000..f05ad8c4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199102_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199102 STATION NETCDFs +0.03295756578445434 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199103_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199103_D_GLOBAL.out new file mode 100644 index 00000000..a00875be --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199103_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199103 STATION NETCDFs +0.03858403364817301 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199103_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199103_H_GLOBAL.out new file mode 100644 index 00000000..25ed1ec5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199103_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199103 STATION NETCDFs +0.04698752562204997 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199103_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199103_M_GLOBAL.out new file mode 100644 index 00000000..a8357d73 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199103_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199103 STATION NETCDFs +0.03987245162328084 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199104_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199104_D_GLOBAL.out new file mode 100644 index 00000000..fa5b5726 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199104_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199104 STATION NETCDFs +0.03557505210240682 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199104_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199104_H_GLOBAL.out new file mode 100644 index 00000000..6a289625 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199104_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199104 STATION NETCDFs +0.030596923828125 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199104_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199104_M_GLOBAL.out new file mode 100644 index 00000000..8e7880f9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199104_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199104 STATION NETCDFs +0.03748133977254232 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199105_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199105_D_GLOBAL.out new file mode 100644 index 00000000..81dc1498 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199105_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199105 STATION NETCDFs +0.04130549430847168 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199105_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199105_H_GLOBAL.out new file mode 100644 index 00000000..a513d278 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199105_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199105 STATION NETCDFs +0.05137447913487752 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199105_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199105_M_GLOBAL.out new file mode 100644 index 00000000..73c055c1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199105_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199105 STATION NETCDFs +0.04036414623260498 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199106_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199106_D_GLOBAL.out new file mode 100644 index 00000000..0df05c0c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199106_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199106 STATION NETCDFs +0.04358758131663005 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199106_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199106_H_GLOBAL.out new file mode 100644 index 00000000..2293ae4c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199106_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199106 STATION NETCDFs +0.030133505662282307 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199106_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199106_M_GLOBAL.out new file mode 100644 index 00000000..b5133ea4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199106_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199106 STATION NETCDFs +0.03887365659077962 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199107_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199107_D_GLOBAL.out new file mode 100644 index 00000000..3c65f4ab --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199107_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199107 STATION NETCDFs +0.033008046944936115 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199107_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199107_H_GLOBAL.out new file mode 100644 index 00000000..d9588f57 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199107_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199107 STATION NETCDFs +0.050207308928171795 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199107_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199107_M_GLOBAL.out new file mode 100644 index 00000000..4d1e4dd6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199107_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199107 STATION NETCDFs +0.030062870184580485 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199108_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199108_D_GLOBAL.out new file mode 100644 index 00000000..9242fba2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199108_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199108 STATION NETCDFs +0.038090924421946205 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199108_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199108_H_GLOBAL.out new file mode 100644 index 00000000..e94cb09c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199108_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199108 STATION NETCDFs +0.0445702870686849 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199108_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199108_M_GLOBAL.out new file mode 100644 index 00000000..33374a79 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199108_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199108 STATION NETCDFs +0.0582210381825765 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199109_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199109_D_GLOBAL.out new file mode 100644 index 00000000..92633f2f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199109_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199109 STATION NETCDFs +0.025854154427846273 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199109_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199109_H_GLOBAL.out new file mode 100644 index 00000000..8ad3ec75 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199109_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199109 STATION NETCDFs +0.038108638922373456 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199109_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199109_M_GLOBAL.out new file mode 100644 index 00000000..2c02d893 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199109_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199109 STATION NETCDFs +0.04615285396575928 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199110_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199110_D_GLOBAL.out new file mode 100644 index 00000000..c19f0e6b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199110_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199110 STATION NETCDFs +0.02784136136372884 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199110_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199110_H_GLOBAL.out new file mode 100644 index 00000000..f121461f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199110_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199110 STATION NETCDFs +0.05132306814193725 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199110_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199110_M_GLOBAL.out new file mode 100644 index 00000000..5fbe10f5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199110_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199110 STATION NETCDFs +0.023122783501942953 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199111_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199111_D_GLOBAL.out new file mode 100644 index 00000000..e94e899a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199111_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199111 STATION NETCDFs +0.04505205551783244 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199111_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199111_H_GLOBAL.out new file mode 100644 index 00000000..4adb713e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199111_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199111 STATION NETCDFs +0.03720243374506633 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199111_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199111_M_GLOBAL.out new file mode 100644 index 00000000..c9a082fc --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199111_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199111 STATION NETCDFs +0.03541792631149292 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199112_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199112_D_GLOBAL.out new file mode 100644 index 00000000..f7cc4b06 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199112_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199112 STATION NETCDFs +0.04136624336242676 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199112_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199112_H_GLOBAL.out new file mode 100644 index 00000000..e7159d41 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199112_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199112 STATION NETCDFs +0.0363287091255188 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199112_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199112_M_GLOBAL.out new file mode 100644 index 00000000..6d4b71fb --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199112_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199112 STATION NETCDFs +0.05177566607793172 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199201_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199201_D_GLOBAL.out new file mode 100644 index 00000000..643ced09 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199201_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199201 STATION NETCDFs +0.04138013521830241 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199201_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199201_H_GLOBAL.out new file mode 100644 index 00000000..29110686 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199201_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199201 STATION NETCDFs +0.024705541133880616 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199201_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199201_M_GLOBAL.out new file mode 100644 index 00000000..dab4323c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199201_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199201 STATION NETCDFs +0.02438950538635254 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199202_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199202_D_GLOBAL.out new file mode 100644 index 00000000..700b7e57 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199202_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199202 STATION NETCDFs +0.0375312606493632 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199202_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199202_H_GLOBAL.out new file mode 100644 index 00000000..034ae3e3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199202_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199202 STATION NETCDFs +0.029045228163401285 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199202_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199202_M_GLOBAL.out new file mode 100644 index 00000000..51adc8cc --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199202_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199202 STATION NETCDFs +0.04702462752660116 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199203_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199203_D_GLOBAL.out new file mode 100644 index 00000000..314a13d2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199203_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199203 STATION NETCDFs +0.028601094086964925 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199203_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199203_H_GLOBAL.out new file mode 100644 index 00000000..d08e1ff9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199203_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199203 STATION NETCDFs +0.04841303030649821 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199203_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199203_M_GLOBAL.out new file mode 100644 index 00000000..2ef894ca --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199203_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199203 STATION NETCDFs +0.055635193983713783 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199204_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199204_D_GLOBAL.out new file mode 100644 index 00000000..e470bfab --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199204_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199204 STATION NETCDFs +0.027271556854248046 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199204_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199204_H_GLOBAL.out new file mode 100644 index 00000000..e80c0898 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199204_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199204 STATION NETCDFs +0.049631043275197344 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199204_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199204_M_GLOBAL.out new file mode 100644 index 00000000..0460ba2a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199204_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199204 STATION NETCDFs +0.042482391993204756 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199205_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199205_D_GLOBAL.out new file mode 100644 index 00000000..afd6322e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199205_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199205 STATION NETCDFs +0.0404219110806783 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199205_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199205_H_GLOBAL.out new file mode 100644 index 00000000..03abcb35 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199205_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199205 STATION NETCDFs +0.028108243147532144 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199205_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199205_M_GLOBAL.out new file mode 100644 index 00000000..6add05f1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199205_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199205 STATION NETCDFs +0.02050085465113322 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199206_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199206_D_GLOBAL.out new file mode 100644 index 00000000..76d54a6b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199206_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199206 STATION NETCDFs +0.045666547616322835 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199206_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199206_H_GLOBAL.out new file mode 100644 index 00000000..b11925fe --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199206_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199206 STATION NETCDFs +0.024866549173990886 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199206_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199206_M_GLOBAL.out new file mode 100644 index 00000000..c3624904 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199206_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199206 STATION NETCDFs +0.044515252113342285 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199207_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199207_D_GLOBAL.out new file mode 100644 index 00000000..1add07e3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199207_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199207 STATION NETCDFs +0.050242666403452554 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199207_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199207_H_GLOBAL.out new file mode 100644 index 00000000..1fc2293f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199207_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199207 STATION NETCDFs +0.05174687703450521 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199207_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199207_M_GLOBAL.out new file mode 100644 index 00000000..6238dd23 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199207_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199207 STATION NETCDFs +0.04485987027486165 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199208_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199208_D_GLOBAL.out new file mode 100644 index 00000000..096c04dd --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199208_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199208 STATION NETCDFs +0.04415070613225301 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199208_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199208_H_GLOBAL.out new file mode 100644 index 00000000..2cf7a2a7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199208_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199208 STATION NETCDFs +0.04142350355784098 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199208_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199208_M_GLOBAL.out new file mode 100644 index 00000000..5bcd9619 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199208_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199208 STATION NETCDFs +0.03022944927215576 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199209_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199209_D_GLOBAL.out new file mode 100644 index 00000000..20e2de95 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199209_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199209 STATION NETCDFs +0.04020928939183553 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199209_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199209_H_GLOBAL.out new file mode 100644 index 00000000..d89334ce --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199209_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199209 STATION NETCDFs +0.027657318115234374 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199209_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199209_M_GLOBAL.out new file mode 100644 index 00000000..bd2ffad9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199209_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199209 STATION NETCDFs +0.0390127698580424 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199210_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199210_D_GLOBAL.out new file mode 100644 index 00000000..fd2c6a50 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199210_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199210 STATION NETCDFs +0.05433189074198405 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199210_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199210_H_GLOBAL.out new file mode 100644 index 00000000..9849c1b8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199210_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199210 STATION NETCDFs +0.04197812477747599 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199210_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199210_M_GLOBAL.out new file mode 100644 index 00000000..00712e99 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199210_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199210 STATION NETCDFs +0.029524290561676027 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199211_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199211_D_GLOBAL.out new file mode 100644 index 00000000..21bf7e09 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199211_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199211 STATION NETCDFs +0.029633788267771403 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199211_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199211_H_GLOBAL.out new file mode 100644 index 00000000..1f65e875 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199211_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199211 STATION NETCDFs +0.029712335268656413 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199211_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199211_M_GLOBAL.out new file mode 100644 index 00000000..68f30259 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199211_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199211 STATION NETCDFs +0.03940238157908122 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199212_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199212_D_GLOBAL.out new file mode 100644 index 00000000..25acf21f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199212_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199212 STATION NETCDFs +0.04184851249059041 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199212_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199212_H_GLOBAL.out new file mode 100644 index 00000000..98fb9559 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199212_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199212 STATION NETCDFs +0.03681888580322266 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199212_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199212_M_GLOBAL.out new file mode 100644 index 00000000..a54a2cf3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199212_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199212 STATION NETCDFs +0.0482132871945699 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199301_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199301_D_GLOBAL.out new file mode 100644 index 00000000..4a0c66dd --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199301_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199301 STATION NETCDFs +0.024944448471069337 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199301_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199301_H_GLOBAL.out new file mode 100644 index 00000000..d58e0787 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199301_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199301 STATION NETCDFs +0.050343259175618486 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199301_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199301_M_GLOBAL.out new file mode 100644 index 00000000..d5fd154e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199301_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199301 STATION NETCDFs +0.056223865350087485 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199302_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199302_D_GLOBAL.out new file mode 100644 index 00000000..c8916a98 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199302_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199302 STATION NETCDFs +0.04646784067153931 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199302_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199302_H_GLOBAL.out new file mode 100644 index 00000000..75c82e1f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199302_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199302 STATION NETCDFs +0.02601458231608073 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199302_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199302_M_GLOBAL.out new file mode 100644 index 00000000..32e9f1a9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199302_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199302 STATION NETCDFs +0.028900746504465738 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199303_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199303_D_GLOBAL.out new file mode 100644 index 00000000..917f70cd --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199303_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199303 STATION NETCDFs +0.051578466097513834 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199303_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199303_H_GLOBAL.out new file mode 100644 index 00000000..edba6f93 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199303_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199303 STATION NETCDFs +0.04063557386398316 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199303_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199303_M_GLOBAL.out new file mode 100644 index 00000000..2526ab7e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199303_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199303 STATION NETCDFs +0.04527693589528402 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199304_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199304_D_GLOBAL.out new file mode 100644 index 00000000..bbec4408 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199304_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199304 STATION NETCDFs +0.04452525774637858 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199304_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199304_H_GLOBAL.out new file mode 100644 index 00000000..b58e4764 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199304_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199304 STATION NETCDFs +0.04105700254440307 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199304_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199304_M_GLOBAL.out new file mode 100644 index 00000000..3466784f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199304_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199304 STATION NETCDFs +0.04532839457194011 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199305_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199305_D_GLOBAL.out new file mode 100644 index 00000000..7eeb9cd7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199305_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199305 STATION NETCDFs +0.04529414574305216 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199305_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199305_H_GLOBAL.out new file mode 100644 index 00000000..c1b7f4d1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199305_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199305 STATION NETCDFs +0.04182859261830648 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199305_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199305_M_GLOBAL.out new file mode 100644 index 00000000..02b7cb04 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199305_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199305 STATION NETCDFs +0.04003538688023885 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199306_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199306_D_GLOBAL.out new file mode 100644 index 00000000..20922a8a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199306_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199306 STATION NETCDFs +0.03994060357411702 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199306_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199306_H_GLOBAL.out new file mode 100644 index 00000000..30150c5c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199306_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199306 STATION NETCDFs +0.04301602045694987 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199306_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199306_M_GLOBAL.out new file mode 100644 index 00000000..c476d216 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199306_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199306 STATION NETCDFs +0.04382245540618897 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199307_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199307_D_GLOBAL.out new file mode 100644 index 00000000..05089cd2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199307_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199307 STATION NETCDFs +0.04659969806671142 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199307_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199307_H_GLOBAL.out new file mode 100644 index 00000000..48b080a1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199307_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199307 STATION NETCDFs +0.045271046956380206 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199307_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199307_M_GLOBAL.out new file mode 100644 index 00000000..3d522755 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199307_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199307 STATION NETCDFs +0.041105814774831134 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199308_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199308_D_GLOBAL.out new file mode 100644 index 00000000..1fcb1c27 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199308_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199308 STATION NETCDFs +0.042149798075358076 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199308_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199308_H_GLOBAL.out new file mode 100644 index 00000000..cfa0c3a0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199308_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199308 STATION NETCDFs +0.057390300432840984 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199308_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199308_M_GLOBAL.out new file mode 100644 index 00000000..21ecf8bd --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199308_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199308 STATION NETCDFs +0.04416865110397339 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199309_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199309_D_GLOBAL.out new file mode 100644 index 00000000..46456254 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199309_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199309 STATION NETCDFs +0.042298972606658936 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199309_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199309_H_GLOBAL.out new file mode 100644 index 00000000..512441c1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199309_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199309 STATION NETCDFs +0.025348190466562906 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199309_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199309_M_GLOBAL.out new file mode 100644 index 00000000..33872802 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199309_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199309 STATION NETCDFs +0.027149403095245363 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199310_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199310_D_GLOBAL.out new file mode 100644 index 00000000..a203563e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199310_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199310 STATION NETCDFs +0.05173505544662475 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199310_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199310_H_GLOBAL.out new file mode 100644 index 00000000..3d226ad3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199310_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199310 STATION NETCDFs +0.041033116976420085 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199310_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199310_M_GLOBAL.out new file mode 100644 index 00000000..de6b31cc --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199310_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199310 STATION NETCDFs +0.03379950126012166 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199311_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199311_D_GLOBAL.out new file mode 100644 index 00000000..f133fb7f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199311_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199311 STATION NETCDFs +0.044226757685343426 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199311_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199311_H_GLOBAL.out new file mode 100644 index 00000000..aa98a5a7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199311_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199311 STATION NETCDFs +0.04406784375508626 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199311_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199311_M_GLOBAL.out new file mode 100644 index 00000000..5ec66b64 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199311_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199311 STATION NETCDFs +0.04193172057469686 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199312_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199312_D_GLOBAL.out new file mode 100644 index 00000000..4bb50867 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199312_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199312 STATION NETCDFs +0.052634779612223306 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199312_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199312_H_GLOBAL.out new file mode 100644 index 00000000..32177061 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199312_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199312 STATION NETCDFs +0.046056918303171795 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199312_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199312_M_GLOBAL.out new file mode 100644 index 00000000..bf3d5427 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199312_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199312 STATION NETCDFs +0.060614013671875 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199401_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199401_D_GLOBAL.out new file mode 100644 index 00000000..551f5901 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199401_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199401 STATION NETCDFs +0.07365181446075439 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199401_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199401_H_GLOBAL.out new file mode 100644 index 00000000..285ece4b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199401_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199401 STATION NETCDFs +0.05793431599934896 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199401_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199401_M_GLOBAL.out new file mode 100644 index 00000000..4afec6c0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199401_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199401 STATION NETCDFs +0.06904781659444173 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199402_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199402_D_GLOBAL.out new file mode 100644 index 00000000..99ee7a44 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199402_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199402 STATION NETCDFs +0.0709410826365153 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199402_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199402_H_GLOBAL.out new file mode 100644 index 00000000..5aed691f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199402_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199402 STATION NETCDFs +0.0668152928352356 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199402_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199402_M_GLOBAL.out new file mode 100644 index 00000000..7a300caf --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199402_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199402 STATION NETCDFs +0.06833879550298055 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199403_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199403_D_GLOBAL.out new file mode 100644 index 00000000..1b91e0c3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199403_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199403 STATION NETCDFs +0.056622080008188885 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199403_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199403_H_GLOBAL.out new file mode 100644 index 00000000..3e9f80da --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199403_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199403 STATION NETCDFs +0.0484282652537028 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199403_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199403_M_GLOBAL.out new file mode 100644 index 00000000..4a49a61b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199403_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199403 STATION NETCDFs +0.06973789135615031 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199404_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199404_D_GLOBAL.out new file mode 100644 index 00000000..0a82a64d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199404_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199404 STATION NETCDFs +0.06691234111785889 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199404_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199404_H_GLOBAL.out new file mode 100644 index 00000000..4249fed8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199404_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199404 STATION NETCDFs +0.04945892095565796 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199404_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199404_M_GLOBAL.out new file mode 100644 index 00000000..987cc6ce --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199404_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199404 STATION NETCDFs +0.05390615860621135 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199405_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199405_D_GLOBAL.out new file mode 100644 index 00000000..129f58b0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199405_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199405 STATION NETCDFs +0.05707715352376302 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199405_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199405_H_GLOBAL.out new file mode 100644 index 00000000..1c2df827 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199405_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199405 STATION NETCDFs +0.06460606257120768 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199405_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199405_M_GLOBAL.out new file mode 100644 index 00000000..8f2e6553 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199405_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199405 STATION NETCDFs +0.05876256227493286 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199406_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199406_D_GLOBAL.out new file mode 100644 index 00000000..359071ab --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199406_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199406 STATION NETCDFs +0.06875261068344116 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199406_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199406_H_GLOBAL.out new file mode 100644 index 00000000..f721d951 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199406_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199406 STATION NETCDFs +0.05903773705164592 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199406_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199406_M_GLOBAL.out new file mode 100644 index 00000000..525178ba --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199406_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199406 STATION NETCDFs +0.0653869907061259 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199407_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199407_D_GLOBAL.out new file mode 100644 index 00000000..d6df6e67 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199407_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199407 STATION NETCDFs +0.07424722115198772 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199407_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199407_H_GLOBAL.out new file mode 100644 index 00000000..82b499f3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199407_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199407 STATION NETCDFs +0.06928627093633016 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199407_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199407_M_GLOBAL.out new file mode 100644 index 00000000..83a17af9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199407_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199407 STATION NETCDFs +0.0673651377360026 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199408_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199408_D_GLOBAL.out new file mode 100644 index 00000000..2852b439 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199408_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199408 STATION NETCDFs +0.04968102773030599 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199408_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199408_H_GLOBAL.out new file mode 100644 index 00000000..1d51c00f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199408_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199408 STATION NETCDFs +0.059340155124664305 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199408_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199408_M_GLOBAL.out new file mode 100644 index 00000000..016bda19 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199408_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199408 STATION NETCDFs +0.060427717367808026 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199409_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199409_D_GLOBAL.out new file mode 100644 index 00000000..37a66e57 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199409_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199409 STATION NETCDFs +0.07103005647659302 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199409_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199409_H_GLOBAL.out new file mode 100644 index 00000000..fede8c0a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199409_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199409 STATION NETCDFs +0.05492242177327474 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199409_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199409_M_GLOBAL.out new file mode 100644 index 00000000..b6137044 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199409_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199409 STATION NETCDFs +0.05688728094100952 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199410_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199410_D_GLOBAL.out new file mode 100644 index 00000000..c1c61acf --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199410_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199410 STATION NETCDFs +0.07097690502802531 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199410_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199410_H_GLOBAL.out new file mode 100644 index 00000000..ef29cca0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199410_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199410 STATION NETCDFs +0.07287763357162476 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199410_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199410_M_GLOBAL.out new file mode 100644 index 00000000..1d34a9d3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199410_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199410 STATION NETCDFs +0.05619973341623942 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199411_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199411_D_GLOBAL.out new file mode 100644 index 00000000..92d646ef --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199411_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199411 STATION NETCDFs +0.04684766928354899 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199411_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199411_H_GLOBAL.out new file mode 100644 index 00000000..15a0cb8e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199411_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199411 STATION NETCDFs +0.05653015375137329 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199411_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199411_M_GLOBAL.out new file mode 100644 index 00000000..803c73c4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199411_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199411 STATION NETCDFs +0.047042842706044516 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199412_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199412_D_GLOBAL.out new file mode 100644 index 00000000..e7170f94 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199412_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199412 STATION NETCDFs +0.061420989036560056 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199412_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199412_H_GLOBAL.out new file mode 100644 index 00000000..72a330d1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199412_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199412 STATION NETCDFs +0.04396368265151977 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199412_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199412_M_GLOBAL.out new file mode 100644 index 00000000..a8a3864a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199412_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199412 STATION NETCDFs +0.04503940343856812 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199501_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199501_D_GLOBAL.out new file mode 100644 index 00000000..984b358d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199501_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199501 STATION NETCDFs +0.06623606284459432 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199501_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199501_H_GLOBAL.out new file mode 100644 index 00000000..abcbd05b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199501_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199501 STATION NETCDFs +0.0557943860689799 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199501_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199501_M_GLOBAL.out new file mode 100644 index 00000000..038ebfad --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199501_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199501 STATION NETCDFs +0.061256015300750734 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199502_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199502_D_GLOBAL.out new file mode 100644 index 00000000..aa22fd99 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199502_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199502 STATION NETCDFs +0.06923616727193196 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199502_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199502_H_GLOBAL.out new file mode 100644 index 00000000..2c654cc4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199502_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199502 STATION NETCDFs +0.05121810436248779 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199502_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199502_M_GLOBAL.out new file mode 100644 index 00000000..6cbf8a41 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199502_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199502 STATION NETCDFs +0.06091336409250895 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199503_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199503_D_GLOBAL.out new file mode 100644 index 00000000..778693a6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199503_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199503 STATION NETCDFs +0.06407726605733235 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199503_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199503_H_GLOBAL.out new file mode 100644 index 00000000..d4715fea --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199503_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199503 STATION NETCDFs +0.05744930108388265 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199503_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199503_M_GLOBAL.out new file mode 100644 index 00000000..9b6d5ee0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199503_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199503 STATION NETCDFs +0.04501068592071533 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199504_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199504_D_GLOBAL.out new file mode 100644 index 00000000..710543cd --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199504_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199504 STATION NETCDFs +0.07691857814788819 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199504_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199504_H_GLOBAL.out new file mode 100644 index 00000000..34cd8c8b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199504_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199504 STATION NETCDFs +0.07253501415252686 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199504_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199504_M_GLOBAL.out new file mode 100644 index 00000000..204f0df0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199504_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199504 STATION NETCDFs +0.06835447152455648 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199505_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199505_D_GLOBAL.out new file mode 100644 index 00000000..882ef807 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199505_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199505 STATION NETCDFs +0.06607475678126017 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199505_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199505_H_GLOBAL.out new file mode 100644 index 00000000..3be123bc --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199505_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199505 STATION NETCDFs +0.04520877202351888 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199505_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199505_M_GLOBAL.out new file mode 100644 index 00000000..9f506565 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199505_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199505 STATION NETCDFs +0.05352485179901123 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199506_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199506_D_GLOBAL.out new file mode 100644 index 00000000..f1770b17 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199506_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199506 STATION NETCDFs +0.0653221050898234 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199506_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199506_H_GLOBAL.out new file mode 100644 index 00000000..459d7840 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199506_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199506 STATION NETCDFs +0.0761888345082601 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199506_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199506_M_GLOBAL.out new file mode 100644 index 00000000..e5bcbc54 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199506_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199506 STATION NETCDFs +0.08084642887115479 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199507_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199507_D_GLOBAL.out new file mode 100644 index 00000000..e5b78036 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199507_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199507 STATION NETCDFs +0.06536608537038167 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199507_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199507_H_GLOBAL.out new file mode 100644 index 00000000..2486ee3f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199507_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199507 STATION NETCDFs +0.06421747207641601 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199507_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199507_M_GLOBAL.out new file mode 100644 index 00000000..2d002dbd --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199507_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199507 STATION NETCDFs +0.04909708897272746 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199508_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199508_D_GLOBAL.out new file mode 100644 index 00000000..c4668b33 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199508_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199508 STATION NETCDFs +0.06921631892522176 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199508_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199508_H_GLOBAL.out new file mode 100644 index 00000000..c4090c4f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199508_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199508 STATION NETCDFs +0.07305798927942912 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199508_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199508_M_GLOBAL.out new file mode 100644 index 00000000..7bd72420 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199508_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199508 STATION NETCDFs +0.04876179695129394 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199509_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199509_D_GLOBAL.out new file mode 100644 index 00000000..bff5e063 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199509_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199509 STATION NETCDFs +0.05833957592646281 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199509_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199509_H_GLOBAL.out new file mode 100644 index 00000000..44b36712 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199509_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199509 STATION NETCDFs +0.0645845095316569 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199509_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199509_M_GLOBAL.out new file mode 100644 index 00000000..b7db88ed --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199509_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199509 STATION NETCDFs +0.05352128744125366 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199510_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199510_D_GLOBAL.out new file mode 100644 index 00000000..530c0956 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199510_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199510 STATION NETCDFs +0.06288417975107828 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199510_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199510_H_GLOBAL.out new file mode 100644 index 00000000..30d73728 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199510_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199510 STATION NETCDFs +0.07533647219340006 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199510_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199510_M_GLOBAL.out new file mode 100644 index 00000000..2225b8a1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199510_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199510 STATION NETCDFs +0.05975043773651123 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199511_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199511_D_GLOBAL.out new file mode 100644 index 00000000..83b51bda --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199511_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199511 STATION NETCDFs +0.06282204389572144 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199511_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199511_H_GLOBAL.out new file mode 100644 index 00000000..0a97753a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199511_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199511 STATION NETCDFs +0.056754533449808756 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199511_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199511_M_GLOBAL.out new file mode 100644 index 00000000..703a59d9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199511_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199511 STATION NETCDFs +0.06228580474853516 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199512_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199512_D_GLOBAL.out new file mode 100644 index 00000000..bfe8c86a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199512_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199512 STATION NETCDFs +0.07904209693272908 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199512_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199512_H_GLOBAL.out new file mode 100644 index 00000000..6c706f63 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199512_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199512 STATION NETCDFs +0.06485180060068767 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199512_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199512_M_GLOBAL.out new file mode 100644 index 00000000..a836ba11 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199512_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199512 STATION NETCDFs +0.0742367148399353 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199601_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199601_D_GLOBAL.out new file mode 100644 index 00000000..86f4ad88 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199601_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199601 STATION NETCDFs +0.05593337217966716 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199601_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199601_H_GLOBAL.out new file mode 100644 index 00000000..15427091 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199601_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199601 STATION NETCDFs +0.04708988269170125 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199601_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199601_M_GLOBAL.out new file mode 100644 index 00000000..a91e59d1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199601_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199601 STATION NETCDFs +0.08334530194600423 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199602_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199602_D_GLOBAL.out new file mode 100644 index 00000000..e928c019 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199602_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199602 STATION NETCDFs +0.05193338394165039 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199602_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199602_H_GLOBAL.out new file mode 100644 index 00000000..e04aa3c5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199602_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199602 STATION NETCDFs +0.05619329214096069 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199602_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199602_M_GLOBAL.out new file mode 100644 index 00000000..588632b3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199602_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199602 STATION NETCDFs +0.04440938631693522 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199603_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199603_D_GLOBAL.out new file mode 100644 index 00000000..2def7d40 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199603_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199603 STATION NETCDFs +0.07913825909296672 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199603_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199603_H_GLOBAL.out new file mode 100644 index 00000000..804eba17 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199603_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199603 STATION NETCDFs +0.07027527491251627 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199603_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199603_M_GLOBAL.out new file mode 100644 index 00000000..ba51da63 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199603_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199603 STATION NETCDFs +0.062335288524627684 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199604_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199604_D_GLOBAL.out new file mode 100644 index 00000000..4c014dd8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199604_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199604 STATION NETCDFs +0.07226936022440593 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199604_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199604_H_GLOBAL.out new file mode 100644 index 00000000..e3fc79de --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199604_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199604 STATION NETCDFs +0.0508238156636556 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199604_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199604_M_GLOBAL.out new file mode 100644 index 00000000..a6cdedea --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199604_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199604 STATION NETCDFs +0.05783938566843669 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199605_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199605_D_GLOBAL.out new file mode 100644 index 00000000..7799fe00 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199605_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199605 STATION NETCDFs +0.051849790414174396 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199605_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199605_H_GLOBAL.out new file mode 100644 index 00000000..47a6b82f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199605_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199605 STATION NETCDFs +0.05722949504852295 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199605_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199605_M_GLOBAL.out new file mode 100644 index 00000000..154020b2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199605_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199605 STATION NETCDFs +0.06856237252553304 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199606_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199606_D_GLOBAL.out new file mode 100644 index 00000000..39f9af33 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199606_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199606 STATION NETCDFs +0.06472649971644083 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199606_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199606_H_GLOBAL.out new file mode 100644 index 00000000..d7f9629e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199606_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199606 STATION NETCDFs +0.05721859931945801 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199606_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199606_M_GLOBAL.out new file mode 100644 index 00000000..18ab0e0b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199606_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199606 STATION NETCDFs +0.063569442431132 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199607_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199607_D_GLOBAL.out new file mode 100644 index 00000000..c05ec92b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199607_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199607 STATION NETCDFs +0.04713966449101766 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199607_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199607_H_GLOBAL.out new file mode 100644 index 00000000..3e32a882 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199607_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199607 STATION NETCDFs +0.056953843434651694 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199607_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199607_M_GLOBAL.out new file mode 100644 index 00000000..dee6ea66 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199607_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199607 STATION NETCDFs +0.059010811646779376 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199608_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199608_D_GLOBAL.out new file mode 100644 index 00000000..84c0613f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199608_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199608 STATION NETCDFs +0.07944643497467041 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199608_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199608_H_GLOBAL.out new file mode 100644 index 00000000..52468e52 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199608_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199608 STATION NETCDFs +0.053615411122639976 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199608_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199608_M_GLOBAL.out new file mode 100644 index 00000000..33403e3b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199608_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199608 STATION NETCDFs +0.0644455353418986 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199609_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199609_D_GLOBAL.out new file mode 100644 index 00000000..6291871f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199609_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199609 STATION NETCDFs +0.07185798088709514 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199609_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199609_H_GLOBAL.out new file mode 100644 index 00000000..88903a37 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199609_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199609 STATION NETCDFs +0.06601676146189371 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199609_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199609_M_GLOBAL.out new file mode 100644 index 00000000..f11385f8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199609_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199609 STATION NETCDFs +0.06666654745737711 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199610_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199610_D_GLOBAL.out new file mode 100644 index 00000000..98c7be48 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199610_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199610 STATION NETCDFs +0.055419294039408366 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199610_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199610_H_GLOBAL.out new file mode 100644 index 00000000..9ae53024 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199610_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199610 STATION NETCDFs +0.05437545776367188 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199610_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199610_M_GLOBAL.out new file mode 100644 index 00000000..f44d9c20 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199610_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199610 STATION NETCDFs +0.06291389465332031 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199611_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199611_D_GLOBAL.out new file mode 100644 index 00000000..23049a06 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199611_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199611 STATION NETCDFs +0.06635234753290813 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199611_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199611_H_GLOBAL.out new file mode 100644 index 00000000..09e1c195 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199611_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199611 STATION NETCDFs +0.07007518609364828 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199611_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199611_M_GLOBAL.out new file mode 100644 index 00000000..4baa05ae --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199611_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199611 STATION NETCDFs +0.06945668856302897 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199612_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199612_D_GLOBAL.out new file mode 100644 index 00000000..012c3bf3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199612_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199612 STATION NETCDFs +0.05971596240997314 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199612_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199612_H_GLOBAL.out new file mode 100644 index 00000000..7197a172 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199612_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199612 STATION NETCDFs +0.07029729684193929 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199612_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199612_M_GLOBAL.out new file mode 100644 index 00000000..40cf29b7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199612_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199612 STATION NETCDFs +0.0660371462504069 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199701_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199701_D_GLOBAL.out new file mode 100644 index 00000000..7b5c5f20 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199701_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199701 STATION NETCDFs +0.06626182397206624 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199701_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199701_H_GLOBAL.out new file mode 100644 index 00000000..bda1e882 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199701_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199701 STATION NETCDFs +0.06493441661198934 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199701_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199701_M_GLOBAL.out new file mode 100644 index 00000000..e4a0de58 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199701_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199701 STATION NETCDFs +0.06499280532201131 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199702_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199702_D_GLOBAL.out new file mode 100644 index 00000000..68dc4fbc --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199702_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199702 STATION NETCDFs +0.08050430615743001 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199702_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199702_H_GLOBAL.out new file mode 100644 index 00000000..973d587b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199702_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199702 STATION NETCDFs +0.052061434586842856 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199702_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199702_M_GLOBAL.out new file mode 100644 index 00000000..8a357e87 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199702_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199702 STATION NETCDFs +0.0739551305770874 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199703_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199703_D_GLOBAL.out new file mode 100644 index 00000000..83f74e16 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199703_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199703 STATION NETCDFs +0.06081195672353109 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199703_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199703_H_GLOBAL.out new file mode 100644 index 00000000..3c27369a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199703_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199703 STATION NETCDFs +0.06858023802439371 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199703_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199703_M_GLOBAL.out new file mode 100644 index 00000000..6f68e2eb --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199703_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199703 STATION NETCDFs +0.06575946013132732 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199704_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199704_D_GLOBAL.out new file mode 100644 index 00000000..9fc5ae50 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199704_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199704 STATION NETCDFs +0.0671010971069336 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199704_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199704_H_GLOBAL.out new file mode 100644 index 00000000..63ff7fac --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199704_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199704 STATION NETCDFs +0.07037040392557779 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199704_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199704_M_GLOBAL.out new file mode 100644 index 00000000..92120a42 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199704_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199704 STATION NETCDFs +0.05654575824737549 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199705_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199705_D_GLOBAL.out new file mode 100644 index 00000000..ae8e73bc --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199705_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199705 STATION NETCDFs +0.06899092197418213 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199705_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199705_H_GLOBAL.out new file mode 100644 index 00000000..d8a812bc --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199705_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199705 STATION NETCDFs +0.05561503569285075 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199705_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199705_M_GLOBAL.out new file mode 100644 index 00000000..b1038215 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199705_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199705 STATION NETCDFs +0.06459895769755046 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199706_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199706_D_GLOBAL.out new file mode 100644 index 00000000..ed85ad4e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199706_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199706 STATION NETCDFs +0.0523985743522644 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199706_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199706_H_GLOBAL.out new file mode 100644 index 00000000..2e2f7ead --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199706_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199706 STATION NETCDFs +0.06331522862116495 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199706_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199706_M_GLOBAL.out new file mode 100644 index 00000000..b5d43355 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199706_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199706 STATION NETCDFs +0.05788938999176026 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199707_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199707_D_GLOBAL.out new file mode 100644 index 00000000..9ba8f7aa --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199707_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199707 STATION NETCDFs +0.08296651442845662 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199707_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199707_H_GLOBAL.out new file mode 100644 index 00000000..98aff46b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199707_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199707 STATION NETCDFs +0.0591176708539327 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199707_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199707_M_GLOBAL.out new file mode 100644 index 00000000..e6703741 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199707_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199707 STATION NETCDFs +0.06289006074269612 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199708_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199708_D_GLOBAL.out new file mode 100644 index 00000000..0e85340e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199708_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199708 STATION NETCDFs +0.05949358542760213 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199708_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199708_H_GLOBAL.out new file mode 100644 index 00000000..f81a77e5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199708_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199708 STATION NETCDFs +0.06416804393132527 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199708_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199708_M_GLOBAL.out new file mode 100644 index 00000000..e0fa96f6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199708_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199708 STATION NETCDFs +0.0546598474184672 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199709_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199709_D_GLOBAL.out new file mode 100644 index 00000000..ff579778 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199709_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199709 STATION NETCDFs +0.07662294308344524 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199709_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199709_H_GLOBAL.out new file mode 100644 index 00000000..ef3c255c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199709_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199709 STATION NETCDFs +0.0593247652053833 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199709_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199709_M_GLOBAL.out new file mode 100644 index 00000000..0233b101 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199709_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199709 STATION NETCDFs +0.055545624097188315 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199710_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199710_D_GLOBAL.out new file mode 100644 index 00000000..9618c4fd --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199710_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199710 STATION NETCDFs +0.05713621377944946 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199710_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199710_H_GLOBAL.out new file mode 100644 index 00000000..9632f243 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199710_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199710 STATION NETCDFs +0.04976803461710612 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199710_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199710_M_GLOBAL.out new file mode 100644 index 00000000..97345fa9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199710_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199710 STATION NETCDFs +0.07386343479156494 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199711_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199711_D_GLOBAL.out new file mode 100644 index 00000000..ed0e7654 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199711_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199711 STATION NETCDFs +0.061418763796488446 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199711_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199711_H_GLOBAL.out new file mode 100644 index 00000000..51b245ca --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199711_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199711 STATION NETCDFs +0.05561405022939046 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199711_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199711_M_GLOBAL.out new file mode 100644 index 00000000..909b4933 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199711_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199711 STATION NETCDFs +0.06385021209716797 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199712_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199712_D_GLOBAL.out new file mode 100644 index 00000000..032f36c2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199712_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199712 STATION NETCDFs +0.07191922267278035 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199712_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199712_H_GLOBAL.out new file mode 100644 index 00000000..5fd4060c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199712_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199712 STATION NETCDFs +0.07054291168848674 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199712_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199712_M_GLOBAL.out new file mode 100644 index 00000000..839fe608 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199712_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199712 STATION NETCDFs +0.0723406712214152 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199801_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199801_D_GLOBAL.out new file mode 100644 index 00000000..094535c8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199801_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199801 STATION NETCDFs +0.07977432012557983 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199801_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199801_H_GLOBAL.out new file mode 100644 index 00000000..e05ac1bd --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199801_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199801 STATION NETCDFs +0.056511696179707846 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199801_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199801_M_GLOBAL.out new file mode 100644 index 00000000..06614498 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199801_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199801 STATION NETCDFs +0.06914641459782918 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199802_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199802_D_GLOBAL.out new file mode 100644 index 00000000..2e1ed9cb --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199802_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199802 STATION NETCDFs +0.07707591454188029 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199802_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199802_H_GLOBAL.out new file mode 100644 index 00000000..15122633 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199802_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199802 STATION NETCDFs +0.08683797915776571 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199802_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199802_M_GLOBAL.out new file mode 100644 index 00000000..40a613d5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199802_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199802 STATION NETCDFs +0.05987639427185058 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199803_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199803_D_GLOBAL.out new file mode 100644 index 00000000..fec1e7d9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199803_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199803 STATION NETCDFs +0.06376823981602987 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199803_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199803_H_GLOBAL.out new file mode 100644 index 00000000..53048a97 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199803_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199803 STATION NETCDFs +0.07221648693084717 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199803_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199803_M_GLOBAL.out new file mode 100644 index 00000000..d21950ec --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199803_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199803 STATION NETCDFs +0.06162730058034261 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199804_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199804_D_GLOBAL.out new file mode 100644 index 00000000..f5f4b3c3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199804_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199804 STATION NETCDFs +0.07313907146453857 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199804_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199804_H_GLOBAL.out new file mode 100644 index 00000000..dc4ae1be --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199804_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199804 STATION NETCDFs +0.061247225602467856 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199804_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199804_M_GLOBAL.out new file mode 100644 index 00000000..6805fd3a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199804_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199804 STATION NETCDFs +0.06764208873112997 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199805_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199805_D_GLOBAL.out new file mode 100644 index 00000000..1bd57231 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199805_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199805 STATION NETCDFs +0.06323545376459758 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199805_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199805_H_GLOBAL.out new file mode 100644 index 00000000..811f5d4d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199805_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199805 STATION NETCDFs +0.07079139947891236 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199805_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199805_M_GLOBAL.out new file mode 100644 index 00000000..ae153ea6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199805_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199805 STATION NETCDFs +0.06606907844543457 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199806_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199806_D_GLOBAL.out new file mode 100644 index 00000000..6ce48786 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199806_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199806 STATION NETCDFs +0.0851529320081075 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199806_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199806_H_GLOBAL.out new file mode 100644 index 00000000..bdb33e44 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199806_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199806 STATION NETCDFs +0.05480302572250366 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199806_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199806_M_GLOBAL.out new file mode 100644 index 00000000..c458e32f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199806_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199806 STATION NETCDFs +0.07083985010782877 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199807_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199807_D_GLOBAL.out new file mode 100644 index 00000000..aab16ed5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199807_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199807 STATION NETCDFs +0.08203383286794026 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199807_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199807_H_GLOBAL.out new file mode 100644 index 00000000..5b31c1e6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199807_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199807 STATION NETCDFs +0.07210285266240438 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199807_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199807_M_GLOBAL.out new file mode 100644 index 00000000..66de6c71 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199807_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199807 STATION NETCDFs +0.06337164243062338 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199808_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199808_D_GLOBAL.out new file mode 100644 index 00000000..62da32d6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199808_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199808 STATION NETCDFs +0.06577997207641602 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199808_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199808_H_GLOBAL.out new file mode 100644 index 00000000..9f1a1502 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199808_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199808 STATION NETCDFs +0.048534878094991046 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199808_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199808_M_GLOBAL.out new file mode 100644 index 00000000..694a2700 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199808_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199808 STATION NETCDFs +0.07452141046524048 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199809_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199809_D_GLOBAL.out new file mode 100644 index 00000000..a78c805a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199809_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199809 STATION NETCDFs +0.06399962504704794 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199809_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199809_H_GLOBAL.out new file mode 100644 index 00000000..c3a4c24a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199809_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199809 STATION NETCDFs +0.05483411153157552 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199809_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199809_M_GLOBAL.out new file mode 100644 index 00000000..852a6daf --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199809_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199809 STATION NETCDFs +0.06082019011179606 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199810_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199810_D_GLOBAL.out new file mode 100644 index 00000000..fa55a3ca --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199810_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199810 STATION NETCDFs +0.0564441720644633 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199810_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199810_H_GLOBAL.out new file mode 100644 index 00000000..f28cec6e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199810_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199810 STATION NETCDFs +0.060045945644378665 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199810_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199810_M_GLOBAL.out new file mode 100644 index 00000000..5ef7abb8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199810_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199810 STATION NETCDFs +0.07740805943806967 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199811_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199811_D_GLOBAL.out new file mode 100644 index 00000000..656c517d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199811_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199811 STATION NETCDFs +0.07280045747756958 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199811_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199811_H_GLOBAL.out new file mode 100644 index 00000000..609ba549 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199811_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199811 STATION NETCDFs +0.06404100259145101 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199811_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199811_M_GLOBAL.out new file mode 100644 index 00000000..0311fb21 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199811_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199811 STATION NETCDFs +0.07431662082672119 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199812_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199812_D_GLOBAL.out new file mode 100644 index 00000000..cfc461df --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199812_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199812 STATION NETCDFs +0.07533674240112305 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199812_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199812_H_GLOBAL.out new file mode 100644 index 00000000..6dcde39b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199812_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199812 STATION NETCDFs +0.0632380763689677 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199812_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199812_M_GLOBAL.out new file mode 100644 index 00000000..35660d1a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199812_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199812 STATION NETCDFs +0.08019938468933105 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199901_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199901_D_GLOBAL.out new file mode 100644 index 00000000..3e39faa9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199901_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199901 STATION NETCDFs +0.06904074350992838 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199901_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199901_H_GLOBAL.out new file mode 100644 index 00000000..63e001e0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199901_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199901 STATION NETCDFs +0.06543400684992472 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199901_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199901_M_GLOBAL.out new file mode 100644 index 00000000..4abf41a9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199901_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199901 STATION NETCDFs +0.06263083219528198 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199902_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199902_D_GLOBAL.out new file mode 100644 index 00000000..03e3f8d2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199902_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199902 STATION NETCDFs +0.0782968799273173 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199902_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199902_H_GLOBAL.out new file mode 100644 index 00000000..abb18e6f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199902_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199902 STATION NETCDFs +0.06565903425216675 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199902_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199902_M_GLOBAL.out new file mode 100644 index 00000000..745f90e8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199902_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199902 STATION NETCDFs +0.0611093004544576 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199903_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199903_D_GLOBAL.out new file mode 100644 index 00000000..c8557554 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199903_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199903 STATION NETCDFs +0.07536476055781047 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199903_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199903_H_GLOBAL.out new file mode 100644 index 00000000..52ece3e9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199903_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199903 STATION NETCDFs +0.07285956144332886 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199903_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199903_M_GLOBAL.out new file mode 100644 index 00000000..d3fdb754 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199903_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199903 STATION NETCDFs +0.06531612078348796 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199904_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199904_D_GLOBAL.out new file mode 100644 index 00000000..d0847fd6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199904_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199904 STATION NETCDFs +0.06842455863952637 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199904_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199904_H_GLOBAL.out new file mode 100644 index 00000000..77951d52 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199904_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199904 STATION NETCDFs +0.060668810208638506 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199904_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199904_M_GLOBAL.out new file mode 100644 index 00000000..65469ace --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199904_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199904 STATION NETCDFs +0.06175637245178223 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199905_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199905_D_GLOBAL.out new file mode 100644 index 00000000..edfb745a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199905_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199905 STATION NETCDFs +0.06891465981801351 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199905_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199905_H_GLOBAL.out new file mode 100644 index 00000000..b1c0383c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199905_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199905 STATION NETCDFs +0.06630872885386149 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199905_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199905_M_GLOBAL.out new file mode 100644 index 00000000..94cb798e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199905_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199905 STATION NETCDFs +0.06331821282704671 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199906_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199906_D_GLOBAL.out new file mode 100644 index 00000000..00fde373 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199906_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199906 STATION NETCDFs +0.07388423283894857 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199906_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199906_H_GLOBAL.out new file mode 100644 index 00000000..02f84562 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199906_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199906 STATION NETCDFs +0.07418474356333414 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199906_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199906_M_GLOBAL.out new file mode 100644 index 00000000..ae70e676 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199906_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199906 STATION NETCDFs +0.06620486974716186 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199907_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199907_D_GLOBAL.out new file mode 100644 index 00000000..12fb2988 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199907_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199907 STATION NETCDFs +0.057227063179016116 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199907_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199907_H_GLOBAL.out new file mode 100644 index 00000000..3f470dca --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199907_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199907 STATION NETCDFs +0.061683293183644614 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199907_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199907_M_GLOBAL.out new file mode 100644 index 00000000..b58eefa2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199907_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199907 STATION NETCDFs +0.0614168643951416 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199908_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199908_D_GLOBAL.out new file mode 100644 index 00000000..e11063f7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199908_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199908 STATION NETCDFs +0.0559333602587382 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199908_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199908_H_GLOBAL.out new file mode 100644 index 00000000..85efc4cb --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199908_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199908 STATION NETCDFs +0.06063024997711182 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199908_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199908_M_GLOBAL.out new file mode 100644 index 00000000..2df6933a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199908_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199908 STATION NETCDFs +0.07784630060195923 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199909_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199909_D_GLOBAL.out new file mode 100644 index 00000000..af45b9f0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199909_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199909 STATION NETCDFs +0.06434796651204427 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199909_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199909_H_GLOBAL.out new file mode 100644 index 00000000..4351f68f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199909_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199909 STATION NETCDFs +0.0656757672627767 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199909_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199909_M_GLOBAL.out new file mode 100644 index 00000000..c30f005e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199909_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199909 STATION NETCDFs +0.048885250091552736 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199910_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199910_D_GLOBAL.out new file mode 100644 index 00000000..d55a4d4a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199910_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199910 STATION NETCDFs +0.06071412165959676 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199910_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199910_H_GLOBAL.out new file mode 100644 index 00000000..62df7a3b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199910_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199910 STATION NETCDFs +0.06568349599838257 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199910_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199910_M_GLOBAL.out new file mode 100644 index 00000000..2521c841 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199910_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199910 STATION NETCDFs +0.05161346594492595 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199911_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199911_D_GLOBAL.out new file mode 100644 index 00000000..d00d6049 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199911_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199911 STATION NETCDFs +0.05608785152435303 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199911_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199911_H_GLOBAL.out new file mode 100644 index 00000000..c533bd4d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199911_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199911 STATION NETCDFs +0.0639826496442159 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199911_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199911_M_GLOBAL.out new file mode 100644 index 00000000..2b01b2c8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199911_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199911 STATION NETCDFs +0.0702995498975118 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199912_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199912_D_GLOBAL.out new file mode 100644 index 00000000..3a819e34 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199912_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199912 STATION NETCDFs +0.06623849074045816 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199912_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199912_H_GLOBAL.out new file mode 100644 index 00000000..92dd9f33 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199912_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199912 STATION NETCDFs +0.08984399239222209 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_199912_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_199912_M_GLOBAL.out new file mode 100644 index 00000000..30b0a5db --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_199912_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199912 STATION NETCDFs +0.09250636498133341 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200001_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200001_D_GLOBAL.out new file mode 100644 index 00000000..352c24b7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200001_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200001 STATION NETCDFs +0.07880078951517741 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200001_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200001_H_GLOBAL.out new file mode 100644 index 00000000..dd1ebdbf --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200001_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200001 STATION NETCDFs +0.05881677865982056 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200001_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200001_M_GLOBAL.out new file mode 100644 index 00000000..f1704662 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200001_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200001 STATION NETCDFs +0.07697233359018961 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200002_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200002_D_GLOBAL.out new file mode 100644 index 00000000..0c43d04c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200002_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200002 STATION NETCDFs +0.0892594854036967 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200002_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200002_H_GLOBAL.out new file mode 100644 index 00000000..cf28fb27 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200002_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200002 STATION NETCDFs +0.07010805209477743 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200002_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200002_M_GLOBAL.out new file mode 100644 index 00000000..4e31218e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200002_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200002 STATION NETCDFs +0.05750338236490885 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200003_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200003_D_GLOBAL.out new file mode 100644 index 00000000..1f20bca7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200003_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200003 STATION NETCDFs +0.06967555681864421 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200003_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200003_H_GLOBAL.out new file mode 100644 index 00000000..5725d7c8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200003_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200003 STATION NETCDFs +0.05351714690526326 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200003_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200003_M_GLOBAL.out new file mode 100644 index 00000000..75dc755a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200003_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200003 STATION NETCDFs +0.0724897543589274 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200004_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200004_D_GLOBAL.out new file mode 100644 index 00000000..fda07de7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200004_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200004 STATION NETCDFs +0.06694830258687337 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200004_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200004_H_GLOBAL.out new file mode 100644 index 00000000..06d47916 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200004_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200004 STATION NETCDFs +0.0727606217066447 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200004_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200004_M_GLOBAL.out new file mode 100644 index 00000000..8bdbddcd --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200004_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200004 STATION NETCDFs +0.06765568256378174 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200005_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200005_D_GLOBAL.out new file mode 100644 index 00000000..5d885bbe --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200005_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200005 STATION NETCDFs +0.07428119977315267 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200005_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200005_H_GLOBAL.out new file mode 100644 index 00000000..69d92740 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200005_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200005 STATION NETCDFs +0.06562099059422812 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200005_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200005_M_GLOBAL.out new file mode 100644 index 00000000..7eaaeedf --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200005_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200005 STATION NETCDFs +0.07856831947962443 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200006_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200006_D_GLOBAL.out new file mode 100644 index 00000000..cc1da0d0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200006_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200006 STATION NETCDFs +0.06913205782572428 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200006_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200006_H_GLOBAL.out new file mode 100644 index 00000000..ae97e5a1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200006_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200006 STATION NETCDFs +0.057632966836293535 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200006_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200006_M_GLOBAL.out new file mode 100644 index 00000000..db1a950a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200006_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200006 STATION NETCDFs +0.07537955443064372 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200007_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200007_D_GLOBAL.out new file mode 100644 index 00000000..738e43ea --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200007_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200007 STATION NETCDFs +0.06381335655848185 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200007_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200007_H_GLOBAL.out new file mode 100644 index 00000000..1f257f15 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200007_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200007 STATION NETCDFs +0.05141195853551229 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200007_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200007_M_GLOBAL.out new file mode 100644 index 00000000..0e5d527e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200007_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200007 STATION NETCDFs +0.07633426586786905 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200008_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200008_D_GLOBAL.out new file mode 100644 index 00000000..0c54dd16 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200008_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200008 STATION NETCDFs +0.058622185389200845 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200008_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200008_H_GLOBAL.out new file mode 100644 index 00000000..8ff5af64 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200008_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200008 STATION NETCDFs +0.06495946248372396 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200008_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200008_M_GLOBAL.out new file mode 100644 index 00000000..75885678 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200008_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200008 STATION NETCDFs +0.07422743638356527 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200009_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200009_D_GLOBAL.out new file mode 100644 index 00000000..99a9c4b6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200009_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200009 STATION NETCDFs +0.06383491357167562 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200009_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200009_H_GLOBAL.out new file mode 100644 index 00000000..5600eda5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200009_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200009 STATION NETCDFs +0.0762169599533081 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200009_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200009_M_GLOBAL.out new file mode 100644 index 00000000..d9b82318 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200009_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200009 STATION NETCDFs +0.07995808521906535 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200010_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200010_D_GLOBAL.out new file mode 100644 index 00000000..aa117cc0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200010_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200010 STATION NETCDFs +0.06431726614634196 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200010_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200010_H_GLOBAL.out new file mode 100644 index 00000000..be099131 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200010_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200010 STATION NETCDFs +0.06851559480031331 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200010_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200010_M_GLOBAL.out new file mode 100644 index 00000000..0e44aa15 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200010_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200010 STATION NETCDFs +0.06311495304107666 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200011_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200011_D_GLOBAL.out new file mode 100644 index 00000000..3d28b298 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200011_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200011 STATION NETCDFs +0.06389851967493693 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200011_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200011_H_GLOBAL.out new file mode 100644 index 00000000..b5e61b8b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200011_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200011 STATION NETCDFs +0.06391046444574992 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200011_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200011_M_GLOBAL.out new file mode 100644 index 00000000..e6f245ba --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200011_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200011 STATION NETCDFs +0.07497588396072388 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200012_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200012_D_GLOBAL.out new file mode 100644 index 00000000..c8d9cb77 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200012_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200012 STATION NETCDFs +0.06448453664779663 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200012_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200012_H_GLOBAL.out new file mode 100644 index 00000000..7952211d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200012_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200012 STATION NETCDFs +0.06750958760579427 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200012_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200012_M_GLOBAL.out new file mode 100644 index 00000000..428c6ce3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200012_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200012 STATION NETCDFs +0.06798333724339803 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200101_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200101_D_GLOBAL.out new file mode 100644 index 00000000..2a3dd188 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200101_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200101 STATION NETCDFs +0.07116309801737468 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200101_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200101_H_GLOBAL.out new file mode 100644 index 00000000..29d5177e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200101_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200101 STATION NETCDFs +0.060662579536437986 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200101_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200101_M_GLOBAL.out new file mode 100644 index 00000000..f693d610 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200101_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200101 STATION NETCDFs +0.06510463953018189 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200102_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200102_D_GLOBAL.out new file mode 100644 index 00000000..25cfd377 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200102_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200102 STATION NETCDFs +0.08627312580744426 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200102_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200102_H_GLOBAL.out new file mode 100644 index 00000000..a062b846 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200102_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200102 STATION NETCDFs +0.07160445054372151 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200102_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200102_M_GLOBAL.out new file mode 100644 index 00000000..3645959b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200102_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200102 STATION NETCDFs +0.06059099435806274 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200103_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200103_D_GLOBAL.out new file mode 100644 index 00000000..e881f515 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200103_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200103 STATION NETCDFs +0.09038455486297607 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200103_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200103_H_GLOBAL.out new file mode 100644 index 00000000..e9dcaed4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200103_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200103 STATION NETCDFs +0.06441069444020589 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200103_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200103_M_GLOBAL.out new file mode 100644 index 00000000..ea255fb6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200103_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200103 STATION NETCDFs +0.07861555020014445 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200104_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200104_D_GLOBAL.out new file mode 100644 index 00000000..a02de226 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200104_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200104 STATION NETCDFs +0.07745492855707804 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200104_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200104_H_GLOBAL.out new file mode 100644 index 00000000..a1646e49 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200104_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200104 STATION NETCDFs +0.07496798435846964 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200104_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200104_M_GLOBAL.out new file mode 100644 index 00000000..bd272f38 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200104_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200104 STATION NETCDFs +0.09055251677831014 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200105_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200105_D_GLOBAL.out new file mode 100644 index 00000000..0b442ac1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200105_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200105 STATION NETCDFs +0.06110940774281819 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200105_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200105_H_GLOBAL.out new file mode 100644 index 00000000..b26b1953 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200105_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200105 STATION NETCDFs +0.052595210075378415 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200105_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200105_M_GLOBAL.out new file mode 100644 index 00000000..e9e63db1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200105_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200105 STATION NETCDFs +0.08035475015640259 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200106_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200106_D_GLOBAL.out new file mode 100644 index 00000000..f2493369 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200106_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200106 STATION NETCDFs +0.06049358447392782 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200106_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200106_H_GLOBAL.out new file mode 100644 index 00000000..b7efe9ec --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200106_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200106 STATION NETCDFs +0.08958301146825155 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200106_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200106_M_GLOBAL.out new file mode 100644 index 00000000..964e688f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200106_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200106 STATION NETCDFs +0.07136834065119425 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200107_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200107_D_GLOBAL.out new file mode 100644 index 00000000..48081238 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200107_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200107 STATION NETCDFs +0.06735860904057821 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200107_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200107_H_GLOBAL.out new file mode 100644 index 00000000..dc995ed0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200107_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200107 STATION NETCDFs +0.06173986991246541 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200107_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200107_M_GLOBAL.out new file mode 100644 index 00000000..7690bcda --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200107_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200107 STATION NETCDFs +0.08074072599411011 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200108_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200108_D_GLOBAL.out new file mode 100644 index 00000000..abd3b0d4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200108_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200108 STATION NETCDFs +0.0626182754834493 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200108_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200108_H_GLOBAL.out new file mode 100644 index 00000000..8f98dd2c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200108_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200108 STATION NETCDFs +0.06714966297149658 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200108_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200108_M_GLOBAL.out new file mode 100644 index 00000000..2f5f3e57 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200108_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200108 STATION NETCDFs +0.07310635646184285 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200109_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200109_D_GLOBAL.out new file mode 100644 index 00000000..e9f8fb4d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200109_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200109 STATION NETCDFs +0.07281773885091146 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200109_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200109_H_GLOBAL.out new file mode 100644 index 00000000..425df472 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200109_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200109 STATION NETCDFs +0.07594966093699138 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200109_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200109_M_GLOBAL.out new file mode 100644 index 00000000..31863e2b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200109_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200109 STATION NETCDFs +0.07606759468714396 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200110_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200110_D_GLOBAL.out new file mode 100644 index 00000000..cdb63c55 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200110_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200110 STATION NETCDFs +0.07972526947657267 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200110_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200110_H_GLOBAL.out new file mode 100644 index 00000000..80361488 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200110_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200110 STATION NETCDFs +0.06720238526662191 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200110_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200110_M_GLOBAL.out new file mode 100644 index 00000000..63cb71ce --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200110_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200110 STATION NETCDFs +0.08405951658884685 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200111_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200111_D_GLOBAL.out new file mode 100644 index 00000000..6815cd32 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200111_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200111 STATION NETCDFs +0.06564172108968098 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200111_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200111_H_GLOBAL.out new file mode 100644 index 00000000..675feb31 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200111_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200111 STATION NETCDFs +0.0562750260035197 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200111_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200111_M_GLOBAL.out new file mode 100644 index 00000000..acb75405 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200111_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200111 STATION NETCDFs +0.05886268615722656 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200112_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200112_D_GLOBAL.out new file mode 100644 index 00000000..5c0242fd --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200112_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200112 STATION NETCDFs +0.09262863794962566 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200112_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200112_H_GLOBAL.out new file mode 100644 index 00000000..f7e61469 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200112_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200112 STATION NETCDFs +0.0738773504892985 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200112_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200112_M_GLOBAL.out new file mode 100644 index 00000000..46108ec4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200112_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200112 STATION NETCDFs +0.06935191551844279 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200201_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200201_D_GLOBAL.out new file mode 100644 index 00000000..20b1a725 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200201_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200201 STATION NETCDFs +0.08191521962483723 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200201_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200201_H_GLOBAL.out new file mode 100644 index 00000000..c0cb1390 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200201_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200201 STATION NETCDFs +0.07183348735173543 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200201_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200201_M_GLOBAL.out new file mode 100644 index 00000000..87e2897a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200201_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200201 STATION NETCDFs +0.10040311018625896 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200202_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200202_D_GLOBAL.out new file mode 100644 index 00000000..ec4182e6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200202_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200202 STATION NETCDFs +0.10157887140909831 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200202_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200202_H_GLOBAL.out new file mode 100644 index 00000000..aeba8548 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200202_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200202 STATION NETCDFs +0.07029198010762533 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200202_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200202_M_GLOBAL.out new file mode 100644 index 00000000..f543d384 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200202_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200202 STATION NETCDFs +0.09106045166651408 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200203_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200203_D_GLOBAL.out new file mode 100644 index 00000000..7cccb3b9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200203_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200203 STATION NETCDFs +0.09216983715693156 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200203_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200203_H_GLOBAL.out new file mode 100644 index 00000000..1ecdd876 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200203_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200203 STATION NETCDFs +0.08211732308069865 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200203_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200203_M_GLOBAL.out new file mode 100644 index 00000000..683946e8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200203_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200203 STATION NETCDFs +0.08181703090667725 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200204_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200204_D_GLOBAL.out new file mode 100644 index 00000000..31d39738 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200204_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200204 STATION NETCDFs +0.09102042913436889 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200204_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200204_H_GLOBAL.out new file mode 100644 index 00000000..807788d0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200204_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200204 STATION NETCDFs +0.08156025012334188 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200204_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200204_M_GLOBAL.out new file mode 100644 index 00000000..845b8780 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200204_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200204 STATION NETCDFs +0.07062729199727376 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200205_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200205_D_GLOBAL.out new file mode 100644 index 00000000..a80dec87 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200205_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200205 STATION NETCDFs +0.08455387353897095 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200205_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200205_H_GLOBAL.out new file mode 100644 index 00000000..d3ba7ca8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200205_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200205 STATION NETCDFs +0.0928842027982076 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200205_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200205_M_GLOBAL.out new file mode 100644 index 00000000..2675e73f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200205_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200205 STATION NETCDFs +0.10195861260096233 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200206_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200206_D_GLOBAL.out new file mode 100644 index 00000000..505829f9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200206_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200206 STATION NETCDFs +0.08058671951293946 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200206_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200206_H_GLOBAL.out new file mode 100644 index 00000000..b3abb1c4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200206_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200206 STATION NETCDFs +0.08099621931711833 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200206_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200206_M_GLOBAL.out new file mode 100644 index 00000000..89c5a834 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200206_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200206 STATION NETCDFs +0.08183215459187826 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200207_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200207_D_GLOBAL.out new file mode 100644 index 00000000..bc153b20 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200207_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200207 STATION NETCDFs +0.07515865166982015 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200207_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200207_H_GLOBAL.out new file mode 100644 index 00000000..09f90f71 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200207_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200207 STATION NETCDFs +0.07233371337254842 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200207_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200207_M_GLOBAL.out new file mode 100644 index 00000000..b0e643ef --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200207_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200207 STATION NETCDFs +0.10259250402450562 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200208_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200208_D_GLOBAL.out new file mode 100644 index 00000000..fcfbc1fb --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200208_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200208 STATION NETCDFs +0.07691813707351684 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200208_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200208_H_GLOBAL.out new file mode 100644 index 00000000..ec67ed54 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200208_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200208 STATION NETCDFs +0.07822621663411458 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200208_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200208_M_GLOBAL.out new file mode 100644 index 00000000..0c33e07f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200208_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200208 STATION NETCDFs +0.08635902404785156 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200209_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200209_D_GLOBAL.out new file mode 100644 index 00000000..03a51953 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200209_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200209 STATION NETCDFs +0.08226736386617024 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200209_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200209_H_GLOBAL.out new file mode 100644 index 00000000..7399d958 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200209_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200209 STATION NETCDFs +0.09027686119079589 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200209_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200209_M_GLOBAL.out new file mode 100644 index 00000000..273d441f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200209_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200209 STATION NETCDFs +0.08369524876276652 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200210_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200210_D_GLOBAL.out new file mode 100644 index 00000000..33ad1638 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200210_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200210 STATION NETCDFs +0.09087498188018799 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200210_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200210_H_GLOBAL.out new file mode 100644 index 00000000..80e878b4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200210_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200210 STATION NETCDFs +0.07906297047932943 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200210_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200210_M_GLOBAL.out new file mode 100644 index 00000000..2fb9e65c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200210_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200210 STATION NETCDFs +0.09662790298461914 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200211_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200211_D_GLOBAL.out new file mode 100644 index 00000000..6ba83157 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200211_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200211 STATION NETCDFs +0.09357360204060873 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200211_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200211_H_GLOBAL.out new file mode 100644 index 00000000..42a74125 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200211_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200211 STATION NETCDFs +0.0840658982594808 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200211_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200211_M_GLOBAL.out new file mode 100644 index 00000000..37a1e8ff --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200211_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200211 STATION NETCDFs +0.08641420205434164 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200212_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200212_D_GLOBAL.out new file mode 100644 index 00000000..23174731 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200212_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200212 STATION NETCDFs +0.09125593105951944 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200212_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200212_H_GLOBAL.out new file mode 100644 index 00000000..ce546af9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200212_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200212 STATION NETCDFs +0.0700191338857015 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200212_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200212_M_GLOBAL.out new file mode 100644 index 00000000..ab8f7064 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200212_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200212 STATION NETCDFs +0.094827934106191 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200301_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200301_D_GLOBAL.out new file mode 100644 index 00000000..39866d03 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200301_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200301 STATION NETCDFs +0.08165283600489298 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200301_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200301_H_GLOBAL.out new file mode 100644 index 00000000..b83903e8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200301_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200301 STATION NETCDFs +0.0801418662071228 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200301_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200301_M_GLOBAL.out new file mode 100644 index 00000000..21ac3af3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200301_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200301 STATION NETCDFs +0.07402708927790323 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200302_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200302_D_GLOBAL.out new file mode 100644 index 00000000..18a5412a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200302_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200302 STATION NETCDFs +0.08590243657430013 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200302_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200302_H_GLOBAL.out new file mode 100644 index 00000000..041facae --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200302_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200302 STATION NETCDFs +0.06510371764500936 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200302_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200302_M_GLOBAL.out new file mode 100644 index 00000000..c0ce151f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200302_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200302 STATION NETCDFs +0.08410532474517822 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200303_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200303_D_GLOBAL.out new file mode 100644 index 00000000..8db51c1b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200303_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200303 STATION NETCDFs +0.07862473726272583 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200303_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200303_H_GLOBAL.out new file mode 100644 index 00000000..fe310f57 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200303_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200303 STATION NETCDFs +0.08741218646367391 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200303_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200303_M_GLOBAL.out new file mode 100644 index 00000000..12b80525 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200303_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200303 STATION NETCDFs +0.09629377126693725 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200304_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200304_D_GLOBAL.out new file mode 100644 index 00000000..d7e0ad14 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200304_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200304 STATION NETCDFs +0.0851142406463623 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200304_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200304_H_GLOBAL.out new file mode 100644 index 00000000..9bea3709 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200304_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200304 STATION NETCDFs +0.07768454154332478 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200304_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200304_M_GLOBAL.out new file mode 100644 index 00000000..0efef4d6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200304_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200304 STATION NETCDFs +0.08576110601425171 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200305_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200305_D_GLOBAL.out new file mode 100644 index 00000000..6ab4ddfd --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200305_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200305 STATION NETCDFs +0.08906130393346151 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200305_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200305_H_GLOBAL.out new file mode 100644 index 00000000..9e53ed43 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200305_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200305 STATION NETCDFs +0.08454900582631429 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200305_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200305_M_GLOBAL.out new file mode 100644 index 00000000..067dccf3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200305_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200305 STATION NETCDFs +0.10338602860768636 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200306_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200306_D_GLOBAL.out new file mode 100644 index 00000000..e89cd73a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200306_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200306 STATION NETCDFs +0.10132626295089722 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200306_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200306_H_GLOBAL.out new file mode 100644 index 00000000..7cb9058d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200306_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200306 STATION NETCDFs +0.08601436614990235 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200306_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200306_M_GLOBAL.out new file mode 100644 index 00000000..782cb05e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200306_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200306 STATION NETCDFs +0.08263246218363444 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200307_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200307_D_GLOBAL.out new file mode 100644 index 00000000..dedd2c3b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200307_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200307 STATION NETCDFs +0.08484200239181519 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200307_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200307_H_GLOBAL.out new file mode 100644 index 00000000..e1044cc9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200307_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200307 STATION NETCDFs +0.07690386772155762 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200307_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200307_M_GLOBAL.out new file mode 100644 index 00000000..1048fb5d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200307_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200307 STATION NETCDFs +0.09284169276555379 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200308_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200308_D_GLOBAL.out new file mode 100644 index 00000000..bce8de87 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200308_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200308 STATION NETCDFs +0.07580982844034831 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200308_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200308_H_GLOBAL.out new file mode 100644 index 00000000..e779309b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200308_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200308 STATION NETCDFs +0.07976990143458049 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200308_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200308_M_GLOBAL.out new file mode 100644 index 00000000..69abe8cb --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200308_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200308 STATION NETCDFs +0.08315012454986573 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200309_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200309_D_GLOBAL.out new file mode 100644 index 00000000..761aa60b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200309_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200309 STATION NETCDFs +0.08508021831512451 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200309_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200309_H_GLOBAL.out new file mode 100644 index 00000000..f1faae5f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200309_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200309 STATION NETCDFs +0.0838593085606893 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200309_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200309_M_GLOBAL.out new file mode 100644 index 00000000..820bca0d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200309_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200309 STATION NETCDFs +0.10539030234018962 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200310_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200310_D_GLOBAL.out new file mode 100644 index 00000000..0e81a2b0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200310_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200310 STATION NETCDFs +0.0939400593439738 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200310_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200310_H_GLOBAL.out new file mode 100644 index 00000000..a8a5685a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200310_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200310 STATION NETCDFs +0.08871260086695353 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200310_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200310_M_GLOBAL.out new file mode 100644 index 00000000..29a7bc0b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200310_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200310 STATION NETCDFs +0.08661306699117025 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200311_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200311_D_GLOBAL.out new file mode 100644 index 00000000..631563b1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200311_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200311 STATION NETCDFs +0.08700378735860188 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200311_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200311_H_GLOBAL.out new file mode 100644 index 00000000..a0aa25ae --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200311_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200311 STATION NETCDFs +0.0935012698173523 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200311_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200311_M_GLOBAL.out new file mode 100644 index 00000000..9f947700 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200311_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200311 STATION NETCDFs +0.0876349687576294 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200312_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200312_D_GLOBAL.out new file mode 100644 index 00000000..263fe5a3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200312_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200312 STATION NETCDFs +0.0844144860903422 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200312_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200312_H_GLOBAL.out new file mode 100644 index 00000000..f0e34e71 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200312_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200312 STATION NETCDFs +0.06493380864461264 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200312_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200312_M_GLOBAL.out new file mode 100644 index 00000000..b7721266 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200312_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200312 STATION NETCDFs +0.08437176545461018 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200401_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200401_D_GLOBAL.out new file mode 100644 index 00000000..0518dcdc --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200401_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200401 STATION NETCDFs +0.1040706713994344 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200401_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200401_H_GLOBAL.out new file mode 100644 index 00000000..636bc224 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200401_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200401 STATION NETCDFs +0.08285756508509318 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200401_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200401_M_GLOBAL.out new file mode 100644 index 00000000..63ab7c3e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200401_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200401 STATION NETCDFs +0.0746616244316101 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200402_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200402_D_GLOBAL.out new file mode 100644 index 00000000..54f116df --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200402_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200402 STATION NETCDFs +0.08984487851460775 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200402_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200402_H_GLOBAL.out new file mode 100644 index 00000000..d6c134c9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200402_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200402 STATION NETCDFs +0.08282736539840699 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200402_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200402_M_GLOBAL.out new file mode 100644 index 00000000..3609b714 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200402_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200402 STATION NETCDFs +0.10753833055496216 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200403_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200403_D_GLOBAL.out new file mode 100644 index 00000000..98cfcdda --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200403_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200403 STATION NETCDFs +0.08109324375788371 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200403_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200403_H_GLOBAL.out new file mode 100644 index 00000000..f2ccf6d5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200403_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200403 STATION NETCDFs +0.08138651450475057 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200403_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200403_M_GLOBAL.out new file mode 100644 index 00000000..ee21f9a3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200403_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200403 STATION NETCDFs +0.08218536376953126 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200404_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200404_D_GLOBAL.out new file mode 100644 index 00000000..379cc5b3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200404_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200404 STATION NETCDFs +0.0696615179379781 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200404_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200404_H_GLOBAL.out new file mode 100644 index 00000000..dc9645e9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200404_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200404 STATION NETCDFs +0.06653771797815959 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200404_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200404_M_GLOBAL.out new file mode 100644 index 00000000..713fabf8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200404_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200404 STATION NETCDFs +0.08802183071772257 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200405_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200405_D_GLOBAL.out new file mode 100644 index 00000000..9498aba5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200405_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200405 STATION NETCDFs +0.08705883820851644 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200405_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200405_H_GLOBAL.out new file mode 100644 index 00000000..8a883814 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200405_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200405 STATION NETCDFs +0.07683254877726237 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200405_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200405_M_GLOBAL.out new file mode 100644 index 00000000..f6e0a91a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200405_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200405 STATION NETCDFs +0.07889926433563232 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200406_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200406_D_GLOBAL.out new file mode 100644 index 00000000..cb54e0fe --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200406_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200406 STATION NETCDFs +0.08421083291371663 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200406_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200406_H_GLOBAL.out new file mode 100644 index 00000000..9ee0536e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200406_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200406 STATION NETCDFs +0.1027415156364441 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200406_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200406_M_GLOBAL.out new file mode 100644 index 00000000..8c749e98 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200406_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200406 STATION NETCDFs +0.09207197825113932 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200407_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200407_D_GLOBAL.out new file mode 100644 index 00000000..d4ab32e5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200407_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200407 STATION NETCDFs +0.08303831815719605 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200407_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200407_H_GLOBAL.out new file mode 100644 index 00000000..5afc70d3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200407_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200407 STATION NETCDFs +0.08105371395746867 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200407_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200407_M_GLOBAL.out new file mode 100644 index 00000000..757fb69e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200407_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200407 STATION NETCDFs +0.08406581878662109 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200408_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200408_D_GLOBAL.out new file mode 100644 index 00000000..7a88af40 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200408_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200408 STATION NETCDFs +0.08012493848800659 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200408_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200408_H_GLOBAL.out new file mode 100644 index 00000000..22706083 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200408_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200408 STATION NETCDFs +0.08353611628214518 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200408_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200408_M_GLOBAL.out new file mode 100644 index 00000000..a433ae6d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200408_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200408 STATION NETCDFs +0.0669246236483256 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200409_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200409_D_GLOBAL.out new file mode 100644 index 00000000..81dae501 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200409_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200409 STATION NETCDFs +0.09144679705301921 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200409_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200409_H_GLOBAL.out new file mode 100644 index 00000000..1965d588 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200409_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200409 STATION NETCDFs +0.07486456632614136 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200409_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200409_M_GLOBAL.out new file mode 100644 index 00000000..1e90644c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200409_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200409 STATION NETCDFs +0.08157039880752563 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200410_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200410_D_GLOBAL.out new file mode 100644 index 00000000..a1b1a778 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200410_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200410 STATION NETCDFs +0.09156850576400757 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200410_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200410_H_GLOBAL.out new file mode 100644 index 00000000..e63a9c60 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200410_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200410 STATION NETCDFs +0.08460691769917807 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200410_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200410_M_GLOBAL.out new file mode 100644 index 00000000..ef55c67d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200410_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200410 STATION NETCDFs +0.07447351217269897 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200411_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200411_D_GLOBAL.out new file mode 100644 index 00000000..10146f6d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200411_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200411 STATION NETCDFs +0.08321310679117838 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200411_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200411_H_GLOBAL.out new file mode 100644 index 00000000..d8bce69c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200411_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200411 STATION NETCDFs +0.08580817381540934 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200411_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200411_M_GLOBAL.out new file mode 100644 index 00000000..d9744a14 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200411_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200411 STATION NETCDFs +0.08297151327133179 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200412_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200412_D_GLOBAL.out new file mode 100644 index 00000000..a5f960cd --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200412_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200412 STATION NETCDFs +0.08106915950775147 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200412_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200412_H_GLOBAL.out new file mode 100644 index 00000000..4ca4f670 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200412_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200412 STATION NETCDFs +0.08715532223383586 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200412_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200412_M_GLOBAL.out new file mode 100644 index 00000000..aa03ca88 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200412_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200412 STATION NETCDFs +0.08477964798609415 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200501_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200501_D_GLOBAL.out new file mode 100644 index 00000000..c04420a8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200501_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200501 STATION NETCDFs +0.09406851927439372 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200501_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200501_H_GLOBAL.out new file mode 100644 index 00000000..b2a9e449 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200501_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200501 STATION NETCDFs +0.079442298412323 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200501_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200501_M_GLOBAL.out new file mode 100644 index 00000000..dd556085 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200501_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200501 STATION NETCDFs +0.08059828678766887 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200502_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200502_D_GLOBAL.out new file mode 100644 index 00000000..ac01b323 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200502_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200502 STATION NETCDFs +0.07437787055969239 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200502_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200502_H_GLOBAL.out new file mode 100644 index 00000000..1695dfe5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200502_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200502 STATION NETCDFs +0.07568384408950805 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200502_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200502_M_GLOBAL.out new file mode 100644 index 00000000..7a460640 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200502_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200502 STATION NETCDFs +0.09651494026184082 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200503_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200503_D_GLOBAL.out new file mode 100644 index 00000000..80201a0f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200503_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200503 STATION NETCDFs +0.0616093913714091 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200503_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200503_H_GLOBAL.out new file mode 100644 index 00000000..7bb81c23 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200503_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200503 STATION NETCDFs +0.061963740984598795 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200503_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200503_M_GLOBAL.out new file mode 100644 index 00000000..a3b27ee5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200503_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200503 STATION NETCDFs +0.07266236543655395 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200504_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200504_D_GLOBAL.out new file mode 100644 index 00000000..bf5b73a8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200504_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200504 STATION NETCDFs +0.0791838010152181 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200504_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200504_H_GLOBAL.out new file mode 100644 index 00000000..eca97205 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200504_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200504 STATION NETCDFs +0.07017640272776286 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200504_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200504_M_GLOBAL.out new file mode 100644 index 00000000..7e769375 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200504_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200504 STATION NETCDFs +0.07916770776112875 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200505_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200505_D_GLOBAL.out new file mode 100644 index 00000000..0f3c387a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200505_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200505 STATION NETCDFs +0.07777126630147298 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200505_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200505_H_GLOBAL.out new file mode 100644 index 00000000..b8576a47 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200505_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200505 STATION NETCDFs +0.07632041374842326 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200505_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200505_M_GLOBAL.out new file mode 100644 index 00000000..c0e698cf --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200505_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200505 STATION NETCDFs +0.07494576772054036 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200506_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200506_D_GLOBAL.out new file mode 100644 index 00000000..57329ba8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200506_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200506 STATION NETCDFs +0.08290602763493855 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200506_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200506_H_GLOBAL.out new file mode 100644 index 00000000..0c758b36 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200506_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200506 STATION NETCDFs +0.08622924089431763 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200506_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200506_M_GLOBAL.out new file mode 100644 index 00000000..b0955c80 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200506_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200506 STATION NETCDFs +0.08049309253692627 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200507_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200507_D_GLOBAL.out new file mode 100644 index 00000000..fa867fa8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200507_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200507 STATION NETCDFs +0.08051579793294271 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200507_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200507_H_GLOBAL.out new file mode 100644 index 00000000..041f6f6d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200507_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200507 STATION NETCDFs +0.07770398457845053 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200507_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200507_M_GLOBAL.out new file mode 100644 index 00000000..5affe73b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200507_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200507 STATION NETCDFs +0.07921719153722127 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200508_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200508_D_GLOBAL.out new file mode 100644 index 00000000..3ecd7b68 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200508_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200508 STATION NETCDFs +0.06995379130045573 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200508_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200508_H_GLOBAL.out new file mode 100644 index 00000000..4e273f2e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200508_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200508 STATION NETCDFs +0.07190058628718059 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200508_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200508_M_GLOBAL.out new file mode 100644 index 00000000..25db1102 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200508_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200508 STATION NETCDFs +0.08954373598098755 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200509_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200509_D_GLOBAL.out new file mode 100644 index 00000000..ee1d86e9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200509_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200509 STATION NETCDFs +0.08026456435521444 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200509_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200509_H_GLOBAL.out new file mode 100644 index 00000000..f88fb9ab --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200509_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200509 STATION NETCDFs +0.08007786671320598 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200509_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200509_M_GLOBAL.out new file mode 100644 index 00000000..68e7edac --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200509_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200509 STATION NETCDFs +0.09339629809061686 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200510_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200510_D_GLOBAL.out new file mode 100644 index 00000000..3e8db2e0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200510_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200510 STATION NETCDFs +0.07956808805465698 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200510_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200510_H_GLOBAL.out new file mode 100644 index 00000000..aef9524e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200510_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200510 STATION NETCDFs +0.08088793754577636 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200510_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200510_M_GLOBAL.out new file mode 100644 index 00000000..0a334ada --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200510_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200510 STATION NETCDFs +0.08488463958104452 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200511_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200511_D_GLOBAL.out new file mode 100644 index 00000000..ab858e85 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200511_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200511 STATION NETCDFs +0.09471942981084187 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200511_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200511_H_GLOBAL.out new file mode 100644 index 00000000..2c43ee5b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200511_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200511 STATION NETCDFs +0.08404212792714437 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200511_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200511_M_GLOBAL.out new file mode 100644 index 00000000..aeda8d4e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200511_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200511 STATION NETCDFs +0.08580394188563029 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200512_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200512_D_GLOBAL.out new file mode 100644 index 00000000..b1879c52 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200512_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200512 STATION NETCDFs +0.08115295966466268 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200512_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200512_H_GLOBAL.out new file mode 100644 index 00000000..c660bca3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200512_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200512 STATION NETCDFs +0.08786658843358358 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200512_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200512_M_GLOBAL.out new file mode 100644 index 00000000..d2f3a540 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200512_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200512 STATION NETCDFs +0.069459335009257 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200601_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200601_D_GLOBAL.out new file mode 100644 index 00000000..721e97b6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200601_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200601 STATION NETCDFs +0.08053981065750122 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200601_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200601_H_GLOBAL.out new file mode 100644 index 00000000..d087143b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200601_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200601 STATION NETCDFs +0.08347221612930297 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200601_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200601_M_GLOBAL.out new file mode 100644 index 00000000..e3ee4b92 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200601_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200601 STATION NETCDFs +0.08517917394638061 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200602_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200602_D_GLOBAL.out new file mode 100644 index 00000000..d65273b7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200602_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200602 STATION NETCDFs +0.0809111754099528 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200602_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200602_H_GLOBAL.out new file mode 100644 index 00000000..77405d0c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200602_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200602 STATION NETCDFs +0.07371396621068318 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200602_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200602_M_GLOBAL.out new file mode 100644 index 00000000..552502da --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200602_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200602 STATION NETCDFs +0.07024308045705159 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200603_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200603_D_GLOBAL.out new file mode 100644 index 00000000..d1816b1f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200603_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200603 STATION NETCDFs +0.0724893053372701 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200603_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200603_H_GLOBAL.out new file mode 100644 index 00000000..98a85c28 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200603_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200603 STATION NETCDFs +0.07328119277954101 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200603_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200603_M_GLOBAL.out new file mode 100644 index 00000000..a0535e58 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200603_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200603 STATION NETCDFs +0.08383400042851766 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200604_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200604_D_GLOBAL.out new file mode 100644 index 00000000..a25e23c5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200604_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200604 STATION NETCDFs +0.08348941008249919 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200604_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200604_H_GLOBAL.out new file mode 100644 index 00000000..e533185f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200604_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200604 STATION NETCDFs +0.09507406949996948 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200604_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200604_M_GLOBAL.out new file mode 100644 index 00000000..a4243099 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200604_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200604 STATION NETCDFs +0.08790989319483439 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200605_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200605_D_GLOBAL.out new file mode 100644 index 00000000..ee4d6ef9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200605_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200605 STATION NETCDFs +0.08439004818598429 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200605_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200605_H_GLOBAL.out new file mode 100644 index 00000000..eae1b589 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200605_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200605 STATION NETCDFs +0.07787037293116252 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200605_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200605_M_GLOBAL.out new file mode 100644 index 00000000..eb63cd38 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200605_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200605 STATION NETCDFs +0.09817856550216675 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200606_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200606_D_GLOBAL.out new file mode 100644 index 00000000..692c2788 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200606_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200606 STATION NETCDFs +0.07765885988871256 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200606_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200606_H_GLOBAL.out new file mode 100644 index 00000000..2dc50d3b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200606_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200606 STATION NETCDFs +0.0988017201423645 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200606_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200606_M_GLOBAL.out new file mode 100644 index 00000000..2046bf23 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200606_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200606 STATION NETCDFs +0.08291521867116293 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200607_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200607_D_GLOBAL.out new file mode 100644 index 00000000..cecd5983 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200607_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200607 STATION NETCDFs +0.07868574460347494 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200607_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200607_H_GLOBAL.out new file mode 100644 index 00000000..a2cf1f46 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200607_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200607 STATION NETCDFs +0.06860314210255941 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200607_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200607_M_GLOBAL.out new file mode 100644 index 00000000..554dc3b3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200607_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200607 STATION NETCDFs +0.0780420740445455 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200608_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200608_D_GLOBAL.out new file mode 100644 index 00000000..fed4c093 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200608_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200608 STATION NETCDFs +0.08516260385513305 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200608_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200608_H_GLOBAL.out new file mode 100644 index 00000000..f1ec4a73 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200608_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200608 STATION NETCDFs +0.06566980679829916 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200608_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200608_M_GLOBAL.out new file mode 100644 index 00000000..1e943949 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200608_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200608 STATION NETCDFs +0.07651935815811158 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200609_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200609_D_GLOBAL.out new file mode 100644 index 00000000..521fa943 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200609_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200609 STATION NETCDFs +0.09968540271123251 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200609_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200609_H_GLOBAL.out new file mode 100644 index 00000000..fbc74b6d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200609_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200609 STATION NETCDFs +0.08043533166249593 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200609_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200609_M_GLOBAL.out new file mode 100644 index 00000000..66c62eed --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200609_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200609 STATION NETCDFs +0.08653872807820638 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200610_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200610_D_GLOBAL.out new file mode 100644 index 00000000..b94616f2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200610_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200610 STATION NETCDFs +0.08370345036188762 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200610_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200610_H_GLOBAL.out new file mode 100644 index 00000000..bfe952f7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200610_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200610 STATION NETCDFs +0.10561621189117432 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200610_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200610_M_GLOBAL.out new file mode 100644 index 00000000..ad376943 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200610_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200610 STATION NETCDFs +0.08639671007792155 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200611_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200611_D_GLOBAL.out new file mode 100644 index 00000000..315dfb0f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200611_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200611 STATION NETCDFs +0.08594099680582683 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200611_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200611_H_GLOBAL.out new file mode 100644 index 00000000..9bbd02e0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200611_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200611 STATION NETCDFs +0.06992454926172892 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200611_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200611_M_GLOBAL.out new file mode 100644 index 00000000..d976a70c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200611_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200611 STATION NETCDFs +0.08356831471125285 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200612_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200612_D_GLOBAL.out new file mode 100644 index 00000000..b5659060 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200612_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200612 STATION NETCDFs +0.06598370869954427 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200612_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200612_H_GLOBAL.out new file mode 100644 index 00000000..79b9881c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200612_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200612 STATION NETCDFs +0.06432789961496989 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200612_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200612_M_GLOBAL.out new file mode 100644 index 00000000..974eedd3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200612_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200612 STATION NETCDFs +0.09077225923538208 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200701_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200701_D_GLOBAL.out new file mode 100644 index 00000000..5f932ec4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200701_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200701 STATION NETCDFs +0.09100433190663655 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200701_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200701_H_GLOBAL.out new file mode 100644 index 00000000..bebec8b2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200701_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200701 STATION NETCDFs +0.08897178967793783 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200701_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200701_M_GLOBAL.out new file mode 100644 index 00000000..0e8bf5ee --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200701_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200701 STATION NETCDFs +0.08652258316675822 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200702_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200702_D_GLOBAL.out new file mode 100644 index 00000000..70e349df --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200702_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200702 STATION NETCDFs +0.08933977286020915 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200702_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200702_H_GLOBAL.out new file mode 100644 index 00000000..c52237c1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200702_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200702 STATION NETCDFs +0.07797988255818684 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200702_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200702_M_GLOBAL.out new file mode 100644 index 00000000..78a53e8a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200702_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200702 STATION NETCDFs +0.09429298639297486 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200703_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200703_D_GLOBAL.out new file mode 100644 index 00000000..b96b3190 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200703_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200703 STATION NETCDFs +0.10392687718073527 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200703_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200703_H_GLOBAL.out new file mode 100644 index 00000000..16c8b817 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200703_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200703 STATION NETCDFs +0.07928119897842408 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200703_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200703_M_GLOBAL.out new file mode 100644 index 00000000..02d40e9c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200703_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200703 STATION NETCDFs +0.0806068499883016 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200704_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200704_D_GLOBAL.out new file mode 100644 index 00000000..a2862fb2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200704_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200704 STATION NETCDFs +0.0793859601020813 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200704_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200704_H_GLOBAL.out new file mode 100644 index 00000000..17a108e1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200704_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200704 STATION NETCDFs +0.08275988101959228 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200704_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200704_M_GLOBAL.out new file mode 100644 index 00000000..b8622483 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200704_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200704 STATION NETCDFs +0.08485791285832724 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200705_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200705_D_GLOBAL.out new file mode 100644 index 00000000..020fcfd5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200705_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200705 STATION NETCDFs +0.08122600317001342 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200705_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200705_H_GLOBAL.out new file mode 100644 index 00000000..61c95c8d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200705_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200705 STATION NETCDFs +0.0797791043917338 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200705_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200705_M_GLOBAL.out new file mode 100644 index 00000000..e5042818 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200705_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200705 STATION NETCDFs +0.09460732142130533 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200706_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200706_D_GLOBAL.out new file mode 100644 index 00000000..0dc8b1da --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200706_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200706 STATION NETCDFs +0.08674320379892984 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200706_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200706_H_GLOBAL.out new file mode 100644 index 00000000..1ac847b1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200706_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200706 STATION NETCDFs +0.08066398700078328 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200706_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200706_M_GLOBAL.out new file mode 100644 index 00000000..aa71f0fb --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200706_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200706 STATION NETCDFs +0.07932445605595907 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200707_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200707_D_GLOBAL.out new file mode 100644 index 00000000..a46c3505 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200707_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200707 STATION NETCDFs +0.07826419274012247 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200707_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200707_H_GLOBAL.out new file mode 100644 index 00000000..66a3e110 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200707_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200707 STATION NETCDFs +0.09753157297770182 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200707_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200707_M_GLOBAL.out new file mode 100644 index 00000000..c73061d1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200707_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200707 STATION NETCDFs +0.07913678884506226 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200708_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200708_D_GLOBAL.out new file mode 100644 index 00000000..6e9a5630 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200708_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200708 STATION NETCDFs +0.08125271399815877 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200708_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200708_H_GLOBAL.out new file mode 100644 index 00000000..70548e2c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200708_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200708 STATION NETCDFs +0.07109344005584717 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200708_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200708_M_GLOBAL.out new file mode 100644 index 00000000..a09fcca2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200708_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200708 STATION NETCDFs +0.0632869799931844 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200709_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200709_D_GLOBAL.out new file mode 100644 index 00000000..fb57df22 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200709_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200709 STATION NETCDFs +0.09710086186726888 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200709_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200709_H_GLOBAL.out new file mode 100644 index 00000000..2809e8f6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200709_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200709 STATION NETCDFs +0.07850271066029867 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200709_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200709_M_GLOBAL.out new file mode 100644 index 00000000..81fd5a25 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200709_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200709 STATION NETCDFs +0.08023599783579509 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200710_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200710_D_GLOBAL.out new file mode 100644 index 00000000..1913dd22 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200710_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200710 STATION NETCDFs +0.08416015307108561 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200710_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200710_H_GLOBAL.out new file mode 100644 index 00000000..53340c0a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200710_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200710 STATION NETCDFs +0.07817143201828003 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200710_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200710_M_GLOBAL.out new file mode 100644 index 00000000..9263f063 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200710_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200710 STATION NETCDFs +0.07986445426940918 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200711_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200711_D_GLOBAL.out new file mode 100644 index 00000000..db007149 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200711_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200711 STATION NETCDFs +0.08208540678024293 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200711_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200711_H_GLOBAL.out new file mode 100644 index 00000000..8302aefb --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200711_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200711 STATION NETCDFs +0.07886606057484945 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200711_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200711_M_GLOBAL.out new file mode 100644 index 00000000..7fbf6f78 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200711_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200711 STATION NETCDFs +0.08100209633509318 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200712_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200712_D_GLOBAL.out new file mode 100644 index 00000000..76f107b5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200712_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200712 STATION NETCDFs +0.09071274598439534 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200712_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200712_H_GLOBAL.out new file mode 100644 index 00000000..636477c9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200712_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200712 STATION NETCDFs +0.09007797241210938 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200712_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200712_M_GLOBAL.out new file mode 100644 index 00000000..57b852bc --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200712_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200712 STATION NETCDFs +0.08117212851842244 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200801_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200801_D_GLOBAL.out new file mode 100644 index 00000000..2df45b66 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200801_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200801 STATION NETCDFs +0.07954768737157186 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200801_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200801_H_GLOBAL.out new file mode 100644 index 00000000..b54775ed --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200801_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200801 STATION NETCDFs +0.0819297194480896 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200801_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200801_M_GLOBAL.out new file mode 100644 index 00000000..d4ca6a13 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200801_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200801 STATION NETCDFs +0.07855199178059896 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200802_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200802_D_GLOBAL.out new file mode 100644 index 00000000..12981e4d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200802_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200802 STATION NETCDFs +0.07332560221354166 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200802_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200802_H_GLOBAL.out new file mode 100644 index 00000000..cc4e666f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200802_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200802 STATION NETCDFs +0.07819040218989054 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200802_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200802_M_GLOBAL.out new file mode 100644 index 00000000..f2eafb2a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200802_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200802 STATION NETCDFs +0.06643473307291667 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200803_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200803_D_GLOBAL.out new file mode 100644 index 00000000..0820fc6c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200803_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200803 STATION NETCDFs +0.07765630880991618 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200803_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200803_H_GLOBAL.out new file mode 100644 index 00000000..890bc659 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200803_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200803 STATION NETCDFs +0.06746456623077393 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200803_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200803_M_GLOBAL.out new file mode 100644 index 00000000..1cf05031 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200803_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200803 STATION NETCDFs +0.06748880545298258 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200804_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200804_D_GLOBAL.out new file mode 100644 index 00000000..8a66447e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200804_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200804 STATION NETCDFs +0.10572379032770793 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200804_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200804_H_GLOBAL.out new file mode 100644 index 00000000..315bf3f4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200804_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200804 STATION NETCDFs +0.08682305812835693 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200804_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200804_M_GLOBAL.out new file mode 100644 index 00000000..d9130326 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200804_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200804 STATION NETCDFs +0.06794785658518473 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200805_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200805_D_GLOBAL.out new file mode 100644 index 00000000..1be8270f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200805_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200805 STATION NETCDFs +0.08416793743769328 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200805_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200805_H_GLOBAL.out new file mode 100644 index 00000000..6f238e17 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200805_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200805 STATION NETCDFs +0.08343279759089152 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200805_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200805_M_GLOBAL.out new file mode 100644 index 00000000..e02f6ff5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200805_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200805 STATION NETCDFs +0.06160100301106771 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200806_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200806_D_GLOBAL.out new file mode 100644 index 00000000..823e5c4b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200806_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200806 STATION NETCDFs +0.0802948514620463 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200806_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200806_H_GLOBAL.out new file mode 100644 index 00000000..259f0166 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200806_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200806 STATION NETCDFs +0.0870821714401245 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200806_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200806_M_GLOBAL.out new file mode 100644 index 00000000..b6d979fd --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200806_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200806 STATION NETCDFs +0.0769575834274292 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200807_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200807_D_GLOBAL.out new file mode 100644 index 00000000..0d8981f2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200807_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200807 STATION NETCDFs +0.08402111530303955 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200807_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200807_H_GLOBAL.out new file mode 100644 index 00000000..3369a409 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200807_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200807 STATION NETCDFs +0.06985885302225749 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200807_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200807_M_GLOBAL.out new file mode 100644 index 00000000..a3d2da0b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200807_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200807 STATION NETCDFs +0.07305661042531332 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200808_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200808_D_GLOBAL.out new file mode 100644 index 00000000..ddb69dfd --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200808_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200808 STATION NETCDFs +0.07872544527053833 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200808_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200808_H_GLOBAL.out new file mode 100644 index 00000000..94299228 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200808_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200808 STATION NETCDFs +0.0728432854016622 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200808_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200808_M_GLOBAL.out new file mode 100644 index 00000000..afe32ff7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200808_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200808 STATION NETCDFs +0.07152874072392781 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200809_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200809_D_GLOBAL.out new file mode 100644 index 00000000..5a8c3346 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200809_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200809 STATION NETCDFs +0.09389103253682454 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200809_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200809_H_GLOBAL.out new file mode 100644 index 00000000..38012dfe --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200809_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200809 STATION NETCDFs +0.08447806040445964 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200809_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200809_M_GLOBAL.out new file mode 100644 index 00000000..fd11882f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200809_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200809 STATION NETCDFs +0.07774325211842854 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200810_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200810_D_GLOBAL.out new file mode 100644 index 00000000..f9acfbb7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200810_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200810 STATION NETCDFs +0.08555880784988404 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200810_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200810_H_GLOBAL.out new file mode 100644 index 00000000..97d31005 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200810_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200810 STATION NETCDFs +0.07318506240844727 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200810_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200810_M_GLOBAL.out new file mode 100644 index 00000000..86269229 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200810_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200810 STATION NETCDFs +0.06592251459757487 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200811_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200811_D_GLOBAL.out new file mode 100644 index 00000000..7926771e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200811_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200811 STATION NETCDFs +0.07409340143203735 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200811_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200811_H_GLOBAL.out new file mode 100644 index 00000000..6d735540 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200811_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200811 STATION NETCDFs +0.08574173053105673 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200811_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200811_M_GLOBAL.out new file mode 100644 index 00000000..744f1b8d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200811_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200811 STATION NETCDFs +0.095766810576121 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200812_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200812_D_GLOBAL.out new file mode 100644 index 00000000..9d77bcf5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200812_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200812 STATION NETCDFs +0.0734203020731608 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200812_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200812_H_GLOBAL.out new file mode 100644 index 00000000..2138a891 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200812_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200812 STATION NETCDFs +0.07133899927139283 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200812_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200812_M_GLOBAL.out new file mode 100644 index 00000000..c663c534 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200812_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200812 STATION NETCDFs +0.07972889343897502 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200901_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200901_D_GLOBAL.out new file mode 100644 index 00000000..8a8d712a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200901_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200901 STATION NETCDFs +0.08074251810709636 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200901_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200901_H_GLOBAL.out new file mode 100644 index 00000000..baa74786 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200901_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200901 STATION NETCDFs +0.07875234683354695 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200901_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200901_M_GLOBAL.out new file mode 100644 index 00000000..7dc1d1a9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200901_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200901 STATION NETCDFs +0.10568725268046061 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200902_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200902_D_GLOBAL.out new file mode 100644 index 00000000..e55b239e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200902_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200902 STATION NETCDFs +0.0889249324798584 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200902_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200902_H_GLOBAL.out new file mode 100644 index 00000000..43fb04d7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200902_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200902 STATION NETCDFs +0.07903651396433513 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200902_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200902_M_GLOBAL.out new file mode 100644 index 00000000..b7e93387 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200902_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200902 STATION NETCDFs +0.08610036770502726 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200903_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200903_D_GLOBAL.out new file mode 100644 index 00000000..db0514ce --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200903_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200903 STATION NETCDFs +0.07852416435877482 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200903_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200903_H_GLOBAL.out new file mode 100644 index 00000000..be583744 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200903_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200903 STATION NETCDFs +0.08735022942225139 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200903_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200903_M_GLOBAL.out new file mode 100644 index 00000000..1e400f88 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200903_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200903 STATION NETCDFs +0.07525351842244467 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200904_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200904_D_GLOBAL.out new file mode 100644 index 00000000..35c2be6f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200904_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200904 STATION NETCDFs +0.08110424280166625 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200904_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200904_H_GLOBAL.out new file mode 100644 index 00000000..07b84a06 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200904_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200904 STATION NETCDFs +0.08682797352472942 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200904_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200904_M_GLOBAL.out new file mode 100644 index 00000000..0416bb79 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200904_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200904 STATION NETCDFs +0.06667747100194295 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200905_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200905_D_GLOBAL.out new file mode 100644 index 00000000..a54d53b0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200905_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200905 STATION NETCDFs +0.08977011442184449 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200905_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200905_H_GLOBAL.out new file mode 100644 index 00000000..600211c9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200905_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200905 STATION NETCDFs +0.07717198133468628 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200905_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200905_M_GLOBAL.out new file mode 100644 index 00000000..5124e2c3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200905_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200905 STATION NETCDFs +0.0807508905728658 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200906_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200906_D_GLOBAL.out new file mode 100644 index 00000000..5c36e69a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200906_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200906 STATION NETCDFs +0.07996103366216024 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200906_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200906_H_GLOBAL.out new file mode 100644 index 00000000..f35ed1f7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200906_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200906 STATION NETCDFs +0.0863894780476888 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200906_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200906_M_GLOBAL.out new file mode 100644 index 00000000..8256945c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200906_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200906 STATION NETCDFs +0.08046525716781616 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200907_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200907_D_GLOBAL.out new file mode 100644 index 00000000..58373efc --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200907_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200907 STATION NETCDFs +0.08985110918680826 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200907_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200907_H_GLOBAL.out new file mode 100644 index 00000000..f84e970e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200907_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200907 STATION NETCDFs +0.08578356107076009 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200907_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200907_M_GLOBAL.out new file mode 100644 index 00000000..856e93a4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200907_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200907 STATION NETCDFs +0.0964689572652181 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200908_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200908_D_GLOBAL.out new file mode 100644 index 00000000..385cff03 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200908_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200908 STATION NETCDFs +0.08740557432174682 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200908_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200908_H_GLOBAL.out new file mode 100644 index 00000000..d7935589 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200908_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200908 STATION NETCDFs +0.08441338539123536 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200908_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200908_M_GLOBAL.out new file mode 100644 index 00000000..370e1303 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200908_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200908 STATION NETCDFs +0.0826346476872762 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200909_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200909_D_GLOBAL.out new file mode 100644 index 00000000..9cee126f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200909_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200909 STATION NETCDFs +0.08036982615788778 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200909_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200909_H_GLOBAL.out new file mode 100644 index 00000000..2d43bd7f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200909_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200909 STATION NETCDFs +0.07727063496907552 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200909_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200909_M_GLOBAL.out new file mode 100644 index 00000000..a1986211 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200909_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200909 STATION NETCDFs +0.09698753754297892 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200910_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200910_D_GLOBAL.out new file mode 100644 index 00000000..9880ad97 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200910_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200910 STATION NETCDFs +0.0835713267326355 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200910_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200910_H_GLOBAL.out new file mode 100644 index 00000000..f94c5e6f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200910_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200910 STATION NETCDFs +0.08061623573303223 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200910_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200910_M_GLOBAL.out new file mode 100644 index 00000000..7d555e4f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200910_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200910 STATION NETCDFs +0.1014102300008138 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200911_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200911_D_GLOBAL.out new file mode 100644 index 00000000..04c39e8f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200911_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200911 STATION NETCDFs +0.09641014734903972 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200911_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200911_H_GLOBAL.out new file mode 100644 index 00000000..2c189d1e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200911_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200911 STATION NETCDFs +0.07162515322367351 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200911_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200911_M_GLOBAL.out new file mode 100644 index 00000000..e4b2bd44 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200911_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200911 STATION NETCDFs +0.08798348108927409 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200912_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200912_D_GLOBAL.out new file mode 100644 index 00000000..349ffaf3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200912_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200912 STATION NETCDFs +0.10272707144419352 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200912_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200912_H_GLOBAL.out new file mode 100644 index 00000000..8b3bf431 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200912_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200912 STATION NETCDFs +0.09773593346277873 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_200912_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_200912_M_GLOBAL.out new file mode 100644 index 00000000..d58c07eb --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_200912_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200912 STATION NETCDFs +0.09569857517878215 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201001_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201001_D_GLOBAL.out new file mode 100644 index 00000000..9bce041f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201001_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201001 STATION NETCDFs +0.10430576801300048 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201001_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201001_H_GLOBAL.out new file mode 100644 index 00000000..e81fb6bd --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201001_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201001 STATION NETCDFs +0.0933153748512268 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201001_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201001_M_GLOBAL.out new file mode 100644 index 00000000..319722f5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201001_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201001 STATION NETCDFs +0.11205379962921143 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201002_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201002_D_GLOBAL.out new file mode 100644 index 00000000..e9b269b8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201002_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201002 STATION NETCDFs +0.10815263986587524 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201002_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201002_H_GLOBAL.out new file mode 100644 index 00000000..e64eb35c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201002_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201002 STATION NETCDFs +0.10365123748779297 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201002_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201002_M_GLOBAL.out new file mode 100644 index 00000000..121421c5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201002_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201002 STATION NETCDFs +0.10662397543589273 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201003_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201003_D_GLOBAL.out new file mode 100644 index 00000000..15fc2289 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201003_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201003 STATION NETCDFs +0.08650139570236207 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201003_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201003_H_GLOBAL.out new file mode 100644 index 00000000..50ef059d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201003_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201003 STATION NETCDFs +0.09596997896830241 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201003_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201003_M_GLOBAL.out new file mode 100644 index 00000000..c84b4722 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201003_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201003 STATION NETCDFs +0.10864968697230021 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201004_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201004_D_GLOBAL.out new file mode 100644 index 00000000..04394ee8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201004_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201004 STATION NETCDFs +0.09718528985977173 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201004_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201004_H_GLOBAL.out new file mode 100644 index 00000000..10acd4ae --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201004_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201004 STATION NETCDFs +0.09493112564086914 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201004_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201004_M_GLOBAL.out new file mode 100644 index 00000000..4412ee7b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201004_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201004 STATION NETCDFs +0.11273512045542398 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201005_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201005_D_GLOBAL.out new file mode 100644 index 00000000..93a68656 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201005_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201005 STATION NETCDFs +0.10319876273473104 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201005_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201005_H_GLOBAL.out new file mode 100644 index 00000000..dc9ce440 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201005_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201005 STATION NETCDFs +0.11081214745839436 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201005_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201005_M_GLOBAL.out new file mode 100644 index 00000000..d3989ba4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201005_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201005 STATION NETCDFs +0.10487224658330281 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201006_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201006_D_GLOBAL.out new file mode 100644 index 00000000..916f03a3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201006_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201006 STATION NETCDFs +0.09945060809453328 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201006_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201006_H_GLOBAL.out new file mode 100644 index 00000000..faa29a33 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201006_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201006 STATION NETCDFs +0.0936970591545105 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201006_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201006_M_GLOBAL.out new file mode 100644 index 00000000..c0609887 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201006_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201006 STATION NETCDFs +0.11931023597717286 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201007_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201007_D_GLOBAL.out new file mode 100644 index 00000000..6c985233 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201007_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201007 STATION NETCDFs +0.09391243855158488 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201007_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201007_H_GLOBAL.out new file mode 100644 index 00000000..9c0dc512 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201007_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201007 STATION NETCDFs +0.10233747561772664 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201007_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201007_M_GLOBAL.out new file mode 100644 index 00000000..093128a7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201007_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201007 STATION NETCDFs +0.11349059740702311 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201008_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201008_D_GLOBAL.out new file mode 100644 index 00000000..ce8a9e48 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201008_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201008 STATION NETCDFs +0.10074220101038615 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201008_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201008_H_GLOBAL.out new file mode 100644 index 00000000..35c371f6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201008_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201008 STATION NETCDFs +0.09784071842829387 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201008_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201008_M_GLOBAL.out new file mode 100644 index 00000000..a8fb0e1e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201008_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201008 STATION NETCDFs +0.09893086353937784 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201009_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201009_D_GLOBAL.out new file mode 100644 index 00000000..fddb7a3f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201009_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201009 STATION NETCDFs +0.10283973217010497 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201009_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201009_H_GLOBAL.out new file mode 100644 index 00000000..a390698d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201009_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201009 STATION NETCDFs +0.09600677887598673 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201009_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201009_M_GLOBAL.out new file mode 100644 index 00000000..cc1c5a8d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201009_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201009 STATION NETCDFs +0.09486805200576783 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201010_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201010_D_GLOBAL.out new file mode 100644 index 00000000..c19bc4ce --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201010_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201010 STATION NETCDFs +0.11189072926839193 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201010_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201010_H_GLOBAL.out new file mode 100644 index 00000000..07ae2618 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201010_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201010 STATION NETCDFs +0.08907027641932169 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201010_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201010_M_GLOBAL.out new file mode 100644 index 00000000..d0ea43f6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201010_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201010 STATION NETCDFs +0.09964820146560668 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201011_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201011_D_GLOBAL.out new file mode 100644 index 00000000..e271d0cc --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201011_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201011 STATION NETCDFs +0.11079943974812825 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201011_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201011_H_GLOBAL.out new file mode 100644 index 00000000..8a98379f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201011_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201011 STATION NETCDFs +0.10100981394449869 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201011_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201011_M_GLOBAL.out new file mode 100644 index 00000000..99bb2936 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201011_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201011 STATION NETCDFs +0.11011312007904053 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201012_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201012_D_GLOBAL.out new file mode 100644 index 00000000..0395c5bb --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201012_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201012 STATION NETCDFs +0.1118526299794515 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201012_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201012_H_GLOBAL.out new file mode 100644 index 00000000..6b41a0cb --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201012_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201012 STATION NETCDFs +0.11878265539805094 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201012_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201012_M_GLOBAL.out new file mode 100644 index 00000000..c9f0053e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201012_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201012 STATION NETCDFs +0.1018012007077535 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201101_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201101_D_GLOBAL.out new file mode 100644 index 00000000..65ff1846 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201101_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201101 STATION NETCDFs +0.1038763443628947 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201101_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201101_H_GLOBAL.out new file mode 100644 index 00000000..ec4e3287 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201101_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201101 STATION NETCDFs +0.09966162045796713 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201101_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201101_M_GLOBAL.out new file mode 100644 index 00000000..a481b9d6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201101_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201101 STATION NETCDFs +0.09636828502019247 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201102_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201102_D_GLOBAL.out new file mode 100644 index 00000000..814f1d7a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201102_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201102 STATION NETCDFs +0.10325560172398886 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201102_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201102_H_GLOBAL.out new file mode 100644 index 00000000..ca16b626 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201102_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201102 STATION NETCDFs +0.09760159651438395 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201102_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201102_M_GLOBAL.out new file mode 100644 index 00000000..63c71718 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201102_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201102 STATION NETCDFs +0.11127800146738688 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201103_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201103_D_GLOBAL.out new file mode 100644 index 00000000..9f2cb569 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201103_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201103 STATION NETCDFs +0.11472509304682414 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201103_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201103_H_GLOBAL.out new file mode 100644 index 00000000..d10b2383 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201103_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201103 STATION NETCDFs +0.10383291244506836 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201103_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201103_M_GLOBAL.out new file mode 100644 index 00000000..9d9783a0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201103_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201103 STATION NETCDFs +0.10810875097910563 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201104_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201104_D_GLOBAL.out new file mode 100644 index 00000000..d688bac6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201104_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201104 STATION NETCDFs +0.12187065283457438 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201104_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201104_H_GLOBAL.out new file mode 100644 index 00000000..b27fb51b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201104_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201104 STATION NETCDFs +0.09878358443578085 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201104_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201104_M_GLOBAL.out new file mode 100644 index 00000000..b9c987c7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201104_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201104 STATION NETCDFs +0.10877262751261393 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201105_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201105_D_GLOBAL.out new file mode 100644 index 00000000..99fb4367 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201105_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201105 STATION NETCDFs +0.1303490360577901 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201105_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201105_H_GLOBAL.out new file mode 100644 index 00000000..158634db --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201105_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201105 STATION NETCDFs +0.09912774960199992 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201105_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201105_M_GLOBAL.out new file mode 100644 index 00000000..5acf2815 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201105_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201105 STATION NETCDFs +0.09674904743830363 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201106_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201106_D_GLOBAL.out new file mode 100644 index 00000000..20ae10b5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201106_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201106 STATION NETCDFs +0.1015995422999064 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201106_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201106_H_GLOBAL.out new file mode 100644 index 00000000..9ff7aa7e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201106_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201106 STATION NETCDFs +0.09876745939254761 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201106_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201106_M_GLOBAL.out new file mode 100644 index 00000000..9d918ccd --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201106_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201106 STATION NETCDFs +0.10716218550999959 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201107_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201107_D_GLOBAL.out new file mode 100644 index 00000000..7f34478d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201107_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201107 STATION NETCDFs +0.09914811849594116 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201107_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201107_H_GLOBAL.out new file mode 100644 index 00000000..a35666b4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201107_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201107 STATION NETCDFs +0.09366264740626017 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201107_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201107_M_GLOBAL.out new file mode 100644 index 00000000..0a5b3718 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201107_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201107 STATION NETCDFs +0.09836218357086182 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201108_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201108_D_GLOBAL.out new file mode 100644 index 00000000..d3ceeef4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201108_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201108 STATION NETCDFs +0.11871729691823324 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201108_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201108_H_GLOBAL.out new file mode 100644 index 00000000..4c451498 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201108_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201108 STATION NETCDFs +0.09607288440068563 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201108_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201108_M_GLOBAL.out new file mode 100644 index 00000000..8b004fdf --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201108_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201108 STATION NETCDFs +0.11102340618769328 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201109_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201109_D_GLOBAL.out new file mode 100644 index 00000000..25cb6876 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201109_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201109 STATION NETCDFs +0.10903606414794922 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201109_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201109_H_GLOBAL.out new file mode 100644 index 00000000..35ce5ef6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201109_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201109 STATION NETCDFs +0.10516061385472615 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201109_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201109_M_GLOBAL.out new file mode 100644 index 00000000..1be635ad --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201109_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201109 STATION NETCDFs +0.1094926635424296 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201110_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201110_D_GLOBAL.out new file mode 100644 index 00000000..0a396f06 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201110_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201110 STATION NETCDFs +0.09799451430638631 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201110_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201110_H_GLOBAL.out new file mode 100644 index 00000000..41885452 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201110_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201110 STATION NETCDFs +0.1124992291132609 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201110_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201110_M_GLOBAL.out new file mode 100644 index 00000000..12965887 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201110_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201110 STATION NETCDFs +0.09468851884206136 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201111_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201111_D_GLOBAL.out new file mode 100644 index 00000000..8ee3bf66 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201111_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201111 STATION NETCDFs +0.10119458039601643 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201111_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201111_H_GLOBAL.out new file mode 100644 index 00000000..b9dee4aa --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201111_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201111 STATION NETCDFs +0.10648613373438517 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201111_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201111_M_GLOBAL.out new file mode 100644 index 00000000..f496b86a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201111_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201111 STATION NETCDFs +0.11538532972335816 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201112_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201112_D_GLOBAL.out new file mode 100644 index 00000000..8cffb88e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201112_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201112 STATION NETCDFs +0.11609561840693156 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201112_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201112_H_GLOBAL.out new file mode 100644 index 00000000..70c51647 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201112_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201112 STATION NETCDFs +0.11418554385503134 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201112_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201112_M_GLOBAL.out new file mode 100644 index 00000000..85866d82 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201112_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201112 STATION NETCDFs +0.11862035989761352 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201201_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201201_D_GLOBAL.out new file mode 100644 index 00000000..78552fb8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201201_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201201 STATION NETCDFs +0.09403241872787475 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201201_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201201_H_GLOBAL.out new file mode 100644 index 00000000..84e9903a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201201_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201201 STATION NETCDFs +0.08838824033737183 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201201_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201201_M_GLOBAL.out new file mode 100644 index 00000000..ee9e1754 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201201_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201201 STATION NETCDFs +0.11209410031636556 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201202_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201202_D_GLOBAL.out new file mode 100644 index 00000000..2105ef3d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201202_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201202 STATION NETCDFs +0.11472812096277872 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201202_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201202_H_GLOBAL.out new file mode 100644 index 00000000..1fa51673 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201202_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201202 STATION NETCDFs +0.09237473408381144 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201202_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201202_M_GLOBAL.out new file mode 100644 index 00000000..74f35c3c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201202_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201202 STATION NETCDFs +0.11692660252253215 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201203_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201203_D_GLOBAL.out new file mode 100644 index 00000000..a1dd50d5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201203_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201203 STATION NETCDFs +0.10462337334950765 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201203_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201203_H_GLOBAL.out new file mode 100644 index 00000000..44ae6f50 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201203_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201203 STATION NETCDFs +0.11073045333226522 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201203_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201203_M_GLOBAL.out new file mode 100644 index 00000000..4f6db652 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201203_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201203 STATION NETCDFs +0.11038798491160075 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201204_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201204_D_GLOBAL.out new file mode 100644 index 00000000..88cfc9aa --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201204_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201204 STATION NETCDFs +0.08396553993225098 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201204_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201204_H_GLOBAL.out new file mode 100644 index 00000000..91afeae1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201204_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201204 STATION NETCDFs +0.10078130960464478 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201204_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201204_M_GLOBAL.out new file mode 100644 index 00000000..8e707b89 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201204_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201204 STATION NETCDFs +0.11123056411743164 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201205_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201205_D_GLOBAL.out new file mode 100644 index 00000000..ca4e58dd --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201205_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201205 STATION NETCDFs +0.10779589017232259 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201205_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201205_H_GLOBAL.out new file mode 100644 index 00000000..669f99d3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201205_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201205 STATION NETCDFs +0.09468935330708822 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201205_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201205_M_GLOBAL.out new file mode 100644 index 00000000..4cf2ed86 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201205_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201205 STATION NETCDFs +0.1101474682490031 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201206_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201206_D_GLOBAL.out new file mode 100644 index 00000000..3ea0e751 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201206_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201206 STATION NETCDFs +0.13155820369720458 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201206_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201206_H_GLOBAL.out new file mode 100644 index 00000000..c3ea66ae --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201206_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201206 STATION NETCDFs +0.0917597492535909 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201206_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201206_M_GLOBAL.out new file mode 100644 index 00000000..3ab31d6e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201206_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201206 STATION NETCDFs +0.10683440367380778 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201207_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201207_D_GLOBAL.out new file mode 100644 index 00000000..2d9d780b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201207_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201207 STATION NETCDFs +0.12757518688837688 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201207_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201207_H_GLOBAL.out new file mode 100644 index 00000000..96a6c492 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201207_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201207 STATION NETCDFs +0.10737345616022746 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201207_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201207_M_GLOBAL.out new file mode 100644 index 00000000..3ed2ef90 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201207_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201207 STATION NETCDFs +0.09664744933446248 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201208_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201208_D_GLOBAL.out new file mode 100644 index 00000000..8fd40ff7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201208_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201208 STATION NETCDFs +0.09667512973149618 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201208_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201208_H_GLOBAL.out new file mode 100644 index 00000000..0f607b83 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201208_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201208 STATION NETCDFs +0.09838749567667643 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201208_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201208_M_GLOBAL.out new file mode 100644 index 00000000..13db5062 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201208_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201208 STATION NETCDFs +0.11337851683298747 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201209_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201209_D_GLOBAL.out new file mode 100644 index 00000000..c7ae9c88 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201209_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201209 STATION NETCDFs +0.10901560386021932 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201209_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201209_H_GLOBAL.out new file mode 100644 index 00000000..43b7469b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201209_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201209 STATION NETCDFs +0.09508127371470133 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201209_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201209_M_GLOBAL.out new file mode 100644 index 00000000..f7d4b372 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201209_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201209 STATION NETCDFs +0.11465042432149251 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201210_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201210_D_GLOBAL.out new file mode 100644 index 00000000..a004d5d0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201210_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201210 STATION NETCDFs +0.11731274922688802 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201210_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201210_H_GLOBAL.out new file mode 100644 index 00000000..36ae173b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201210_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201210 STATION NETCDFs +0.09922593037287394 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201210_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201210_M_GLOBAL.out new file mode 100644 index 00000000..e733af14 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201210_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201210 STATION NETCDFs +0.10723504225413004 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201211_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201211_D_GLOBAL.out new file mode 100644 index 00000000..4b872bfe --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201211_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201211 STATION NETCDFs +0.11170978943506876 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201211_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201211_H_GLOBAL.out new file mode 100644 index 00000000..a82cca7b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201211_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201211 STATION NETCDFs +0.1050860087076823 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201211_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201211_M_GLOBAL.out new file mode 100644 index 00000000..6a99e2fa --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201211_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201211 STATION NETCDFs +0.11405603090922038 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201212_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201212_D_GLOBAL.out new file mode 100644 index 00000000..cce2dcd6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201212_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201212 STATION NETCDFs +0.13394238551457724 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201212_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201212_H_GLOBAL.out new file mode 100644 index 00000000..53a36b6b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201212_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201212 STATION NETCDFs +0.0982953707377116 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201212_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201212_M_GLOBAL.out new file mode 100644 index 00000000..b048698e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201212_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201212 STATION NETCDFs +0.10382187366485596 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201301_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201301_D_GLOBAL.out new file mode 100644 index 00000000..d90212e6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201301_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201301 STATION NETCDFs +0.10982661247253418 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201301_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201301_H_GLOBAL.out new file mode 100644 index 00000000..5d836b41 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201301_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201301 STATION NETCDFs +0.10073514382044474 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201301_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201301_M_GLOBAL.out new file mode 100644 index 00000000..0e518668 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201301_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201301 STATION NETCDFs +0.10660770336786905 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201302_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201302_D_GLOBAL.out new file mode 100644 index 00000000..cabd14ad --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201302_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201302 STATION NETCDFs +0.10693625211715699 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201302_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201302_H_GLOBAL.out new file mode 100644 index 00000000..4eb26de1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201302_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201302 STATION NETCDFs +0.09696381489435832 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201302_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201302_M_GLOBAL.out new file mode 100644 index 00000000..7340449f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201302_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201302 STATION NETCDFs +0.10719194809595743 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201303_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201303_D_GLOBAL.out new file mode 100644 index 00000000..0d022f97 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201303_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201303 STATION NETCDFs +0.1037622332572937 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201303_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201303_H_GLOBAL.out new file mode 100644 index 00000000..6479c08c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201303_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201303 STATION NETCDFs +0.10056653420130411 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201303_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201303_M_GLOBAL.out new file mode 100644 index 00000000..8013663d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201303_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201303 STATION NETCDFs +0.11627869208653768 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201304_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201304_D_GLOBAL.out new file mode 100644 index 00000000..18d6b80f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201304_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201304 STATION NETCDFs +0.09917883475621542 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201304_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201304_H_GLOBAL.out new file mode 100644 index 00000000..1dca2724 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201304_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201304 STATION NETCDFs +0.1034213662147522 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201304_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201304_M_GLOBAL.out new file mode 100644 index 00000000..e2b11eda --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201304_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201304 STATION NETCDFs +0.1096657951672872 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201305_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201305_D_GLOBAL.out new file mode 100644 index 00000000..e751b443 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201305_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201305 STATION NETCDFs +0.11820190747578939 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201305_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201305_H_GLOBAL.out new file mode 100644 index 00000000..2fdd3da7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201305_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201305 STATION NETCDFs +0.0958183248837789 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201305_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201305_M_GLOBAL.out new file mode 100644 index 00000000..333cf8b0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201305_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201305 STATION NETCDFs +0.10642773310343424 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201306_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201306_D_GLOBAL.out new file mode 100644 index 00000000..13fe4ae1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201306_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201306 STATION NETCDFs +0.09965102672576905 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201306_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201306_H_GLOBAL.out new file mode 100644 index 00000000..0d97e703 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201306_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201306 STATION NETCDFs +0.09745482603708903 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201306_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201306_M_GLOBAL.out new file mode 100644 index 00000000..4886b983 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201306_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201306 STATION NETCDFs +0.10540441672007243 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201307_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201307_D_GLOBAL.out new file mode 100644 index 00000000..6ee50bb8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201307_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201307 STATION NETCDFs +0.10758562088012695 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201307_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201307_H_GLOBAL.out new file mode 100644 index 00000000..b406be79 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201307_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201307 STATION NETCDFs +0.1040714422861735 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201307_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201307_M_GLOBAL.out new file mode 100644 index 00000000..8c8bb379 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201307_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201307 STATION NETCDFs +0.10636504093805949 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201308_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201308_D_GLOBAL.out new file mode 100644 index 00000000..2ea14830 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201308_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201308 STATION NETCDFs +0.10964006980260213 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201308_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201308_H_GLOBAL.out new file mode 100644 index 00000000..f2138733 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201308_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201308 STATION NETCDFs +0.10873357057571412 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201308_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201308_M_GLOBAL.out new file mode 100644 index 00000000..4de3e721 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201308_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201308 STATION NETCDFs +0.10906205972035726 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201309_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201309_D_GLOBAL.out new file mode 100644 index 00000000..d0b10fde --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201309_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201309 STATION NETCDFs +0.1193489670753479 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201309_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201309_H_GLOBAL.out new file mode 100644 index 00000000..f4f8326b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201309_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201309 STATION NETCDFs +0.10472583770751953 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201309_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201309_M_GLOBAL.out new file mode 100644 index 00000000..f2e048f2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201309_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201309 STATION NETCDFs +0.11324325799942017 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201310_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201310_D_GLOBAL.out new file mode 100644 index 00000000..e34ba869 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201310_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201310 STATION NETCDFs +0.1049441417058309 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201310_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201310_H_GLOBAL.out new file mode 100644 index 00000000..90d6fac4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201310_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201310 STATION NETCDFs +0.1114056428273519 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201310_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201310_M_GLOBAL.out new file mode 100644 index 00000000..a01ce940 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201310_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201310 STATION NETCDFs +0.10312381585439047 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201311_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201311_D_GLOBAL.out new file mode 100644 index 00000000..b6668b1d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201311_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201311 STATION NETCDFs +0.13502786159515381 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201311_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201311_H_GLOBAL.out new file mode 100644 index 00000000..7f8ef091 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201311_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201311 STATION NETCDFs +0.10705486138661703 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201311_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201311_M_GLOBAL.out new file mode 100644 index 00000000..70eb87f7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201311_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201311 STATION NETCDFs +0.09936595757802327 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201312_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201312_D_GLOBAL.out new file mode 100644 index 00000000..d49f7283 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201312_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201312 STATION NETCDFs +0.1092640995979309 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201312_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201312_H_GLOBAL.out new file mode 100644 index 00000000..2bb08190 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201312_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201312 STATION NETCDFs +0.11767745018005371 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201312_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201312_M_GLOBAL.out new file mode 100644 index 00000000..f82cd177 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201312_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201312 STATION NETCDFs +0.10940975745519002 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201401_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201401_D_GLOBAL.out new file mode 100644 index 00000000..a05c2aa3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201401_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201401 STATION NETCDFs +0.10232409238815307 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201401_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201401_H_GLOBAL.out new file mode 100644 index 00000000..a8fd095c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201401_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201401 STATION NETCDFs +0.10269752343495687 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201401_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201401_M_GLOBAL.out new file mode 100644 index 00000000..df72787e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201401_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201401 STATION NETCDFs +0.10446008443832397 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201402_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201402_D_GLOBAL.out new file mode 100644 index 00000000..0ebe90c6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201402_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201402 STATION NETCDFs +0.09904028177261352 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201402_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201402_H_GLOBAL.out new file mode 100644 index 00000000..95a80747 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201402_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201402 STATION NETCDFs +0.10883790254592896 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201402_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201402_M_GLOBAL.out new file mode 100644 index 00000000..846a265d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201402_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201402 STATION NETCDFs +0.10663878520329793 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201403_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201403_D_GLOBAL.out new file mode 100644 index 00000000..81b30c6e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201403_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201403 STATION NETCDFs +0.10955959955851237 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201403_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201403_H_GLOBAL.out new file mode 100644 index 00000000..a146a116 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201403_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201403 STATION NETCDFs +0.11391777197519938 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201403_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201403_M_GLOBAL.out new file mode 100644 index 00000000..a29008ba --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201403_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201403 STATION NETCDFs +0.11308765411376953 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201404_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201404_D_GLOBAL.out new file mode 100644 index 00000000..7f4b74e7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201404_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201404 STATION NETCDFs +0.10835658709208171 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201404_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201404_H_GLOBAL.out new file mode 100644 index 00000000..eaf76ee1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201404_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201404 STATION NETCDFs +0.11582789421081544 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201404_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201404_M_GLOBAL.out new file mode 100644 index 00000000..6557caf1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201404_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201404 STATION NETCDFs +0.09751462936401367 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201405_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201405_D_GLOBAL.out new file mode 100644 index 00000000..cbb4742b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201405_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201405 STATION NETCDFs +0.10366411209106445 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201405_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201405_H_GLOBAL.out new file mode 100644 index 00000000..9e1d8068 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201405_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201405 STATION NETCDFs +0.10025178194046021 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201405_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201405_M_GLOBAL.out new file mode 100644 index 00000000..10950f03 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201405_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201405 STATION NETCDFs +0.10125691493352254 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201406_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201406_D_GLOBAL.out new file mode 100644 index 00000000..44435087 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201406_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201406 STATION NETCDFs +0.11822479963302612 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201406_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201406_H_GLOBAL.out new file mode 100644 index 00000000..b0d4cdc5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201406_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201406 STATION NETCDFs +0.11855390866597494 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201406_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201406_M_GLOBAL.out new file mode 100644 index 00000000..264aacb0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201406_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201406 STATION NETCDFs +0.11433703104654948 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201407_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201407_D_GLOBAL.out new file mode 100644 index 00000000..775f70b3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201407_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201407 STATION NETCDFs +0.10608943700790405 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201407_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201407_H_GLOBAL.out new file mode 100644 index 00000000..a48c798c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201407_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201407 STATION NETCDFs +0.10187007586161295 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201407_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201407_M_GLOBAL.out new file mode 100644 index 00000000..9f3be561 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201407_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201407 STATION NETCDFs +0.09213617245356241 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201408_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201408_D_GLOBAL.out new file mode 100644 index 00000000..e9c0e427 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201408_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201408 STATION NETCDFs +0.10820082028706869 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201408_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201408_H_GLOBAL.out new file mode 100644 index 00000000..53730c92 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201408_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201408 STATION NETCDFs +0.10634013414382934 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201408_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201408_M_GLOBAL.out new file mode 100644 index 00000000..6079d79a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201408_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201408 STATION NETCDFs +0.11387251218159994 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201409_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201409_D_GLOBAL.out new file mode 100644 index 00000000..57934004 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201409_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201409 STATION NETCDFs +0.11777253150939941 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201409_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201409_H_GLOBAL.out new file mode 100644 index 00000000..a3ccc055 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201409_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201409 STATION NETCDFs +0.09717049201329549 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201409_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201409_M_GLOBAL.out new file mode 100644 index 00000000..771613ef --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201409_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201409 STATION NETCDFs +0.11685700416564941 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201410_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201410_D_GLOBAL.out new file mode 100644 index 00000000..333154ca --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201410_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201410 STATION NETCDFs +0.11636945406595865 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201410_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201410_H_GLOBAL.out new file mode 100644 index 00000000..6a437b2c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201410_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201410 STATION NETCDFs +0.10778872966766358 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201410_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201410_M_GLOBAL.out new file mode 100644 index 00000000..6b0b1b75 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201410_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201410 STATION NETCDFs +0.10988741715749105 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201411_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201411_D_GLOBAL.out new file mode 100644 index 00000000..92c3f2a5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201411_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201411 STATION NETCDFs +0.11203399896621705 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201411_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201411_H_GLOBAL.out new file mode 100644 index 00000000..5666d0df --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201411_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201411 STATION NETCDFs +0.12465709845225016 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201411_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201411_M_GLOBAL.out new file mode 100644 index 00000000..5a33e5ed --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201411_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201411 STATION NETCDFs +0.106668488184611 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201412_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201412_D_GLOBAL.out new file mode 100644 index 00000000..27aac8d8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201412_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201412 STATION NETCDFs +0.1379545489947001 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201412_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201412_H_GLOBAL.out new file mode 100644 index 00000000..0739b1f6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201412_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201412 STATION NETCDFs +0.14052004019419354 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201412_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201412_M_GLOBAL.out new file mode 100644 index 00000000..85986661 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201412_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201412 STATION NETCDFs +0.11418588956197102 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201501_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201501_D_GLOBAL.out new file mode 100644 index 00000000..bd31f3e8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201501_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201501 STATION NETCDFs +0.13180989027023315 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201501_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201501_H_GLOBAL.out new file mode 100644 index 00000000..951a641e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201501_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201501 STATION NETCDFs +0.1342333992322286 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201501_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201501_M_GLOBAL.out new file mode 100644 index 00000000..273e4145 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201501_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201501 STATION NETCDFs +0.12022600571314494 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201502_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201502_D_GLOBAL.out new file mode 100644 index 00000000..9c0d9617 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201502_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201502 STATION NETCDFs +0.10377763112386068 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201502_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201502_H_GLOBAL.out new file mode 100644 index 00000000..f3dc2b42 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201502_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201502 STATION NETCDFs +0.11403178771336873 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201502_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201502_M_GLOBAL.out new file mode 100644 index 00000000..86fb357c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201502_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201502 STATION NETCDFs +0.1186326543490092 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201503_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201503_D_GLOBAL.out new file mode 100644 index 00000000..5e9f788d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201503_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201503 STATION NETCDFs +0.11495079199473063 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201503_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201503_H_GLOBAL.out new file mode 100644 index 00000000..436942a2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201503_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201503 STATION NETCDFs +0.11199392477671305 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201503_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201503_M_GLOBAL.out new file mode 100644 index 00000000..dcb63b64 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201503_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201503 STATION NETCDFs +0.12076376676559449 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201504_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201504_D_GLOBAL.out new file mode 100644 index 00000000..2befc7bb --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201504_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201504 STATION NETCDFs +0.10261869033177694 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201504_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201504_H_GLOBAL.out new file mode 100644 index 00000000..e3ddc622 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201504_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201504 STATION NETCDFs +0.09741193056106567 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201504_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201504_M_GLOBAL.out new file mode 100644 index 00000000..2d6707b6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201504_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201504 STATION NETCDFs +0.11015228827794393 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201505_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201505_D_GLOBAL.out new file mode 100644 index 00000000..63559002 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201505_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201505 STATION NETCDFs +0.10149961709976196 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201505_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201505_H_GLOBAL.out new file mode 100644 index 00000000..c9d9045b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201505_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201505 STATION NETCDFs +0.09644331137339274 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201505_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201505_M_GLOBAL.out new file mode 100644 index 00000000..7e370e2b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201505_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201505 STATION NETCDFs +0.10728869438171387 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201506_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201506_D_GLOBAL.out new file mode 100644 index 00000000..293947a6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201506_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201506 STATION NETCDFs +0.12096994320551555 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201506_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201506_H_GLOBAL.out new file mode 100644 index 00000000..6f7cdf31 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201506_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201506 STATION NETCDFs +0.09200389782587687 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201506_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201506_M_GLOBAL.out new file mode 100644 index 00000000..bef469a5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201506_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201506 STATION NETCDFs +0.12082690000534058 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201507_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201507_D_GLOBAL.out new file mode 100644 index 00000000..ad2de2b9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201507_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201507 STATION NETCDFs +0.1134229302406311 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201507_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201507_H_GLOBAL.out new file mode 100644 index 00000000..6bc0bbd1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201507_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201507 STATION NETCDFs +0.10278886556625366 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201507_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201507_M_GLOBAL.out new file mode 100644 index 00000000..7de1b055 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201507_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201507 STATION NETCDFs +0.10513490041097005 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201508_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201508_D_GLOBAL.out new file mode 100644 index 00000000..f8eceec8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201508_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201508 STATION NETCDFs +0.11805146932601929 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201508_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201508_H_GLOBAL.out new file mode 100644 index 00000000..44afbab3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201508_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201508 STATION NETCDFs +0.10022959311803183 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201508_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201508_M_GLOBAL.out new file mode 100644 index 00000000..77c1095d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201508_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201508 STATION NETCDFs +0.11948725779851278 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201509_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201509_D_GLOBAL.out new file mode 100644 index 00000000..ca967263 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201509_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201509 STATION NETCDFs +0.10974321762720744 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201509_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201509_H_GLOBAL.out new file mode 100644 index 00000000..a82ee644 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201509_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201509 STATION NETCDFs +0.10140719016393025 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201509_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201509_M_GLOBAL.out new file mode 100644 index 00000000..fac76ea8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201509_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201509 STATION NETCDFs +0.1084766666094462 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201510_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201510_D_GLOBAL.out new file mode 100644 index 00000000..acae68e2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201510_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201510 STATION NETCDFs +0.13515255053838093 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201510_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201510_H_GLOBAL.out new file mode 100644 index 00000000..39ed330c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201510_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201510 STATION NETCDFs +0.11052092313766479 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201510_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201510_M_GLOBAL.out new file mode 100644 index 00000000..ea65b1b4 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201510_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201510 STATION NETCDFs +0.11274837255477906 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201511_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201511_D_GLOBAL.out new file mode 100644 index 00000000..2bce2a54 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201511_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201511 STATION NETCDFs +0.12968043486277261 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201511_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201511_H_GLOBAL.out new file mode 100644 index 00000000..b4b63882 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201511_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201511 STATION NETCDFs +0.10444873174031576 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201511_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201511_M_GLOBAL.out new file mode 100644 index 00000000..3caa6578 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201511_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201511 STATION NETCDFs +0.09885005553563436 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201512_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201512_D_GLOBAL.out new file mode 100644 index 00000000..dbd466a6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201512_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201512 STATION NETCDFs +0.09475771983464559 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201512_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201512_H_GLOBAL.out new file mode 100644 index 00000000..94e89dd5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201512_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201512 STATION NETCDFs +0.12833783229192097 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201512_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201512_M_GLOBAL.out new file mode 100644 index 00000000..46fe36e0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201512_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201512 STATION NETCDFs +0.10329128503799438 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201601_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201601_D_GLOBAL.out new file mode 100644 index 00000000..19d109b9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201601_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201601 STATION NETCDFs +0.09397799968719482 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201601_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201601_H_GLOBAL.out new file mode 100644 index 00000000..d0851d44 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201601_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201601 STATION NETCDFs +0.09287641445795695 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201601_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201601_M_GLOBAL.out new file mode 100644 index 00000000..11f6358d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201601_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201601 STATION NETCDFs +0.089146622021993 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201602_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201602_D_GLOBAL.out new file mode 100644 index 00000000..e59577db --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201602_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201602 STATION NETCDFs +0.09246033032735189 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201602_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201602_H_GLOBAL.out new file mode 100644 index 00000000..226f7a79 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201602_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201602 STATION NETCDFs +0.08951438268025716 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201602_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201602_M_GLOBAL.out new file mode 100644 index 00000000..c9d25fac --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201602_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201602 STATION NETCDFs +0.10727877616882324 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201603_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201603_D_GLOBAL.out new file mode 100644 index 00000000..1b288030 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201603_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201603 STATION NETCDFs +0.08651365041732788 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201603_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201603_H_GLOBAL.out new file mode 100644 index 00000000..234537eb --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201603_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201603 STATION NETCDFs +0.08206499814987182 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201603_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201603_M_GLOBAL.out new file mode 100644 index 00000000..8698e3b2 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201603_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201603 STATION NETCDFs +0.08367640574773152 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201604_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201604_D_GLOBAL.out new file mode 100644 index 00000000..3f3dea23 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201604_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201604 STATION NETCDFs +0.09315294027328491 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201604_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201604_H_GLOBAL.out new file mode 100644 index 00000000..589f2891 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201604_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201604 STATION NETCDFs +0.10011759599049887 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201604_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201604_M_GLOBAL.out new file mode 100644 index 00000000..f38acfc0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201604_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201604 STATION NETCDFs +0.09523401657740276 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201605_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201605_D_GLOBAL.out new file mode 100644 index 00000000..acc6039a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201605_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201605 STATION NETCDFs +0.08957021236419678 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201605_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201605_H_GLOBAL.out new file mode 100644 index 00000000..feacd0c0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201605_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201605 STATION NETCDFs +0.08269697825113932 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201605_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201605_M_GLOBAL.out new file mode 100644 index 00000000..92acdcbb --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201605_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201605 STATION NETCDFs +0.09520853757858276 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201606_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201606_D_GLOBAL.out new file mode 100644 index 00000000..f23b1c4d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201606_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201606 STATION NETCDFs +0.09601037899653117 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201606_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201606_H_GLOBAL.out new file mode 100644 index 00000000..10681711 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201606_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201606 STATION NETCDFs +0.09207225243250529 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201606_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201606_M_GLOBAL.out new file mode 100644 index 00000000..518eb371 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201606_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201606 STATION NETCDFs +0.08765981197357178 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201607_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201607_D_GLOBAL.out new file mode 100644 index 00000000..ca6357c8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201607_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201607 STATION NETCDFs +0.08701723019282023 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201607_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201607_H_GLOBAL.out new file mode 100644 index 00000000..f0c7b112 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201607_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201607 STATION NETCDFs +0.10417523384094238 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201607_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201607_M_GLOBAL.out new file mode 100644 index 00000000..f0c37bd6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201607_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201607 STATION NETCDFs +0.0903064489364624 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201608_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201608_D_GLOBAL.out new file mode 100644 index 00000000..bbd0205a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201608_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201608 STATION NETCDFs +0.09256199995676677 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201608_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201608_H_GLOBAL.out new file mode 100644 index 00000000..c664f947 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201608_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201608 STATION NETCDFs +0.10002187887827556 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201608_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201608_M_GLOBAL.out new file mode 100644 index 00000000..91574618 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201608_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201608 STATION NETCDFs +0.09524852832158406 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201609_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201609_D_GLOBAL.out new file mode 100644 index 00000000..c4720512 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201609_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201609 STATION NETCDFs +0.09292157491048177 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201609_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201609_H_GLOBAL.out new file mode 100644 index 00000000..93c9e2e0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201609_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201609 STATION NETCDFs +0.10447758038838705 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201609_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201609_M_GLOBAL.out new file mode 100644 index 00000000..91fe9668 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201609_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201609 STATION NETCDFs +0.10252760251363119 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201610_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201610_D_GLOBAL.out new file mode 100644 index 00000000..05b5d0b0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201610_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201610 STATION NETCDFs +0.08918083508809407 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201610_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201610_H_GLOBAL.out new file mode 100644 index 00000000..a9b0980e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201610_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201610 STATION NETCDFs +0.09330807129542033 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201610_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201610_M_GLOBAL.out new file mode 100644 index 00000000..f741bb94 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201610_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201610 STATION NETCDFs +0.11197023391723633 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201611_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201611_D_GLOBAL.out new file mode 100644 index 00000000..4a750a28 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201611_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201611 STATION NETCDFs +0.08313594659169515 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201611_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201611_H_GLOBAL.out new file mode 100644 index 00000000..29b331ab --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201611_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201611 STATION NETCDFs +0.09544220368067423 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201611_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201611_M_GLOBAL.out new file mode 100644 index 00000000..931bbc33 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201611_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201611 STATION NETCDFs +0.08183431625366211 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201612_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201612_D_GLOBAL.out new file mode 100644 index 00000000..107179ed --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201612_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201612 STATION NETCDFs +0.09694194396336873 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201612_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201612_H_GLOBAL.out new file mode 100644 index 00000000..2c899e0d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201612_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201612 STATION NETCDFs +0.08669214646021525 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201612_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201612_M_GLOBAL.out new file mode 100644 index 00000000..c8b7f319 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201612_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201612 STATION NETCDFs +0.09714317321777344 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201701_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201701_D_GLOBAL.out new file mode 100644 index 00000000..6de6c0e5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201701_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201701 STATION NETCDFs +0.09504550298055013 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201701_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201701_H_GLOBAL.out new file mode 100644 index 00000000..b27bcac3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201701_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201701 STATION NETCDFs +0.07597759167353312 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201701_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201701_M_GLOBAL.out new file mode 100644 index 00000000..75b30980 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201701_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201701 STATION NETCDFs +0.09848517179489136 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201702_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201702_D_GLOBAL.out new file mode 100644 index 00000000..29a9a143 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201702_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201702 STATION NETCDFs +0.09188314278920491 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201702_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201702_H_GLOBAL.out new file mode 100644 index 00000000..4fb0a31a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201702_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201702 STATION NETCDFs +0.09540298382441202 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201702_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201702_M_GLOBAL.out new file mode 100644 index 00000000..9351fe58 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201702_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201702 STATION NETCDFs +0.09402129650115967 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201703_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201703_D_GLOBAL.out new file mode 100644 index 00000000..638d6013 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201703_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201703 STATION NETCDFs +0.09783754348754883 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201703_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201703_H_GLOBAL.out new file mode 100644 index 00000000..1f9582d6 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201703_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201703 STATION NETCDFs +0.0904698371887207 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201703_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201703_M_GLOBAL.out new file mode 100644 index 00000000..63c23e3d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201703_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201703 STATION NETCDFs +0.10964764356613159 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201704_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201704_D_GLOBAL.out new file mode 100644 index 00000000..50f41b43 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201704_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201704 STATION NETCDFs +0.09416288137435913 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201704_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201704_H_GLOBAL.out new file mode 100644 index 00000000..8bd804d7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201704_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201704 STATION NETCDFs +0.08222348690032959 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201704_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201704_M_GLOBAL.out new file mode 100644 index 00000000..bc26dd84 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201704_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201704 STATION NETCDFs +0.09506792624791463 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201705_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201705_D_GLOBAL.out new file mode 100644 index 00000000..58c588d7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201705_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201705 STATION NETCDFs +0.09424609740575154 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201705_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201705_H_GLOBAL.out new file mode 100644 index 00000000..9c10e719 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201705_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201705 STATION NETCDFs +0.08180150190989176 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201705_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201705_M_GLOBAL.out new file mode 100644 index 00000000..ea449bc8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201705_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201705 STATION NETCDFs +0.08890896638234456 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201706_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201706_D_GLOBAL.out new file mode 100644 index 00000000..5bd23df5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201706_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201706 STATION NETCDFs +0.0982741912206014 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201706_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201706_H_GLOBAL.out new file mode 100644 index 00000000..08f224a0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201706_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201706 STATION NETCDFs +0.09343215227127075 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201706_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201706_M_GLOBAL.out new file mode 100644 index 00000000..f1863ff1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201706_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201706 STATION NETCDFs +0.11469649076461792 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201707_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201707_D_GLOBAL.out new file mode 100644 index 00000000..53567836 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201707_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201707 STATION NETCDFs +0.08041366736094156 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201707_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201707_H_GLOBAL.out new file mode 100644 index 00000000..ce831a0d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201707_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201707 STATION NETCDFs +0.1065442442893982 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201707_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201707_M_GLOBAL.out new file mode 100644 index 00000000..fc649451 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201707_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201707 STATION NETCDFs +0.0929604411125183 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201708_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201708_D_GLOBAL.out new file mode 100644 index 00000000..1574936e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201708_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201708 STATION NETCDFs +0.09665375153223674 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201708_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201708_H_GLOBAL.out new file mode 100644 index 00000000..b02cb21e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201708_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201708 STATION NETCDFs +0.08989003896713257 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201708_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201708_M_GLOBAL.out new file mode 100644 index 00000000..e8b1c7a7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201708_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201708 STATION NETCDFs +0.09014885822931926 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201709_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201709_D_GLOBAL.out new file mode 100644 index 00000000..8c28edcf --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201709_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201709 STATION NETCDFs +0.07689327398935954 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201709_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201709_H_GLOBAL.out new file mode 100644 index 00000000..0be00057 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201709_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201709 STATION NETCDFs +0.07967809041341146 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201709_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201709_M_GLOBAL.out new file mode 100644 index 00000000..6815ff7c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201709_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201709 STATION NETCDFs +0.08851210276285808 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201710_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201710_D_GLOBAL.out new file mode 100644 index 00000000..ba1d1d50 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201710_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201710 STATION NETCDFs +0.09385310808817546 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201710_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201710_H_GLOBAL.out new file mode 100644 index 00000000..50b17c80 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201710_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201710 STATION NETCDFs +0.10717471043268839 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201710_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201710_M_GLOBAL.out new file mode 100644 index 00000000..f6838c8f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201710_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201710 STATION NETCDFs +0.09960684378941854 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201711_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201711_D_GLOBAL.out new file mode 100644 index 00000000..9f3d638f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201711_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201711 STATION NETCDFs +0.0906928579012553 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201711_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201711_H_GLOBAL.out new file mode 100644 index 00000000..776f1b03 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201711_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201711 STATION NETCDFs +0.08867197434107463 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201711_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201711_M_GLOBAL.out new file mode 100644 index 00000000..ee6bfeb5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201711_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201711 STATION NETCDFs +0.10464983383814494 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201712_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201712_D_GLOBAL.out new file mode 100644 index 00000000..e3b78b1f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201712_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201712 STATION NETCDFs +0.10268770456314087 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201712_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201712_H_GLOBAL.out new file mode 100644 index 00000000..741a47a0 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201712_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201712 STATION NETCDFs +0.1088543693224589 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201712_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201712_M_GLOBAL.out new file mode 100644 index 00000000..d0db359b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201712_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201712 STATION NETCDFs +0.10049250920613607 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201912_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201912_D_GLOBAL.out new file mode 100644 index 00000000..922b2b8c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201912_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201912 STATION NETCDFs +0.11801899671554565 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201912_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201912_H_GLOBAL.out new file mode 100644 index 00000000..df0a131a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201912_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201912 STATION NETCDFs +0.10942478577295939 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_201912_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_201912_M_GLOBAL.out new file mode 100644 index 00000000..fd414e9d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_201912_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201912 STATION NETCDFs +0.12393749157587687 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202001_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202001_D_GLOBAL.out new file mode 100644 index 00000000..62d8cb8a --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202001_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202001 STATION NETCDFs +0.1325052777926127 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202001_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202001_H_GLOBAL.out new file mode 100644 index 00000000..88051dbb --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202001_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202001 STATION NETCDFs +0.11604153315226237 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202001_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202001_M_GLOBAL.out new file mode 100644 index 00000000..a373df34 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202001_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202001 STATION NETCDFs +0.12320625384648641 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202002_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202002_D_GLOBAL.out new file mode 100644 index 00000000..b275ceee --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202002_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202002 STATION NETCDFs +0.12254786094029745 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202002_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202002_H_GLOBAL.out new file mode 100644 index 00000000..7bc8129d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202002_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202002 STATION NETCDFs +0.11386617024739583 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202002_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202002_M_GLOBAL.out new file mode 100644 index 00000000..dc57019f --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202002_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202002 STATION NETCDFs +0.12601919571558634 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202003_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202003_D_GLOBAL.out new file mode 100644 index 00000000..e92a7024 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202003_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202003 STATION NETCDFs +0.1247660199801127 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202003_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202003_H_GLOBAL.out new file mode 100644 index 00000000..5de2ed56 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202003_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202003 STATION NETCDFs +0.11532280445098878 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202003_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202003_M_GLOBAL.out new file mode 100644 index 00000000..65b0648c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202003_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202003 STATION NETCDFs +0.12122368812561035 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202004_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202004_D_GLOBAL.out new file mode 100644 index 00000000..00cf085b --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202004_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202004 STATION NETCDFs +0.12345406611760458 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202004_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202004_H_GLOBAL.out new file mode 100644 index 00000000..5bcf909e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202004_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202004 STATION NETCDFs +0.11656237443288167 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202004_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202004_M_GLOBAL.out new file mode 100644 index 00000000..b27fc9f7 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202004_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202004 STATION NETCDFs +0.11994889577229818 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202005_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202005_D_GLOBAL.out new file mode 100644 index 00000000..28816fb1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202005_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202005 STATION NETCDFs +0.1217480222384135 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202005_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202005_H_GLOBAL.out new file mode 100644 index 00000000..38d0fbcd --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202005_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202005 STATION NETCDFs +0.109908394018809 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202005_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202005_M_GLOBAL.out new file mode 100644 index 00000000..7711f703 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202005_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202005 STATION NETCDFs +0.10628031889597575 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202006_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202006_D_GLOBAL.out new file mode 100644 index 00000000..4592528e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202006_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202006 STATION NETCDFs +0.12284376621246337 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202006_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202006_H_GLOBAL.out new file mode 100644 index 00000000..807370be --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202006_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202006 STATION NETCDFs +0.08578637838363648 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202006_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202006_M_GLOBAL.out new file mode 100644 index 00000000..536379d3 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202006_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202006 STATION NETCDFs +0.10666887362798055 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202007_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202007_D_GLOBAL.out new file mode 100644 index 00000000..6acb4721 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202007_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202007 STATION NETCDFs +0.1000454306602478 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202007_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202007_H_GLOBAL.out new file mode 100644 index 00000000..5c9a353e --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202007_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202007 STATION NETCDFs +0.08091042836507162 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202007_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202007_M_GLOBAL.out new file mode 100644 index 00000000..0eff7f0d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202007_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202007 STATION NETCDFs +0.09764416615168253 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202008_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202008_D_GLOBAL.out new file mode 100644 index 00000000..07bd7f31 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202008_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202008 STATION NETCDFs +0.08465027411778768 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202008_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202008_H_GLOBAL.out new file mode 100644 index 00000000..58731a68 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202008_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202008 STATION NETCDFs +0.09112372795740763 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202008_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202008_M_GLOBAL.out new file mode 100644 index 00000000..150737c5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202008_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202008 STATION NETCDFs +0.10707496404647827 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202009_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202009_D_GLOBAL.out new file mode 100644 index 00000000..3bff292d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202009_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202009 STATION NETCDFs +0.08003457387288411 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202009_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202009_H_GLOBAL.out new file mode 100644 index 00000000..1b4386f8 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202009_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202009 STATION NETCDFs +0.10069494644800822 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202009_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202009_M_GLOBAL.out new file mode 100644 index 00000000..00ea2a32 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202009_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202009 STATION NETCDFs +0.09831159909566244 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202010_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202010_D_GLOBAL.out new file mode 100644 index 00000000..9ded31ef --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202010_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202010 STATION NETCDFs +0.1014805515607198 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202010_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202010_H_GLOBAL.out new file mode 100644 index 00000000..72168698 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202010_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202010 STATION NETCDFs +0.0965299924214681 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202010_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202010_M_GLOBAL.out new file mode 100644 index 00000000..7b29fe0c --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202010_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202010 STATION NETCDFs +0.10270591576894124 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202011_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202011_D_GLOBAL.out new file mode 100644 index 00000000..5d99f26d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202011_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202011 STATION NETCDFs +0.11911734739939371 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202011_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202011_H_GLOBAL.out new file mode 100644 index 00000000..19b74644 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202011_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202011 STATION NETCDFs +0.11318315267562866 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202011_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202011_M_GLOBAL.out new file mode 100644 index 00000000..b4846453 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202011_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202011 STATION NETCDFs +0.10018397172292073 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202012_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202012_D_GLOBAL.out new file mode 100644 index 00000000..281385d1 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202012_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202012 STATION NETCDFs +0.09825006723403931 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202012_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202012_H_GLOBAL.out new file mode 100644 index 00000000..7f405e03 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202012_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202012 STATION NETCDFs +0.10036972363789877 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202012_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202012_M_GLOBAL.out new file mode 100644 index 00000000..50d9363d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202012_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202012 STATION NETCDFs +0.09752294222513834 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202101_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202101_D_GLOBAL.out new file mode 100644 index 00000000..5b442698 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202101_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202101 STATION NETCDFs +0.04818939765294393 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202101_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202101_H_GLOBAL.out new file mode 100644 index 00000000..27954d80 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202101_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202101 STATION NETCDFs +0.0368691881497701 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202101_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202101_M_GLOBAL.out new file mode 100644 index 00000000..5df27fd5 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202101_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202101 STATION NETCDFs +0.0484371542930603 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202102_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202102_D_GLOBAL.out new file mode 100644 index 00000000..e0bf51ce --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202102_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202102 STATION NETCDFs +0.0358468492825826 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202102_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202102_H_GLOBAL.out new file mode 100644 index 00000000..d89f65db --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202102_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202102 STATION NETCDFs +0.046038289864857994 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202102_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202102_M_GLOBAL.out new file mode 100644 index 00000000..0f9d2573 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202102_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202102 STATION NETCDFs +0.03751554886500041 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202103_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202103_D_GLOBAL.out new file mode 100644 index 00000000..07aa240d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202103_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202103 STATION NETCDFs +0.03070329427719116 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202103_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202103_H_GLOBAL.out new file mode 100644 index 00000000..c03ee279 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202103_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202103 STATION NETCDFs +0.037204452355702716 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202103_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202103_M_GLOBAL.out new file mode 100644 index 00000000..601f3d4d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202103_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202103 STATION NETCDFs +0.042689180374145506 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202104_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202104_D_GLOBAL.out new file mode 100644 index 00000000..51ad3861 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202104_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202104 STATION NETCDFs +0.04220298131306966 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202104_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202104_H_GLOBAL.out new file mode 100644 index 00000000..0a70c144 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202104_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202104 STATION NETCDFs +0.037849024931589766 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202104_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202104_M_GLOBAL.out new file mode 100644 index 00000000..f822198d --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202104_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202104 STATION NETCDFs +0.03354130585988362 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202105_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202105_D_GLOBAL.out new file mode 100644 index 00000000..3e285424 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202105_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202105 STATION NETCDFs +0.04470399220784505 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202105_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202105_H_GLOBAL.out new file mode 100644 index 00000000..20852d39 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202105_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202105 STATION NETCDFs +0.04556019306182861 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202105_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202105_M_GLOBAL.out new file mode 100644 index 00000000..fa3f1277 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202105_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202105 STATION NETCDFs +0.043544856707255046 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202106_D_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202106_D_GLOBAL.out new file mode 100644 index 00000000..ce6ea0bf --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202106_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202106 STATION NETCDFs +0.02915109395980835 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202106_H_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202106_H_GLOBAL.out new file mode 100644 index 00000000..6ea4f1e9 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202106_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202106 STATION NETCDFs +0.05288474162419637 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_NO2/T2/0_202106_M_GLOBAL.out b/run/stage_logs/NAPMD_NO2/T2/0_202106_M_GLOBAL.out new file mode 100644 index 00000000..04ad6639 --- /dev/null +++ b/run/stage_logs/NAPMD_NO2/T2/0_202106_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202106 STATION NETCDFs +0.02292508284250895 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_1979.out b/run/stage_logs/NAPMD_O3/S1/0_1979.out new file mode 100644 index 00000000..0a726242 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_1979.out @@ -0,0 +1,3 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1979/O3_1979.csv +325 -- PARSING RAW DATA +0.009708281358083088 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_1980.out b/run/stage_logs/NAPMD_O3/S1/0_1980.out new file mode 100644 index 00000000..a6d2928c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_1980.out @@ -0,0 +1,4 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1980/O3_1980.csv +325 -- PARSING RAW DATA +347 -- PARSING RAW DATA +0.00884246031443278 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_1981.out b/run/stage_logs/NAPMD_O3/S1/0_1981.out new file mode 100644 index 00000000..fd217f6c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_1981.out @@ -0,0 +1,5 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1981/O3_1981.csv +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +347 -- PARSING RAW DATA +0.013231360912322998 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_1982.out b/run/stage_logs/NAPMD_O3/S1/0_1982.out new file mode 100644 index 00000000..ab0edf6c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_1982.out @@ -0,0 +1,6 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1982/O3_1982.csv +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +347 -- PARSING RAW DATA +0.02772840658823649 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_1983.out b/run/stage_logs/NAPMD_O3/S1/0_1983.out new file mode 100644 index 00000000..632ad4f5 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_1983.out @@ -0,0 +1,8 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1983/O3_1983.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +347 -- PARSING RAW DATA +0.03387771447499593 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_1984.out b/run/stage_logs/NAPMD_O3/S1/0_1984.out new file mode 100644 index 00000000..7f3cdfb0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_1984.out @@ -0,0 +1,9 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1984/O3_1984.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +347 -- PARSING RAW DATA +0.03243423700332641 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_1985.out b/run/stage_logs/NAPMD_O3/S1/0_1985.out new file mode 100644 index 00000000..19bd6fac --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_1985.out @@ -0,0 +1,8 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1985/O3_1985.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +0.03426658312479655 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_1986.out b/run/stage_logs/NAPMD_O3/S1/0_1986.out new file mode 100644 index 00000000..dd718274 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_1986.out @@ -0,0 +1,8 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1986/O3_1986.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +0.06131482124328613 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_1987.out b/run/stage_logs/NAPMD_O3/S1/0_1987.out new file mode 100644 index 00000000..8b9fcdb7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_1987.out @@ -0,0 +1,8 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1987/O3_1987.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +0.039270142714182533 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_1988.out b/run/stage_logs/NAPMD_O3/S1/0_1988.out new file mode 100644 index 00000000..b974c04c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_1988.out @@ -0,0 +1,8 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1988/O3_1988.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +0.054440546035766604 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_1989.out b/run/stage_logs/NAPMD_O3/S1/0_1989.out new file mode 100644 index 00000000..36462e18 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_1989.out @@ -0,0 +1,9 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1989/O3_1989.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +348 -- PARSING RAW DATA +0.058775826295216875 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_1990.out b/run/stage_logs/NAPMD_O3/S1/0_1990.out new file mode 100644 index 00000000..a7e6194d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_1990.out @@ -0,0 +1,9 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1990/O3_1990.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +340 -- PARSING RAW DATA +0.040305225054423015 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_1991.out b/run/stage_logs/NAPMD_O3/S1/0_1991.out new file mode 100644 index 00000000..dbef0013 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_1991.out @@ -0,0 +1,9 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1991/O3_1991.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +340 -- PARSING RAW DATA +0.06888941923777263 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_1992.out b/run/stage_logs/NAPMD_O3/S1/0_1992.out new file mode 100644 index 00000000..783b25ee --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_1992.out @@ -0,0 +1,9 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1992/O3_1992.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +340 -- PARSING RAW DATA +0.05146892865498861 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_1993.out b/run/stage_logs/NAPMD_O3/S1/0_1993.out new file mode 100644 index 00000000..3a41ab0f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_1993.out @@ -0,0 +1,9 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1993/O3_1993.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +340 -- PARSING RAW DATA +0.04029707113901774 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_1994.out b/run/stage_logs/NAPMD_O3/S1/0_1994.out new file mode 100644 index 00000000..8e5de348 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_1994.out @@ -0,0 +1,30 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1994/O3_1994.csv +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +340 -- PARSING RAW DATA +40 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +0.4479104518890381 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_1995.out b/run/stage_logs/NAPMD_O3/S1/0_1995.out new file mode 100644 index 00000000..0b480b3f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_1995.out @@ -0,0 +1,31 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1995/O3_1995.csv +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +338 -- PARSING RAW DATA +340 -- PARSING RAW DATA +342 -- PARSING RAW DATA +40 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +0.4125688473383586 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_1996.out b/run/stage_logs/NAPMD_O3/S1/0_1996.out new file mode 100644 index 00000000..34d6461d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_1996.out @@ -0,0 +1,29 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1996/O3_1996.csv +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +352 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +0.37492581605911257 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_1997.out b/run/stage_logs/NAPMD_O3/S1/0_1997.out new file mode 100644 index 00000000..c8fad33c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_1997.out @@ -0,0 +1,30 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1997/O3_1997.csv +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +352 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.4519114454587301 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_1998.out b/run/stage_logs/NAPMD_O3/S1/0_1998.out new file mode 100644 index 00000000..00feacef --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_1998.out @@ -0,0 +1,32 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1998/O3_1998.csv +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +352 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +60 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.458110233147939 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_1999.out b/run/stage_logs/NAPMD_O3/S1/0_1999.out new file mode 100644 index 00000000..03ea67aa --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_1999.out @@ -0,0 +1,32 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1999/O3_1999.csv +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +352 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +60 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.46911631027857464 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_2000.out b/run/stage_logs/NAPMD_O3/S1/0_2000.out new file mode 100644 index 00000000..d375a8c0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_2000.out @@ -0,0 +1,34 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2000/O3_2000.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +27 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +352 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.5029661973317464 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_2001.out b/run/stage_logs/NAPMD_O3/S1/0_2001.out new file mode 100644 index 00000000..7cc8234e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_2001.out @@ -0,0 +1,34 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2001/O3_2001.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +27 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +352 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.4937107443809509 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_2002.out b/run/stage_logs/NAPMD_O3/S1/0_2002.out new file mode 100644 index 00000000..93a3f783 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_2002.out @@ -0,0 +1,51 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2002/O3_2002.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +27 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +333 -- PARSING RAW DATA +335 -- PARSING RAW DATA +338 -- PARSING RAW DATA +340 -- PARSING RAW DATA +342 -- PARSING RAW DATA +343 -- PARSING RAW DATA +352 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.6639096180597941 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_2003.out b/run/stage_logs/NAPMD_O3/S1/0_2003.out new file mode 100644 index 00000000..915cedf6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_2003.out @@ -0,0 +1,49 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2003/O3_2003.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +27 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +333 -- PARSING RAW DATA +335 -- PARSING RAW DATA +338 -- PARSING RAW DATA +340 -- PARSING RAW DATA +342 -- PARSING RAW DATA +352 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.6764989892641703 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_2004.out b/run/stage_logs/NAPMD_O3/S1/0_2004.out new file mode 100644 index 00000000..b9b1151f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_2004.out @@ -0,0 +1,49 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2004/O3_2004.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +333 -- PARSING RAW DATA +335 -- PARSING RAW DATA +338 -- PARSING RAW DATA +340 -- PARSING RAW DATA +342 -- PARSING RAW DATA +352 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.6599532643953959 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_2005.out b/run/stage_logs/NAPMD_O3/S1/0_2005.out new file mode 100644 index 00000000..dcdedb52 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_2005.out @@ -0,0 +1,47 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2005/O3_2005.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +333 -- PARSING RAW DATA +335 -- PARSING RAW DATA +338 -- PARSING RAW DATA +340 -- PARSING RAW DATA +342 -- PARSING RAW DATA +352 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +62 -- PARSING RAW DATA +8 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.6486028909683228 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_2006.out b/run/stage_logs/NAPMD_O3/S1/0_2006.out new file mode 100644 index 00000000..96b66ba7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_2006.out @@ -0,0 +1,47 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2006/O3_2006.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +270 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +333 -- PARSING RAW DATA +335 -- PARSING RAW DATA +338 -- PARSING RAW DATA +340 -- PARSING RAW DATA +342 -- PARSING RAW DATA +344 -- PARSING RAW DATA +352 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +62 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.6376321037610372 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_2007.out b/run/stage_logs/NAPMD_O3/S1/0_2007.out new file mode 100644 index 00000000..0d2d7419 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_2007.out @@ -0,0 +1,47 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2007/O3_2007.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +270 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +333 -- PARSING RAW DATA +335 -- PARSING RAW DATA +338 -- PARSING RAW DATA +340 -- PARSING RAW DATA +344 -- PARSING RAW DATA +352 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.6432053367296855 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_2008.out b/run/stage_logs/NAPMD_O3/S1/0_2008.out new file mode 100644 index 00000000..1d5e981e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_2008.out @@ -0,0 +1,46 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2008/O3_2008.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +270 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +333 -- PARSING RAW DATA +335 -- PARSING RAW DATA +338 -- PARSING RAW DATA +340 -- PARSING RAW DATA +352 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.6278571565945943 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_2009.out b/run/stage_logs/NAPMD_O3/S1/0_2009.out new file mode 100644 index 00000000..1e2ae466 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_2009.out @@ -0,0 +1,46 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2009/O3_2009.csv +1 -- PARSING RAW DATA +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +270 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +333 -- PARSING RAW DATA +335 -- PARSING RAW DATA +338 -- PARSING RAW DATA +340 -- PARSING RAW DATA +352 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.6264368772506714 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_2010.out b/run/stage_logs/NAPMD_O3/S1/0_2010.out new file mode 100644 index 00000000..5aa60cf6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_2010.out @@ -0,0 +1,59 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2010/O3_2010.csv +1 -- PARSING RAW DATA +100 -- PARSING RAW DATA +101 -- PARSING RAW DATA +102 -- PARSING RAW DATA +104 -- PARSING RAW DATA +105 -- PARSING RAW DATA +107 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +270 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +333 -- PARSING RAW DATA +335 -- PARSING RAW DATA +338 -- PARSING RAW DATA +340 -- PARSING RAW DATA +352 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +68 -- PARSING RAW DATA +76 -- PARSING RAW DATA +77 -- PARSING RAW DATA +86 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +96 -- PARSING RAW DATA +0.7110968708992005 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_2011.out b/run/stage_logs/NAPMD_O3/S1/0_2011.out new file mode 100644 index 00000000..e7050876 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_2011.out @@ -0,0 +1,60 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2011/O3_2011.csv +1 -- PARSING RAW DATA +100 -- PARSING RAW DATA +101 -- PARSING RAW DATA +102 -- PARSING RAW DATA +104 -- PARSING RAW DATA +105 -- PARSING RAW DATA +107 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +270 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +333 -- PARSING RAW DATA +335 -- PARSING RAW DATA +338 -- PARSING RAW DATA +340 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +76 -- PARSING RAW DATA +77 -- PARSING RAW DATA +86 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +96 -- PARSING RAW DATA +0.7444648543993632 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_2012.out b/run/stage_logs/NAPMD_O3/S1/0_2012.out new file mode 100644 index 00000000..a76d8ed9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_2012.out @@ -0,0 +1,64 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2012/O3_2012.csv +1 -- PARSING RAW DATA +100 -- PARSING RAW DATA +101 -- PARSING RAW DATA +102 -- PARSING RAW DATA +104 -- PARSING RAW DATA +105 -- PARSING RAW DATA +107 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +18 -- PARSING RAW DATA +20 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +270 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +333 -- PARSING RAW DATA +335 -- PARSING RAW DATA +338 -- PARSING RAW DATA +340 -- PARSING RAW DATA +352 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +5 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +76 -- PARSING RAW DATA +77 -- PARSING RAW DATA +86 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +96 -- PARSING RAW DATA +0.7137632489204406 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_2013.out b/run/stage_logs/NAPMD_O3/S1/0_2013.out new file mode 100644 index 00000000..4922fb2e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_2013.out @@ -0,0 +1,60 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2013/O3_2013.csv +1 -- PARSING RAW DATA +100 -- PARSING RAW DATA +101 -- PARSING RAW DATA +102 -- PARSING RAW DATA +104 -- PARSING RAW DATA +105 -- PARSING RAW DATA +107 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +18 -- PARSING RAW DATA +20 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +270 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +333 -- PARSING RAW DATA +335 -- PARSING RAW DATA +338 -- PARSING RAW DATA +340 -- PARSING RAW DATA +352 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +5 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +86 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +96 -- PARSING RAW DATA +0.7210029244422913 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_2014.out b/run/stage_logs/NAPMD_O3/S1/0_2014.out new file mode 100644 index 00000000..c44ac972 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_2014.out @@ -0,0 +1,63 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2014/O3_2014.csv +1 -- PARSING RAW DATA +100 -- PARSING RAW DATA +101 -- PARSING RAW DATA +102 -- PARSING RAW DATA +104 -- PARSING RAW DATA +105 -- PARSING RAW DATA +107 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +18 -- PARSING RAW DATA +2 -- PARSING RAW DATA +20 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +270 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +333 -- PARSING RAW DATA +335 -- PARSING RAW DATA +336 -- PARSING RAW DATA +337 -- PARSING RAW DATA +338 -- PARSING RAW DATA +340 -- PARSING RAW DATA +352 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +5 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +86 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +96 -- PARSING RAW DATA +0.7367782870928447 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_2015.out b/run/stage_logs/NAPMD_O3/S1/0_2015.out new file mode 100644 index 00000000..a0db7e15 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_2015.out @@ -0,0 +1,65 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2015/O3_2015.csv +1 -- PARSING RAW DATA +100 -- PARSING RAW DATA +101 -- PARSING RAW DATA +102 -- PARSING RAW DATA +104 -- PARSING RAW DATA +105 -- PARSING RAW DATA +107 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +18 -- PARSING RAW DATA +2 -- PARSING RAW DATA +20 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +270 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +278 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +333 -- PARSING RAW DATA +335 -- PARSING RAW DATA +337 -- PARSING RAW DATA +338 -- PARSING RAW DATA +340 -- PARSING RAW DATA +352 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +5 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +86 -- PARSING RAW DATA +87 -- PARSING RAW DATA +89 -- PARSING RAW DATA +9 -- PARSING RAW DATA +96 -- PARSING RAW DATA +98 -- PARSING RAW DATA +0.7753349463144938 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_2016.out b/run/stage_logs/NAPMD_O3/S1/0_2016.out new file mode 100644 index 00000000..bdf387a9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_2016.out @@ -0,0 +1,2 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2016/O3_2016.csv +0.17314942677815756 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_2017.out b/run/stage_logs/NAPMD_O3/S1/0_2017.out new file mode 100644 index 00000000..2abd9b3e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_2017.out @@ -0,0 +1,2 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2017/O3_2017.csv +0.14506976207097372 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_2018.out b/run/stage_logs/NAPMD_O3/S1/0_2018.out new file mode 100644 index 00000000..46d76142 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_2018.out @@ -0,0 +1,2 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2018/O3_2018.csv +0.1530276656150818 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_2019.out b/run/stage_logs/NAPMD_O3/S1/0_2019.out new file mode 100644 index 00000000..6abdd2ff --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_2019.out @@ -0,0 +1,2 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2019/O3_2019.csv +0.17211745580037435 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_2020.out b/run/stage_logs/NAPMD_O3/S1/0_2020.out new file mode 100644 index 00000000..e6f583a4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_2020.out @@ -0,0 +1,82 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2020/O3_2020.csv +1 -- PARSING RAW DATA +10 -- PARSING RAW DATA +100 -- PARSING RAW DATA +101 -- PARSING RAW DATA +102 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +12 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +18 -- PARSING RAW DATA +2 -- PARSING RAW DATA +20 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +24 -- PARSING RAW DATA +26 -- PARSING RAW DATA +270 -- PARSING RAW DATA +272 -- PARSING RAW DATA +274 -- PARSING RAW DATA +275 -- PARSING RAW DATA +278 -- PARSING RAW DATA +28 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +32 -- PARSING RAW DATA +325 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +333 -- PARSING RAW DATA +335 -- PARSING RAW DATA +337 -- PARSING RAW DATA +338 -- PARSING RAW DATA +340 -- PARSING RAW DATA +35 -- PARSING RAW DATA +352 -- PARSING RAW DATA +357 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +365 -- PARSING RAW DATA +366 -- PARSING RAW DATA +368 -- PARSING RAW DATA +369 -- PARSING RAW DATA +370 -- PARSING RAW DATA +372 -- PARSING RAW DATA +373 -- PARSING RAW DATA +374 -- PARSING RAW DATA +375 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +42 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +5 -- PARSING RAW DATA +51 -- PARSING RAW DATA +53 -- PARSING RAW DATA +530 -- PARSING RAW DATA +534 -- PARSING RAW DATA +540 -- PARSING RAW DATA +547 -- PARSING RAW DATA +56 -- PARSING RAW DATA +57 -- PARSING RAW DATA +6 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +73 -- PARSING RAW DATA +83 -- PARSING RAW DATA +86 -- PARSING RAW DATA +87 -- PARSING RAW DATA +89 -- PARSING RAW DATA +9 -- PARSING RAW DATA +96 -- PARSING RAW DATA +98 -- PARSING RAW DATA +0.810189954439799 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S1/0_2021.out b/run/stage_logs/NAPMD_O3/S1/0_2021.out new file mode 100644 index 00000000..71b661a0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S1/0_2021.out @@ -0,0 +1,9 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2021/O3_2021.csv +352 -- PARSING RAW DATA +357 -- PARSING RAW DATA +358 -- PARSING RAW DATA +359 -- PARSING RAW DATA +360 -- PARSING RAW DATA +361 -- PARSING RAW DATA +363 -- PARSING RAW DATA +0.04978838364283244 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_100_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_100_UVP.out new file mode 100644 index 00000000..b32c1372 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_100_UVP.out @@ -0,0 +1,4 @@ +100_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.016945815086364745 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_101_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_101_UVP.out new file mode 100644 index 00000000..31db4dd2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_101_UVP.out @@ -0,0 +1,4 @@ +101_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01712852716445923 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_102_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_102_UVP.out new file mode 100644 index 00000000..6c4b5bcb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_102_UVP.out @@ -0,0 +1,4 @@ +102_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.015036209424336752 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_104_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_104_UVP.out new file mode 100644 index 00000000..88349a4b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_104_UVP.out @@ -0,0 +1,4 @@ +104_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01799885431925456 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_105_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_105_UVP.out new file mode 100644 index 00000000..8dc16a21 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_105_UVP.out @@ -0,0 +1,4 @@ +105_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.011501661936442057 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_107_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_107_UVP.out new file mode 100644 index 00000000..4bb6c166 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_107_UVP.out @@ -0,0 +1,4 @@ +107_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01648820241292318 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_10_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_10_UVP.out new file mode 100644 index 00000000..9fc99e39 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_10_UVP.out @@ -0,0 +1,4 @@ +10_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0013332486152648926 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_110_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_110_UVP.out new file mode 100644 index 00000000..8aa04d3b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_110_UVP.out @@ -0,0 +1,4 @@ +110_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01575261354446411 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_11_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_11_UVP.out new file mode 100644 index 00000000..e50f6b3b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_11_UVP.out @@ -0,0 +1,29 @@ +11_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1996-01-17 13:00:00 1996-12-31 12:00:00 1049291340 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/11_UVP_1049291340_1049793840.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/11_UVP_1049793840_1050319440.npz'] +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/11_UVP_1050319440_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/11_UVP_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/11_UVP_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/11_UVP_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/11_UVP_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/11_UVP_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/11_UVP_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/11_UVP_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/11_UVP_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/11_UVP_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/11_UVP_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/11_UVP_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/11_UVP_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/11_UVP_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/11_UVP_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/11_UVP_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/11_UVP_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/11_UVP_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/11_UVP_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/11_UVP_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/11_UVP_1059260400_1059786000.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/11_UVP_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.16777033011118572 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_12_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_12_UVP.out new file mode 100644 index 00000000..cc2dad8e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_12_UVP.out @@ -0,0 +1,4 @@ +12_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.001043713092803955 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_13_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_13_UVP.out new file mode 100644 index 00000000..3eb45f9b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_13_UVP.out @@ -0,0 +1,31 @@ +13_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1993-12-31 13:00:00 1994-12-31 12:00:00 1048215660 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/13_UVP_1048215660_1048741200.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/13_UVP_1048741200_1049266800.npz'] +1995-12-31 12:00:00 1996-12-31 12:00:00 1049266800 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/13_UVP_1049266800_1049793840.npz'] +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/13_UVP_1049793840_1050319440.npz'] +1998-01-20 16:00:00 1998-12-31 12:00:00 1050348480 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/13_UVP_1050348480_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/13_UVP_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/13_UVP_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-29 15:00:00 1051897680 1052420580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/13_UVP_1051897680_1052420580.npz'] +2002-01-02 16:00:00 2002-12-31 12:00:00 1052426400 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/13_UVP_1052426400_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/13_UVP_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/13_UVP_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/13_UVP_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/13_UVP_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/13_UVP_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/13_UVP_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/13_UVP_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/13_UVP_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/13_UVP_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/13_UVP_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/13_UVP_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/13_UVP_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-28 11:00:00 1057682160 1058204820 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/13_UVP_1057682160_1058204820.npz'] +2013-01-17 15:00:00 2013-12-31 12:00:00 1058233860 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/13_UVP_1058233860_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/13_UVP_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/13_UVP_1059260400_1059786000.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/13_UVP_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.16293785174687703 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_14_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_14_UVP.out new file mode 100644 index 00000000..271a1baa --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_14_UVP.out @@ -0,0 +1,4 @@ +14_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.03078256845474243 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_15_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_15_UVP.out new file mode 100644 index 00000000..17ff7b90 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_15_UVP.out @@ -0,0 +1,31 @@ +15_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1993-12-31 13:00:00 1994-12-31 12:00:00 1048215660 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/15_UVP_1048215660_1048741200.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/15_UVP_1048741200_1049266800.npz'] +1995-12-31 13:00:00 1996-12-31 12:00:00 1049266860 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/15_UVP_1049266860_1049793840.npz'] +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/15_UVP_1049793840_1050319440.npz'] +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/15_UVP_1050319440_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/15_UVP_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/15_UVP_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/15_UVP_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/15_UVP_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/15_UVP_1052948880_1053474480.npz'] +2003-12-31 14:00:00 2004-12-31 12:00:00 1053474600 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/15_UVP_1053474600_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/15_UVP_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-29 02:00:00 1054527120 1055049240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/15_UVP_1054527120_1055049240.npz'] +2007-01-04 03:00:00 2007-12-31 11:00:00 1055057940 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/15_UVP_1055057940_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/15_UVP_1055057940_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/15_UVP_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/15_UVP_1055057940_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/15_UVP_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/15_UVP_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/15_UVP_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/15_UVP_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/15_UVP_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/15_UVP_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/15_UVP_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/15_UVP_1059260400_1059786000.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/15_UVP_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.17513221502304077 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_18_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_18_UVP.out new file mode 100644 index 00000000..63e61bbf --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_18_UVP.out @@ -0,0 +1,4 @@ +18_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.011210815111796061 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_19_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_19_UVP.out new file mode 100644 index 00000000..67ed6098 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_19_UVP.out @@ -0,0 +1,4 @@ +19_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.013513708114624023 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_1_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_1_UVP.out new file mode 100644 index 00000000..378aa1a3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_1_UVP.out @@ -0,0 +1,4 @@ +1_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.03972258567810059 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_20_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_20_UVP.out new file mode 100644 index 00000000..b24a5b95 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_20_UVP.out @@ -0,0 +1,4 @@ +20_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01108146111170451 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_22_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_22_UVP.out new file mode 100644 index 00000000..b1ba9840 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_22_UVP.out @@ -0,0 +1,22 @@ +22_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2003-02-05 16:00:00 2003-12-31 12:00:00 1053000960 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/22_UVP_1053000960_1053474480.npz'] +'StationConcatenate' object has no attribute 'existing_data' +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/22_UVP_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/22_UVP_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/22_UVP_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/22_UVP_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/22_UVP_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/22_UVP_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/22_UVP_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/22_UVP_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/22_UVP_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/22_UVP_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/22_UVP_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/22_UVP_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/22_UVP_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/22_UVP_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/22_UVP_1059260400_1059786000.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/22_UVP_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.14892719189325967 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_23_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_23_UVP.out new file mode 100644 index 00000000..cf3db042 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_23_UVP.out @@ -0,0 +1,31 @@ +23_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1993-12-31 13:00:00 1994-12-31 12:00:00 1048215660 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/23_UVP_1048215660_1048741200.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/23_UVP_1048741200_1049266800.npz'] +1995-12-31 12:00:00 1996-12-31 12:00:00 1049266800 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/23_UVP_1049266800_1049793840.npz'] +1996-12-31 12:00:00 1997-12-29 15:00:00 1049793840 1050316740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/23_UVP_1049793840_1050316740.npz'] +1998-01-01 16:00:00 1998-12-31 12:00:00 1050321120 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/23_UVP_1050321120_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/23_UVP_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/23_UVP_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/23_UVP_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/23_UVP_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/23_UVP_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/23_UVP_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/23_UVP_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/23_UVP_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/23_UVP_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/23_UVP_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/23_UVP_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/23_UVP_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/23_UVP_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/23_UVP_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/23_UVP_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/23_UVP_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/23_UVP_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/23_UVP_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/23_UVP_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/23_UVP_1059260400_1059786000.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/23_UVP_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.16817646423975627 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_24_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_24_UVP.out new file mode 100644 index 00000000..ad65fa3e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_24_UVP.out @@ -0,0 +1,4 @@ +24_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.002730385462443034 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_26_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_26_UVP.out new file mode 100644 index 00000000..1aef2184 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_26_UVP.out @@ -0,0 +1,31 @@ +26_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1993-12-31 13:00:00 1994-12-31 12:00:00 1048215660 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/26_UVP_1048215660_1048741200.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/26_UVP_1048741200_1049266800.npz'] +1995-12-31 12:00:00 1996-12-31 12:00:00 1049266800 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/26_UVP_1049266800_1049793840.npz'] +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/26_UVP_1049793840_1050319440.npz'] +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/26_UVP_1050319440_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/26_UVP_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/26_UVP_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/26_UVP_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/26_UVP_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/26_UVP_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/26_UVP_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/26_UVP_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/26_UVP_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/26_UVP_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/26_UVP_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/26_UVP_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/26_UVP_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/26_UVP_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/26_UVP_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/26_UVP_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/26_UVP_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/26_UVP_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/26_UVP_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/26_UVP_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/26_UVP_1059260400_1059786000.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/26_UVP_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.18240378697713217 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_270_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_270_UVP.out new file mode 100644 index 00000000..b8308db9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_270_UVP.out @@ -0,0 +1,4 @@ +270_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.02852726380030314 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_271_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_271_UVP.out new file mode 100644 index 00000000..f7b027b8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_271_UVP.out @@ -0,0 +1,4 @@ +271_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.038291935125986734 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_272_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_272_UVP.out new file mode 100644 index 00000000..2572dfe5 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_272_UVP.out @@ -0,0 +1,4 @@ +272_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.038027620315551756 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_274_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_274_UVP.out new file mode 100644 index 00000000..ea1e94f2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_274_UVP.out @@ -0,0 +1,4 @@ +274_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.040027983983357746 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_275_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_275_UVP.out new file mode 100644 index 00000000..35ed787f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_275_UVP.out @@ -0,0 +1,4 @@ +275_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.04335535367329915 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_278_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_278_UVP.out new file mode 100644 index 00000000..2e6f962f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_278_UVP.out @@ -0,0 +1,4 @@ +278_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0044997294743855795 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_27_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_27_UVP.out new file mode 100644 index 00000000..5b9ad1a8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_27_UVP.out @@ -0,0 +1,4 @@ +27_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0072487473487854006 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_28_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_28_UVP.out new file mode 100644 index 00000000..dd67fe39 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_28_UVP.out @@ -0,0 +1,4 @@ +28_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.02300848960876465 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_29_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_29_UVP.out new file mode 100644 index 00000000..bafa9f70 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_29_UVP.out @@ -0,0 +1,29 @@ +29_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1994-05-23 03:00:00 1994-12-31 12:00:00 1048420980 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/29_UVP_1048420980_1048741200.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/29_UVP_1048741200_1049266800.npz'] +1995-12-31 12:00:00 1996-12-31 11:00:00 1049266800 1049793780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/29_UVP_1049266800_1049793780.npz'] +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/29_UVP_1049793840_1050319440.npz'] +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/29_UVP_1050319440_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/29_UVP_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/29_UVP_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/29_UVP_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/29_UVP_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/29_UVP_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/29_UVP_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-02-10 18:00:00 1054001520 1054060920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/29_UVP_1054001520_1054060920.npz'] +2007-05-31 13:00:00 2007-12-31 11:00:00 1055270220 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/29_UVP_1055270220_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/29_UVP_1055270220_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/29_UVP_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/29_UVP_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/29_UVP_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/29_UVP_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/29_UVP_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/29_UVP_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/29_UVP_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/29_UVP_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/29_UVP_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/29_UVP_1059260400_1059786000.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.11396382649739584 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_2_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_2_UVP.out new file mode 100644 index 00000000..46056e33 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_2_UVP.out @@ -0,0 +1,4 @@ +2_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.005837833881378174 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_30_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_30_UVP.out new file mode 100644 index 00000000..93338d9b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_30_UVP.out @@ -0,0 +1,31 @@ +30_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1993-12-31 13:00:00 1994-12-31 12:00:00 1048215660 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/30_UVP_1048215660_1048741200.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/30_UVP_1048741200_1049266800.npz'] +1995-12-31 12:00:00 1996-12-31 12:00:00 1049266800 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/30_UVP_1049266800_1049793840.npz'] +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/30_UVP_1049793840_1050319440.npz'] +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/30_UVP_1050319440_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/30_UVP_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/30_UVP_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-30 15:00:00 1051897680 1052422020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/30_UVP_1051897680_1052422020.npz'] +2001-12-31 16:00:00 2002-12-31 12:00:00 1052423520 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/30_UVP_1052423520_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/30_UVP_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/30_UVP_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/30_UVP_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/30_UVP_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/30_UVP_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/30_UVP_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/30_UVP_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/30_UVP_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/30_UVP_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/30_UVP_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/30_UVP_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/30_UVP_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/30_UVP_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/30_UVP_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-28 13:00:00 1058734860 1059256140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/30_UVP_1058734860_1059256140.npz'] +2015-01-06 03:00:00 2015-12-31 12:00:00 1059268500 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/30_UVP_1059268500_1059786000.npz'] +2020-01-01 23:00:00 2020-12-31 13:00:00 1061891940 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/30_UVP_1061891940_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.16394285758336385 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_31_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_31_UVP.out new file mode 100644 index 00000000..81d96fe0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_31_UVP.out @@ -0,0 +1,18 @@ +31_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2004-10-30 12:00:00 2004-12-31 12:00:00 1053912240 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/31_UVP_1053912240_1054001520.npz'] +'StationConcatenate' object has no attribute 'existing_data' +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/31_UVP_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/31_UVP_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/31_UVP_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/31_UVP_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/31_UVP_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/31_UVP_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/31_UVP_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/31_UVP_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/31_UVP_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/31_UVP_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-07-23 23:00:00 1057682160 1057978020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/31_UVP_1057682160_1057978020.npz'] +2015-08-19 01:00:00 2015-08-19 22:00:00 1059592380 1059593640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/31_UVP_1059592380_1059593640.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.13008222182591755 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_324_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_324_UVP.out new file mode 100644 index 00000000..3a50d231 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_324_UVP.out @@ -0,0 +1,4 @@ +324_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0363158384958903 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_325_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_325_UVP.out new file mode 100644 index 00000000..36ebe044 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_325_UVP.out @@ -0,0 +1,4 @@ +325_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.06995993852615356 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_326_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_326_UVP.out new file mode 100644 index 00000000..c887a306 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_326_UVP.out @@ -0,0 +1,4 @@ +326_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0608894149462382 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_327_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_327_UVP.out new file mode 100644 index 00000000..2b945e79 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_327_UVP.out @@ -0,0 +1,4 @@ +327_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.06959991455078125 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_32_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_32_UVP.out new file mode 100644 index 00000000..08364e0a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_32_UVP.out @@ -0,0 +1,4 @@ +32_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0029204726219177247 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_330_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_330_UVP.out new file mode 100644 index 00000000..43f9c0ab --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_330_UVP.out @@ -0,0 +1,4 @@ +330_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.061541231473286946 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_331_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_331_UVP.out new file mode 100644 index 00000000..1147d710 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_331_UVP.out @@ -0,0 +1,4 @@ +331_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0748589277267456 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_332_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_332_UVP.out new file mode 100644 index 00000000..9b0ae409 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_332_UVP.out @@ -0,0 +1,4 @@ +332_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.04142810901006063 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_333_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_333_UVP.out new file mode 100644 index 00000000..6514b437 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_333_UVP.out @@ -0,0 +1,4 @@ +333_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.035648282368977866 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_335_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_335_UVP.out new file mode 100644 index 00000000..6a052a4e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_335_UVP.out @@ -0,0 +1,4 @@ +335_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.04172311623891194 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_337_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_337_UVP.out new file mode 100644 index 00000000..b9b66627 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_337_UVP.out @@ -0,0 +1,4 @@ +337_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.006546398003896077 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_338_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_338_UVP.out new file mode 100644 index 00000000..8f141318 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_338_UVP.out @@ -0,0 +1,4 @@ +338_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.07894594271977742 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_340_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_340_UVP.out new file mode 100644 index 00000000..f3ac3b50 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_340_UVP.out @@ -0,0 +1,4 @@ +340_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0528925895690918 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_342_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_342_UVP.out new file mode 100644 index 00000000..2e3e61c9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_342_UVP.out @@ -0,0 +1,4 @@ +342_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.009379621346791584 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_343_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_343_UVP.out new file mode 100644 index 00000000..4a7a672d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_343_UVP.out @@ -0,0 +1,4 @@ +343_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0009454170862833659 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_344_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_344_UVP.out new file mode 100644 index 00000000..5e358391 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_344_UVP.out @@ -0,0 +1,4 @@ +344_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0038782993952433268 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_347_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_347_UVP.out new file mode 100644 index 00000000..f6187457 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_347_UVP.out @@ -0,0 +1,4 @@ +347_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.008907600243886312 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_348_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_348_UVP.out new file mode 100644 index 00000000..5c993987 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_348_UVP.out @@ -0,0 +1,4 @@ +348_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.001139370600382487 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_352_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_352_UVP.out new file mode 100644 index 00000000..a65c5e68 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_352_UVP.out @@ -0,0 +1,4 @@ +352_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.05669583876927694 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_354_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_354_UVP.out new file mode 100644 index 00000000..5fbe419c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_354_UVP.out @@ -0,0 +1,4 @@ +354_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0024016102155049643 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_357_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_357_UVP.out new file mode 100644 index 00000000..ed6582ff --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_357_UVP.out @@ -0,0 +1,4 @@ +357_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.004479722181955973 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_358_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_358_UVP.out new file mode 100644 index 00000000..db2c83e0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_358_UVP.out @@ -0,0 +1,4 @@ +358_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.05674633582433065 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_359_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_359_UVP.out new file mode 100644 index 00000000..f173fec7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_359_UVP.out @@ -0,0 +1,4 @@ +359_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.07249147494633992 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_35_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_35_UVP.out new file mode 100644 index 00000000..75038d61 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_35_UVP.out @@ -0,0 +1,4 @@ +35_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.002131954828898112 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_360_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_360_UVP.out new file mode 100644 index 00000000..859a720d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_360_UVP.out @@ -0,0 +1,4 @@ +360_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.040172727902730306 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_361_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_361_UVP.out new file mode 100644 index 00000000..691bdee6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_361_UVP.out @@ -0,0 +1,4 @@ +361_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.06197921832402547 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_363_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_363_UVP.out new file mode 100644 index 00000000..a294dbd8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_363_UVP.out @@ -0,0 +1,4 @@ +363_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.06270173390706381 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_365_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_365_UVP.out new file mode 100644 index 00000000..78226505 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_365_UVP.out @@ -0,0 +1,4 @@ +365_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0014539599418640138 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_366_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_366_UVP.out new file mode 100644 index 00000000..4eede872 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_366_UVP.out @@ -0,0 +1,4 @@ +366_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0027596116065979003 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_368_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_368_UVP.out new file mode 100644 index 00000000..29d47209 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_368_UVP.out @@ -0,0 +1,4 @@ +368_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0014510234196980795 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_369_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_369_UVP.out new file mode 100644 index 00000000..48b3c82c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_369_UVP.out @@ -0,0 +1,4 @@ +369_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0010279377301534018 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_370_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_370_UVP.out new file mode 100644 index 00000000..202b30a8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_370_UVP.out @@ -0,0 +1,4 @@ +370_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.002480038007100423 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_372_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_372_UVP.out new file mode 100644 index 00000000..d7e48c32 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_372_UVP.out @@ -0,0 +1,4 @@ +372_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.003435711065928141 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_373_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_373_UVP.out new file mode 100644 index 00000000..3de16e3a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_373_UVP.out @@ -0,0 +1,4 @@ +373_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0023627877235412598 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_374_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_374_UVP.out new file mode 100644 index 00000000..66e28e43 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_374_UVP.out @@ -0,0 +1,4 @@ +374_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0029011885325113933 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_375_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_375_UVP.out new file mode 100644 index 00000000..fdf59cf4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_375_UVP.out @@ -0,0 +1,4 @@ +375_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.00235666831334432 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_3_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_3_UVP.out new file mode 100644 index 00000000..bd28efcf --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_3_UVP.out @@ -0,0 +1,4 @@ +3_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0467480460802714 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_40_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_40_UVP.out new file mode 100644 index 00000000..6b4f4ef3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_40_UVP.out @@ -0,0 +1,4 @@ +40_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.053643675645192464 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_41_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_41_UVP.out new file mode 100644 index 00000000..04f60eae --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_41_UVP.out @@ -0,0 +1,29 @@ +41_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1996-04-10 05:00:00 1996-12-31 12:00:00 1049411820 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/41_UVP_1049411820_1049793840.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/41_UVP_1049793840_1050319440.npz'] +1997-12-31 13:00:00 1998-12-31 12:00:00 1050319500 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/41_UVP_1050319500_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/41_UVP_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/41_UVP_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-05-23 15:00:00 1051897680 1052103780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/41_UVP_1051897680_1052103780.npz'] +2002-10-17 16:00:00 2002-12-31 12:00:00 1052841120 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/41_UVP_1052841120_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/41_UVP_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/41_UVP_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/41_UVP_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/41_UVP_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/41_UVP_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/41_UVP_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/41_UVP_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/41_UVP_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/41_UVP_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/41_UVP_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/41_UVP_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/41_UVP_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/41_UVP_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/41_UVP_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/41_UVP_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/41_UVP_1059260400_1059786000.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/41_UVP_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.1571895162264506 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_42_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_42_UVP.out new file mode 100644 index 00000000..e9afa029 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_42_UVP.out @@ -0,0 +1,4 @@ +42_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.003310243288675944 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_43_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_43_UVP.out new file mode 100644 index 00000000..ef640726 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_43_UVP.out @@ -0,0 +1,18 @@ +43_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2007-02-25 12:00:00 2007-12-31 11:00:00 1055133360 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/43_UVP_1055133360_1055578320.npz'] +'StationConcatenate' object has no attribute 'existing_data' +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/43_UVP_1055133360_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/43_UVP_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/43_UVP_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/43_UVP_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/43_UVP_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/43_UVP_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/43_UVP_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/43_UVP_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/43_UVP_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/43_UVP_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/43_UVP_1059260400_1059786000.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/43_UVP_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.1283940354983012 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_44_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_44_UVP.out new file mode 100644 index 00000000..4398403b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_44_UVP.out @@ -0,0 +1,31 @@ +44_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1994-08-12 02:00:00 1994-10-31 13:00:00 1048537560 1048653420 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/44_UVP_1048537560_1048653420.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1995-01-24 13:00:00 1995-12-31 12:00:00 1048775820 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/44_UVP_1048775820_1049266800.npz'] +1995-12-31 12:00:00 1996-12-27 11:00:00 1049266800 1049788020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/44_UVP_1049266800_1049788020.npz'] +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/44_UVP_1049793840_1050319440.npz'] +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/44_UVP_1050319440_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/44_UVP_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/44_UVP_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/44_UVP_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/44_UVP_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/44_UVP_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/44_UVP_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/44_UVP_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/44_UVP_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/44_UVP_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/44_UVP_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/44_UVP_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/44_UVP_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/44_UVP_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/44_UVP_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/44_UVP_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/44_UVP_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/44_UVP_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/44_UVP_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/44_UVP_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/44_UVP_1059260400_1059786000.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/44_UVP_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.18358025153477986 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_45_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_45_UVP.out new file mode 100644 index 00000000..9ec8f8fd --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_45_UVP.out @@ -0,0 +1,31 @@ +45_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1993-12-31 13:00:00 1994-12-31 12:00:00 1048215660 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/45_UVP_1048215660_1048741200.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/45_UVP_1048741200_1049266800.npz'] +1995-12-31 12:00:00 1996-12-31 12:00:00 1049266800 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/45_UVP_1049266800_1049793840.npz'] +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/45_UVP_1049793840_1050319440.npz'] +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/45_UVP_1050319440_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/45_UVP_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/45_UVP_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/45_UVP_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-29 21:00:00 1052423280 1052946540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/45_UVP_1052423280_1052946540.npz'] +2003-01-07 04:00:00 2003-12-31 12:00:00 1052958480 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/45_UVP_1052958480_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 11:00:00 1053474540 1054001460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/45_UVP_1053474540_1054001460.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/45_UVP_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-29 03:00:00 1054527120 1055049300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/45_UVP_1054527120_1055049300.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/45_UVP_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/45_UVP_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/45_UVP_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/45_UVP_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/45_UVP_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/45_UVP_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/45_UVP_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 11:00:00 1057156560 1057682100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/45_UVP_1057156560_1057682100.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/45_UVP_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/45_UVP_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/45_UVP_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/45_UVP_1059260400_1059786000.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/45_UVP_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.19247990051905314 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_46_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_46_UVP.out new file mode 100644 index 00000000..0122f87a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_46_UVP.out @@ -0,0 +1,29 @@ +46_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1993-12-31 14:00:00 1994-12-31 12:00:00 1048215720 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/46_UVP_1048215720_1048741200.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-11-19 12:00:00 1048741200 1049206320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/46_UVP_1048741200_1049206320.npz'] +1998-01-07 08:00:00 1998-12-31 12:00:00 1050329280 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/46_UVP_1050329280_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/46_UVP_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/46_UVP_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/46_UVP_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/46_UVP_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/46_UVP_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/46_UVP_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/46_UVP_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/46_UVP_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/46_UVP_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/46_UVP_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/46_UVP_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/46_UVP_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/46_UVP_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/46_UVP_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/46_UVP_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/46_UVP_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/46_UVP_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/46_UVP_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/46_UVP_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/46_UVP_1059260400_1059786000.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/46_UVP_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.1741929848988851 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_4_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_4_UVP.out new file mode 100644 index 00000000..b034bef2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_4_UVP.out @@ -0,0 +1,4 @@ +4_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01253825028737386 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_51_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_51_UVP.out new file mode 100644 index 00000000..679a1211 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_51_UVP.out @@ -0,0 +1,31 @@ +51_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1993-12-31 13:00:00 1994-12-31 12:00:00 1048215660 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/51_UVP_1048215660_1048741200.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/51_UVP_1048741200_1049266800.npz'] +1995-12-31 12:00:00 1996-12-31 12:00:00 1049266800 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/51_UVP_1049266800_1049793840.npz'] +1996-12-31 13:00:00 1997-12-30 15:00:00 1049793900 1050318180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/51_UVP_1049793900_1050318180.npz'] +1998-01-16 16:00:00 1998-12-31 12:00:00 1050342720 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/51_UVP_1050342720_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/51_UVP_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/51_UVP_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/51_UVP_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/51_UVP_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/51_UVP_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/51_UVP_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/51_UVP_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/51_UVP_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/51_UVP_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/51_UVP_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/51_UVP_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/51_UVP_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/51_UVP_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/51_UVP_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/51_UVP_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/51_UVP_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/51_UVP_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/51_UVP_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/51_UVP_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/51_UVP_1059260400_1059786000.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/51_UVP_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.17944873968760172 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_530_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_530_UVP.out new file mode 100644 index 00000000..55e174d8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_530_UVP.out @@ -0,0 +1,4 @@ +530_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0019191821416219075 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_534_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_534_UVP.out new file mode 100644 index 00000000..2a570011 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_534_UVP.out @@ -0,0 +1,4 @@ +534_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0025083502133687336 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_53_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_53_UVP.out new file mode 100644 index 00000000..257bcdb7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_53_UVP.out @@ -0,0 +1,4 @@ +53_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0015099008878072103 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_540_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_540_UVP.out new file mode 100644 index 00000000..20d6953a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_540_UVP.out @@ -0,0 +1,4 @@ +540_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0009189685185750326 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_54_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_54_UVP.out new file mode 100644 index 00000000..966463a0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_54_UVP.out @@ -0,0 +1,30 @@ +54_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1994-02-28 13:00:00 1994-12-31 12:00:00 1048300620 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/54_UVP_1048300620_1048741200.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/54_UVP_1048741200_1049266800.npz'] +1995-12-31 12:00:00 1996-12-31 12:00:00 1049266800 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/54_UVP_1049266800_1049793840.npz'] +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/54_UVP_1049793840_1050319440.npz'] +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/54_UVP_1050319440_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/54_UVP_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-29 15:00:00 1051370640 1051894980 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/54_UVP_1051370640_1051894980.npz'] +2001-01-02 16:00:00 2001-12-31 12:00:00 1051900800 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/54_UVP_1051900800_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/54_UVP_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/54_UVP_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/54_UVP_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/54_UVP_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/54_UVP_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/54_UVP_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/54_UVP_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/54_UVP_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/54_UVP_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/54_UVP_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/54_UVP_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/54_UVP_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/54_UVP_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/54_UVP_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/54_UVP_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/54_UVP_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/54_UVP_1059260400_1059786000.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.16980038086573282 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_56_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_56_UVP.out new file mode 100644 index 00000000..4afc20a4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_56_UVP.out @@ -0,0 +1,4 @@ +56_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0015935301780700684 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_57_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_57_UVP.out new file mode 100644 index 00000000..69605779 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_57_UVP.out @@ -0,0 +1,4 @@ +57_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.05681155522664388 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_59_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_59_UVP.out new file mode 100644 index 00000000..6cc2add1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_59_UVP.out @@ -0,0 +1,4 @@ +59_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.03279819488525391 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_5_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_5_UVP.out new file mode 100644 index 00000000..0b41d6eb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_5_UVP.out @@ -0,0 +1,4 @@ +5_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.010826619466145833 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_60_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_60_UVP.out new file mode 100644 index 00000000..978965b2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_60_UVP.out @@ -0,0 +1,4 @@ +60_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.003828767935434977 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_61_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_61_UVP.out new file mode 100644 index 00000000..eaa759de --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_61_UVP.out @@ -0,0 +1,4 @@ +61_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.024370078245798746 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_62_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_62_UVP.out new file mode 100644 index 00000000..1f1fcb12 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_62_UVP.out @@ -0,0 +1,31 @@ +62_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1993-12-31 13:00:00 1994-12-15 16:00:00 1048215660 1048718400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/62_UVP_1048215660_1048718400.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 17:00:00 1995-12-31 12:00:00 1048741500 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/62_UVP_1048741500_1049266800.npz'] +1995-12-31 12:00:00 1996-12-31 12:00:00 1049266800 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/62_UVP_1049266800_1049793840.npz'] +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/62_UVP_1049793840_1050319440.npz'] +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/62_UVP_1050319440_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/62_UVP_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/62_UVP_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/62_UVP_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/62_UVP_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/62_UVP_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/62_UVP_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/62_UVP_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/62_UVP_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/62_UVP_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/62_UVP_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/62_UVP_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/62_UVP_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/62_UVP_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/62_UVP_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/62_UVP_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/62_UVP_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/62_UVP_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/62_UVP_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/62_UVP_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/62_UVP_1059260400_1059786000.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/62_UVP_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.17861109574635822 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_63_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_63_UVP.out new file mode 100644 index 00000000..e9d005a0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_63_UVP.out @@ -0,0 +1,4 @@ +63_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.024402248859405517 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_64_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_64_UVP.out new file mode 100644 index 00000000..e25ed966 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_64_UVP.out @@ -0,0 +1,4 @@ +64_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.010761415958404541 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_68_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_68_UVP.out new file mode 100644 index 00000000..66f9cef3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_68_UVP.out @@ -0,0 +1,4 @@ +68_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.003568923473358154 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_6_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_6_UVP.out new file mode 100644 index 00000000..b5313582 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_6_UVP.out @@ -0,0 +1,4 @@ +6_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.002424625555674235 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_73_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_73_UVP.out new file mode 100644 index 00000000..f6e93520 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_73_UVP.out @@ -0,0 +1,4 @@ +73_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0015796105066935222 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_76_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_76_UVP.out new file mode 100644 index 00000000..a9240a8e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_76_UVP.out @@ -0,0 +1,4 @@ +76_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.003655513127644857 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_77_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_77_UVP.out new file mode 100644 index 00000000..c78a113e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_77_UVP.out @@ -0,0 +1,4 @@ +77_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.005097357432047526 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_83_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_83_UVP.out new file mode 100644 index 00000000..16b0e0ef --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_83_UVP.out @@ -0,0 +1,4 @@ +83_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.000978227456410726 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_86_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_86_UVP.out new file mode 100644 index 00000000..4296c3da --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_86_UVP.out @@ -0,0 +1,4 @@ +86_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.016007145245869953 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_87_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_87_UVP.out new file mode 100644 index 00000000..b104cb32 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_87_UVP.out @@ -0,0 +1,4 @@ +87_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.016055965423583986 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_8_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_8_UVP.out new file mode 100644 index 00000000..e4463df3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_8_UVP.out @@ -0,0 +1,4 @@ +8_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01890725294748942 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_96_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_96_UVP.out new file mode 100644 index 00000000..070231ff --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_96_UVP.out @@ -0,0 +1,4 @@ +96_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01307380199432373 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/0_9_UVP.out b/run/stage_logs/NAPMD_O3/S2/0_9_UVP.out new file mode 100644 index 00000000..b309f2fe --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/0_9_UVP.out @@ -0,0 +1,20 @@ +9_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2005-12-21 04:00:00 2005-12-21 23:00:00 1054512240 1054513380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/9_UVP_1054512240_1054513380.npz'] +'StationConcatenate' object has no attribute 'existing_data' +2006-01-06 01:00:00 2006-12-31 12:00:00 1054535100 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/9_UVP_1054535100_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/9_UVP_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/9_UVP_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/9_UVP_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/9_UVP_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/9_UVP_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/9_UVP_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/9_UVP_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/9_UVP_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/9_UVP_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/9_UVP_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/9_UVP_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/9_UVP_1059260400_1059786000.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconco3/temporary_S1/9_UVP_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.14167142311731976 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/1_336_UVP.out b/run/stage_logs/NAPMD_O3/S2/1_336_UVP.out new file mode 100644 index 00000000..225f4841 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/1_336_UVP.out @@ -0,0 +1,5 @@ +336_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +NO VALID DATA TO WRITE OUT AFTER REMOVING UNIQUE STATION DATA WITH EXTENT < 31 DAYS. +STATION WILL NOT CONTINUE IN PIPELINE. \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/1_547_UVP.out b/run/stage_logs/NAPMD_O3/S2/1_547_UVP.out new file mode 100644 index 00000000..c6b999e8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/1_547_UVP.out @@ -0,0 +1,3 @@ +547_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +ALL OF LONGITUDE VALUES ARE NaN. STATION REMOVED FROM FURTHER PROCESSING IN PIPELINE \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/1_89_UVP.out b/run/stage_logs/NAPMD_O3/S2/1_89_UVP.out new file mode 100644 index 00000000..0a84a824 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/1_89_UVP.out @@ -0,0 +1,3 @@ +89_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +ALL OF LONGITUDE VALUES ARE NaN. STATION REMOVED FROM FURTHER PROCESSING IN PIPELINE \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S2/1_98_UVP.out b/run/stage_logs/NAPMD_O3/S2/1_98_UVP.out new file mode 100644 index 00000000..8888aee8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S2/1_98_UVP.out @@ -0,0 +1,3 @@ +98_UVP -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +ALL OF LONGITUDE VALUES ARE NaN. STATION REMOVED FROM FURTHER PROCESSING IN PIPELINE \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_100_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_100_UVP.out new file mode 100644 index 00000000..084a1366 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_100_UVP.out @@ -0,0 +1,23 @@ +100_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0428269227345786 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_101_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_101_UVP.out new file mode 100644 index 00000000..4ba59eca --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_101_UVP.out @@ -0,0 +1,23 @@ +101_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0208988746007284 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_102_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_102_UVP.out new file mode 100644 index 00000000..a8193b54 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_102_UVP.out @@ -0,0 +1,23 @@ +102_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9835746884346008 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_104_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_104_UVP.out new file mode 100644 index 00000000..4a909753 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_104_UVP.out @@ -0,0 +1,23 @@ +104_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0524592280387879 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_105_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_105_UVP.out new file mode 100644 index 00000000..277fb562 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_105_UVP.out @@ -0,0 +1,23 @@ +105_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9413055181503296 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_107_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_107_UVP.out new file mode 100644 index 00000000..a6d04856 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_107_UVP.out @@ -0,0 +1,23 @@ +107_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9320857286453247 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_10_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_10_UVP.out new file mode 100644 index 00000000..a1336883 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_10_UVP.out @@ -0,0 +1,23 @@ +10_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.640640405813853 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_110_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_110_UVP.out new file mode 100644 index 00000000..9ef79be3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_110_UVP.out @@ -0,0 +1,23 @@ +110_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0069392363230387 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_11_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_11_UVP.out new file mode 100644 index 00000000..8786a70c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_11_UVP.out @@ -0,0 +1,23 @@ +11_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.834249750773112 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_12_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_12_UVP.out new file mode 100644 index 00000000..15342967 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_12_UVP.out @@ -0,0 +1,23 @@ +12_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5860150218009949 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_13_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_13_UVP.out new file mode 100644 index 00000000..26c693c7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_13_UVP.out @@ -0,0 +1,23 @@ +13_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.13440455198288 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_14_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_14_UVP.out new file mode 100644 index 00000000..49122d42 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_14_UVP.out @@ -0,0 +1,23 @@ +14_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.3135467131932577 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_15_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_15_UVP.out new file mode 100644 index 00000000..440a2598 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_15_UVP.out @@ -0,0 +1,23 @@ +15_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.1606566111246743 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_18_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_18_UVP.out new file mode 100644 index 00000000..b6958c52 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_18_UVP.out @@ -0,0 +1,23 @@ +18_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8502626299858094 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_19_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_19_UVP.out new file mode 100644 index 00000000..fadf8a89 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_19_UVP.out @@ -0,0 +1,23 @@ +19_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1012243747711181 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_1_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_1_UVP.out new file mode 100644 index 00000000..43b456bb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_1_UVP.out @@ -0,0 +1,23 @@ +1_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.6375264604886373 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_20_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_20_UVP.out new file mode 100644 index 00000000..8b8013cd --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_20_UVP.out @@ -0,0 +1,23 @@ +20_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8907975594202677 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_22_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_22_UVP.out new file mode 100644 index 00000000..82aa11d5 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_22_UVP.out @@ -0,0 +1,23 @@ +22_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.4915566444396973 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_23_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_23_UVP.out new file mode 100644 index 00000000..7e76c90d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_23_UVP.out @@ -0,0 +1,23 @@ +23_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.157049564520518 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_24_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_24_UVP.out new file mode 100644 index 00000000..f104e249 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_24_UVP.out @@ -0,0 +1,23 @@ +24_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6935709436734517 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_26_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_26_UVP.out new file mode 100644 index 00000000..0b003745 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_26_UVP.out @@ -0,0 +1,23 @@ +26_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.3989116589228314 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_270_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_270_UVP.out new file mode 100644 index 00000000..675445b7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_270_UVP.out @@ -0,0 +1,23 @@ +270_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.3545469204584757 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_271_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_271_UVP.out new file mode 100644 index 00000000..0de39239 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_271_UVP.out @@ -0,0 +1,23 @@ +271_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.5633997678756715 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_272_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_272_UVP.out new file mode 100644 index 00000000..7807b99a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_272_UVP.out @@ -0,0 +1,23 @@ +272_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.521988534927368 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_274_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_274_UVP.out new file mode 100644 index 00000000..08bd1119 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_274_UVP.out @@ -0,0 +1,23 @@ +274_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.6553401668866476 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_275_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_275_UVP.out new file mode 100644 index 00000000..dc34774a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_275_UVP.out @@ -0,0 +1,23 @@ +275_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.5835113803545633 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_278_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_278_UVP.out new file mode 100644 index 00000000..b30d5685 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_278_UVP.out @@ -0,0 +1,23 @@ +278_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7189693609873454 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_27_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_27_UVP.out new file mode 100644 index 00000000..d0453157 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_27_UVP.out @@ -0,0 +1,23 @@ +27_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8298539400100708 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_28_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_28_UVP.out new file mode 100644 index 00000000..68db445b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_28_UVP.out @@ -0,0 +1,23 @@ +28_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.489129614830017 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_29_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_29_UVP.out new file mode 100644 index 00000000..03811ee9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_29_UVP.out @@ -0,0 +1,23 @@ +29_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.9898844122886659 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_2_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_2_UVP.out new file mode 100644 index 00000000..279c397a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_2_UVP.out @@ -0,0 +1,23 @@ +2_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.744493818283081 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_30_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_30_UVP.out new file mode 100644 index 00000000..77cef7ed --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_30_UVP.out @@ -0,0 +1,23 @@ +30_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.1778652628262836 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_31_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_31_UVP.out new file mode 100644 index 00000000..c732a7e2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_31_UVP.out @@ -0,0 +1,23 @@ +31_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.162635044256846 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_324_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_324_UVP.out new file mode 100644 index 00000000..cdf2b87e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_324_UVP.out @@ -0,0 +1,23 @@ +324_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.7317778507868449 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_325_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_325_UVP.out new file mode 100644 index 00000000..aa475084 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_325_UVP.out @@ -0,0 +1,23 @@ +325_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.6948277950286865 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_326_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_326_UVP.out new file mode 100644 index 00000000..476e9da2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_326_UVP.out @@ -0,0 +1,23 @@ +326_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.2504608035087585 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_327_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_327_UVP.out new file mode 100644 index 00000000..cf84b0fb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_327_UVP.out @@ -0,0 +1,23 @@ +327_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.2913416425387063 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_32_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_32_UVP.out new file mode 100644 index 00000000..a784bc3a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_32_UVP.out @@ -0,0 +1,23 @@ +32_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6429415782292683 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_330_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_330_UVP.out new file mode 100644 index 00000000..46429a3e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_330_UVP.out @@ -0,0 +1,23 @@ +330_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.2296482801437376 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_331_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_331_UVP.out new file mode 100644 index 00000000..dac38e59 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_331_UVP.out @@ -0,0 +1,23 @@ +331_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.7515174706776935 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_332_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_332_UVP.out new file mode 100644 index 00000000..d447effb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_332_UVP.out @@ -0,0 +1,23 @@ +332_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.5732437054316202 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_333_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_333_UVP.out new file mode 100644 index 00000000..37432c1a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_333_UVP.out @@ -0,0 +1,23 @@ +333_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.5325912276903788 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_335_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_335_UVP.out new file mode 100644 index 00000000..2fb42413 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_335_UVP.out @@ -0,0 +1,23 @@ +335_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.5332464734713236 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_337_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_337_UVP.out new file mode 100644 index 00000000..ceef751f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_337_UVP.out @@ -0,0 +1,23 @@ +337_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6556510766347249 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_338_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_338_UVP.out new file mode 100644 index 00000000..18bfa560 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_338_UVP.out @@ -0,0 +1,23 @@ +338_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.573909378051758 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_340_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_340_UVP.out new file mode 100644 index 00000000..d56dc592 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_340_UVP.out @@ -0,0 +1,23 @@ +340_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.073275935649872 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_342_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_342_UVP.out new file mode 100644 index 00000000..36db8435 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_342_UVP.out @@ -0,0 +1,23 @@ +342_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9376470247904459 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_343_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_343_UVP.out new file mode 100644 index 00000000..f2c3d8f5 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_343_UVP.out @@ -0,0 +1,23 @@ +343_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5193816622098287 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_344_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_344_UVP.out new file mode 100644 index 00000000..fc1b35fc --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_344_UVP.out @@ -0,0 +1,23 @@ +344_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7177894353866577 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_347_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_347_UVP.out new file mode 100644 index 00000000..b49c667c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_347_UVP.out @@ -0,0 +1,23 @@ +347_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.3203669548034669 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_348_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_348_UVP.out new file mode 100644 index 00000000..58d035d3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_348_UVP.out @@ -0,0 +1,23 @@ +348_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6540331999460857 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_352_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_352_UVP.out new file mode 100644 index 00000000..bedfee02 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_352_UVP.out @@ -0,0 +1,23 @@ +352_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.9791859904925029 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_354_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_354_UVP.out new file mode 100644 index 00000000..b6aded06 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_354_UVP.out @@ -0,0 +1,23 @@ +354_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6177626927693685 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_357_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_357_UVP.out new file mode 100644 index 00000000..3eff6f6d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_357_UVP.out @@ -0,0 +1,23 @@ +357_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7652223189671834 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_358_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_358_UVP.out new file mode 100644 index 00000000..76ec91a6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_358_UVP.out @@ -0,0 +1,23 @@ +358_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.9290053804715475 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_359_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_359_UVP.out new file mode 100644 index 00000000..0bb733d8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_359_UVP.out @@ -0,0 +1,23 @@ +359_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.9293442686398825 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_35_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_35_UVP.out new file mode 100644 index 00000000..04d2ea54 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_35_UVP.out @@ -0,0 +1,23 @@ +35_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6443926175435384 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_360_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_360_UVP.out new file mode 100644 index 00000000..490aa048 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_360_UVP.out @@ -0,0 +1,23 @@ +360_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.7552707592646282 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_361_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_361_UVP.out new file mode 100644 index 00000000..3d75f2b8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_361_UVP.out @@ -0,0 +1,23 @@ +361_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.1663312792778013 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_363_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_363_UVP.out new file mode 100644 index 00000000..825c924d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_363_UVP.out @@ -0,0 +1,23 @@ +363_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.9586551308631897 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_365_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_365_UVP.out new file mode 100644 index 00000000..53a92408 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_365_UVP.out @@ -0,0 +1,23 @@ +365_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5533831040064494 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_366_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_366_UVP.out new file mode 100644 index 00000000..270bb47d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_366_UVP.out @@ -0,0 +1,23 @@ +366_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.682322883605957 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_368_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_368_UVP.out new file mode 100644 index 00000000..8aef71d5 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_368_UVP.out @@ -0,0 +1,23 @@ +368_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6160938302675883 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_369_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_369_UVP.out new file mode 100644 index 00000000..2d94d0d0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_369_UVP.out @@ -0,0 +1,23 @@ +369_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5604361216227214 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_370_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_370_UVP.out new file mode 100644 index 00000000..7bf4cfaa --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_370_UVP.out @@ -0,0 +1,23 @@ +370_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6807573318481446 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_372_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_372_UVP.out new file mode 100644 index 00000000..7deb3f45 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_372_UVP.out @@ -0,0 +1,23 @@ +372_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6090097506841023 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_373_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_373_UVP.out new file mode 100644 index 00000000..44a109c1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_373_UVP.out @@ -0,0 +1,23 @@ +373_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5373220125834147 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_374_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_374_UVP.out new file mode 100644 index 00000000..aefbdde4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_374_UVP.out @@ -0,0 +1,23 @@ +374_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7082821170488993 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_375_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_375_UVP.out new file mode 100644 index 00000000..9a9eac7b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_375_UVP.out @@ -0,0 +1,23 @@ +375_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6817273616790771 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_3_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_3_UVP.out new file mode 100644 index 00000000..0dcc407a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_3_UVP.out @@ -0,0 +1,23 @@ +3_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.9669176896413167 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_40_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_40_UVP.out new file mode 100644 index 00000000..c0efd8df --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_40_UVP.out @@ -0,0 +1,23 @@ +40_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.2510021607081097 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_41_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_41_UVP.out new file mode 100644 index 00000000..999b77db --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_41_UVP.out @@ -0,0 +1,23 @@ +41_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.761047621568044 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_42_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_42_UVP.out new file mode 100644 index 00000000..a957a94e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_42_UVP.out @@ -0,0 +1,23 @@ +42_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6374070366223653 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_43_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_43_UVP.out new file mode 100644 index 00000000..0f8cae3a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_43_UVP.out @@ -0,0 +1,23 @@ +43_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1643967549006145 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_44_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_44_UVP.out new file mode 100644 index 00000000..c6245cf5 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_44_UVP.out @@ -0,0 +1,23 @@ +44_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.142720325787862 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_45_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_45_UVP.out new file mode 100644 index 00000000..9816f53a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_45_UVP.out @@ -0,0 +1,23 @@ +45_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.1992890437444053 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_46_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_46_UVP.out new file mode 100644 index 00000000..3671d1d3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_46_UVP.out @@ -0,0 +1,23 @@ +46_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.025779056549072 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_4_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_4_UVP.out new file mode 100644 index 00000000..450f0598 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_4_UVP.out @@ -0,0 +1,23 @@ +4_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9028663953145345 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_51_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_51_UVP.out new file mode 100644 index 00000000..ef150bdb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_51_UVP.out @@ -0,0 +1,23 @@ +51_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.194667911529541 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_530_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_530_UVP.out new file mode 100644 index 00000000..85c0a42a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_530_UVP.out @@ -0,0 +1,23 @@ +530_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6021597425142924 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_534_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_534_UVP.out new file mode 100644 index 00000000..788cedbc --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_534_UVP.out @@ -0,0 +1,23 @@ +534_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.49227514266967776 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_53_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_53_UVP.out new file mode 100644 index 00000000..5a442070 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_53_UVP.out @@ -0,0 +1,23 @@ +53_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.633039673169454 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_540_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_540_UVP.out new file mode 100644 index 00000000..9f849511 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_540_UVP.out @@ -0,0 +1,23 @@ +540_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.45774110953013103 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_54_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_54_UVP.out new file mode 100644 index 00000000..1ca3e654 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_54_UVP.out @@ -0,0 +1,23 @@ +54_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.1185346523920696 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_56_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_56_UVP.out new file mode 100644 index 00000000..e3a37de1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_56_UVP.out @@ -0,0 +1,23 @@ +56_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.585394545396169 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_57_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_57_UVP.out new file mode 100644 index 00000000..57365c4f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_57_UVP.out @@ -0,0 +1,23 @@ +57_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.1721501191457113 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_59_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_59_UVP.out new file mode 100644 index 00000000..c363d347 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_59_UVP.out @@ -0,0 +1,23 @@ +59_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.3842451930046082 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_5_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_5_UVP.out new file mode 100644 index 00000000..637b8f86 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_5_UVP.out @@ -0,0 +1,23 @@ +5_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9215854287147522 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_60_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_60_UVP.out new file mode 100644 index 00000000..0fe8e021 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_60_UVP.out @@ -0,0 +1,23 @@ +60_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6720462679862976 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_61_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_61_UVP.out new file mode 100644 index 00000000..e3496644 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_61_UVP.out @@ -0,0 +1,23 @@ +61_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.5300484855969747 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_62_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_62_UVP.out new file mode 100644 index 00000000..727a5f0c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_62_UVP.out @@ -0,0 +1,23 @@ +62_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.175605277220408 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_63_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_63_UVP.out new file mode 100644 index 00000000..5ee04017 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_63_UVP.out @@ -0,0 +1,23 @@ +63_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.2951691706975301 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_64_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_64_UVP.out new file mode 100644 index 00000000..eab3d861 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_64_UVP.out @@ -0,0 +1,23 @@ +64_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8530283530553182 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_68_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_68_UVP.out new file mode 100644 index 00000000..c963d0fb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_68_UVP.out @@ -0,0 +1,23 @@ +68_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5606076757113139 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_6_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_6_UVP.out new file mode 100644 index 00000000..a11cdf06 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_6_UVP.out @@ -0,0 +1,23 @@ +6_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6721011956532796 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_73_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_73_UVP.out new file mode 100644 index 00000000..1c4d4963 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_73_UVP.out @@ -0,0 +1,23 @@ +73_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6143574515978495 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_76_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_76_UVP.out new file mode 100644 index 00000000..ab7b38d6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_76_UVP.out @@ -0,0 +1,23 @@ +76_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6759380499521891 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_77_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_77_UVP.out new file mode 100644 index 00000000..1383e76e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_77_UVP.out @@ -0,0 +1,23 @@ +77_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8023003896077474 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_83_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_83_UVP.out new file mode 100644 index 00000000..6a731279 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_83_UVP.out @@ -0,0 +1,23 @@ +83_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5193931420644124 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_86_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_86_UVP.out new file mode 100644 index 00000000..d1c99f6d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_86_UVP.out @@ -0,0 +1,23 @@ +86_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8408282200495402 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_87_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_87_UVP.out new file mode 100644 index 00000000..52e444e1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_87_UVP.out @@ -0,0 +1,23 @@ +87_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0695140997568766 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_8_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_8_UVP.out new file mode 100644 index 00000000..86c3430f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_8_UVP.out @@ -0,0 +1,23 @@ +8_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.007334585984548 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_96_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_96_UVP.out new file mode 100644 index 00000000..2eb8a497 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_96_UVP.out @@ -0,0 +1,23 @@ +96_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9963442166646321 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/S3/0_9_UVP.out b/run/stage_logs/NAPMD_O3/S3/0_9_UVP.out new file mode 100644 index 00000000..0fb5bce4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/S3/0_9_UVP.out @@ -0,0 +1,23 @@ +9_UVP -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.348929190635681 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_100_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_100_UVP_D_GLOBAL.out new file mode 100644 index 00000000..3875c3eb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_100_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +100_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.29217774073282876 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_100_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_100_UVP_H_GLOBAL.out new file mode 100644 index 00000000..34cf321e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_100_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +100_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8446328798929851 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_100_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_100_UVP_M_GLOBAL.out new file mode 100644 index 00000000..d149d6bd --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_100_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +100_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4345206141471863 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_101_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_101_UVP_D_GLOBAL.out new file mode 100644 index 00000000..8dd6cb76 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_101_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +101_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5542322595914205 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_101_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_101_UVP_H_GLOBAL.out new file mode 100644 index 00000000..38411660 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_101_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +101_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.052363141377767 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_101_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_101_UVP_M_GLOBAL.out new file mode 100644 index 00000000..17f7b161 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_101_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +101_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6438765446345012 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_102_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_102_UVP_D_GLOBAL.out new file mode 100644 index 00000000..d6790a95 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_102_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +102_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4712921579678853 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_102_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_102_UVP_H_GLOBAL.out new file mode 100644 index 00000000..965a422d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_102_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +102_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8920668363571167 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_102_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_102_UVP_M_GLOBAL.out new file mode 100644 index 00000000..b591d459 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_102_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +102_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.43149346510569253 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_104_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_104_UVP_D_GLOBAL.out new file mode 100644 index 00000000..58859b6d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_104_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +104_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5033419728279114 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_104_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_104_UVP_H_GLOBAL.out new file mode 100644 index 00000000..295e38e4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_104_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +104_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6586652477582295 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_104_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_104_UVP_M_GLOBAL.out new file mode 100644 index 00000000..36fdb2c3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_104_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +104_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.36018309990564984 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_105_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_105_UVP_D_GLOBAL.out new file mode 100644 index 00000000..73250f21 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_105_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +105_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.19254862070083617 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_105_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_105_UVP_H_GLOBAL.out new file mode 100644 index 00000000..5b1fa149 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_105_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +105_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5908993681271871 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_105_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_105_UVP_M_GLOBAL.out new file mode 100644 index 00000000..f150663d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_105_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +105_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6271092454592387 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_107_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_107_UVP_D_GLOBAL.out new file mode 100644 index 00000000..c2b29efb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_107_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +107_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.18582568566004434 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_107_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_107_UVP_H_GLOBAL.out new file mode 100644 index 00000000..1d0218c4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_107_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +107_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7809798757235209 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_107_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_107_UVP_M_GLOBAL.out new file mode 100644 index 00000000..369bfaaf --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_107_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +107_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.35044538974761963 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_10_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_10_UVP_D_GLOBAL.out new file mode 100644 index 00000000..9d480c73 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_10_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +10_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.013126989205678305 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_10_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_10_UVP_H_GLOBAL.out new file mode 100644 index 00000000..66fb7d94 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_10_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +10_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.14938764969507853 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_10_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_10_UVP_M_GLOBAL.out new file mode 100644 index 00000000..3ec92866 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_10_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +10_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.005848121643066406 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_110_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_110_UVP_D_GLOBAL.out new file mode 100644 index 00000000..47483415 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_110_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +110_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.25278675158818564 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_110_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_110_UVP_H_GLOBAL.out new file mode 100644 index 00000000..c70ca257 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_110_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +110_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0337406953175863 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_110_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_110_UVP_M_GLOBAL.out new file mode 100644 index 00000000..4400b096 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_110_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +110_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.28293861548105875 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_11_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_11_UVP_D_GLOBAL.out new file mode 100644 index 00000000..ced8f1d7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_11_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +11_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.787274177869161 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_11_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_11_UVP_H_GLOBAL.out new file mode 100644 index 00000000..28f082d8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_11_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +11_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8419456084569295 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_11_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_11_UVP_M_GLOBAL.out new file mode 100644 index 00000000..9e20fe60 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_11_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +11_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4308517972628276 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_12_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_12_UVP_D_GLOBAL.out new file mode 100644 index 00000000..37d9365e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_12_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +12_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.011304847399393718 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_12_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_12_UVP_H_GLOBAL.out new file mode 100644 index 00000000..11670617 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_12_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +12_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.1537877321243286 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_12_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_12_UVP_M_GLOBAL.out new file mode 100644 index 00000000..e4c39463 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_12_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +12_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.007786762714385986 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_13_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_13_UVP_D_GLOBAL.out new file mode 100644 index 00000000..981a1705 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_13_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +13_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8629774570465087 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_13_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_13_UVP_H_GLOBAL.out new file mode 100644 index 00000000..15342f89 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_13_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +13_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.2937015652656556 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_13_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_13_UVP_M_GLOBAL.out new file mode 100644 index 00000000..32825215 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_13_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +13_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.567161230246226 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_14_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_14_UVP_D_GLOBAL.out new file mode 100644 index 00000000..851bba7b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_14_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +14_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5028393626213074 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_14_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_14_UVP_H_GLOBAL.out new file mode 100644 index 00000000..934b958a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_14_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +14_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9488352100054424 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_14_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_14_UVP_M_GLOBAL.out new file mode 100644 index 00000000..bf120d36 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_14_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +14_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.41957192023595175 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_15_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_15_UVP_D_GLOBAL.out new file mode 100644 index 00000000..30af1f24 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_15_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +15_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8767055789629619 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_15_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_15_UVP_H_GLOBAL.out new file mode 100644 index 00000000..608dac8b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_15_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +15_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0116811871528624 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_15_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_15_UVP_M_GLOBAL.out new file mode 100644 index 00000000..0175f89c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_15_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +15_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.49971923828125 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_18_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_18_UVP_D_GLOBAL.out new file mode 100644 index 00000000..a2a44a52 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_18_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +18_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.676591408252716 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_18_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_18_UVP_H_GLOBAL.out new file mode 100644 index 00000000..601965c1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_18_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +18_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6557280500729878 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_18_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_18_UVP_M_GLOBAL.out new file mode 100644 index 00000000..a2650936 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_18_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +18_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.31679892937342324 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_19_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_19_UVP_D_GLOBAL.out new file mode 100644 index 00000000..66bed7b9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_19_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +19_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6000740170478821 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_19_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_19_UVP_H_GLOBAL.out new file mode 100644 index 00000000..b38ebfa9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_19_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +19_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7558101495107015 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_19_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_19_UVP_M_GLOBAL.out new file mode 100644 index 00000000..543b3779 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_19_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +19_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5119258642196656 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_1_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_1_UVP_D_GLOBAL.out new file mode 100644 index 00000000..eabe7766 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_1_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +1_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0392335534095765 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_1_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_1_UVP_H_GLOBAL.out new file mode 100644 index 00000000..afc3f0d9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_1_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +1_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.596983500321706 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_1_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_1_UVP_M_GLOBAL.out new file mode 100644 index 00000000..6f7572cd --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_1_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +1_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7472885290781657 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_20_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_20_UVP_D_GLOBAL.out new file mode 100644 index 00000000..3518ad73 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_20_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +20_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.16958992878595988 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_20_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_20_UVP_H_GLOBAL.out new file mode 100644 index 00000000..667b1190 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_20_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +20_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5898699879646301 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_20_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_20_UVP_M_GLOBAL.out new file mode 100644 index 00000000..6d4c1f48 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_20_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +20_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3350434939066569 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_22_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_22_UVP_D_GLOBAL.out new file mode 100644 index 00000000..520cbb6f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_22_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +22_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6849825779596964 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_22_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_22_UVP_H_GLOBAL.out new file mode 100644 index 00000000..4a460f0c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_22_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +22_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8759194334348044 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_22_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_22_UVP_M_GLOBAL.out new file mode 100644 index 00000000..f864958a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_22_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +22_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.132809539635976 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_23_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_23_UVP_D_GLOBAL.out new file mode 100644 index 00000000..99c20200 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_23_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +23_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3099843700726828 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_23_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_23_UVP_H_GLOBAL.out new file mode 100644 index 00000000..73840b26 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_23_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +23_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.157957736651103 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_23_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_23_UVP_M_GLOBAL.out new file mode 100644 index 00000000..a9e45dc9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_23_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +23_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.829416072368622 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_24_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_24_UVP_D_GLOBAL.out new file mode 100644 index 00000000..8f3b3d7a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_24_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +24_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.07718671162923177 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_24_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_24_UVP_H_GLOBAL.out new file mode 100644 index 00000000..2c9466d9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_24_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +24_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2584206740061442 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_24_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_24_UVP_M_GLOBAL.out new file mode 100644 index 00000000..18b2fd99 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_24_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +24_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.046258207162221274 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_26_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_26_UVP_D_GLOBAL.out new file mode 100644 index 00000000..b68f761d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_26_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +26_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3301724950472513 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_26_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_26_UVP_H_GLOBAL.out new file mode 100644 index 00000000..3c4fea6b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_26_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +26_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.2507980982462565 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_26_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_26_UVP_M_GLOBAL.out new file mode 100644 index 00000000..bf359994 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_26_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +26_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4032059868176778 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_270_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_270_UVP_D_GLOBAL.out new file mode 100644 index 00000000..64cb0bb6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_270_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +270_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8146128137906392 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_270_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_270_UVP_H_GLOBAL.out new file mode 100644 index 00000000..c12ca72b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_270_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +270_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3643356959025066 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_270_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_270_UVP_M_GLOBAL.out new file mode 100644 index 00000000..6c7d1818 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_270_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +270_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5072771946589152 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_271_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_271_UVP_D_GLOBAL.out new file mode 100644 index 00000000..29bca9f9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_271_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +271_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9531866987546285 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_271_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_271_UVP_H_GLOBAL.out new file mode 100644 index 00000000..b57fcb56 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_271_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +271_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7219473838806152 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_271_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_271_UVP_M_GLOBAL.out new file mode 100644 index 00000000..5af344e5 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_271_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +271_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1580380241076151 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_272_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_272_UVP_D_GLOBAL.out new file mode 100644 index 00000000..5ea41caa --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_272_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +272_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9595699707667033 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_272_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_272_UVP_H_GLOBAL.out new file mode 100644 index 00000000..62216aa2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_272_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +272_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8034539143244426 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_272_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_272_UVP_M_GLOBAL.out new file mode 100644 index 00000000..f355ebdd --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_272_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +272_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9337037920951843 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_274_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_274_UVP_D_GLOBAL.out new file mode 100644 index 00000000..d3e3c685 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_274_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +274_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0063013275464376 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_274_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_274_UVP_H_GLOBAL.out new file mode 100644 index 00000000..c3680955 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_274_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +274_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8807986497879028 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_274_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_274_UVP_M_GLOBAL.out new file mode 100644 index 00000000..b9885a3c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_274_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +274_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0717731316884358 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_275_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_275_UVP_D_GLOBAL.out new file mode 100644 index 00000000..6649ff86 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_275_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +275_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4727331479390462 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_275_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_275_UVP_H_GLOBAL.out new file mode 100644 index 00000000..b148ab4e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_275_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +275_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0502415855725604 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_275_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_275_UVP_M_GLOBAL.out new file mode 100644 index 00000000..ed34cfa5 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_275_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +275_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9040368080139161 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_278_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_278_UVP_D_GLOBAL.out new file mode 100644 index 00000000..4a0e7fa1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_278_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +278_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.07766341765721639 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_278_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_278_UVP_H_GLOBAL.out new file mode 100644 index 00000000..6a0ecec1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_278_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +278_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5423092087109883 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_278_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_278_UVP_M_GLOBAL.out new file mode 100644 index 00000000..44496cd5 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_278_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +278_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.0767242709795634 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_27_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_27_UVP_D_GLOBAL.out new file mode 100644 index 00000000..1041d827 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_27_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +27_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.23048531611760456 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_27_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_27_UVP_H_GLOBAL.out new file mode 100644 index 00000000..c2fb46c6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_27_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +27_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5681771397590637 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_27_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_27_UVP_M_GLOBAL.out new file mode 100644 index 00000000..dbdfac3b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_27_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +27_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.362098757425944 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_28_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_28_UVP_D_GLOBAL.out new file mode 100644 index 00000000..9a839166 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_28_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +28_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.044908877213796 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_28_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_28_UVP_H_GLOBAL.out new file mode 100644 index 00000000..b3285827 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_28_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +28_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.291135028998057 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_28_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_28_UVP_M_GLOBAL.out new file mode 100644 index 00000000..50556a3f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_28_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +28_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3685349146525065 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_29_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_29_UVP_D_GLOBAL.out new file mode 100644 index 00000000..ffaff8af --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_29_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +29_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.202605652809143 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_29_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_29_UVP_H_GLOBAL.out new file mode 100644 index 00000000..cc136b5e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_29_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +29_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.933664651711782 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_29_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_29_UVP_M_GLOBAL.out new file mode 100644 index 00000000..6fa8e50a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_29_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +29_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8843306263287862 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_2_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_2_UVP_D_GLOBAL.out new file mode 100644 index 00000000..25ab7d50 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_2_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +2_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.12010703484217326 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_2_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_2_UVP_H_GLOBAL.out new file mode 100644 index 00000000..40a2a0e1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_2_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +2_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.40972846349080405 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_2_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_2_UVP_M_GLOBAL.out new file mode 100644 index 00000000..ab2bc530 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_2_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +2_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.09731893539428711 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_30_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_30_UVP_D_GLOBAL.out new file mode 100644 index 00000000..83814df9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_30_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +30_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6562220414479574 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_30_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_30_UVP_H_GLOBAL.out new file mode 100644 index 00000000..bf0ba5bd --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_30_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +30_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9956343491872153 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_30_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_30_UVP_M_GLOBAL.out new file mode 100644 index 00000000..09c3f85e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_30_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +30_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8249237577120463 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_31_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_31_UVP_D_GLOBAL.out new file mode 100644 index 00000000..bf03914c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_31_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +31_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5559112151463826 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_31_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_31_UVP_H_GLOBAL.out new file mode 100644 index 00000000..4f663ea7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_31_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +31_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.196796711285909 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_31_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_31_UVP_M_GLOBAL.out new file mode 100644 index 00000000..ed943b48 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_31_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +31_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6250320951143901 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_324_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_324_UVP_D_GLOBAL.out new file mode 100644 index 00000000..2cc81390 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_324_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +324_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1172834356625876 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_324_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_324_UVP_H_GLOBAL.out new file mode 100644 index 00000000..ff67f04b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_324_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +324_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.713722821076711 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_324_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_324_UVP_M_GLOBAL.out new file mode 100644 index 00000000..1609f684 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_324_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +324_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3365448395411172 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_325_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_325_UVP_D_GLOBAL.out new file mode 100644 index 00000000..e9c3cea8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_325_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +325_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7076072812080383 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_325_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_325_UVP_H_GLOBAL.out new file mode 100644 index 00000000..e3aa4671 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_325_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +325_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.4497779250144958 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_325_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_325_UVP_M_GLOBAL.out new file mode 100644 index 00000000..4f2cd4af --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_325_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +325_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.619495447476705 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_326_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_326_UVP_D_GLOBAL.out new file mode 100644 index 00000000..a91cdaf4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_326_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +326_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7307652115821839 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_326_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_326_UVP_H_GLOBAL.out new file mode 100644 index 00000000..55f28796 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_326_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +326_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.2900245348612467 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_326_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_326_UVP_M_GLOBAL.out new file mode 100644 index 00000000..c2f8d5dc --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_326_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +326_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6280429402987162 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_327_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_327_UVP_D_GLOBAL.out new file mode 100644 index 00000000..b8b91d72 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_327_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +327_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4988647421201071 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_327_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_327_UVP_H_GLOBAL.out new file mode 100644 index 00000000..64fde3c7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_327_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +327_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.245820903778076 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_327_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_327_UVP_M_GLOBAL.out new file mode 100644 index 00000000..ca58401b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_327_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +327_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6566838264465331 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_32_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_32_UVP_D_GLOBAL.out new file mode 100644 index 00000000..03d53642 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_32_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +32_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.07920406659444174 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_32_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_32_UVP_H_GLOBAL.out new file mode 100644 index 00000000..3c546b1c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_32_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +32_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.20906662940979004 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_32_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_32_UVP_M_GLOBAL.out new file mode 100644 index 00000000..f04c38bd --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_32_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +32_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.038443084557851157 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_330_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_330_UVP_D_GLOBAL.out new file mode 100644 index 00000000..5dc1cb1c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_330_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +330_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6733902454376222 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_330_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_330_UVP_H_GLOBAL.out new file mode 100644 index 00000000..97a2aa2d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_330_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +330_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.3010441581408183 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_330_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_330_UVP_M_GLOBAL.out new file mode 100644 index 00000000..7a7bd096 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_330_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +330_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3464826424916585 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_331_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_331_UVP_D_GLOBAL.out new file mode 100644 index 00000000..cd4e138e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_331_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +331_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8463228503863016 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_331_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_331_UVP_H_GLOBAL.out new file mode 100644 index 00000000..887f6aad --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_331_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +331_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.364088543256124 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_331_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_331_UVP_M_GLOBAL.out new file mode 100644 index 00000000..9858cef5 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_331_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +331_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0876811742782593 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_332_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_332_UVP_D_GLOBAL.out new file mode 100644 index 00000000..66f363db --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_332_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +332_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6978327949841817 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_332_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_332_UVP_H_GLOBAL.out new file mode 100644 index 00000000..08982d1d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_332_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +332_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6116291085879009 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_332_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_332_UVP_M_GLOBAL.out new file mode 100644 index 00000000..2a5cbca3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_332_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +332_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.982384200890859 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_333_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_333_UVP_D_GLOBAL.out new file mode 100644 index 00000000..dd15c8de --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_333_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +333_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6710032224655151 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_333_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_333_UVP_H_GLOBAL.out new file mode 100644 index 00000000..e891f230 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_333_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +333_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.820990510781606 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_333_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_333_UVP_M_GLOBAL.out new file mode 100644 index 00000000..52e48fee --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_333_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +333_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2964012463887533 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_335_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_335_UVP_D_GLOBAL.out new file mode 100644 index 00000000..294ee264 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_335_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +335_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.400355831782023 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_335_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_335_UVP_H_GLOBAL.out new file mode 100644 index 00000000..511e9259 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_335_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +335_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.638425636291504 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_335_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_335_UVP_M_GLOBAL.out new file mode 100644 index 00000000..39b4e4f5 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_335_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +335_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0500243226687114 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_337_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_337_UVP_D_GLOBAL.out new file mode 100644 index 00000000..4b8f333c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_337_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +337_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2010696053504944 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_337_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_337_UVP_H_GLOBAL.out new file mode 100644 index 00000000..e4d2e1b0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_337_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +337_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5111793835957845 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_337_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_337_UVP_M_GLOBAL.out new file mode 100644 index 00000000..b622923a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_337_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +337_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.18454204003016153 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_338_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_338_UVP_D_GLOBAL.out new file mode 100644 index 00000000..20741303 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_338_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +338_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.644703169663747 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_338_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_338_UVP_H_GLOBAL.out new file mode 100644 index 00000000..d86ce30e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_338_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +338_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.448770836989085 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_338_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_338_UVP_M_GLOBAL.out new file mode 100644 index 00000000..98db97ca --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_338_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +338_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2827943841616312 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_340_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_340_UVP_D_GLOBAL.out new file mode 100644 index 00000000..4b1c4c03 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_340_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +340_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1974048574765523 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_340_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_340_UVP_H_GLOBAL.out new file mode 100644 index 00000000..e11b6643 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_340_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +340_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9133681178092956 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_340_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_340_UVP_M_GLOBAL.out new file mode 100644 index 00000000..0da83199 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_340_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +340_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1408063411712646 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_342_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_342_UVP_D_GLOBAL.out new file mode 100644 index 00000000..0a25d97e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_342_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +342_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6884260376294454 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_342_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_342_UVP_H_GLOBAL.out new file mode 100644 index 00000000..caed998a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_342_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +342_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6290902336438496 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_342_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_342_UVP_M_GLOBAL.out new file mode 100644 index 00000000..f1c27786 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_342_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +342_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.20626583496729534 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_343_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_343_UVP_D_GLOBAL.out new file mode 100644 index 00000000..cce5d60d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_343_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +343_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.02932796875635783 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_343_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_343_UVP_H_GLOBAL.out new file mode 100644 index 00000000..2d25e02e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_343_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +343_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.1538634975751241 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_343_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_343_UVP_M_GLOBAL.out new file mode 100644 index 00000000..65426d15 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_343_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +343_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.009974169731140136 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_344_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_344_UVP_D_GLOBAL.out new file mode 100644 index 00000000..56861ba1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_344_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +344_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.24121638536453247 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_344_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_344_UVP_H_GLOBAL.out new file mode 100644 index 00000000..0e7825aa --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_344_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +344_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2675094445546468 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_344_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_344_UVP_M_GLOBAL.out new file mode 100644 index 00000000..52976613 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_344_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +344_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.038341180483500166 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_347_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_347_UVP_D_GLOBAL.out new file mode 100644 index 00000000..74970797 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_347_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +347_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.159923259417216 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_347_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_347_UVP_H_GLOBAL.out new file mode 100644 index 00000000..2c74d73f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_347_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +347_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7235540310541789 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_347_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_347_UVP_M_GLOBAL.out new file mode 100644 index 00000000..7cac9383 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_347_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +347_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6453952312469482 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_348_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_348_UVP_D_GLOBAL.out new file mode 100644 index 00000000..f6b906be --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_348_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +348_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.024486136436462403 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_348_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_348_UVP_H_GLOBAL.out new file mode 100644 index 00000000..7a4fb392 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_348_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +348_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.16124752759933472 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_348_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_348_UVP_M_GLOBAL.out new file mode 100644 index 00000000..8f18f1f8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_348_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +348_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2713353713353475 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_352_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_352_UVP_D_GLOBAL.out new file mode 100644 index 00000000..ce81ad0d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_352_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +352_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9925936539967855 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_352_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_352_UVP_H_GLOBAL.out new file mode 100644 index 00000000..4bcaea11 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_352_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +352_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.077259862422943 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_352_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_352_UVP_M_GLOBAL.out new file mode 100644 index 00000000..73fa6f48 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_352_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +352_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.602993106842041 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_354_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_354_UVP_D_GLOBAL.out new file mode 100644 index 00000000..2067d28c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_354_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +354_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.02663448651631673 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_354_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_354_UVP_H_GLOBAL.out new file mode 100644 index 00000000..ff430fba --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_354_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +354_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.18304129044214884 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_354_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_354_UVP_M_GLOBAL.out new file mode 100644 index 00000000..de709aa9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_354_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +354_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.00907682180404663 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_357_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_357_UVP_D_GLOBAL.out new file mode 100644 index 00000000..7a62e4b3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_357_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +357_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.054689455032348636 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_357_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_357_UVP_H_GLOBAL.out new file mode 100644 index 00000000..4e3a3ec8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_357_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +357_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3306628346443176 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_357_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_357_UVP_M_GLOBAL.out new file mode 100644 index 00000000..52ce2421 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_357_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +357_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.0585343599319458 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_358_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_358_UVP_D_GLOBAL.out new file mode 100644 index 00000000..d3636e72 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_358_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +358_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2568982402483622 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_358_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_358_UVP_H_GLOBAL.out new file mode 100644 index 00000000..21703fab --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_358_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +358_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0715715964635213 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_358_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_358_UVP_M_GLOBAL.out new file mode 100644 index 00000000..a96ddba6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_358_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +358_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5561458826065064 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_359_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_359_UVP_D_GLOBAL.out new file mode 100644 index 00000000..628d4003 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_359_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +359_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5199246883392334 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_359_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_359_UVP_H_GLOBAL.out new file mode 100644 index 00000000..c6a742d1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_359_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +359_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0606216311454775 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_359_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_359_UVP_M_GLOBAL.out new file mode 100644 index 00000000..1fae350e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_359_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +359_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7581299781799316 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_35_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_35_UVP_D_GLOBAL.out new file mode 100644 index 00000000..cb4f29f0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_35_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +35_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.02032525936762492 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_35_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_35_UVP_H_GLOBAL.out new file mode 100644 index 00000000..c49878f1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_35_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +35_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.1622068683306376 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_35_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_35_UVP_M_GLOBAL.out new file mode 100644 index 00000000..9f64863f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_35_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +35_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.016200844446818033 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_360_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_360_UVP_D_GLOBAL.out new file mode 100644 index 00000000..60b04607 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_360_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +360_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6107857783635458 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_360_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_360_UVP_H_GLOBAL.out new file mode 100644 index 00000000..2a6be915 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_360_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +360_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.91331334511439 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_360_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_360_UVP_M_GLOBAL.out new file mode 100644 index 00000000..d60dae7a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_360_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +360_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0470580458641052 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_361_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_361_UVP_D_GLOBAL.out new file mode 100644 index 00000000..afed6f05 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_361_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +361_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3986270904541016 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_361_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_361_UVP_H_GLOBAL.out new file mode 100644 index 00000000..23f087cc --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_361_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +361_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9301455736160278 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_361_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_361_UVP_M_GLOBAL.out new file mode 100644 index 00000000..28eb8574 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_361_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +361_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3116000334421793 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_363_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_363_UVP_D_GLOBAL.out new file mode 100644 index 00000000..b9952025 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_363_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +363_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9881717205047608 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_363_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_363_UVP_H_GLOBAL.out new file mode 100644 index 00000000..ce71599a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_363_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +363_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.278006541728973 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_363_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_363_UVP_M_GLOBAL.out new file mode 100644 index 00000000..8e1f3482 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_363_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +363_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0578348557154338 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_365_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_365_UVP_D_GLOBAL.out new file mode 100644 index 00000000..21bcfca7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_365_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +365_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.011794312795003255 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_365_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_365_UVP_H_GLOBAL.out new file mode 100644 index 00000000..bd16f040 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_365_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +365_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.20782357056935627 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_365_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_365_UVP_M_GLOBAL.out new file mode 100644 index 00000000..75ddabd2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_365_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +365_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.00606084664662679 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_366_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_366_UVP_D_GLOBAL.out new file mode 100644 index 00000000..237dc610 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_366_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +366_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.046904865900675455 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_366_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_366_UVP_H_GLOBAL.out new file mode 100644 index 00000000..ef18bd40 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_366_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +366_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.21840416590372722 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_366_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_366_UVP_M_GLOBAL.out new file mode 100644 index 00000000..91e0138e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_366_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +366_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.06659713983535767 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_368_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_368_UVP_D_GLOBAL.out new file mode 100644 index 00000000..7f1a414f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_368_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +368_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.0267647385597229 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_368_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_368_UVP_H_GLOBAL.out new file mode 100644 index 00000000..0b9c0274 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_368_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +368_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.22118656237920126 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_368_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_368_UVP_M_GLOBAL.out new file mode 100644 index 00000000..22f45bcf --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_368_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +368_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.022830557823181153 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_369_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_369_UVP_D_GLOBAL.out new file mode 100644 index 00000000..2dcfb22f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_369_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +369_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.01665159861246745 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_369_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_369_UVP_H_GLOBAL.out new file mode 100644 index 00000000..7b074410 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_369_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +369_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.18042612075805664 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_369_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_369_UVP_M_GLOBAL.out new file mode 100644 index 00000000..5edb1bbd --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_369_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +369_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.010168532530466715 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_370_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_370_UVP_D_GLOBAL.out new file mode 100644 index 00000000..fbe4abce --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_370_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +370_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.04646066824595133 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_370_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_370_UVP_H_GLOBAL.out new file mode 100644 index 00000000..4c8cbdd1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_370_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +370_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.26412120660146077 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_370_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_370_UVP_M_GLOBAL.out new file mode 100644 index 00000000..9c5eaf97 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_370_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +370_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.06729075113932291 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_372_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_372_UVP_D_GLOBAL.out new file mode 100644 index 00000000..d5aee0ac --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_372_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +372_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.03860514561335246 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_372_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_372_UVP_H_GLOBAL.out new file mode 100644 index 00000000..b7481cb5 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_372_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +372_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.28012904326121013 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_372_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_372_UVP_M_GLOBAL.out new file mode 100644 index 00000000..0fa5f0fa --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_372_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +372_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.06912047863006592 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_373_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_373_UVP_D_GLOBAL.out new file mode 100644 index 00000000..f65b646f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_373_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +373_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.03926699161529541 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_373_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_373_UVP_H_GLOBAL.out new file mode 100644 index 00000000..8064352d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_373_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +373_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.21510369380315145 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_373_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_373_UVP_M_GLOBAL.out new file mode 100644 index 00000000..4a1828a3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_373_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +373_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.03264507055282593 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_374_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_374_UVP_D_GLOBAL.out new file mode 100644 index 00000000..54eace6a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_374_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +374_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.04692516724268595 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_374_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_374_UVP_H_GLOBAL.out new file mode 100644 index 00000000..b445fa0f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_374_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +374_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.27671258052190145 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_374_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_374_UVP_M_GLOBAL.out new file mode 100644 index 00000000..f660e84c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_374_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +374_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.06620557308197021 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_375_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_375_UVP_D_GLOBAL.out new file mode 100644 index 00000000..4867c63c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_375_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +375_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.042679635683695476 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_375_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_375_UVP_H_GLOBAL.out new file mode 100644 index 00000000..a4a3158b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_375_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +375_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2893761952718099 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_375_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_375_UVP_M_GLOBAL.out new file mode 100644 index 00000000..818063c2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_375_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +375_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.03270738919576009 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_3_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_3_UVP_D_GLOBAL.out new file mode 100644 index 00000000..c8deda92 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_3_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +3_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0279382904370626 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_3_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_3_UVP_H_GLOBAL.out new file mode 100644 index 00000000..9368d96c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_3_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +3_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8654076298077902 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_3_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_3_UVP_M_GLOBAL.out new file mode 100644 index 00000000..d1ec4365 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_3_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +3_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7120842536290486 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_40_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_40_UVP_D_GLOBAL.out new file mode 100644 index 00000000..7a8ed7c1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_40_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +40_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3195896387100219 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_40_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_40_UVP_H_GLOBAL.out new file mode 100644 index 00000000..477e6327 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_40_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +40_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.3753199100494387 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_40_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_40_UVP_M_GLOBAL.out new file mode 100644 index 00000000..e759a62c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_40_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +40_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9743597626686096 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_41_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_41_UVP_D_GLOBAL.out new file mode 100644 index 00000000..83432ff9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_41_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +41_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.148692786693573 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_41_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_41_UVP_H_GLOBAL.out new file mode 100644 index 00000000..2a52dc3a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_41_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +41_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.1782118042310077 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_41_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_41_UVP_M_GLOBAL.out new file mode 100644 index 00000000..798af938 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_41_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +41_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1389972805976867 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_42_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_42_UVP_D_GLOBAL.out new file mode 100644 index 00000000..d47ca78d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_42_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +42_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.08093410730361938 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_42_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_42_UVP_H_GLOBAL.out new file mode 100644 index 00000000..df9d861a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_42_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +42_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.26075139045715334 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_42_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_42_UVP_M_GLOBAL.out new file mode 100644 index 00000000..f9c97dbd --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_42_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +42_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.040575472513834636 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_43_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_43_UVP_D_GLOBAL.out new file mode 100644 index 00000000..8380bc61 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_43_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +43_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.44371599753697716 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_43_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_43_UVP_H_GLOBAL.out new file mode 100644 index 00000000..71a8afe3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_43_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +43_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0933800180753073 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_43_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_43_UVP_M_GLOBAL.out new file mode 100644 index 00000000..26800455 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_43_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +43_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.912554124991099 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_44_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_44_UVP_D_GLOBAL.out new file mode 100644 index 00000000..eef434f3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_44_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +44_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.305608292420705 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_44_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_44_UVP_H_GLOBAL.out new file mode 100644 index 00000000..14822621 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_44_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +44_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0700371702512106 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_44_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_44_UVP_M_GLOBAL.out new file mode 100644 index 00000000..df668c22 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_44_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +44_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.513864282766978 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_45_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_45_UVP_D_GLOBAL.out new file mode 100644 index 00000000..f9be7a58 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_45_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +45_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3362735549608866 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_45_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_45_UVP_H_GLOBAL.out new file mode 100644 index 00000000..e6d70d3b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_45_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +45_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.098825216293335 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_45_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_45_UVP_M_GLOBAL.out new file mode 100644 index 00000000..98486319 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_45_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +45_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.208491325378418 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_46_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_46_UVP_D_GLOBAL.out new file mode 100644 index 00000000..25bcf46d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_46_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +46_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.528756841023763 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_46_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_46_UVP_H_GLOBAL.out new file mode 100644 index 00000000..bb19b270 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_46_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +46_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9331140875816346 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_46_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_46_UVP_M_GLOBAL.out new file mode 100644 index 00000000..666c3775 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_46_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +46_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1991290807724 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_4_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_4_UVP_D_GLOBAL.out new file mode 100644 index 00000000..e185de8f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_4_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +4_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3326925198237101 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_4_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_4_UVP_H_GLOBAL.out new file mode 100644 index 00000000..774edce5 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_4_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +4_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7599940021832784 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_4_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_4_UVP_M_GLOBAL.out new file mode 100644 index 00000000..f3ce5fbf --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_4_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +4_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.17277683019638063 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_51_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_51_UVP_D_GLOBAL.out new file mode 100644 index 00000000..d3830e37 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_51_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +51_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8661137580871583 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_51_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_51_UVP_H_GLOBAL.out new file mode 100644 index 00000000..755d40a3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_51_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +51_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.1816295107205708 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_51_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_51_UVP_M_GLOBAL.out new file mode 100644 index 00000000..541f24e0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_51_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +51_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.436044450600942 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_530_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_530_UVP_D_GLOBAL.out new file mode 100644 index 00000000..ab581d4b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_530_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +530_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.025442628065745036 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_530_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_530_UVP_H_GLOBAL.out new file mode 100644 index 00000000..1796e3ec --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_530_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +530_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.17409218947092692 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_530_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_530_UVP_M_GLOBAL.out new file mode 100644 index 00000000..7c021b1b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_530_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +530_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.014660004774729412 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_534_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_534_UVP_D_GLOBAL.out new file mode 100644 index 00000000..6f5812c7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_534_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +534_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.01987408399581909 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_534_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_534_UVP_H_GLOBAL.out new file mode 100644 index 00000000..6287d182 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_534_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +534_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.1990553339322408 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_534_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_534_UVP_M_GLOBAL.out new file mode 100644 index 00000000..dd12ef06 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_534_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +534_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.01481797695159912 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_53_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_53_UVP_D_GLOBAL.out new file mode 100644 index 00000000..88e20b06 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_53_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +53_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.012112367153167724 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_53_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_53_UVP_H_GLOBAL.out new file mode 100644 index 00000000..292ce33b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_53_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +53_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.14867236216862997 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_53_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_53_UVP_M_GLOBAL.out new file mode 100644 index 00000000..92b195a3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_53_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +53_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.004913206895192464 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_540_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_540_UVP_D_GLOBAL.out new file mode 100644 index 00000000..c208a8a0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_540_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +540_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.011243991057078044 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_540_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_540_UVP_H_GLOBAL.out new file mode 100644 index 00000000..070c826a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_540_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +540_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.18863321940104166 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_540_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_540_UVP_M_GLOBAL.out new file mode 100644 index 00000000..f55cc180 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_540_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +540_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.004950881004333496 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_54_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_54_UVP_D_GLOBAL.out new file mode 100644 index 00000000..9b8597ff --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_54_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +54_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5064293265342712 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_54_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_54_UVP_H_GLOBAL.out new file mode 100644 index 00000000..93e0b4b6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_54_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +54_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9531463861465455 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_54_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_54_UVP_M_GLOBAL.out new file mode 100644 index 00000000..74e3f465 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_54_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +54_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4965670386950174 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_56_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_56_UVP_D_GLOBAL.out new file mode 100644 index 00000000..c6bfbccb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_56_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +56_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.01422791878382365 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_56_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_56_UVP_H_GLOBAL.out new file mode 100644 index 00000000..c22b8ca0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_56_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +56_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.15631263256072997 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_56_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_56_UVP_M_GLOBAL.out new file mode 100644 index 00000000..df166414 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_56_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +56_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.009335668881734212 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_57_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_57_UVP_D_GLOBAL.out new file mode 100644 index 00000000..d64c3485 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_57_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +57_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.801894450187683 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_57_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_57_UVP_H_GLOBAL.out new file mode 100644 index 00000000..9e6f2dba --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_57_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +57_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.3892147302627564 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_57_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_57_UVP_M_GLOBAL.out new file mode 100644 index 00000000..19e746f0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_57_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +57_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2549477775891622 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_59_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_59_UVP_D_GLOBAL.out new file mode 100644 index 00000000..d96b03a0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_59_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +59_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8632353663444519 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_59_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_59_UVP_H_GLOBAL.out new file mode 100644 index 00000000..8e07c4f1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_59_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +59_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3964202364285787 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_59_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_59_UVP_M_GLOBAL.out new file mode 100644 index 00000000..d295fa6f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_59_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +59_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6640260457992554 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_5_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_5_UVP_D_GLOBAL.out new file mode 100644 index 00000000..37865eb9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_5_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +5_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.17945947647094726 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_5_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_5_UVP_H_GLOBAL.out new file mode 100644 index 00000000..621b840c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_5_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +5_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7684854547182719 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_5_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_5_UVP_M_GLOBAL.out new file mode 100644 index 00000000..c683c90e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_5_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +5_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.31541833877563474 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_60_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_60_UVP_D_GLOBAL.out new file mode 100644 index 00000000..eeef6ea8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_60_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +60_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.10606609582901001 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_60_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_60_UVP_H_GLOBAL.out new file mode 100644 index 00000000..6f0da1a6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_60_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +60_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.23469317356745403 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_60_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_60_UVP_M_GLOBAL.out new file mode 100644 index 00000000..874762f7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_60_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +60_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.09563965797424316 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_61_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_61_UVP_D_GLOBAL.out new file mode 100644 index 00000000..4f417285 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_61_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +61_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0612367351849874 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_61_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_61_UVP_H_GLOBAL.out new file mode 100644 index 00000000..c381e094 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_61_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +61_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2687318325042725 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_61_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_61_UVP_M_GLOBAL.out new file mode 100644 index 00000000..610b68a8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_61_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +61_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5015146652857463 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_62_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_62_UVP_D_GLOBAL.out new file mode 100644 index 00000000..98e81486 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_62_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +62_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5574555118878683 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_62_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_62_UVP_H_GLOBAL.out new file mode 100644 index 00000000..a2af171a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_62_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +62_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.328245917956034 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_62_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_62_UVP_M_GLOBAL.out new file mode 100644 index 00000000..410c94ee --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_62_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +62_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9262960433959961 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_63_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_63_UVP_D_GLOBAL.out new file mode 100644 index 00000000..dad2d6bd --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_63_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +63_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0353446801503499 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_63_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_63_UVP_H_GLOBAL.out new file mode 100644 index 00000000..c5eb8864 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_63_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +63_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4647430340449015 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_63_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_63_UVP_M_GLOBAL.out new file mode 100644 index 00000000..753940a8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_63_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +63_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7466560045878092 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_64_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_64_UVP_D_GLOBAL.out new file mode 100644 index 00000000..c22b1cd0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_64_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +64_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2699401378631592 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_64_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_64_UVP_H_GLOBAL.out new file mode 100644 index 00000000..52e71710 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_64_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +64_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6668896913528443 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_64_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_64_UVP_M_GLOBAL.out new file mode 100644 index 00000000..1b0a0a9a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_64_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +64_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.305735719203949 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_68_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_68_UVP_D_GLOBAL.out new file mode 100644 index 00000000..16be9b97 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_68_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +68_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.04288517236709595 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_68_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_68_UVP_H_GLOBAL.out new file mode 100644 index 00000000..8063cc77 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_68_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +68_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.21157700618108113 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_68_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_68_UVP_M_GLOBAL.out new file mode 100644 index 00000000..595b8899 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_68_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +68_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.06947287718454996 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_6_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_6_UVP_D_GLOBAL.out new file mode 100644 index 00000000..51cf8dd0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_6_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +6_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.04161843458811442 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_6_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_6_UVP_H_GLOBAL.out new file mode 100644 index 00000000..3c4316af --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_6_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +6_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.24439172347386678 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_6_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_6_UVP_M_GLOBAL.out new file mode 100644 index 00000000..336bf5ab --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_6_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +6_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.054525578022003175 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_73_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_73_UVP_D_GLOBAL.out new file mode 100644 index 00000000..5be7f643 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_73_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +73_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.02320538361867269 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_73_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_73_UVP_H_GLOBAL.out new file mode 100644 index 00000000..4c516fc1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_73_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +73_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.210616401831309 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_73_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_73_UVP_M_GLOBAL.out new file mode 100644 index 00000000..126430eb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_73_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +73_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.030874991416931154 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_76_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_76_UVP_D_GLOBAL.out new file mode 100644 index 00000000..a146ff33 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_76_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +76_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3018473823865255 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_76_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_76_UVP_H_GLOBAL.out new file mode 100644 index 00000000..fe955ac3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_76_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +76_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.24103544950485228 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_76_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_76_UVP_M_GLOBAL.out new file mode 100644 index 00000000..3158d208 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_76_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +76_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.046300216515858965 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_77_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_77_UVP_D_GLOBAL.out new file mode 100644 index 00000000..739487df --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_77_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +77_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.16349157094955444 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_77_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_77_UVP_H_GLOBAL.out new file mode 100644 index 00000000..babd67c5 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_77_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +77_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.39703319072723386 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_77_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_77_UVP_M_GLOBAL.out new file mode 100644 index 00000000..b9cc5944 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_77_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +77_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.07752060890197754 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_83_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_83_UVP_D_GLOBAL.out new file mode 100644 index 00000000..08f53f4f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_83_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +83_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.023598078886667886 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_83_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_83_UVP_H_GLOBAL.out new file mode 100644 index 00000000..0b2dbc20 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_83_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +83_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2112926999727885 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_83_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_83_UVP_M_GLOBAL.out new file mode 100644 index 00000000..a0eb4ad0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_83_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +83_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.015424946943918863 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_86_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_86_UVP_D_GLOBAL.out new file mode 100644 index 00000000..bc0a3e29 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_86_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +86_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6429357647895813 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_86_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_86_UVP_H_GLOBAL.out new file mode 100644 index 00000000..bf58f8fa --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_86_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +86_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7403874119122823 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_86_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_86_UVP_M_GLOBAL.out new file mode 100644 index 00000000..c7021fa8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_86_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +86_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.48258356253306073 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_87_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_87_UVP_D_GLOBAL.out new file mode 100644 index 00000000..9c4e7c35 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_87_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +87_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4716081698735555 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_87_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_87_UVP_H_GLOBAL.out new file mode 100644 index 00000000..2d4dab02 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_87_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +87_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7534463961919149 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_87_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_87_UVP_M_GLOBAL.out new file mode 100644 index 00000000..53e202c9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_87_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +87_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2801068385442098 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_8_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_8_UVP_D_GLOBAL.out new file mode 100644 index 00000000..595fe93e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_8_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +8_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6018750270207723 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_8_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_8_UVP_H_GLOBAL.out new file mode 100644 index 00000000..dc6ef809 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_8_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +8_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9230194091796875 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_8_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_8_UVP_M_GLOBAL.out new file mode 100644 index 00000000..fea294b1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_8_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +8_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6135592142740885 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_96_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_96_UVP_D_GLOBAL.out new file mode 100644 index 00000000..df54494b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_96_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +96_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5477761308352153 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_96_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_96_UVP_H_GLOBAL.out new file mode 100644 index 00000000..9ea8538e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_96_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +96_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8229972084363302 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_96_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_96_UVP_M_GLOBAL.out new file mode 100644 index 00000000..1d0c9f81 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_96_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +96_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.20374073187510172 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_9_UVP_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_9_UVP_D_GLOBAL.out new file mode 100644 index 00000000..fedeed95 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_9_UVP_D_GLOBAL.out @@ -0,0 +1,3 @@ +9_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1023512880007427 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_9_UVP_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_9_UVP_H_GLOBAL.out new file mode 100644 index 00000000..33acf8c1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_9_UVP_H_GLOBAL.out @@ -0,0 +1,3 @@ +9_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.596857444445292 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T1/0_9_UVP_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T1/0_9_UVP_M_GLOBAL.out new file mode 100644 index 00000000..da97795b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T1/0_9_UVP_M_GLOBAL.out @@ -0,0 +1,3 @@ +9_UVP -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.785010838508606 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197812_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197812_D_GLOBAL.out new file mode 100644 index 00000000..17f7c3a6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197812_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197812 STATION NETCDFs +0.19226397275924684 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197812_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197812_H_GLOBAL.out new file mode 100644 index 00000000..fb2aeb7c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197812_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197812 STATION NETCDFs +0.16828092734018962 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197812_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197812_M_GLOBAL.out new file mode 100644 index 00000000..c5bf1824 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197812_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197812 STATION NETCDFs +0.23416418234507244 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197901_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197901_D_GLOBAL.out new file mode 100644 index 00000000..7b28608a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197901_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197901 STATION NETCDFs +0.022199598948160808 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197901_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197901_H_GLOBAL.out new file mode 100644 index 00000000..f1a2d7e5 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197901_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197901 STATION NETCDFs +0.167376705010732 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197901_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197901_M_GLOBAL.out new file mode 100644 index 00000000..5ed743cc --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197901_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197901 STATION NETCDFs +0.11771959861119588 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197902_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197902_D_GLOBAL.out new file mode 100644 index 00000000..5c79c882 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197902_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197902 STATION NETCDFs +0.03460832039515178 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197902_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197902_H_GLOBAL.out new file mode 100644 index 00000000..9b96ca13 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197902_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197902 STATION NETCDFs +0.06076538562774658 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197902_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197902_M_GLOBAL.out new file mode 100644 index 00000000..00a18a4e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197902_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197902 STATION NETCDFs +0.11289039452870687 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197903_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197903_D_GLOBAL.out new file mode 100644 index 00000000..c1eee40b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197903_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197903 STATION NETCDFs +0.024189261595408122 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197903_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197903_H_GLOBAL.out new file mode 100644 index 00000000..9c4017d9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197903_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197903 STATION NETCDFs +0.03548634052276611 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197903_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197903_M_GLOBAL.out new file mode 100644 index 00000000..287b5348 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197903_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197903 STATION NETCDFs +0.027532406648000083 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197904_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197904_D_GLOBAL.out new file mode 100644 index 00000000..f8694b72 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197904_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197904 STATION NETCDFs +0.031813275814056394 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197904_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197904_H_GLOBAL.out new file mode 100644 index 00000000..92d4a626 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197904_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197904 STATION NETCDFs +0.037066551049550374 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197904_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197904_M_GLOBAL.out new file mode 100644 index 00000000..f101090b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197904_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197904 STATION NETCDFs +0.11387950579325358 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197905_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197905_D_GLOBAL.out new file mode 100644 index 00000000..584cae41 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197905_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197905 STATION NETCDFs +0.08335978984832763 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197905_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197905_H_GLOBAL.out new file mode 100644 index 00000000..c0266efb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197905_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197905 STATION NETCDFs +0.039490485191345216 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197905_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197905_M_GLOBAL.out new file mode 100644 index 00000000..5c0ee0aa --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197905_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197905 STATION NETCDFs +0.02710497776667277 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197906_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197906_D_GLOBAL.out new file mode 100644 index 00000000..14a70a63 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197906_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197906 STATION NETCDFs +0.016752390066782634 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197906_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197906_H_GLOBAL.out new file mode 100644 index 00000000..b2601124 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197906_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197906 STATION NETCDFs +0.028670346736907958 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197906_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197906_M_GLOBAL.out new file mode 100644 index 00000000..8068aadb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197906_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197906 STATION NETCDFs +0.024372851848602294 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197907_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197907_D_GLOBAL.out new file mode 100644 index 00000000..aad84ed7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197907_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197907 STATION NETCDFs +0.25089919567108154 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197907_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197907_H_GLOBAL.out new file mode 100644 index 00000000..516c9ac8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197907_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197907 STATION NETCDFs +0.03442803621292114 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197907_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197907_M_GLOBAL.out new file mode 100644 index 00000000..394c5095 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197907_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197907 STATION NETCDFs +0.024499861399332683 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197908_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197908_D_GLOBAL.out new file mode 100644 index 00000000..3e0f0ee6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197908_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197908 STATION NETCDFs +0.024598220984141033 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197908_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197908_H_GLOBAL.out new file mode 100644 index 00000000..f29031b7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197908_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197908 STATION NETCDFs +0.2385704557100932 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197908_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197908_M_GLOBAL.out new file mode 100644 index 00000000..12a93ea4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197908_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197908 STATION NETCDFs +0.07761373917261759 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197909_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197909_D_GLOBAL.out new file mode 100644 index 00000000..b53a3880 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197909_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197909 STATION NETCDFs +0.02702893813451131 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197909_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197909_H_GLOBAL.out new file mode 100644 index 00000000..f4d582fd --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197909_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197909 STATION NETCDFs +0.04007728894551595 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197909_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197909_M_GLOBAL.out new file mode 100644 index 00000000..b2b09e56 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197909_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197909 STATION NETCDFs +0.022631895542144776 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197910_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197910_D_GLOBAL.out new file mode 100644 index 00000000..8a0f7d80 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197910_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197910 STATION NETCDFs +0.24334770838419598 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197910_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197910_H_GLOBAL.out new file mode 100644 index 00000000..cc9334eb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197910_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197910 STATION NETCDFs +0.2245606541633606 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197910_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197910_M_GLOBAL.out new file mode 100644 index 00000000..02914303 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197910_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197910 STATION NETCDFs +0.027065726121266682 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197911_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197911_D_GLOBAL.out new file mode 100644 index 00000000..b94811ee --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197911_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197911 STATION NETCDFs +0.03360110918680827 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197911_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197911_H_GLOBAL.out new file mode 100644 index 00000000..1b4e5d77 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197911_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197911 STATION NETCDFs +0.02704488436381022 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197911_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197911_M_GLOBAL.out new file mode 100644 index 00000000..8d2f583e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197911_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197911 STATION NETCDFs +0.021487128734588624 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197912_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197912_D_GLOBAL.out new file mode 100644 index 00000000..0ea7c237 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197912_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197912 STATION NETCDFs +0.027058414618174233 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197912_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197912_H_GLOBAL.out new file mode 100644 index 00000000..94e7e81e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197912_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197912 STATION NETCDFs +0.18534638086954752 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_197912_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_197912_M_GLOBAL.out new file mode 100644 index 00000000..c3d14f59 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_197912_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 197912 STATION NETCDFs +0.04090971946716308 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198001_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198001_D_GLOBAL.out new file mode 100644 index 00000000..2f381ed2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198001_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198001 STATION NETCDFs +0.025873049100240072 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198001_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198001_H_GLOBAL.out new file mode 100644 index 00000000..28cbbee2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198001_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198001 STATION NETCDFs +0.021620702743530274 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198001_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198001_M_GLOBAL.out new file mode 100644 index 00000000..05e0d0c6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198001_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198001 STATION NETCDFs +0.03531019687652588 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198002_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198002_D_GLOBAL.out new file mode 100644 index 00000000..0f6ca10a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198002_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198002 STATION NETCDFs +0.02216498057047526 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198002_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198002_H_GLOBAL.out new file mode 100644 index 00000000..429c224c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198002_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198002 STATION NETCDFs +0.031156988938649495 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198002_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198002_M_GLOBAL.out new file mode 100644 index 00000000..c6e2f220 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198002_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198002 STATION NETCDFs +0.22169552246729532 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198003_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198003_D_GLOBAL.out new file mode 100644 index 00000000..f4b56e72 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198003_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198003 STATION NETCDFs +0.19322511752446492 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198003_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198003_H_GLOBAL.out new file mode 100644 index 00000000..e8aa0b3f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198003_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198003 STATION NETCDFs +0.029093078772226968 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198003_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198003_M_GLOBAL.out new file mode 100644 index 00000000..aaa427c9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198003_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198003 STATION NETCDFs +0.19895217816034952 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198004_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198004_D_GLOBAL.out new file mode 100644 index 00000000..8827f074 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198004_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198004 STATION NETCDFs +0.026673718293507894 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198004_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198004_H_GLOBAL.out new file mode 100644 index 00000000..b5c4a2c7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198004_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198004 STATION NETCDFs +0.027664629618326823 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198004_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198004_M_GLOBAL.out new file mode 100644 index 00000000..75432e46 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198004_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198004 STATION NETCDFs +0.028374803066253663 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198005_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198005_D_GLOBAL.out new file mode 100644 index 00000000..c55923cd --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198005_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198005 STATION NETCDFs +0.15741945505142213 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198005_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198005_H_GLOBAL.out new file mode 100644 index 00000000..dbc591e1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198005_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198005 STATION NETCDFs +0.025856955846150716 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198005_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198005_M_GLOBAL.out new file mode 100644 index 00000000..e5f8a1c0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198005_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198005 STATION NETCDFs +0.021188116073608397 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198006_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198006_D_GLOBAL.out new file mode 100644 index 00000000..ff9ecc97 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198006_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198006 STATION NETCDFs +0.2507308562596639 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198006_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198006_H_GLOBAL.out new file mode 100644 index 00000000..3489da80 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198006_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198006 STATION NETCDFs +0.020631190141042074 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198006_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198006_M_GLOBAL.out new file mode 100644 index 00000000..50a82294 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198006_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198006 STATION NETCDFs +0.01920347213745117 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198007_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198007_D_GLOBAL.out new file mode 100644 index 00000000..437c1bfd --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198007_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198007 STATION NETCDFs +0.2209882418314616 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198007_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198007_H_GLOBAL.out new file mode 100644 index 00000000..119d0331 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198007_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198007 STATION NETCDFs +0.2045054237047831 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198007_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198007_M_GLOBAL.out new file mode 100644 index 00000000..31ef365a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198007_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198007 STATION NETCDFs +0.11245980660120646 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198008_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198008_D_GLOBAL.out new file mode 100644 index 00000000..8e77a16b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198008_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198008 STATION NETCDFs +0.20013999144236247 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198008_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198008_H_GLOBAL.out new file mode 100644 index 00000000..89fd87fa --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198008_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198008 STATION NETCDFs +0.024040706952412925 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198008_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198008_M_GLOBAL.out new file mode 100644 index 00000000..91f7c3f2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198008_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198008 STATION NETCDFs +0.03618110418319702 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198009_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198009_D_GLOBAL.out new file mode 100644 index 00000000..cf680230 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198009_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198009 STATION NETCDFs +0.1972072680791219 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198009_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198009_H_GLOBAL.out new file mode 100644 index 00000000..59c7e0a0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198009_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198009 STATION NETCDFs +0.13849490483601887 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198009_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198009_M_GLOBAL.out new file mode 100644 index 00000000..af778e66 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198009_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198009 STATION NETCDFs +0.02284708817799886 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198010_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198010_D_GLOBAL.out new file mode 100644 index 00000000..5928212a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198010_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198010 STATION NETCDFs +0.0355521043141683 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198010_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198010_H_GLOBAL.out new file mode 100644 index 00000000..12b29578 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198010_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198010 STATION NETCDFs +0.03613856236139933 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198010_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198010_M_GLOBAL.out new file mode 100644 index 00000000..6924df1f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198010_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198010 STATION NETCDFs +0.022120654582977295 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198011_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198011_D_GLOBAL.out new file mode 100644 index 00000000..b078b034 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198011_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198011 STATION NETCDFs +0.020019185543060303 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198011_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198011_H_GLOBAL.out new file mode 100644 index 00000000..f2e53844 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198011_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198011 STATION NETCDFs +0.0349212368329366 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198011_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198011_M_GLOBAL.out new file mode 100644 index 00000000..66cedd97 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198011_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198011 STATION NETCDFs +0.028764394919077556 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198012_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198012_D_GLOBAL.out new file mode 100644 index 00000000..0bcff6d2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198012_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198012 STATION NETCDFs +0.08964224656422932 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198012_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198012_H_GLOBAL.out new file mode 100644 index 00000000..da8c1ce8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198012_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198012 STATION NETCDFs +0.019115177790323894 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198012_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198012_M_GLOBAL.out new file mode 100644 index 00000000..051de31c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198012_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198012 STATION NETCDFs +0.018659241994222007 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198101_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198101_D_GLOBAL.out new file mode 100644 index 00000000..0d45c75d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198101_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198101 STATION NETCDFs +0.055326664447784425 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198101_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198101_H_GLOBAL.out new file mode 100644 index 00000000..40de5de3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198101_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198101 STATION NETCDFs +0.021609707673390707 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198101_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198101_M_GLOBAL.out new file mode 100644 index 00000000..83ce33c5 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198101_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198101 STATION NETCDFs +0.11445762316385905 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198102_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198102_D_GLOBAL.out new file mode 100644 index 00000000..d31f7dd6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198102_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198102 STATION NETCDFs +0.044777909914652504 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198102_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198102_H_GLOBAL.out new file mode 100644 index 00000000..74e46e8a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198102_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198102 STATION NETCDFs +0.039607516924540204 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198102_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198102_M_GLOBAL.out new file mode 100644 index 00000000..e6939929 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198102_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198102 STATION NETCDFs +0.22563769022623698 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198103_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198103_D_GLOBAL.out new file mode 100644 index 00000000..62ae3293 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198103_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198103 STATION NETCDFs +0.020201818148295084 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198103_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198103_H_GLOBAL.out new file mode 100644 index 00000000..8fdd8a4f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198103_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198103 STATION NETCDFs +0.023332961400349937 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198103_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198103_M_GLOBAL.out new file mode 100644 index 00000000..f67a148d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198103_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198103 STATION NETCDFs +0.24495943784713745 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198104_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198104_D_GLOBAL.out new file mode 100644 index 00000000..4298154a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198104_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198104 STATION NETCDFs +0.03359439770380656 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198104_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198104_H_GLOBAL.out new file mode 100644 index 00000000..287b0e76 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198104_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198104 STATION NETCDFs +0.2012492060661316 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198104_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198104_M_GLOBAL.out new file mode 100644 index 00000000..158633f6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198104_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198104 STATION NETCDFs +0.043875813484191895 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198105_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198105_D_GLOBAL.out new file mode 100644 index 00000000..91154169 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198105_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198105 STATION NETCDFs +0.07493975559870401 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198105_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198105_H_GLOBAL.out new file mode 100644 index 00000000..693675ea --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198105_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198105 STATION NETCDFs +0.18359623750050863 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198105_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198105_M_GLOBAL.out new file mode 100644 index 00000000..58d05c77 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198105_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198105 STATION NETCDFs +0.035572536786397296 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198106_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198106_D_GLOBAL.out new file mode 100644 index 00000000..679386b5 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198106_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198106 STATION NETCDFs +0.05667730569839478 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198106_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198106_H_GLOBAL.out new file mode 100644 index 00000000..aee046db --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198106_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198106 STATION NETCDFs +0.02450554370880127 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198106_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198106_M_GLOBAL.out new file mode 100644 index 00000000..ec0f6e19 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198106_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198106 STATION NETCDFs +0.22773865461349488 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198107_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198107_D_GLOBAL.out new file mode 100644 index 00000000..51c53e38 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198107_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198107 STATION NETCDFs +0.032979142665863034 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198107_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198107_H_GLOBAL.out new file mode 100644 index 00000000..5abad8b3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198107_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198107 STATION NETCDFs +0.06239155530929565 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198107_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198107_M_GLOBAL.out new file mode 100644 index 00000000..356c89a1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198107_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198107 STATION NETCDFs +0.021291796366373697 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198108_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198108_D_GLOBAL.out new file mode 100644 index 00000000..20dc7316 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198108_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198108 STATION NETCDFs +0.0616369088490804 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198108_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198108_H_GLOBAL.out new file mode 100644 index 00000000..8329dc2b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198108_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198108 STATION NETCDFs +0.04118003845214844 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198108_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198108_M_GLOBAL.out new file mode 100644 index 00000000..7e73267b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198108_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198108 STATION NETCDFs +0.03950161536534627 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198109_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198109_D_GLOBAL.out new file mode 100644 index 00000000..f0394387 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198109_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198109 STATION NETCDFs +0.040288253625233965 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198109_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198109_H_GLOBAL.out new file mode 100644 index 00000000..505dca95 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198109_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198109 STATION NETCDFs +0.24626474777857463 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198109_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198109_M_GLOBAL.out new file mode 100644 index 00000000..d465a931 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198109_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198109 STATION NETCDFs +0.23932059605916342 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198110_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198110_D_GLOBAL.out new file mode 100644 index 00000000..99700585 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198110_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198110 STATION NETCDFs +0.08458511829376221 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198110_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198110_H_GLOBAL.out new file mode 100644 index 00000000..e1c2fc4b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198110_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198110 STATION NETCDFs +0.027362696329752603 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198110_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198110_M_GLOBAL.out new file mode 100644 index 00000000..8a5c6232 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198110_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198110 STATION NETCDFs +0.02261221408843994 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198111_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198111_D_GLOBAL.out new file mode 100644 index 00000000..3860c761 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198111_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198111 STATION NETCDFs +0.023305785655975342 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198111_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198111_H_GLOBAL.out new file mode 100644 index 00000000..2bbf0168 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198111_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198111 STATION NETCDFs +0.04552939732869466 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198111_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198111_M_GLOBAL.out new file mode 100644 index 00000000..5f857ef7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198111_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198111 STATION NETCDFs +0.04426501592000325 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198112_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198112_D_GLOBAL.out new file mode 100644 index 00000000..df13339b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198112_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198112 STATION NETCDFs +0.23208208878835043 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198112_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198112_H_GLOBAL.out new file mode 100644 index 00000000..df032eee --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198112_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198112 STATION NETCDFs +0.20447757641474407 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198112_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198112_M_GLOBAL.out new file mode 100644 index 00000000..0751f536 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198112_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198112 STATION NETCDFs +0.04455542961756388 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198201_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198201_D_GLOBAL.out new file mode 100644 index 00000000..833a0085 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198201_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198201 STATION NETCDFs +0.23970094124476116 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198201_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198201_H_GLOBAL.out new file mode 100644 index 00000000..8c08d8d3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198201_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198201 STATION NETCDFs +0.04083603620529175 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198201_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198201_M_GLOBAL.out new file mode 100644 index 00000000..5468129c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198201_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198201 STATION NETCDFs +0.06274662017822266 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198202_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198202_D_GLOBAL.out new file mode 100644 index 00000000..9891442b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198202_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198202 STATION NETCDFs +0.2816230018933614 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198202_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198202_H_GLOBAL.out new file mode 100644 index 00000000..5754a52e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198202_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198202 STATION NETCDFs +0.02783511479695638 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198202_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198202_M_GLOBAL.out new file mode 100644 index 00000000..38a1d922 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198202_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198202 STATION NETCDFs +0.24647202889124553 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198203_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198203_D_GLOBAL.out new file mode 100644 index 00000000..ebc6ebf2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198203_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198203 STATION NETCDFs +0.04050169785817464 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198203_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198203_H_GLOBAL.out new file mode 100644 index 00000000..2eff2fde --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198203_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198203 STATION NETCDFs +0.035059646765391035 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198203_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198203_M_GLOBAL.out new file mode 100644 index 00000000..e0d73cca --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198203_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198203 STATION NETCDFs +0.12149271567662558 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198204_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198204_D_GLOBAL.out new file mode 100644 index 00000000..0bfd55f9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198204_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198204 STATION NETCDFs +0.023306238651275634 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198204_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198204_H_GLOBAL.out new file mode 100644 index 00000000..9ab7057a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198204_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198204 STATION NETCDFs +0.03767488797505696 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198204_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198204_M_GLOBAL.out new file mode 100644 index 00000000..b3111772 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198204_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198204 STATION NETCDFs +0.11636905670166016 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198205_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198205_D_GLOBAL.out new file mode 100644 index 00000000..bd5a525a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198205_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198205 STATION NETCDFs +0.04507439931233724 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198205_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198205_H_GLOBAL.out new file mode 100644 index 00000000..b3495253 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198205_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198205 STATION NETCDFs +0.02115476131439209 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198205_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198205_M_GLOBAL.out new file mode 100644 index 00000000..79d5213e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198205_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198205 STATION NETCDFs +0.023633821805318197 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198206_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198206_D_GLOBAL.out new file mode 100644 index 00000000..a07ea102 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198206_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198206 STATION NETCDFs +0.05520728826522827 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198206_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198206_H_GLOBAL.out new file mode 100644 index 00000000..c6b611e4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198206_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198206 STATION NETCDFs +0.023326385021209716 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198206_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198206_M_GLOBAL.out new file mode 100644 index 00000000..52608697 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198206_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198206 STATION NETCDFs +0.060754617055257164 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198207_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198207_D_GLOBAL.out new file mode 100644 index 00000000..1aace9f3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198207_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198207 STATION NETCDFs +0.05395270188649495 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198207_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198207_H_GLOBAL.out new file mode 100644 index 00000000..0eef1548 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198207_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198207 STATION NETCDFs +0.027290757497151694 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198207_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198207_M_GLOBAL.out new file mode 100644 index 00000000..5396061a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198207_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198207 STATION NETCDFs +0.07437835931777954 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198208_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198208_D_GLOBAL.out new file mode 100644 index 00000000..2e5d30f9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198208_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198208 STATION NETCDFs +0.19779510100682576 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198208_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198208_H_GLOBAL.out new file mode 100644 index 00000000..fa118508 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198208_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198208 STATION NETCDFs +0.03605740865071615 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198208_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198208_M_GLOBAL.out new file mode 100644 index 00000000..06d3c101 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198208_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198208 STATION NETCDFs +0.023532295227050783 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198209_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198209_D_GLOBAL.out new file mode 100644 index 00000000..d6e0392e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198209_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198209 STATION NETCDFs +0.049205589294433597 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198209_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198209_H_GLOBAL.out new file mode 100644 index 00000000..16f67ddf --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198209_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198209 STATION NETCDFs +0.02233175834019979 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198209_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198209_M_GLOBAL.out new file mode 100644 index 00000000..ac5b615a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198209_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198209 STATION NETCDFs +0.026055161158243814 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198210_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198210_D_GLOBAL.out new file mode 100644 index 00000000..7690a7f8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198210_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198210 STATION NETCDFs +0.046494666735331217 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198210_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198210_H_GLOBAL.out new file mode 100644 index 00000000..6cbead2a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198210_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198210 STATION NETCDFs +0.05319908857345581 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198210_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198210_M_GLOBAL.out new file mode 100644 index 00000000..d9d69ef0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198210_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198210 STATION NETCDFs +0.07841178178787231 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198211_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198211_D_GLOBAL.out new file mode 100644 index 00000000..6417202d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198211_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198211 STATION NETCDFs +0.025779088338216145 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198211_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198211_H_GLOBAL.out new file mode 100644 index 00000000..db0fb9ab --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198211_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198211 STATION NETCDFs +0.18449434041976928 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198211_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198211_M_GLOBAL.out new file mode 100644 index 00000000..54439845 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198211_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198211 STATION NETCDFs +0.039414405822753906 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198212_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198212_D_GLOBAL.out new file mode 100644 index 00000000..93aea6de --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198212_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198212 STATION NETCDFs +0.028358821074167886 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198212_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198212_H_GLOBAL.out new file mode 100644 index 00000000..24b255eb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198212_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198212 STATION NETCDFs +0.03951241970062256 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198212_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198212_M_GLOBAL.out new file mode 100644 index 00000000..7803314d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198212_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198212 STATION NETCDFs +0.24600621064503989 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198301_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198301_D_GLOBAL.out new file mode 100644 index 00000000..80256cf6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198301_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198301 STATION NETCDFs +0.053308403491973876 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198301_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198301_H_GLOBAL.out new file mode 100644 index 00000000..285ae295 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198301_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198301 STATION NETCDFs +0.035204946994781494 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198301_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198301_M_GLOBAL.out new file mode 100644 index 00000000..0e333d21 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198301_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198301 STATION NETCDFs +0.06274362802505493 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198302_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198302_D_GLOBAL.out new file mode 100644 index 00000000..17481052 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198302_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198302 STATION NETCDFs +0.0293156901995341 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198302_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198302_H_GLOBAL.out new file mode 100644 index 00000000..6827f6c9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198302_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198302 STATION NETCDFs +0.0493194063504537 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198302_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198302_M_GLOBAL.out new file mode 100644 index 00000000..5e369f84 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198302_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198302 STATION NETCDFs +0.028185367584228516 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198303_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198303_D_GLOBAL.out new file mode 100644 index 00000000..1badf39a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198303_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198303 STATION NETCDFs +0.03901830514272054 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198303_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198303_H_GLOBAL.out new file mode 100644 index 00000000..aabaf7ca --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198303_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198303 STATION NETCDFs +0.0245837132136027 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198303_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198303_M_GLOBAL.out new file mode 100644 index 00000000..4f79ef45 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198303_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198303 STATION NETCDFs +0.2475978374481201 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198304_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198304_D_GLOBAL.out new file mode 100644 index 00000000..76daafd6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198304_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198304 STATION NETCDFs +0.23076260089874268 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198304_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198304_H_GLOBAL.out new file mode 100644 index 00000000..f1f0b158 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198304_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198304 STATION NETCDFs +0.04399553537368774 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198304_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198304_M_GLOBAL.out new file mode 100644 index 00000000..09565cbc --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198304_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198304 STATION NETCDFs +0.020280754566192626 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198305_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198305_D_GLOBAL.out new file mode 100644 index 00000000..3cacf09d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198305_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198305 STATION NETCDFs +0.23693884213765462 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198305_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198305_H_GLOBAL.out new file mode 100644 index 00000000..68b6928a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198305_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198305 STATION NETCDFs +0.032765833536783855 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198305_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198305_M_GLOBAL.out new file mode 100644 index 00000000..8eea14e6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198305_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198305 STATION NETCDFs +0.25198613007863363 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198306_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198306_D_GLOBAL.out new file mode 100644 index 00000000..6ab70afa --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198306_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198306 STATION NETCDFs +0.2835832715034485 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198306_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198306_H_GLOBAL.out new file mode 100644 index 00000000..afcad9d1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198306_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198306 STATION NETCDFs +0.026649085680643718 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198306_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198306_M_GLOBAL.out new file mode 100644 index 00000000..d7160f03 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198306_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198306 STATION NETCDFs +0.05099504391352336 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198307_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198307_D_GLOBAL.out new file mode 100644 index 00000000..49063d81 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198307_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198307 STATION NETCDFs +0.25864924589792887 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198307_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198307_H_GLOBAL.out new file mode 100644 index 00000000..3c081cfc --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198307_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198307 STATION NETCDFs +0.16686464150746663 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198307_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198307_M_GLOBAL.out new file mode 100644 index 00000000..002facc3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198307_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198307 STATION NETCDFs +0.04055337905883789 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198308_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198308_D_GLOBAL.out new file mode 100644 index 00000000..d4ed3d16 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198308_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198308 STATION NETCDFs +0.02591580549875895 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198308_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198308_H_GLOBAL.out new file mode 100644 index 00000000..b0ca77ce --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198308_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198308 STATION NETCDFs +0.03005055586496989 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198308_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198308_M_GLOBAL.out new file mode 100644 index 00000000..d8e8f134 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198308_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198308 STATION NETCDFs +0.08507582743962606 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198309_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198309_D_GLOBAL.out new file mode 100644 index 00000000..e0cc5f7c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198309_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198309 STATION NETCDFs +0.051676424344380696 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198309_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198309_H_GLOBAL.out new file mode 100644 index 00000000..4da8ff06 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198309_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198309 STATION NETCDFs +0.2305336316426595 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198309_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198309_M_GLOBAL.out new file mode 100644 index 00000000..83473fd6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198309_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198309 STATION NETCDFs +0.2929530104001363 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198310_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198310_D_GLOBAL.out new file mode 100644 index 00000000..05102ec6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198310_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198310 STATION NETCDFs +0.05056825081507365 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198310_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198310_H_GLOBAL.out new file mode 100644 index 00000000..48a7bf9e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198310_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198310 STATION NETCDFs +0.2375330448150635 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198310_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198310_M_GLOBAL.out new file mode 100644 index 00000000..34edb2eb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198310_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198310 STATION NETCDFs +0.02753987709681193 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198311_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198311_D_GLOBAL.out new file mode 100644 index 00000000..e77db83a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198311_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198311 STATION NETCDFs +0.03268941640853882 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198311_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198311_H_GLOBAL.out new file mode 100644 index 00000000..ee673bbb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198311_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198311 STATION NETCDFs +0.17258679469426472 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198311_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198311_M_GLOBAL.out new file mode 100644 index 00000000..7295c261 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198311_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198311 STATION NETCDFs +0.030575895309448244 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198312_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198312_D_GLOBAL.out new file mode 100644 index 00000000..b6f20406 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198312_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198312 STATION NETCDFs +0.23275916973749797 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198312_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198312_H_GLOBAL.out new file mode 100644 index 00000000..64208d45 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198312_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198312 STATION NETCDFs +0.05853612422943115 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198312_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198312_M_GLOBAL.out new file mode 100644 index 00000000..5053f10f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198312_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198312 STATION NETCDFs +0.20202542146046956 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198401_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198401_D_GLOBAL.out new file mode 100644 index 00000000..99960c03 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198401_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198401 STATION NETCDFs +0.06615523497263591 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198401_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198401_H_GLOBAL.out new file mode 100644 index 00000000..b201c295 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198401_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198401 STATION NETCDFs +0.03392347494761149 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198401_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198401_M_GLOBAL.out new file mode 100644 index 00000000..6f28abe5 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198401_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198401 STATION NETCDFs +0.12320553461710612 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198402_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198402_D_GLOBAL.out new file mode 100644 index 00000000..1391821f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198402_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198402 STATION NETCDFs +0.04807381629943848 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198402_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198402_H_GLOBAL.out new file mode 100644 index 00000000..95b6f6ed --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198402_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198402 STATION NETCDFs +0.23680182695388793 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198402_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198402_M_GLOBAL.out new file mode 100644 index 00000000..5a53ae2f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198402_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198402 STATION NETCDFs +0.027718524138132732 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198403_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198403_D_GLOBAL.out new file mode 100644 index 00000000..ea080bb4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198403_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198403 STATION NETCDFs +0.07255870501200358 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198403_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198403_H_GLOBAL.out new file mode 100644 index 00000000..6af22880 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198403_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198403 STATION NETCDFs +0.03360678354899089 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198403_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198403_M_GLOBAL.out new file mode 100644 index 00000000..1d4a8562 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198403_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198403 STATION NETCDFs +0.048739115397135414 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198404_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198404_D_GLOBAL.out new file mode 100644 index 00000000..a5fa567d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198404_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198404 STATION NETCDFs +0.26420731941858927 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198404_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198404_H_GLOBAL.out new file mode 100644 index 00000000..61921d37 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198404_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198404 STATION NETCDFs +0.1767559051513672 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198404_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198404_M_GLOBAL.out new file mode 100644 index 00000000..47ba50b5 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198404_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198404 STATION NETCDFs +0.06555304527282715 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198405_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198405_D_GLOBAL.out new file mode 100644 index 00000000..8aeed55f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198405_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198405 STATION NETCDFs +0.038236347834269206 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198405_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198405_H_GLOBAL.out new file mode 100644 index 00000000..6796a071 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198405_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198405 STATION NETCDFs +0.027762130896250407 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198405_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198405_M_GLOBAL.out new file mode 100644 index 00000000..77d8c591 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198405_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198405 STATION NETCDFs +0.039988450209299725 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198406_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198406_D_GLOBAL.out new file mode 100644 index 00000000..3a5d92a2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198406_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198406 STATION NETCDFs +0.02426807483037313 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198406_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198406_H_GLOBAL.out new file mode 100644 index 00000000..f5cfd3f7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198406_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198406 STATION NETCDFs +0.2307092785835266 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198406_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198406_M_GLOBAL.out new file mode 100644 index 00000000..6e0401de --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198406_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198406 STATION NETCDFs +0.24876668850580852 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198407_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198407_D_GLOBAL.out new file mode 100644 index 00000000..2aaaacbc --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198407_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198407 STATION NETCDFs +0.028992982705434163 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198407_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198407_H_GLOBAL.out new file mode 100644 index 00000000..1e05ca27 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198407_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198407 STATION NETCDFs +0.03211969534556071 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198407_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198407_M_GLOBAL.out new file mode 100644 index 00000000..aff5a440 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198407_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198407 STATION NETCDFs +0.0318638285001119 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198408_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198408_D_GLOBAL.out new file mode 100644 index 00000000..ec2e39d4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198408_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198408 STATION NETCDFs +0.03314855496088664 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198408_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198408_H_GLOBAL.out new file mode 100644 index 00000000..e97fb6f7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198408_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198408 STATION NETCDFs +0.18614867925643921 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198408_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198408_M_GLOBAL.out new file mode 100644 index 00000000..ab3c52a2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198408_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198408 STATION NETCDFs +0.03659348487854004 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198409_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198409_D_GLOBAL.out new file mode 100644 index 00000000..8964d2b1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198409_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198409 STATION NETCDFs +0.04356930653254191 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198409_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198409_H_GLOBAL.out new file mode 100644 index 00000000..e49702cc --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198409_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198409 STATION NETCDFs +0.09677692651748657 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198409_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198409_M_GLOBAL.out new file mode 100644 index 00000000..c95e9399 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198409_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198409 STATION NETCDFs +0.040065670013427736 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198410_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198410_D_GLOBAL.out new file mode 100644 index 00000000..c0efb915 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198410_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198410 STATION NETCDFs +0.025015429655710856 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198410_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198410_H_GLOBAL.out new file mode 100644 index 00000000..0337571c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198410_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198410 STATION NETCDFs +0.03027608394622803 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198410_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198410_M_GLOBAL.out new file mode 100644 index 00000000..2615e048 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198410_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198410 STATION NETCDFs +0.030392205715179442 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198411_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198411_D_GLOBAL.out new file mode 100644 index 00000000..47c0564f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198411_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198411 STATION NETCDFs +0.06799539724985758 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198411_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198411_H_GLOBAL.out new file mode 100644 index 00000000..6b4ad3e7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198411_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198411 STATION NETCDFs +0.04801250298817952 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198411_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198411_M_GLOBAL.out new file mode 100644 index 00000000..82111eef --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198411_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198411 STATION NETCDFs +0.027322967847188313 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198412_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198412_D_GLOBAL.out new file mode 100644 index 00000000..b301951d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198412_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198412 STATION NETCDFs +0.031522651513417564 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198412_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198412_H_GLOBAL.out new file mode 100644 index 00000000..e730986d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198412_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198412 STATION NETCDFs +0.24415425856908163 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198412_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198412_M_GLOBAL.out new file mode 100644 index 00000000..0c3b061a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198412_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198412 STATION NETCDFs +0.020486247539520264 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198501_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198501_D_GLOBAL.out new file mode 100644 index 00000000..204b4ccc --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198501_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198501 STATION NETCDFs +0.028266167640686034 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198501_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198501_H_GLOBAL.out new file mode 100644 index 00000000..aa911cd7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198501_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198501 STATION NETCDFs +0.031603550910949706 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198501_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198501_M_GLOBAL.out new file mode 100644 index 00000000..d1489176 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198501_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198501 STATION NETCDFs +0.04230252106984456 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198502_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198502_D_GLOBAL.out new file mode 100644 index 00000000..ab2951eb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198502_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198502 STATION NETCDFs +0.0229239026705424 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198502_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198502_H_GLOBAL.out new file mode 100644 index 00000000..c6b2dd3d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198502_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198502 STATION NETCDFs +0.2255848248799642 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198502_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198502_M_GLOBAL.out new file mode 100644 index 00000000..9573a689 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198502_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198502 STATION NETCDFs +0.0332381804784139 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198503_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198503_D_GLOBAL.out new file mode 100644 index 00000000..703b3079 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198503_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198503 STATION NETCDFs +0.2330286383628845 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198503_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198503_H_GLOBAL.out new file mode 100644 index 00000000..611cca9f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198503_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198503 STATION NETCDFs +0.037843588987986246 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198503_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198503_M_GLOBAL.out new file mode 100644 index 00000000..75ec1265 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198503_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198503 STATION NETCDFs +0.2234389384587606 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198504_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198504_D_GLOBAL.out new file mode 100644 index 00000000..c5ac69ae --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198504_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198504 STATION NETCDFs +0.025515222549438478 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198504_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198504_H_GLOBAL.out new file mode 100644 index 00000000..e993f882 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198504_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198504 STATION NETCDFs +0.03900614579518636 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198504_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198504_M_GLOBAL.out new file mode 100644 index 00000000..48b2e2f8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198504_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198504 STATION NETCDFs +0.04113911787668864 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198505_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198505_D_GLOBAL.out new file mode 100644 index 00000000..66ea0467 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198505_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198505 STATION NETCDFs +0.035622421900431314 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198505_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198505_H_GLOBAL.out new file mode 100644 index 00000000..bd5fed67 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198505_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198505 STATION NETCDFs +0.035709917545318604 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198505_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198505_M_GLOBAL.out new file mode 100644 index 00000000..ae6b2866 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198505_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198505 STATION NETCDFs +0.044228498140970865 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198506_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198506_D_GLOBAL.out new file mode 100644 index 00000000..7af42aa2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198506_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198506 STATION NETCDFs +0.052595404783884685 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198506_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198506_H_GLOBAL.out new file mode 100644 index 00000000..f3cf4d1f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198506_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198506 STATION NETCDFs +0.035373806953430176 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198506_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198506_M_GLOBAL.out new file mode 100644 index 00000000..83b820bc --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198506_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198506 STATION NETCDFs +0.029204710324605306 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198507_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198507_D_GLOBAL.out new file mode 100644 index 00000000..e17d9914 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198507_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198507 STATION NETCDFs +0.24960095087687176 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198507_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198507_H_GLOBAL.out new file mode 100644 index 00000000..29ce5263 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198507_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198507 STATION NETCDFs +0.2541442632675171 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198507_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198507_M_GLOBAL.out new file mode 100644 index 00000000..2f1c4018 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198507_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198507 STATION NETCDFs +0.040078171094258624 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198508_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198508_D_GLOBAL.out new file mode 100644 index 00000000..6352d8c9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198508_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198508 STATION NETCDFs +0.15845312277475992 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198508_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198508_H_GLOBAL.out new file mode 100644 index 00000000..c3b8e9b0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198508_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198508 STATION NETCDFs +0.2477850039800008 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198508_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198508_M_GLOBAL.out new file mode 100644 index 00000000..9f754906 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198508_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198508 STATION NETCDFs +0.040669608116149905 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198509_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198509_D_GLOBAL.out new file mode 100644 index 00000000..d90d1f7b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198509_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198509 STATION NETCDFs +0.029342424869537354 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198509_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198509_H_GLOBAL.out new file mode 100644 index 00000000..a0bd6eb4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198509_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198509 STATION NETCDFs +0.029514002799987792 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198509_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198509_M_GLOBAL.out new file mode 100644 index 00000000..2ec1454b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198509_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198509 STATION NETCDFs +0.03388810157775879 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198510_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198510_D_GLOBAL.out new file mode 100644 index 00000000..460c349d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198510_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198510 STATION NETCDFs +0.07603348890940348 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198510_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198510_H_GLOBAL.out new file mode 100644 index 00000000..ab20f25c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198510_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198510 STATION NETCDFs +0.061514413356781004 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198510_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198510_M_GLOBAL.out new file mode 100644 index 00000000..4cc3f221 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198510_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198510 STATION NETCDFs +0.046960469086964926 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198511_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198511_D_GLOBAL.out new file mode 100644 index 00000000..1fe11bf4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198511_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198511 STATION NETCDFs +0.023700527350107827 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198511_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198511_H_GLOBAL.out new file mode 100644 index 00000000..c635d27b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198511_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198511 STATION NETCDFs +0.02596579392751058 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198511_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198511_M_GLOBAL.out new file mode 100644 index 00000000..11d2c299 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198511_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198511 STATION NETCDFs +0.03137501875559489 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198512_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198512_D_GLOBAL.out new file mode 100644 index 00000000..d0e72188 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198512_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198512 STATION NETCDFs +0.26416446367899576 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198512_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198512_H_GLOBAL.out new file mode 100644 index 00000000..69e2c9a7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198512_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198512 STATION NETCDFs +0.029075010617574056 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198512_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198512_M_GLOBAL.out new file mode 100644 index 00000000..a367eb75 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198512_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198512 STATION NETCDFs +0.02847773631413778 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198601_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198601_D_GLOBAL.out new file mode 100644 index 00000000..f810baef --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198601_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198601 STATION NETCDFs +0.077080770333608 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198601_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198601_H_GLOBAL.out new file mode 100644 index 00000000..d516bf64 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198601_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198601 STATION NETCDFs +0.04953344265619914 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198601_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198601_M_GLOBAL.out new file mode 100644 index 00000000..bf0ce3ff --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198601_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198601 STATION NETCDFs +0.20204403003056845 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198602_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198602_D_GLOBAL.out new file mode 100644 index 00000000..7b327aff --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198602_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198602 STATION NETCDFs +0.04589995543162028 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198602_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198602_H_GLOBAL.out new file mode 100644 index 00000000..dc644647 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198602_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198602 STATION NETCDFs +0.025927074750264487 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198602_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198602_M_GLOBAL.out new file mode 100644 index 00000000..45b0d9b7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198602_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198602 STATION NETCDFs +0.028808756669362386 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198603_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198603_D_GLOBAL.out new file mode 100644 index 00000000..628111e0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198603_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198603 STATION NETCDFs +0.2064555009206136 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198603_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198603_H_GLOBAL.out new file mode 100644 index 00000000..46c2379a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198603_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198603 STATION NETCDFs +0.030890889962514243 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198603_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198603_M_GLOBAL.out new file mode 100644 index 00000000..8d804b04 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198603_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198603 STATION NETCDFs +0.18550336360931396 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198604_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198604_D_GLOBAL.out new file mode 100644 index 00000000..eec0b502 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198604_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198604 STATION NETCDFs +0.026117082436879477 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198604_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198604_H_GLOBAL.out new file mode 100644 index 00000000..050d223b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198604_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198604 STATION NETCDFs +0.03482950925827026 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198604_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198604_M_GLOBAL.out new file mode 100644 index 00000000..da4d79bf --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198604_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198604 STATION NETCDFs +0.04160991112391154 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198605_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198605_D_GLOBAL.out new file mode 100644 index 00000000..73004fae --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198605_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198605 STATION NETCDFs +0.02888197104136149 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198605_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198605_H_GLOBAL.out new file mode 100644 index 00000000..c9b2f208 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198605_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198605 STATION NETCDFs +0.21297874053319296 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198605_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198605_M_GLOBAL.out new file mode 100644 index 00000000..c3c7e6d9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198605_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198605 STATION NETCDFs +0.04145476818084717 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198606_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198606_D_GLOBAL.out new file mode 100644 index 00000000..da96ebbc --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198606_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198606 STATION NETCDFs +0.024340800444285073 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198606_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198606_H_GLOBAL.out new file mode 100644 index 00000000..7320ea35 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198606_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198606 STATION NETCDFs +0.23536545435587566 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198606_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198606_M_GLOBAL.out new file mode 100644 index 00000000..c26cfe18 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198606_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198606 STATION NETCDFs +0.11842516660690308 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198607_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198607_D_GLOBAL.out new file mode 100644 index 00000000..a297a4cc --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198607_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198607 STATION NETCDFs +0.045368345578511556 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198607_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198607_H_GLOBAL.out new file mode 100644 index 00000000..bf655674 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198607_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198607 STATION NETCDFs +0.05183689594268799 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198607_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198607_M_GLOBAL.out new file mode 100644 index 00000000..6aa4be50 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198607_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198607 STATION NETCDFs +0.02341116269429525 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198608_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198608_D_GLOBAL.out new file mode 100644 index 00000000..55551233 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198608_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198608 STATION NETCDFs +0.0480354110399882 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198608_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198608_H_GLOBAL.out new file mode 100644 index 00000000..ad4673bc --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198608_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198608 STATION NETCDFs +0.0683432141939799 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198608_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198608_M_GLOBAL.out new file mode 100644 index 00000000..3673ed8b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198608_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198608 STATION NETCDFs +0.028609851996103924 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198609_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198609_D_GLOBAL.out new file mode 100644 index 00000000..edf35e3f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198609_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198609 STATION NETCDFs +0.02658910353978475 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198609_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198609_H_GLOBAL.out new file mode 100644 index 00000000..7b71e64a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198609_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198609 STATION NETCDFs +0.1607669989267985 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198609_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198609_M_GLOBAL.out new file mode 100644 index 00000000..b18ff29a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198609_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198609 STATION NETCDFs +0.02830046812693278 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198610_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198610_D_GLOBAL.out new file mode 100644 index 00000000..75fe4824 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198610_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198610 STATION NETCDFs +0.24138516585032146 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198610_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198610_H_GLOBAL.out new file mode 100644 index 00000000..cff672d7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198610_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198610 STATION NETCDFs +0.12406950791676839 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198610_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198610_M_GLOBAL.out new file mode 100644 index 00000000..8a14ed21 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198610_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198610 STATION NETCDFs +0.042688651879628496 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198611_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198611_D_GLOBAL.out new file mode 100644 index 00000000..31942a5b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198611_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198611 STATION NETCDFs +0.20316171248753864 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198611_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198611_H_GLOBAL.out new file mode 100644 index 00000000..d6ccf3ba --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198611_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198611 STATION NETCDFs +0.0490809957186381 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198611_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198611_M_GLOBAL.out new file mode 100644 index 00000000..9282a767 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198611_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198611 STATION NETCDFs +0.03004510005315145 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198612_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198612_D_GLOBAL.out new file mode 100644 index 00000000..9e7cb51f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198612_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198612 STATION NETCDFs +0.06599142948786417 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198612_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198612_H_GLOBAL.out new file mode 100644 index 00000000..341eb105 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198612_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198612 STATION NETCDFs +0.043731049696604414 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198612_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198612_M_GLOBAL.out new file mode 100644 index 00000000..4554e910 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198612_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198612 STATION NETCDFs +0.2647846897443136 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198701_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198701_D_GLOBAL.out new file mode 100644 index 00000000..0a32e5f2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198701_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198701 STATION NETCDFs +0.0307653546333313 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198701_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198701_H_GLOBAL.out new file mode 100644 index 00000000..c1df4226 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198701_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198701 STATION NETCDFs +0.16828909715016682 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198701_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198701_M_GLOBAL.out new file mode 100644 index 00000000..aa893f62 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198701_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198701 STATION NETCDFs +0.04496620893478394 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198702_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198702_D_GLOBAL.out new file mode 100644 index 00000000..4f974c31 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198702_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198702 STATION NETCDFs +0.039660910765329994 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198702_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198702_H_GLOBAL.out new file mode 100644 index 00000000..cc1f512a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198702_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198702 STATION NETCDFs +0.044404804706573486 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198702_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198702_M_GLOBAL.out new file mode 100644 index 00000000..17e13b77 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198702_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198702 STATION NETCDFs +0.08146501382191976 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198703_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198703_D_GLOBAL.out new file mode 100644 index 00000000..d7934e47 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198703_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198703 STATION NETCDFs +0.0359183669090271 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198703_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198703_H_GLOBAL.out new file mode 100644 index 00000000..cf3ef31a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198703_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198703 STATION NETCDFs +0.027563766638437907 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198703_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198703_M_GLOBAL.out new file mode 100644 index 00000000..d6cce22c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198703_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198703 STATION NETCDFs +0.024164891242980956 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198704_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198704_D_GLOBAL.out new file mode 100644 index 00000000..13041fab --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198704_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198704 STATION NETCDFs +0.24480510950088502 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198704_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198704_H_GLOBAL.out new file mode 100644 index 00000000..aab77a1c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198704_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198704 STATION NETCDFs +0.022529836495717367 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198704_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198704_M_GLOBAL.out new file mode 100644 index 00000000..4eefed7c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198704_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198704 STATION NETCDFs +0.025879494349161782 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198705_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198705_D_GLOBAL.out new file mode 100644 index 00000000..9feff4ea --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198705_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198705 STATION NETCDFs +0.047300497690836586 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198705_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198705_H_GLOBAL.out new file mode 100644 index 00000000..5e68a3a2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198705_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198705 STATION NETCDFs +0.2259155551592509 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198705_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198705_M_GLOBAL.out new file mode 100644 index 00000000..1423e615 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198705_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198705 STATION NETCDFs +0.029578697681427003 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198706_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198706_D_GLOBAL.out new file mode 100644 index 00000000..bb033f75 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198706_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198706 STATION NETCDFs +0.04197385311126709 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198706_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198706_H_GLOBAL.out new file mode 100644 index 00000000..e509a9a4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198706_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198706 STATION NETCDFs +0.05313816070556641 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198706_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198706_M_GLOBAL.out new file mode 100644 index 00000000..3a6f09f1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198706_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198706 STATION NETCDFs +0.11821777820587158 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198707_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198707_D_GLOBAL.out new file mode 100644 index 00000000..5126c806 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198707_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198707 STATION NETCDFs +0.155857785542806 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198707_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198707_H_GLOBAL.out new file mode 100644 index 00000000..3dca538d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198707_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198707 STATION NETCDFs +0.025974726676940917 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198707_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198707_M_GLOBAL.out new file mode 100644 index 00000000..3417f210 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198707_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198707 STATION NETCDFs +0.2028539498647054 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198708_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198708_D_GLOBAL.out new file mode 100644 index 00000000..c1dd1e79 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198708_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198708 STATION NETCDFs +0.04593354860941569 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198708_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198708_H_GLOBAL.out new file mode 100644 index 00000000..63fd0657 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198708_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198708 STATION NETCDFs +0.04650946855545044 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198708_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198708_M_GLOBAL.out new file mode 100644 index 00000000..3a5771e3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198708_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198708 STATION NETCDFs +0.26421653032302855 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198709_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198709_D_GLOBAL.out new file mode 100644 index 00000000..7d32858d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198709_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198709 STATION NETCDFs +0.24534406661987304 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198709_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198709_H_GLOBAL.out new file mode 100644 index 00000000..7c6e92eb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198709_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198709 STATION NETCDFs +0.04966839551925659 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198709_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198709_M_GLOBAL.out new file mode 100644 index 00000000..5d2a8088 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198709_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198709 STATION NETCDFs +0.029280710220336913 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198710_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198710_D_GLOBAL.out new file mode 100644 index 00000000..23e9c980 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198710_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198710 STATION NETCDFs +0.029143182436625163 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198710_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198710_H_GLOBAL.out new file mode 100644 index 00000000..af0363ed --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198710_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198710 STATION NETCDFs +0.1719843029975891 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198710_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198710_M_GLOBAL.out new file mode 100644 index 00000000..99479bb2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198710_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198710 STATION NETCDFs +0.042803911368052165 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198711_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198711_D_GLOBAL.out new file mode 100644 index 00000000..463c3437 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198711_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198711 STATION NETCDFs +0.2708499312400818 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198711_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198711_H_GLOBAL.out new file mode 100644 index 00000000..1c41a82f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198711_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198711 STATION NETCDFs +0.02892436186472575 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198711_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198711_M_GLOBAL.out new file mode 100644 index 00000000..bf40237c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198711_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198711 STATION NETCDFs +0.046159629027048746 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198712_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198712_D_GLOBAL.out new file mode 100644 index 00000000..e1934d65 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198712_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198712 STATION NETCDFs +0.07780722777048747 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198712_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198712_H_GLOBAL.out new file mode 100644 index 00000000..78dda1b1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198712_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198712 STATION NETCDFs +0.029409348964691162 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198712_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198712_M_GLOBAL.out new file mode 100644 index 00000000..78b95d06 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198712_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198712 STATION NETCDFs +0.028915031750996908 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198801_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198801_D_GLOBAL.out new file mode 100644 index 00000000..a834e845 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198801_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198801 STATION NETCDFs +0.2657487869262695 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198801_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198801_H_GLOBAL.out new file mode 100644 index 00000000..a1dcee7c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198801_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198801 STATION NETCDFs +0.22914110422134398 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198801_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198801_M_GLOBAL.out new file mode 100644 index 00000000..e5c726dd --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198801_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198801 STATION NETCDFs +0.2838311036427816 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198802_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198802_D_GLOBAL.out new file mode 100644 index 00000000..87b3202e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198802_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198802 STATION NETCDFs +0.06681070725123088 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198802_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198802_H_GLOBAL.out new file mode 100644 index 00000000..ec411b47 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198802_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198802 STATION NETCDFs +0.02938921848932902 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198802_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198802_M_GLOBAL.out new file mode 100644 index 00000000..6ff87bf1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198802_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198802 STATION NETCDFs +0.24754087924957274 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198803_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198803_D_GLOBAL.out new file mode 100644 index 00000000..03624a5d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198803_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198803 STATION NETCDFs +0.02821239233016968 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198803_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198803_H_GLOBAL.out new file mode 100644 index 00000000..b1b834fe --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198803_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198803 STATION NETCDFs +0.02989186445871989 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198803_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198803_M_GLOBAL.out new file mode 100644 index 00000000..b2b6f723 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198803_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198803 STATION NETCDFs +0.04782975912094116 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198804_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198804_D_GLOBAL.out new file mode 100644 index 00000000..b8ddc4da --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198804_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198804 STATION NETCDFs +0.057236711184183754 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198804_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198804_H_GLOBAL.out new file mode 100644 index 00000000..9ebe6ac9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198804_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198804 STATION NETCDFs +0.02894577185312907 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198804_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198804_M_GLOBAL.out new file mode 100644 index 00000000..f8ea8c0f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198804_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198804 STATION NETCDFs +0.0289803942044576 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198805_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198805_D_GLOBAL.out new file mode 100644 index 00000000..a4917db9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198805_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198805 STATION NETCDFs +0.030449163913726807 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198805_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198805_H_GLOBAL.out new file mode 100644 index 00000000..ae90adb1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198805_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198805 STATION NETCDFs +0.17815515200297039 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198805_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198805_M_GLOBAL.out new file mode 100644 index 00000000..6fee3524 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198805_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198805 STATION NETCDFs +0.04301932255427043 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198806_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198806_D_GLOBAL.out new file mode 100644 index 00000000..3c6bbd0a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198806_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198806 STATION NETCDFs +0.027810851732889812 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198806_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198806_H_GLOBAL.out new file mode 100644 index 00000000..27e7a994 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198806_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198806 STATION NETCDFs +0.03263141711552938 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198806_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198806_M_GLOBAL.out new file mode 100644 index 00000000..1a6b85c2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198806_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198806 STATION NETCDFs +0.24671215216318768 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198807_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198807_D_GLOBAL.out new file mode 100644 index 00000000..7594fff9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198807_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198807 STATION NETCDFs +0.053831978638966875 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198807_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198807_H_GLOBAL.out new file mode 100644 index 00000000..9b4df5c4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198807_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198807 STATION NETCDFs +0.05027719338734945 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198807_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198807_M_GLOBAL.out new file mode 100644 index 00000000..a9a686a9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198807_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198807 STATION NETCDFs +0.03054685195287069 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198808_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198808_D_GLOBAL.out new file mode 100644 index 00000000..3fb941d7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198808_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198808 STATION NETCDFs +0.08279394308725993 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198808_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198808_H_GLOBAL.out new file mode 100644 index 00000000..86758b9a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198808_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198808 STATION NETCDFs +0.06329751412073771 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198808_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198808_M_GLOBAL.out new file mode 100644 index 00000000..e8f1de6b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198808_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198808 STATION NETCDFs +0.24409031867980957 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198809_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198809_D_GLOBAL.out new file mode 100644 index 00000000..1432446f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198809_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198809 STATION NETCDFs +0.02225772539774577 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198809_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198809_H_GLOBAL.out new file mode 100644 index 00000000..004f8189 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198809_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198809 STATION NETCDFs +0.17188496192296346 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198809_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198809_M_GLOBAL.out new file mode 100644 index 00000000..f41934ad --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198809_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198809 STATION NETCDFs +0.02333759864171346 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198810_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198810_D_GLOBAL.out new file mode 100644 index 00000000..84425637 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198810_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198810 STATION NETCDFs +0.20939658482869467 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198810_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198810_H_GLOBAL.out new file mode 100644 index 00000000..bf396a66 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198810_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198810 STATION NETCDFs +0.024965612093607585 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198810_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198810_M_GLOBAL.out new file mode 100644 index 00000000..7fb62210 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198810_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198810 STATION NETCDFs +0.03153426647186279 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198811_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198811_D_GLOBAL.out new file mode 100644 index 00000000..10e9f168 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198811_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198811 STATION NETCDFs +0.2387531836827596 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198811_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198811_H_GLOBAL.out new file mode 100644 index 00000000..64a50b39 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198811_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198811 STATION NETCDFs +0.18231667677561442 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198811_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198811_M_GLOBAL.out new file mode 100644 index 00000000..ead97aa6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198811_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198811 STATION NETCDFs +0.04918851852416992 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198812_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198812_D_GLOBAL.out new file mode 100644 index 00000000..df39b05e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198812_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198812 STATION NETCDFs +0.23655163844426472 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198812_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198812_H_GLOBAL.out new file mode 100644 index 00000000..6d728ba3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198812_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198812 STATION NETCDFs +0.0293123722076416 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198812_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198812_M_GLOBAL.out new file mode 100644 index 00000000..eebd38e9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198812_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198812 STATION NETCDFs +0.24680679241816203 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198901_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198901_D_GLOBAL.out new file mode 100644 index 00000000..c482ce7b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198901_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198901 STATION NETCDFs +0.03948299487431844 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198901_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198901_H_GLOBAL.out new file mode 100644 index 00000000..f3efb592 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198901_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198901 STATION NETCDFs +0.03875222206115723 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198901_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198901_M_GLOBAL.out new file mode 100644 index 00000000..34d342cb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198901_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198901 STATION NETCDFs +0.23748160600662233 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198902_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198902_D_GLOBAL.out new file mode 100644 index 00000000..ac7f36b2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198902_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198902 STATION NETCDFs +0.04627544085184733 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198902_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198902_H_GLOBAL.out new file mode 100644 index 00000000..00d09ecd --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198902_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198902 STATION NETCDFs +0.06733014186223348 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198902_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198902_M_GLOBAL.out new file mode 100644 index 00000000..ee8dc319 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198902_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198902 STATION NETCDFs +0.04245246648788452 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198903_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198903_D_GLOBAL.out new file mode 100644 index 00000000..478d1807 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198903_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198903 STATION NETCDFs +0.052088300387064614 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198903_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198903_H_GLOBAL.out new file mode 100644 index 00000000..8c134a8b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198903_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198903 STATION NETCDFs +0.04445687929789225 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198903_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198903_M_GLOBAL.out new file mode 100644 index 00000000..81ac2e65 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198903_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198903 STATION NETCDFs +0.24567800362904865 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198904_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198904_D_GLOBAL.out new file mode 100644 index 00000000..8ad417e5 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198904_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198904 STATION NETCDFs +0.03316371043523152 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198904_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198904_H_GLOBAL.out new file mode 100644 index 00000000..2fe7c0bf --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198904_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198904 STATION NETCDFs +0.029477572441101073 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198904_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198904_M_GLOBAL.out new file mode 100644 index 00000000..7ca18739 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198904_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198904 STATION NETCDFs +0.07925402720769247 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198905_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198905_D_GLOBAL.out new file mode 100644 index 00000000..2f7da0b6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198905_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198905 STATION NETCDFs +0.03237072626749674 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198905_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198905_H_GLOBAL.out new file mode 100644 index 00000000..1754f01e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198905_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198905 STATION NETCDFs +0.024703097343444825 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198905_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198905_M_GLOBAL.out new file mode 100644 index 00000000..7831fbb3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198905_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198905 STATION NETCDFs +0.056201934814453125 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198906_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198906_D_GLOBAL.out new file mode 100644 index 00000000..284a0003 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198906_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198906 STATION NETCDFs +0.02772207260131836 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198906_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198906_H_GLOBAL.out new file mode 100644 index 00000000..fda80203 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198906_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198906 STATION NETCDFs +0.12454547882080078 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198906_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198906_M_GLOBAL.out new file mode 100644 index 00000000..9690e4c7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198906_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198906 STATION NETCDFs +0.05286864837010701 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198907_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198907_D_GLOBAL.out new file mode 100644 index 00000000..d69b396f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198907_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198907 STATION NETCDFs +0.0291814923286438 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198907_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198907_H_GLOBAL.out new file mode 100644 index 00000000..72bc0598 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198907_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198907 STATION NETCDFs +0.0593998114267985 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198907_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198907_M_GLOBAL.out new file mode 100644 index 00000000..b7a12f29 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198907_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198907 STATION NETCDFs +0.07270196278889975 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198908_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198908_D_GLOBAL.out new file mode 100644 index 00000000..f02f4f40 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198908_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198908 STATION NETCDFs +0.06792921622594197 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198908_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198908_H_GLOBAL.out new file mode 100644 index 00000000..2f449aaf --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198908_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198908 STATION NETCDFs +0.04338080088297526 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198908_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198908_M_GLOBAL.out new file mode 100644 index 00000000..0a25d6c8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198908_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198908 STATION NETCDFs +0.24561729033788046 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198909_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198909_D_GLOBAL.out new file mode 100644 index 00000000..bddd4bce --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198909_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198909 STATION NETCDFs +0.02426136334737142 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198909_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198909_H_GLOBAL.out new file mode 100644 index 00000000..e3b29a13 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198909_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198909 STATION NETCDFs +0.03757940530776978 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198909_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198909_M_GLOBAL.out new file mode 100644 index 00000000..06ac2ca4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198909_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198909 STATION NETCDFs +0.1250040888786316 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198910_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198910_D_GLOBAL.out new file mode 100644 index 00000000..27a64245 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198910_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198910 STATION NETCDFs +0.09612410068511963 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198910_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198910_H_GLOBAL.out new file mode 100644 index 00000000..d73fbdb6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198910_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198910 STATION NETCDFs +0.04770127932230631 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198910_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198910_M_GLOBAL.out new file mode 100644 index 00000000..899d97e5 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198910_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198910 STATION NETCDFs +0.05055133104324341 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198911_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198911_D_GLOBAL.out new file mode 100644 index 00000000..0eb680f3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198911_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198911 STATION NETCDFs +0.09682840903600057 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198911_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198911_H_GLOBAL.out new file mode 100644 index 00000000..fc62f9a4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198911_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198911 STATION NETCDFs +0.23973052899042765 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198911_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198911_M_GLOBAL.out new file mode 100644 index 00000000..e78d44cb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198911_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198911 STATION NETCDFs +0.21945602893829347 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198912_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198912_D_GLOBAL.out new file mode 100644 index 00000000..20164864 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198912_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198912 STATION NETCDFs +0.20957945982615153 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198912_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198912_H_GLOBAL.out new file mode 100644 index 00000000..7d9ca8ec --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198912_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198912 STATION NETCDFs +0.023546020189921062 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_198912_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_198912_M_GLOBAL.out new file mode 100644 index 00000000..1a6ddbaa --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_198912_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198912 STATION NETCDFs +0.033515504995981854 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199001_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199001_D_GLOBAL.out new file mode 100644 index 00000000..7622889b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199001_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199001 STATION NETCDFs +0.04125531514485677 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199001_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199001_H_GLOBAL.out new file mode 100644 index 00000000..24194342 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199001_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199001 STATION NETCDFs +0.03108604351679484 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199001_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199001_M_GLOBAL.out new file mode 100644 index 00000000..31bc1b3e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199001_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199001 STATION NETCDFs +0.04325923919677734 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199002_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199002_D_GLOBAL.out new file mode 100644 index 00000000..1b2769e3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199002_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199002 STATION NETCDFs +0.03855983813603719 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199002_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199002_H_GLOBAL.out new file mode 100644 index 00000000..85ceef79 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199002_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199002 STATION NETCDFs +0.04023334980010986 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199002_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199002_M_GLOBAL.out new file mode 100644 index 00000000..8ceb3b90 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199002_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199002 STATION NETCDFs +0.2470881700515747 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199003_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199003_D_GLOBAL.out new file mode 100644 index 00000000..8332dae2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199003_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199003 STATION NETCDFs +0.032756149768829346 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199003_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199003_H_GLOBAL.out new file mode 100644 index 00000000..9ea71328 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199003_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199003 STATION NETCDFs +0.18193203210830688 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199003_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199003_M_GLOBAL.out new file mode 100644 index 00000000..8e2cd3c6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199003_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199003 STATION NETCDFs +0.04027519623438517 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199004_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199004_D_GLOBAL.out new file mode 100644 index 00000000..564f7063 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199004_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199004 STATION NETCDFs +0.07153583367665609 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199004_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199004_H_GLOBAL.out new file mode 100644 index 00000000..ce16d6de --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199004_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199004 STATION NETCDFs +0.032969590028127035 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199004_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199004_M_GLOBAL.out new file mode 100644 index 00000000..5d8e26dd --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199004_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199004 STATION NETCDFs +0.028355507055918376 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199005_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199005_D_GLOBAL.out new file mode 100644 index 00000000..9c593868 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199005_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199005 STATION NETCDFs +0.23833062251408896 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199005_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199005_H_GLOBAL.out new file mode 100644 index 00000000..5c77d998 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199005_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199005 STATION NETCDFs +0.24730112950007122 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199005_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199005_M_GLOBAL.out new file mode 100644 index 00000000..6d53080f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199005_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199005 STATION NETCDFs +0.071757439772288 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199006_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199006_D_GLOBAL.out new file mode 100644 index 00000000..2f90f035 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199006_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199006 STATION NETCDFs +0.03762980699539185 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199006_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199006_H_GLOBAL.out new file mode 100644 index 00000000..3116e21c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199006_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199006 STATION NETCDFs +0.12410806814829509 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199006_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199006_M_GLOBAL.out new file mode 100644 index 00000000..f3f82a9e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199006_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199006 STATION NETCDFs +0.04092284838358561 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199007_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199007_D_GLOBAL.out new file mode 100644 index 00000000..8447a2a1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199007_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199007 STATION NETCDFs +0.27057915925979614 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199007_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199007_H_GLOBAL.out new file mode 100644 index 00000000..5ccf9f2f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199007_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199007 STATION NETCDFs +0.12312959432601929 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199007_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199007_M_GLOBAL.out new file mode 100644 index 00000000..8bb49651 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199007_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199007 STATION NETCDFs +0.02839282751083374 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199008_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199008_D_GLOBAL.out new file mode 100644 index 00000000..751c55d5 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199008_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199008 STATION NETCDFs +0.052924267450968426 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199008_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199008_H_GLOBAL.out new file mode 100644 index 00000000..86f00b1e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199008_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199008 STATION NETCDFs +0.11689139207204183 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199008_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199008_M_GLOBAL.out new file mode 100644 index 00000000..17d1add6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199008_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199008 STATION NETCDFs +0.05166138807932536 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199009_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199009_D_GLOBAL.out new file mode 100644 index 00000000..c63c4804 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199009_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199009 STATION NETCDFs +0.04086924791336059 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199009_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199009_H_GLOBAL.out new file mode 100644 index 00000000..90d64e53 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199009_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199009 STATION NETCDFs +0.23002395232518513 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199009_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199009_M_GLOBAL.out new file mode 100644 index 00000000..4d464049 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199009_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199009 STATION NETCDFs +0.02406578858693441 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199010_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199010_D_GLOBAL.out new file mode 100644 index 00000000..3c5d3fb7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199010_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199010 STATION NETCDFs +0.034692994753519696 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199010_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199010_H_GLOBAL.out new file mode 100644 index 00000000..9db8a744 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199010_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199010 STATION NETCDFs +0.2300616423288981 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199010_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199010_M_GLOBAL.out new file mode 100644 index 00000000..1d4b57fe --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199010_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199010 STATION NETCDFs +0.025704936186472575 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199011_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199011_D_GLOBAL.out new file mode 100644 index 00000000..4e9a51a2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199011_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199011 STATION NETCDFs +0.05677883625030518 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199011_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199011_H_GLOBAL.out new file mode 100644 index 00000000..e9a85de2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199011_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199011 STATION NETCDFs +0.026311349868774415 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199011_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199011_M_GLOBAL.out new file mode 100644 index 00000000..03c66b23 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199011_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199011 STATION NETCDFs +0.030998055140177408 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199012_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199012_D_GLOBAL.out new file mode 100644 index 00000000..9578b60a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199012_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199012 STATION NETCDFs +0.08250760237375895 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199012_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199012_H_GLOBAL.out new file mode 100644 index 00000000..37750f4a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199012_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199012 STATION NETCDFs +0.023805479208628338 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199012_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199012_M_GLOBAL.out new file mode 100644 index 00000000..eb43ec0c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199012_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199012 STATION NETCDFs +0.03031694491704305 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199101_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199101_D_GLOBAL.out new file mode 100644 index 00000000..939fbf5d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199101_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199101 STATION NETCDFs +0.023443806171417236 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199101_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199101_H_GLOBAL.out new file mode 100644 index 00000000..020c717b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199101_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199101 STATION NETCDFs +0.02961988846460978 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199101_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199101_M_GLOBAL.out new file mode 100644 index 00000000..7ce71ed8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199101_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199101 STATION NETCDFs +0.2328515609105428 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199102_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199102_D_GLOBAL.out new file mode 100644 index 00000000..71d6b8ef --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199102_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199102 STATION NETCDFs +0.023129705588022867 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199102_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199102_H_GLOBAL.out new file mode 100644 index 00000000..11bf7173 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199102_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199102 STATION NETCDFs +0.02427041530609131 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199102_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199102_M_GLOBAL.out new file mode 100644 index 00000000..93dcf465 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199102_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199102 STATION NETCDFs +0.24704078038533528 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199103_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199103_D_GLOBAL.out new file mode 100644 index 00000000..872635ec --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199103_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199103 STATION NETCDFs +0.024027363459269205 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199103_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199103_H_GLOBAL.out new file mode 100644 index 00000000..3ece5bf8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199103_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199103 STATION NETCDFs +0.05936371882756551 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199103_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199103_M_GLOBAL.out new file mode 100644 index 00000000..dead0266 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199103_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199103 STATION NETCDFs +0.033706951141357425 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199104_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199104_D_GLOBAL.out new file mode 100644 index 00000000..ac8044e1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199104_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199104 STATION NETCDFs +0.057491838932037354 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199104_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199104_H_GLOBAL.out new file mode 100644 index 00000000..a107c730 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199104_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199104 STATION NETCDFs +0.051171875 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199104_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199104_M_GLOBAL.out new file mode 100644 index 00000000..77cae3e1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199104_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199104 STATION NETCDFs +0.02852938969930013 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199105_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199105_D_GLOBAL.out new file mode 100644 index 00000000..a6842c12 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199105_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199105 STATION NETCDFs +0.04157353639602661 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199105_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199105_H_GLOBAL.out new file mode 100644 index 00000000..5d64b2d0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199105_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199105 STATION NETCDFs +0.24546738465627035 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199105_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199105_M_GLOBAL.out new file mode 100644 index 00000000..313a5f25 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199105_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199105 STATION NETCDFs +0.045644338925679526 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199106_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199106_D_GLOBAL.out new file mode 100644 index 00000000..6d8e5b44 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199106_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199106 STATION NETCDFs +0.10365517536799113 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199106_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199106_H_GLOBAL.out new file mode 100644 index 00000000..8df4abb2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199106_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199106 STATION NETCDFs +0.22597431739171345 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199106_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199106_M_GLOBAL.out new file mode 100644 index 00000000..ea560f3a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199106_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199106 STATION NETCDFs +0.2255876898765564 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199107_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199107_D_GLOBAL.out new file mode 100644 index 00000000..013c8c02 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199107_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199107 STATION NETCDFs +0.030201276143391926 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199107_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199107_H_GLOBAL.out new file mode 100644 index 00000000..426c998f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199107_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199107 STATION NETCDFs +0.03155186176300049 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199107_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199107_M_GLOBAL.out new file mode 100644 index 00000000..c9603825 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199107_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199107 STATION NETCDFs +0.2131485382715861 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199108_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199108_D_GLOBAL.out new file mode 100644 index 00000000..7b19c8ef --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199108_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199108 STATION NETCDFs +0.20069042444229127 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199108_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199108_H_GLOBAL.out new file mode 100644 index 00000000..531e4250 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199108_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199108 STATION NETCDFs +0.2219215234120687 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199108_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199108_M_GLOBAL.out new file mode 100644 index 00000000..15f19c95 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199108_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199108 STATION NETCDFs +0.2706108729044596 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199109_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199109_D_GLOBAL.out new file mode 100644 index 00000000..5f4e7fcb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199109_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199109 STATION NETCDFs +0.25697582165400185 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199109_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199109_H_GLOBAL.out new file mode 100644 index 00000000..a623120d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199109_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199109 STATION NETCDFs +0.030824236075083413 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199109_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199109_M_GLOBAL.out new file mode 100644 index 00000000..0aa8a2a6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199109_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199109 STATION NETCDFs +0.05258195002873738 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199110_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199110_D_GLOBAL.out new file mode 100644 index 00000000..f76ad0ab --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199110_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199110 STATION NETCDFs +0.23713813622792562 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199110_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199110_H_GLOBAL.out new file mode 100644 index 00000000..91e68b7d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199110_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199110 STATION NETCDFs +0.041900392373402914 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199110_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199110_M_GLOBAL.out new file mode 100644 index 00000000..a138e792 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199110_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199110 STATION NETCDFs +0.06632453600565592 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199111_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199111_D_GLOBAL.out new file mode 100644 index 00000000..63eaef93 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199111_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199111 STATION NETCDFs +0.040131147702534994 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199111_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199111_H_GLOBAL.out new file mode 100644 index 00000000..b8641df3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199111_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199111 STATION NETCDFs +0.1732003966967265 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199111_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199111_M_GLOBAL.out new file mode 100644 index 00000000..5445abf2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199111_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199111 STATION NETCDFs +0.023280223210652668 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199112_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199112_D_GLOBAL.out new file mode 100644 index 00000000..12f54ba3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199112_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199112 STATION NETCDFs +0.029151344299316408 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199112_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199112_H_GLOBAL.out new file mode 100644 index 00000000..06d5fe2d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199112_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199112 STATION NETCDFs +0.025315519173940024 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199112_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199112_M_GLOBAL.out new file mode 100644 index 00000000..8235ab7c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199112_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199112 STATION NETCDFs +0.06878766616185507 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199201_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199201_D_GLOBAL.out new file mode 100644 index 00000000..9d407121 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199201_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199201 STATION NETCDFs +0.027355329195658366 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199201_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199201_H_GLOBAL.out new file mode 100644 index 00000000..8cd738a5 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199201_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199201 STATION NETCDFs +0.16540858348210652 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199201_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199201_M_GLOBAL.out new file mode 100644 index 00000000..341a3902 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199201_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199201 STATION NETCDFs +0.0401206374168396 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199202_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199202_D_GLOBAL.out new file mode 100644 index 00000000..7e966f73 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199202_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199202 STATION NETCDFs +0.03025087118148804 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199202_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199202_H_GLOBAL.out new file mode 100644 index 00000000..ee290d4a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199202_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199202 STATION NETCDFs +0.14759965340296427 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199202_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199202_M_GLOBAL.out new file mode 100644 index 00000000..3a23402d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199202_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199202 STATION NETCDFs +0.0272250493367513 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199203_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199203_D_GLOBAL.out new file mode 100644 index 00000000..ecf9b956 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199203_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199203 STATION NETCDFs +0.04312464396158854 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199203_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199203_H_GLOBAL.out new file mode 100644 index 00000000..3f34caa3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199203_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199203 STATION NETCDFs +0.06652946869532267 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199203_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199203_M_GLOBAL.out new file mode 100644 index 00000000..8cb8f054 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199203_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199203 STATION NETCDFs +0.028482155005137125 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199204_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199204_D_GLOBAL.out new file mode 100644 index 00000000..c8865356 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199204_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199204 STATION NETCDFs +0.03006805181503296 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199204_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199204_H_GLOBAL.out new file mode 100644 index 00000000..7275ef43 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199204_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199204 STATION NETCDFs +0.0657752792040507 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199204_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199204_M_GLOBAL.out new file mode 100644 index 00000000..9de38a9d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199204_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199204 STATION NETCDFs +0.04047653277715047 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199205_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199205_D_GLOBAL.out new file mode 100644 index 00000000..c59c8c71 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199205_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199205 STATION NETCDFs +0.02650697628657023 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199205_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199205_H_GLOBAL.out new file mode 100644 index 00000000..6e17ef56 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199205_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199205 STATION NETCDFs +0.025800414880116782 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199205_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199205_M_GLOBAL.out new file mode 100644 index 00000000..64c4b9f3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199205_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199205 STATION NETCDFs +0.038431406021118164 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199206_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199206_D_GLOBAL.out new file mode 100644 index 00000000..ae285d45 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199206_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199206 STATION NETCDFs +0.02308958371480306 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199206_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199206_H_GLOBAL.out new file mode 100644 index 00000000..63a5dd91 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199206_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199206 STATION NETCDFs +0.02548327048619588 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199206_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199206_M_GLOBAL.out new file mode 100644 index 00000000..cb625f56 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199206_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199206 STATION NETCDFs +0.20535861651102702 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199207_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199207_D_GLOBAL.out new file mode 100644 index 00000000..8e9ffd12 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199207_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199207 STATION NETCDFs +0.07757601340611776 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199207_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199207_H_GLOBAL.out new file mode 100644 index 00000000..2bbda5d6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199207_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199207 STATION NETCDFs +0.024957807858784993 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199207_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199207_M_GLOBAL.out new file mode 100644 index 00000000..bce13bbb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199207_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199207 STATION NETCDFs +0.049389982223510744 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199208_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199208_D_GLOBAL.out new file mode 100644 index 00000000..3faeeb46 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199208_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199208 STATION NETCDFs +0.26235820055007936 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199208_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199208_H_GLOBAL.out new file mode 100644 index 00000000..8876412e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199208_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199208 STATION NETCDFs +0.1888275663057963 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199208_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199208_M_GLOBAL.out new file mode 100644 index 00000000..7e3579d7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199208_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199208 STATION NETCDFs +0.24643590052922568 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199209_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199209_D_GLOBAL.out new file mode 100644 index 00000000..ea28f24c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199209_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199209 STATION NETCDFs +0.22214672962824503 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199209_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199209_H_GLOBAL.out new file mode 100644 index 00000000..0e158d91 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199209_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199209 STATION NETCDFs +0.2466910719871521 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199209_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199209_M_GLOBAL.out new file mode 100644 index 00000000..f387dbb1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199209_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199209 STATION NETCDFs +0.07781829436620076 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199210_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199210_D_GLOBAL.out new file mode 100644 index 00000000..ee5badbd --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199210_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199210 STATION NETCDFs +0.07484558820724488 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199210_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199210_H_GLOBAL.out new file mode 100644 index 00000000..a0161f5d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199210_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199210 STATION NETCDFs +0.04927717049916585 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199210_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199210_M_GLOBAL.out new file mode 100644 index 00000000..cb3cfaec --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199210_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199210 STATION NETCDFs +0.032537329196929934 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199211_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199211_D_GLOBAL.out new file mode 100644 index 00000000..c8775978 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199211_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199211 STATION NETCDFs +0.06995783646901449 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199211_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199211_H_GLOBAL.out new file mode 100644 index 00000000..c0fb1a15 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199211_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199211 STATION NETCDFs +0.2469919999440511 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199211_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199211_M_GLOBAL.out new file mode 100644 index 00000000..c1f5a773 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199211_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199211 STATION NETCDFs +0.148388942082723 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199212_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199212_D_GLOBAL.out new file mode 100644 index 00000000..c81fb852 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199212_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199212 STATION NETCDFs +0.037731297810872394 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199212_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199212_H_GLOBAL.out new file mode 100644 index 00000000..07dee524 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199212_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199212 STATION NETCDFs +0.1479663332303365 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199212_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199212_M_GLOBAL.out new file mode 100644 index 00000000..a7f41637 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199212_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199212 STATION NETCDFs +0.04349491198857625 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199301_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199301_D_GLOBAL.out new file mode 100644 index 00000000..97bc1117 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199301_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199301 STATION NETCDFs +0.04075632492701212 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199301_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199301_H_GLOBAL.out new file mode 100644 index 00000000..d7cd5b6f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199301_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199301 STATION NETCDFs +0.19237689971923827 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199301_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199301_M_GLOBAL.out new file mode 100644 index 00000000..becad664 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199301_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199301 STATION NETCDFs +0.031604679425557454 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199302_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199302_D_GLOBAL.out new file mode 100644 index 00000000..8d58cc58 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199302_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199302 STATION NETCDFs +0.03336789210637411 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199302_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199302_H_GLOBAL.out new file mode 100644 index 00000000..4ccd2653 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199302_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199302 STATION NETCDFs +0.029786582787831625 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199302_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199302_M_GLOBAL.out new file mode 100644 index 00000000..15417e64 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199302_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199302 STATION NETCDFs +0.06745095252990722 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199303_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199303_D_GLOBAL.out new file mode 100644 index 00000000..5e463b7b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199303_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199303 STATION NETCDFs +0.057513308525085446 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199303_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199303_H_GLOBAL.out new file mode 100644 index 00000000..8398ddc9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199303_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199303 STATION NETCDFs +0.024813429514567057 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199303_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199303_M_GLOBAL.out new file mode 100644 index 00000000..d3240f6d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199303_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199303 STATION NETCDFs +0.03062523603439331 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199304_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199304_D_GLOBAL.out new file mode 100644 index 00000000..d18a009b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199304_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199304 STATION NETCDFs +0.052837308247884116 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199304_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199304_H_GLOBAL.out new file mode 100644 index 00000000..ce1c9326 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199304_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199304 STATION NETCDFs +0.1237296223640442 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199304_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199304_M_GLOBAL.out new file mode 100644 index 00000000..68d55c3c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199304_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199304 STATION NETCDFs +0.031193729241689047 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199305_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199305_D_GLOBAL.out new file mode 100644 index 00000000..468a13f4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199305_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199305 STATION NETCDFs +0.04139228264490764 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199305_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199305_H_GLOBAL.out new file mode 100644 index 00000000..ccc64923 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199305_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199305 STATION NETCDFs +0.05068921248118083 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199305_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199305_M_GLOBAL.out new file mode 100644 index 00000000..c3e70c11 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199305_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199305 STATION NETCDFs +0.026397653420766196 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199306_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199306_D_GLOBAL.out new file mode 100644 index 00000000..b77188cc --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199306_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199306 STATION NETCDFs +0.06414457956949869 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199306_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199306_H_GLOBAL.out new file mode 100644 index 00000000..b1fc01d1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199306_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199306 STATION NETCDFs +0.23513511021931965 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199306_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199306_M_GLOBAL.out new file mode 100644 index 00000000..4a178fd8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199306_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199306 STATION NETCDFs +0.24829919735590616 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199307_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199307_D_GLOBAL.out new file mode 100644 index 00000000..7176d477 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199307_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199307 STATION NETCDFs +0.026114110151926676 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199307_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199307_H_GLOBAL.out new file mode 100644 index 00000000..c38bf7ee --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199307_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199307 STATION NETCDFs +0.024237736066182455 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199307_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199307_M_GLOBAL.out new file mode 100644 index 00000000..78af2935 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199307_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199307 STATION NETCDFs +0.2709125200907389 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199308_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199308_D_GLOBAL.out new file mode 100644 index 00000000..b750f289 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199308_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199308 STATION NETCDFs +0.2684364398320516 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199308_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199308_H_GLOBAL.out new file mode 100644 index 00000000..6f606550 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199308_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199308 STATION NETCDFs +0.026839677492777506 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199308_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199308_M_GLOBAL.out new file mode 100644 index 00000000..c3797b67 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199308_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199308 STATION NETCDFs +0.05205978155136108 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199309_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199309_D_GLOBAL.out new file mode 100644 index 00000000..30a35e0d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199309_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199309 STATION NETCDFs +0.08343313137690227 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199309_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199309_H_GLOBAL.out new file mode 100644 index 00000000..3b6e421c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199309_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199309 STATION NETCDFs +0.028124133745829265 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199309_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199309_M_GLOBAL.out new file mode 100644 index 00000000..5db1550e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199309_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199309 STATION NETCDFs +0.12097579638163249 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199310_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199310_D_GLOBAL.out new file mode 100644 index 00000000..98e04a32 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199310_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199310 STATION NETCDFs +0.02959280014038086 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199310_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199310_H_GLOBAL.out new file mode 100644 index 00000000..e4e391ab --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199310_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199310 STATION NETCDFs +0.026115818818410238 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199310_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199310_M_GLOBAL.out new file mode 100644 index 00000000..a9bd8450 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199310_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199310 STATION NETCDFs +0.03273313045501709 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199311_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199311_D_GLOBAL.out new file mode 100644 index 00000000..c6a4fb1c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199311_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199311 STATION NETCDFs +0.05174535115559896 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199311_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199311_H_GLOBAL.out new file mode 100644 index 00000000..1ef0d13d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199311_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199311 STATION NETCDFs +0.035113640626271564 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199311_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199311_M_GLOBAL.out new file mode 100644 index 00000000..77831983 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199311_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199311 STATION NETCDFs +0.03326760133107503 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199312_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199312_D_GLOBAL.out new file mode 100644 index 00000000..5c2fb71b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199312_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199312 STATION NETCDFs +0.2525519410769145 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199312_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199312_H_GLOBAL.out new file mode 100644 index 00000000..2d39157c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199312_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199312 STATION NETCDFs +0.06141563653945923 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199312_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199312_M_GLOBAL.out new file mode 100644 index 00000000..f2c10a1f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199312_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199312 STATION NETCDFs +0.06444680293401082 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199401_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199401_D_GLOBAL.out new file mode 100644 index 00000000..2801e9f6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199401_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199401 STATION NETCDFs +0.05130642652511597 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199401_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199401_H_GLOBAL.out new file mode 100644 index 00000000..4ff279e9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199401_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199401 STATION NETCDFs +0.0675434947013855 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199401_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199401_M_GLOBAL.out new file mode 100644 index 00000000..8c17315f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199401_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199401 STATION NETCDFs +0.2529618263244629 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199402_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199402_D_GLOBAL.out new file mode 100644 index 00000000..56cf8fc8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199402_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199402 STATION NETCDFs +0.05082982778549194 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199402_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199402_H_GLOBAL.out new file mode 100644 index 00000000..7ea8bc78 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199402_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199402 STATION NETCDFs +0.04219024181365967 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199402_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199402_M_GLOBAL.out new file mode 100644 index 00000000..80658b27 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199402_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199402 STATION NETCDFs +0.2860408902168274 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199403_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199403_D_GLOBAL.out new file mode 100644 index 00000000..0370d3ca --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199403_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199403 STATION NETCDFs +0.21657682259877523 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199403_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199403_H_GLOBAL.out new file mode 100644 index 00000000..e2b255ad --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199403_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199403 STATION NETCDFs +0.07475459973017375 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199403_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199403_M_GLOBAL.out new file mode 100644 index 00000000..eb18179d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199403_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199403 STATION NETCDFs +0.06572056214014689 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199404_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199404_D_GLOBAL.out new file mode 100644 index 00000000..5a28505c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199404_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199404 STATION NETCDFs +0.07575455904006959 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199404_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199404_H_GLOBAL.out new file mode 100644 index 00000000..930ae7f3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199404_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199404 STATION NETCDFs +0.25349611043930054 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199404_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199404_M_GLOBAL.out new file mode 100644 index 00000000..59c58e7f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199404_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199404 STATION NETCDFs +0.24714622100194295 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199405_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199405_D_GLOBAL.out new file mode 100644 index 00000000..6b5805a7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199405_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199405 STATION NETCDFs +0.04658656120300293 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199405_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199405_H_GLOBAL.out new file mode 100644 index 00000000..53b735ae --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199405_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199405 STATION NETCDFs +0.17328201134999593 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199405_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199405_M_GLOBAL.out new file mode 100644 index 00000000..2bb45393 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199405_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199405 STATION NETCDFs +0.22127595742543538 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199406_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199406_D_GLOBAL.out new file mode 100644 index 00000000..8440e042 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199406_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199406 STATION NETCDFs +0.06549359162648519 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199406_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199406_H_GLOBAL.out new file mode 100644 index 00000000..2d34167c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199406_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199406 STATION NETCDFs +0.08490987221399943 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199406_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199406_M_GLOBAL.out new file mode 100644 index 00000000..a849a7ae --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199406_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199406 STATION NETCDFs +0.08420712153116862 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199407_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199407_D_GLOBAL.out new file mode 100644 index 00000000..acbc9c46 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199407_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199407 STATION NETCDFs +0.047438192367553714 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199407_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199407_H_GLOBAL.out new file mode 100644 index 00000000..a97370a6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199407_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199407 STATION NETCDFs +0.06507628758748372 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199407_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199407_M_GLOBAL.out new file mode 100644 index 00000000..fe8c64e4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199407_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199407 STATION NETCDFs +0.046991209189097084 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199408_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199408_D_GLOBAL.out new file mode 100644 index 00000000..3afdb6e9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199408_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199408 STATION NETCDFs +0.074852454662323 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199408_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199408_H_GLOBAL.out new file mode 100644 index 00000000..bbcfab14 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199408_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199408 STATION NETCDFs +0.13598324060440065 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199408_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199408_M_GLOBAL.out new file mode 100644 index 00000000..ee0adaa6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199408_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199408 STATION NETCDFs +0.06048945188522339 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199409_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199409_D_GLOBAL.out new file mode 100644 index 00000000..58bbf8bc --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199409_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199409 STATION NETCDFs +0.07268691062927246 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199409_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199409_H_GLOBAL.out new file mode 100644 index 00000000..62e34577 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199409_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199409 STATION NETCDFs +0.048872788747151695 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199409_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199409_M_GLOBAL.out new file mode 100644 index 00000000..99cde1b2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199409_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199409 STATION NETCDFs +0.07687867482503255 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199410_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199410_D_GLOBAL.out new file mode 100644 index 00000000..9930ed23 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199410_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199410 STATION NETCDFs +0.26024356683095295 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199410_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199410_H_GLOBAL.out new file mode 100644 index 00000000..6650c5e9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199410_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199410 STATION NETCDFs +0.23799434502919514 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199410_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199410_M_GLOBAL.out new file mode 100644 index 00000000..a2ac6839 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199410_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199410 STATION NETCDFs +0.13758407831192015 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199411_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199411_D_GLOBAL.out new file mode 100644 index 00000000..eb213852 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199411_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199411 STATION NETCDFs +0.051261703173319496 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199411_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199411_H_GLOBAL.out new file mode 100644 index 00000000..6ba6056e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199411_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199411 STATION NETCDFs +0.0472613255182902 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199411_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199411_M_GLOBAL.out new file mode 100644 index 00000000..37e8a888 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199411_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199411 STATION NETCDFs +0.045932392279307045 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199412_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199412_D_GLOBAL.out new file mode 100644 index 00000000..b09d013b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199412_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199412 STATION NETCDFs +0.2605974992116292 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199412_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199412_H_GLOBAL.out new file mode 100644 index 00000000..9d9bb16a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199412_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199412 STATION NETCDFs +0.042368165651957196 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199412_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199412_M_GLOBAL.out new file mode 100644 index 00000000..38dc69b7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199412_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199412 STATION NETCDFs +0.05568333864212036 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199501_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199501_D_GLOBAL.out new file mode 100644 index 00000000..47d77479 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199501_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199501 STATION NETCDFs +0.05059303442637126 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199501_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199501_H_GLOBAL.out new file mode 100644 index 00000000..8a11c845 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199501_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199501 STATION NETCDFs +0.05664665699005127 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199501_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199501_M_GLOBAL.out new file mode 100644 index 00000000..8bae4fb0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199501_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199501 STATION NETCDFs +0.05311384201049805 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199502_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199502_D_GLOBAL.out new file mode 100644 index 00000000..19fc0c7c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199502_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199502 STATION NETCDFs +0.05332404375076294 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199502_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199502_H_GLOBAL.out new file mode 100644 index 00000000..eca71443 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199502_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199502 STATION NETCDFs +0.05267206827799479 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199502_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199502_M_GLOBAL.out new file mode 100644 index 00000000..d0d73eef --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199502_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199502 STATION NETCDFs +0.13849958578745525 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199503_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199503_D_GLOBAL.out new file mode 100644 index 00000000..b95a4088 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199503_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199503 STATION NETCDFs +0.13904544115066528 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199503_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199503_H_GLOBAL.out new file mode 100644 index 00000000..68aaed59 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199503_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199503 STATION NETCDFs +0.05030436118443807 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199503_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199503_M_GLOBAL.out new file mode 100644 index 00000000..18fd5aab --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199503_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199503 STATION NETCDFs +0.2067862351735433 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199504_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199504_D_GLOBAL.out new file mode 100644 index 00000000..7bab1788 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199504_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199504 STATION NETCDFs +0.21350859403610228 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199504_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199504_H_GLOBAL.out new file mode 100644 index 00000000..5235489f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199504_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199504 STATION NETCDFs +0.15642654101053874 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199504_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199504_M_GLOBAL.out new file mode 100644 index 00000000..e43cf895 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199504_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199504 STATION NETCDFs +0.08603015343348185 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199505_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199505_D_GLOBAL.out new file mode 100644 index 00000000..6c7aa6f8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199505_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199505 STATION NETCDFs +0.044341862201690674 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199505_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199505_H_GLOBAL.out new file mode 100644 index 00000000..7e2dd9d7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199505_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199505 STATION NETCDFs +0.08273183902104696 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199505_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199505_M_GLOBAL.out new file mode 100644 index 00000000..37949c1e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199505_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199505 STATION NETCDFs +0.08042898575464884 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199506_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199506_D_GLOBAL.out new file mode 100644 index 00000000..9e0647dc --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199506_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199506 STATION NETCDFs +0.04914113283157349 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199506_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199506_H_GLOBAL.out new file mode 100644 index 00000000..4a41257a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199506_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199506 STATION NETCDFs +0.25778562227884927 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199506_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199506_M_GLOBAL.out new file mode 100644 index 00000000..52aa9b8e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199506_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199506 STATION NETCDFs +0.07270199060440063 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199507_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199507_D_GLOBAL.out new file mode 100644 index 00000000..ea1076cb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199507_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199507 STATION NETCDFs +0.06499468485514323 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199507_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199507_H_GLOBAL.out new file mode 100644 index 00000000..1281f436 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199507_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199507 STATION NETCDFs +0.06852859656016032 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199507_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199507_M_GLOBAL.out new file mode 100644 index 00000000..78036ac5 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199507_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199507 STATION NETCDFs +0.05224192937215169 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199508_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199508_D_GLOBAL.out new file mode 100644 index 00000000..16ca9130 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199508_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199508 STATION NETCDFs +0.26219650109608966 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199508_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199508_H_GLOBAL.out new file mode 100644 index 00000000..b0ab02f0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199508_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199508 STATION NETCDFs +0.15433027346928915 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199508_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199508_M_GLOBAL.out new file mode 100644 index 00000000..6728d014 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199508_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199508 STATION NETCDFs +0.0652315100034078 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199509_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199509_D_GLOBAL.out new file mode 100644 index 00000000..925c10bf --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199509_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199509 STATION NETCDFs +0.05647805134455363 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199509_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199509_H_GLOBAL.out new file mode 100644 index 00000000..66a2af92 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199509_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199509 STATION NETCDFs +0.19864354530970255 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199509_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199509_M_GLOBAL.out new file mode 100644 index 00000000..0b512faf --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199509_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199509 STATION NETCDFs +0.05743537346522013 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199510_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199510_D_GLOBAL.out new file mode 100644 index 00000000..2242760b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199510_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199510 STATION NETCDFs +0.2581343412399292 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199510_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199510_H_GLOBAL.out new file mode 100644 index 00000000..513c0a7b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199510_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199510 STATION NETCDFs +0.08766295512517293 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199510_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199510_M_GLOBAL.out new file mode 100644 index 00000000..9392fb60 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199510_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199510 STATION NETCDFs +0.049698023001352946 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199511_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199511_D_GLOBAL.out new file mode 100644 index 00000000..a836ef0b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199511_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199511 STATION NETCDFs +0.07722970644632975 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199511_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199511_H_GLOBAL.out new file mode 100644 index 00000000..6b7e8dfb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199511_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199511 STATION NETCDFs +0.051435208320617674 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199511_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199511_M_GLOBAL.out new file mode 100644 index 00000000..35e3a419 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199511_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199511 STATION NETCDFs +0.051896417140960695 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199512_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199512_D_GLOBAL.out new file mode 100644 index 00000000..66b209c2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199512_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199512 STATION NETCDFs +0.10658697684605917 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199512_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199512_H_GLOBAL.out new file mode 100644 index 00000000..a44e82dc --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199512_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199512 STATION NETCDFs +0.25607277154922486 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199512_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199512_M_GLOBAL.out new file mode 100644 index 00000000..21fdaf12 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199512_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199512 STATION NETCDFs +0.09056942065556844 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199601_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199601_D_GLOBAL.out new file mode 100644 index 00000000..3e009d33 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199601_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199601 STATION NETCDFs +0.10209317604700724 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199601_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199601_H_GLOBAL.out new file mode 100644 index 00000000..cb50ad8b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199601_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199601 STATION NETCDFs +0.045613388220469155 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199601_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199601_M_GLOBAL.out new file mode 100644 index 00000000..da67349d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199601_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199601 STATION NETCDFs +0.057061572869618736 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199602_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199602_D_GLOBAL.out new file mode 100644 index 00000000..42c6d458 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199602_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199602 STATION NETCDFs +0.053726601600646975 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199602_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199602_H_GLOBAL.out new file mode 100644 index 00000000..3496a6a1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199602_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199602 STATION NETCDFs +0.2119299054145813 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199602_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199602_M_GLOBAL.out new file mode 100644 index 00000000..e44b63ab --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199602_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199602 STATION NETCDFs +0.046577235062917076 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199603_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199603_D_GLOBAL.out new file mode 100644 index 00000000..100a79c7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199603_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199603 STATION NETCDFs +0.06939183473587036 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199603_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199603_H_GLOBAL.out new file mode 100644 index 00000000..ad988dfd --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199603_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199603 STATION NETCDFs +0.24848936796188353 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199603_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199603_M_GLOBAL.out new file mode 100644 index 00000000..258679bf --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199603_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199603 STATION NETCDFs +0.13833056290944418 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199604_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199604_D_GLOBAL.out new file mode 100644 index 00000000..e2b57e6e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199604_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199604 STATION NETCDFs +0.070371941725413 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199604_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199604_H_GLOBAL.out new file mode 100644 index 00000000..cbc36925 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199604_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199604 STATION NETCDFs +0.04359092712402344 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199604_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199604_M_GLOBAL.out new file mode 100644 index 00000000..55c3e66d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199604_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199604 STATION NETCDFs +0.21088984807332356 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199605_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199605_D_GLOBAL.out new file mode 100644 index 00000000..947476ef --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199605_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199605 STATION NETCDFs +0.06667202313741048 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199605_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199605_H_GLOBAL.out new file mode 100644 index 00000000..a0a436f7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199605_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199605 STATION NETCDFs +0.04321041504542033 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199605_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199605_M_GLOBAL.out new file mode 100644 index 00000000..6fa6cceb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199605_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199605 STATION NETCDFs +0.06951344013214111 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199606_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199606_D_GLOBAL.out new file mode 100644 index 00000000..acbb13c5 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199606_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199606 STATION NETCDFs +0.06550663709640503 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199606_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199606_H_GLOBAL.out new file mode 100644 index 00000000..6f036151 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199606_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199606 STATION NETCDFs +0.04668186902999878 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199606_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199606_M_GLOBAL.out new file mode 100644 index 00000000..8b0b2cb5 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199606_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199606 STATION NETCDFs +0.10175613164901734 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199607_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199607_D_GLOBAL.out new file mode 100644 index 00000000..7405f0ec --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199607_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199607 STATION NETCDFs +0.2570290446281433 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199607_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199607_H_GLOBAL.out new file mode 100644 index 00000000..b841e40b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199607_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199607 STATION NETCDFs +0.04156123797098796 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199607_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199607_M_GLOBAL.out new file mode 100644 index 00000000..c8e79ed4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199607_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199607 STATION NETCDFs +0.1435112675031026 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199608_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199608_D_GLOBAL.out new file mode 100644 index 00000000..98394776 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199608_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199608 STATION NETCDFs +0.07109142144521077 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199608_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199608_H_GLOBAL.out new file mode 100644 index 00000000..b451822b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199608_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199608 STATION NETCDFs +0.044605791568756104 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199608_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199608_M_GLOBAL.out new file mode 100644 index 00000000..c0104f8d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199608_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199608 STATION NETCDFs +0.06614328622817993 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199609_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199609_D_GLOBAL.out new file mode 100644 index 00000000..25fb0bef --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199609_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199609 STATION NETCDFs +0.08678849935531616 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199609_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199609_H_GLOBAL.out new file mode 100644 index 00000000..f6d3b351 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199609_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199609 STATION NETCDFs +0.05120388666788737 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199609_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199609_M_GLOBAL.out new file mode 100644 index 00000000..612e45a3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199609_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199609 STATION NETCDFs +0.057964034875233966 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199610_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199610_D_GLOBAL.out new file mode 100644 index 00000000..5940ffb3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199610_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199610 STATION NETCDFs +0.04680925210316976 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199610_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199610_H_GLOBAL.out new file mode 100644 index 00000000..06da04d6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199610_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199610 STATION NETCDFs +0.06874262889226278 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199610_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199610_M_GLOBAL.out new file mode 100644 index 00000000..dd539f8b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199610_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199610 STATION NETCDFs +0.05555952787399292 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199611_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199611_D_GLOBAL.out new file mode 100644 index 00000000..3a3a282b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199611_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199611 STATION NETCDFs +0.055349854628245036 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199611_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199611_H_GLOBAL.out new file mode 100644 index 00000000..9bec3c4b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199611_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199611 STATION NETCDFs +0.05915795962015788 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199611_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199611_M_GLOBAL.out new file mode 100644 index 00000000..c64e6d59 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199611_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199611 STATION NETCDFs +0.07386664549509685 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199612_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199612_D_GLOBAL.out new file mode 100644 index 00000000..66641357 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199612_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199612 STATION NETCDFs +0.07143494685490927 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199612_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199612_H_GLOBAL.out new file mode 100644 index 00000000..6ae7e2bc --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199612_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199612 STATION NETCDFs +0.24878313541412353 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199612_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199612_M_GLOBAL.out new file mode 100644 index 00000000..4ad9b8f0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199612_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199612 STATION NETCDFs +0.04877654711405436 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199701_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199701_D_GLOBAL.out new file mode 100644 index 00000000..396b0b26 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199701_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199701 STATION NETCDFs +0.24775760173797606 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199701_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199701_H_GLOBAL.out new file mode 100644 index 00000000..922e5373 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199701_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199701 STATION NETCDFs +0.07671840985616048 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199701_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199701_M_GLOBAL.out new file mode 100644 index 00000000..62a9b2d4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199701_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199701 STATION NETCDFs +0.21450486580530803 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199702_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199702_D_GLOBAL.out new file mode 100644 index 00000000..4d489056 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199702_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199702 STATION NETCDFs +0.0473447839419047 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199702_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199702_H_GLOBAL.out new file mode 100644 index 00000000..32c187c7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199702_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199702 STATION NETCDFs +0.16707576513290406 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199702_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199702_M_GLOBAL.out new file mode 100644 index 00000000..dd0de718 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199702_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199702 STATION NETCDFs +0.07207170327504477 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199703_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199703_D_GLOBAL.out new file mode 100644 index 00000000..76bebace --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199703_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199703 STATION NETCDFs +0.25560584863026936 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199703_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199703_H_GLOBAL.out new file mode 100644 index 00000000..8f579390 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199703_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199703 STATION NETCDFs +0.04502104918162028 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199703_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199703_M_GLOBAL.out new file mode 100644 index 00000000..2079057e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199703_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199703 STATION NETCDFs +0.06767082611719767 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199704_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199704_D_GLOBAL.out new file mode 100644 index 00000000..46cac465 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199704_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199704 STATION NETCDFs +0.049480779965718584 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199704_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199704_H_GLOBAL.out new file mode 100644 index 00000000..c9a3ecc9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199704_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199704 STATION NETCDFs +0.05853797197341919 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199704_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199704_M_GLOBAL.out new file mode 100644 index 00000000..7a32422c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199704_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199704 STATION NETCDFs +0.2568763573964437 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199705_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199705_D_GLOBAL.out new file mode 100644 index 00000000..1c4c4742 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199705_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199705 STATION NETCDFs +0.07095151742299398 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199705_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199705_H_GLOBAL.out new file mode 100644 index 00000000..67fdcf24 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199705_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199705 STATION NETCDFs +0.049846927324930825 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199705_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199705_M_GLOBAL.out new file mode 100644 index 00000000..f83dc196 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199705_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199705 STATION NETCDFs +0.24040327072143555 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199706_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199706_D_GLOBAL.out new file mode 100644 index 00000000..f9f7eb02 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199706_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199706 STATION NETCDFs +0.04860110282897949 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199706_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199706_H_GLOBAL.out new file mode 100644 index 00000000..6c42fe64 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199706_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199706 STATION NETCDFs +0.0514644980430603 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199706_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199706_M_GLOBAL.out new file mode 100644 index 00000000..8d11e264 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199706_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199706 STATION NETCDFs +0.06914364496866862 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199707_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199707_D_GLOBAL.out new file mode 100644 index 00000000..d7515f30 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199707_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199707 STATION NETCDFs +0.05076408783594767 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199707_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199707_H_GLOBAL.out new file mode 100644 index 00000000..a752553c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199707_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199707 STATION NETCDFs +0.05158913930257161 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199707_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199707_M_GLOBAL.out new file mode 100644 index 00000000..7220c38c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199707_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199707 STATION NETCDFs +0.04316163857777913 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199708_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199708_D_GLOBAL.out new file mode 100644 index 00000000..0570060e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199708_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199708 STATION NETCDFs +0.07590300639470418 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199708_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199708_H_GLOBAL.out new file mode 100644 index 00000000..9c5093b6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199708_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199708 STATION NETCDFs +0.1928581674893697 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199708_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199708_M_GLOBAL.out new file mode 100644 index 00000000..edd4720a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199708_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199708 STATION NETCDFs +0.15152686834335327 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199709_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199709_D_GLOBAL.out new file mode 100644 index 00000000..a828b57a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199709_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199709 STATION NETCDFs +0.05886672735214234 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199709_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199709_H_GLOBAL.out new file mode 100644 index 00000000..5287efcd --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199709_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199709 STATION NETCDFs +0.24859609206517538 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199709_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199709_M_GLOBAL.out new file mode 100644 index 00000000..1e0d4ef4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199709_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199709 STATION NETCDFs +0.08569123744964599 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199710_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199710_D_GLOBAL.out new file mode 100644 index 00000000..fa142a94 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199710_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199710 STATION NETCDFs +0.07793010075887044 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199710_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199710_H_GLOBAL.out new file mode 100644 index 00000000..fc9adf31 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199710_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199710 STATION NETCDFs +0.04423117240269979 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199710_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199710_M_GLOBAL.out new file mode 100644 index 00000000..107c5af9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199710_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199710 STATION NETCDFs +0.24918347994486492 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199711_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199711_D_GLOBAL.out new file mode 100644 index 00000000..e4266e32 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199711_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199711 STATION NETCDFs +0.2510518431663513 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199711_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199711_H_GLOBAL.out new file mode 100644 index 00000000..575769f3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199711_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199711 STATION NETCDFs +0.08449174960454305 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199711_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199711_M_GLOBAL.out new file mode 100644 index 00000000..57f26251 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199711_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199711 STATION NETCDFs +0.07327192624409994 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199712_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199712_D_GLOBAL.out new file mode 100644 index 00000000..5bf042c3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199712_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199712 STATION NETCDFs +0.28436806201934817 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199712_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199712_H_GLOBAL.out new file mode 100644 index 00000000..831fdc67 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199712_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199712 STATION NETCDFs +0.046468818187713624 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199712_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199712_M_GLOBAL.out new file mode 100644 index 00000000..3c4836c4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199712_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199712 STATION NETCDFs +0.10202808777491251 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199801_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199801_D_GLOBAL.out new file mode 100644 index 00000000..b6943e9c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199801_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199801 STATION NETCDFs +0.07939036687215169 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199801_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199801_H_GLOBAL.out new file mode 100644 index 00000000..af9f59d7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199801_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199801 STATION NETCDFs +0.05329190095265706 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199801_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199801_M_GLOBAL.out new file mode 100644 index 00000000..b1fce612 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199801_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199801 STATION NETCDFs +0.05077766974767049 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199802_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199802_D_GLOBAL.out new file mode 100644 index 00000000..366d0637 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199802_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199802 STATION NETCDFs +0.07873717149098715 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199802_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199802_H_GLOBAL.out new file mode 100644 index 00000000..1efff255 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199802_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199802 STATION NETCDFs +0.25166223843892416 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199802_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199802_M_GLOBAL.out new file mode 100644 index 00000000..76c662cc --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199802_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199802 STATION NETCDFs +0.07510616381963094 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199803_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199803_D_GLOBAL.out new file mode 100644 index 00000000..3cb8e45c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199803_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199803 STATION NETCDFs +0.139497709274292 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199803_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199803_H_GLOBAL.out new file mode 100644 index 00000000..cd65559f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199803_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199803 STATION NETCDFs +0.0754495104153951 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199803_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199803_M_GLOBAL.out new file mode 100644 index 00000000..1af5d8f2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199803_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199803 STATION NETCDFs +0.26193797985712686 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199804_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199804_D_GLOBAL.out new file mode 100644 index 00000000..efe6bded --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199804_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199804 STATION NETCDFs +0.082923956712087 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199804_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199804_H_GLOBAL.out new file mode 100644 index 00000000..a596a0f3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199804_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199804 STATION NETCDFs +0.0824875553448995 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199804_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199804_M_GLOBAL.out new file mode 100644 index 00000000..422b9fe4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199804_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199804 STATION NETCDFs +0.2536749362945557 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199805_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199805_D_GLOBAL.out new file mode 100644 index 00000000..d61da70a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199805_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199805 STATION NETCDFs +0.08394888639450074 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199805_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199805_H_GLOBAL.out new file mode 100644 index 00000000..8ffccc90 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199805_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199805 STATION NETCDFs +0.05424352486928304 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199805_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199805_M_GLOBAL.out new file mode 100644 index 00000000..7404126a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199805_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199805 STATION NETCDFs +0.08481420675913492 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199806_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199806_D_GLOBAL.out new file mode 100644 index 00000000..2a397e54 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199806_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199806 STATION NETCDFs +0.2516029278437297 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199806_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199806_H_GLOBAL.out new file mode 100644 index 00000000..189c40e3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199806_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199806 STATION NETCDFs +0.046566494305928546 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199806_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199806_M_GLOBAL.out new file mode 100644 index 00000000..48440cc8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199806_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199806 STATION NETCDFs +0.08638508319854736 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199807_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199807_D_GLOBAL.out new file mode 100644 index 00000000..73a367a8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199807_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199807 STATION NETCDFs +0.10898937781651814 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199807_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199807_H_GLOBAL.out new file mode 100644 index 00000000..6d09be3f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199807_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199807 STATION NETCDFs +0.08041450579961142 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199807_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199807_M_GLOBAL.out new file mode 100644 index 00000000..0f7b6f7f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199807_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199807 STATION NETCDFs +0.0486164927482605 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199808_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199808_D_GLOBAL.out new file mode 100644 index 00000000..c275af88 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199808_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199808 STATION NETCDFs +0.23953205744425457 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199808_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199808_H_GLOBAL.out new file mode 100644 index 00000000..ed2a1c10 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199808_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199808 STATION NETCDFs +0.06415961980819702 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199808_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199808_M_GLOBAL.out new file mode 100644 index 00000000..dd15b0e6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199808_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199808 STATION NETCDFs +0.052374958992004395 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199809_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199809_D_GLOBAL.out new file mode 100644 index 00000000..3211fce4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199809_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199809 STATION NETCDFs +0.04459664424260457 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199809_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199809_H_GLOBAL.out new file mode 100644 index 00000000..83cda9dd --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199809_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199809 STATION NETCDFs +0.07204777797063192 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199809_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199809_M_GLOBAL.out new file mode 100644 index 00000000..c4a1d0e3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199809_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199809 STATION NETCDFs +0.060786553223927814 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199810_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199810_D_GLOBAL.out new file mode 100644 index 00000000..4490c1b9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199810_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199810 STATION NETCDFs +0.05000474850336711 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199810_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199810_H_GLOBAL.out new file mode 100644 index 00000000..0bc40a48 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199810_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199810 STATION NETCDFs +0.07456958691279093 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199810_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199810_M_GLOBAL.out new file mode 100644 index 00000000..8797b6e4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199810_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199810 STATION NETCDFs +0.07219158411026001 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199811_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199811_D_GLOBAL.out new file mode 100644 index 00000000..1f7e68d3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199811_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199811 STATION NETCDFs +0.11550995111465454 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199811_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199811_H_GLOBAL.out new file mode 100644 index 00000000..897b8b54 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199811_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199811 STATION NETCDFs +0.20139812628428141 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199811_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199811_M_GLOBAL.out new file mode 100644 index 00000000..15594f80 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199811_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199811 STATION NETCDFs +0.05858779748280843 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199812_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199812_D_GLOBAL.out new file mode 100644 index 00000000..ce42e0c4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199812_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199812 STATION NETCDFs +0.29294712940851847 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199812_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199812_H_GLOBAL.out new file mode 100644 index 00000000..2a7f688e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199812_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199812 STATION NETCDFs +0.05143082539240519 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199812_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199812_M_GLOBAL.out new file mode 100644 index 00000000..64b35f40 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199812_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199812 STATION NETCDFs +0.07254256804784139 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199901_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199901_D_GLOBAL.out new file mode 100644 index 00000000..2a0c8abd --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199901_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199901 STATION NETCDFs +0.06644456386566162 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199901_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199901_H_GLOBAL.out new file mode 100644 index 00000000..17940c60 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199901_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199901 STATION NETCDFs +0.07770816087722779 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199901_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199901_M_GLOBAL.out new file mode 100644 index 00000000..09626fa6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199901_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199901 STATION NETCDFs +0.22198299566904703 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199902_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199902_D_GLOBAL.out new file mode 100644 index 00000000..dfbce802 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199902_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199902 STATION NETCDFs +0.04970310131708781 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199902_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199902_H_GLOBAL.out new file mode 100644 index 00000000..3f57b646 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199902_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199902 STATION NETCDFs +0.14429606993993124 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199902_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199902_M_GLOBAL.out new file mode 100644 index 00000000..e6e0acb8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199902_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199902 STATION NETCDFs +0.22898898124694825 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199903_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199903_D_GLOBAL.out new file mode 100644 index 00000000..0286b7c2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199903_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199903 STATION NETCDFs +0.08718301852544148 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199903_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199903_H_GLOBAL.out new file mode 100644 index 00000000..debcb1f0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199903_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199903 STATION NETCDFs +0.21026145617167155 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199903_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199903_M_GLOBAL.out new file mode 100644 index 00000000..3d5801ee --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199903_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199903 STATION NETCDFs +0.07363092104593913 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199904_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199904_D_GLOBAL.out new file mode 100644 index 00000000..9437e739 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199904_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199904 STATION NETCDFs +0.05407160520553589 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199904_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199904_H_GLOBAL.out new file mode 100644 index 00000000..2d412be0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199904_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199904 STATION NETCDFs +0.054178380966186525 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199904_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199904_M_GLOBAL.out new file mode 100644 index 00000000..7464b44b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199904_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199904 STATION NETCDFs +0.2245713750521342 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199905_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199905_D_GLOBAL.out new file mode 100644 index 00000000..a66051b3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199905_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199905 STATION NETCDFs +0.05552579959233602 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199905_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199905_H_GLOBAL.out new file mode 100644 index 00000000..fe24f72d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199905_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199905 STATION NETCDFs +0.21984777053197224 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199905_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199905_M_GLOBAL.out new file mode 100644 index 00000000..1044a3c4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199905_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199905 STATION NETCDFs +0.0795894742012024 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199906_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199906_D_GLOBAL.out new file mode 100644 index 00000000..0c97786d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199906_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199906 STATION NETCDFs +0.047581688563028975 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199906_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199906_H_GLOBAL.out new file mode 100644 index 00000000..fc9d2f29 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199906_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199906 STATION NETCDFs +0.07653785149256388 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199906_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199906_M_GLOBAL.out new file mode 100644 index 00000000..699176d4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199906_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199906 STATION NETCDFs +0.26336395343144736 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199907_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199907_D_GLOBAL.out new file mode 100644 index 00000000..9dca0b3e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199907_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199907 STATION NETCDFs +0.26192395289738973 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199907_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199907_H_GLOBAL.out new file mode 100644 index 00000000..8e8e346b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199907_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199907 STATION NETCDFs +0.04946856101353963 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199907_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199907_M_GLOBAL.out new file mode 100644 index 00000000..b390df61 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199907_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199907 STATION NETCDFs +0.1384596069653829 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199908_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199908_D_GLOBAL.out new file mode 100644 index 00000000..e40af128 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199908_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199908 STATION NETCDFs +0.044433224201202395 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199908_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199908_H_GLOBAL.out new file mode 100644 index 00000000..0cc72946 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199908_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199908 STATION NETCDFs +0.07147562106450399 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199908_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199908_M_GLOBAL.out new file mode 100644 index 00000000..908a73c2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199908_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199908 STATION NETCDFs +0.07992246548334757 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199909_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199909_D_GLOBAL.out new file mode 100644 index 00000000..d226ef26 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199909_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199909 STATION NETCDFs +0.2828685164451599 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199909_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199909_H_GLOBAL.out new file mode 100644 index 00000000..6fe19da2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199909_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199909 STATION NETCDFs +0.049069849650065105 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199909_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199909_M_GLOBAL.out new file mode 100644 index 00000000..2e59f606 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199909_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199909 STATION NETCDFs +0.07240782181421916 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199910_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199910_D_GLOBAL.out new file mode 100644 index 00000000..25ce8be0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199910_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199910 STATION NETCDFs +0.07605872551600139 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199910_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199910_H_GLOBAL.out new file mode 100644 index 00000000..b9a57162 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199910_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199910 STATION NETCDFs +0.06058714389801025 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199910_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199910_M_GLOBAL.out new file mode 100644 index 00000000..3fb06fa0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199910_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199910 STATION NETCDFs +0.2906254450480143 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199911_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199911_D_GLOBAL.out new file mode 100644 index 00000000..45c3f4bb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199911_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199911 STATION NETCDFs +0.08110603094100952 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199911_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199911_H_GLOBAL.out new file mode 100644 index 00000000..9afd0e3e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199911_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199911 STATION NETCDFs +0.0857598861058553 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199911_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199911_M_GLOBAL.out new file mode 100644 index 00000000..e8796fc9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199911_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199911 STATION NETCDFs +0.08739950656890869 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199912_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199912_D_GLOBAL.out new file mode 100644 index 00000000..2ede9c39 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199912_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199912 STATION NETCDFs +0.04828058083852132 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199912_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199912_H_GLOBAL.out new file mode 100644 index 00000000..66d78f94 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199912_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199912 STATION NETCDFs +0.0795218825340271 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_199912_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_199912_M_GLOBAL.out new file mode 100644 index 00000000..f9ff6c9c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_199912_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199912 STATION NETCDFs +0.08076970179875692 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200001_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200001_D_GLOBAL.out new file mode 100644 index 00000000..3f7855da --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200001_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200001 STATION NETCDFs +0.2563759128252665 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200001_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200001_H_GLOBAL.out new file mode 100644 index 00000000..616aa074 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200001_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200001 STATION NETCDFs +0.061227790514628094 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200001_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200001_M_GLOBAL.out new file mode 100644 index 00000000..0aa67e61 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200001_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200001 STATION NETCDFs +0.056498201688130696 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200002_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200002_D_GLOBAL.out new file mode 100644 index 00000000..9fc3ebfa --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200002_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200002 STATION NETCDFs +0.08191508452097575 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200002_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200002_H_GLOBAL.out new file mode 100644 index 00000000..6d019dc3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200002_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200002 STATION NETCDFs +0.08576891422271729 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200002_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200002_M_GLOBAL.out new file mode 100644 index 00000000..3ea9fae5 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200002_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200002 STATION NETCDFs +0.0930489977200826 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200003_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200003_D_GLOBAL.out new file mode 100644 index 00000000..d54c6f44 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200003_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200003 STATION NETCDFs +0.054428104559580484 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200003_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200003_H_GLOBAL.out new file mode 100644 index 00000000..7778548a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200003_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200003 STATION NETCDFs +0.0546804944674174 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200003_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200003_M_GLOBAL.out new file mode 100644 index 00000000..4ea40eea --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200003_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200003 STATION NETCDFs +0.26568575700124103 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200004_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200004_D_GLOBAL.out new file mode 100644 index 00000000..71ae5cf3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200004_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200004 STATION NETCDFs +0.05331796407699585 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200004_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200004_H_GLOBAL.out new file mode 100644 index 00000000..a6d1be6a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200004_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200004 STATION NETCDFs +0.06647179524103801 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200004_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200004_M_GLOBAL.out new file mode 100644 index 00000000..bb13c923 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200004_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200004 STATION NETCDFs +0.07352931896845499 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200005_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200005_D_GLOBAL.out new file mode 100644 index 00000000..c4629bbd --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200005_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200005 STATION NETCDFs +0.07904449701309205 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200005_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200005_H_GLOBAL.out new file mode 100644 index 00000000..7553a749 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200005_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200005 STATION NETCDFs +0.04479035933812459 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200005_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200005_M_GLOBAL.out new file mode 100644 index 00000000..d302ab86 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200005_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200005 STATION NETCDFs +0.07379822333653768 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200006_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200006_D_GLOBAL.out new file mode 100644 index 00000000..8127dea9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200006_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200006 STATION NETCDFs +0.05878471533457438 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200006_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200006_H_GLOBAL.out new file mode 100644 index 00000000..5cce827c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200006_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200006 STATION NETCDFs +0.23986275593439738 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200006_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200006_M_GLOBAL.out new file mode 100644 index 00000000..33d19102 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200006_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200006 STATION NETCDFs +0.2471226215362549 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200007_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200007_D_GLOBAL.out new file mode 100644 index 00000000..bee80cda --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200007_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200007 STATION NETCDFs +0.08482441504796347 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200007_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200007_H_GLOBAL.out new file mode 100644 index 00000000..d849437d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200007_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200007 STATION NETCDFs +0.24897945721944173 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200007_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200007_M_GLOBAL.out new file mode 100644 index 00000000..a71fedfa --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200007_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200007 STATION NETCDFs +0.22336881558100383 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200008_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200008_D_GLOBAL.out new file mode 100644 index 00000000..01eaacdf --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200008_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200008 STATION NETCDFs +0.07407413721084595 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200008_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200008_H_GLOBAL.out new file mode 100644 index 00000000..cc1f6ffc --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200008_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200008 STATION NETCDFs +0.25002218087514244 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200008_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200008_M_GLOBAL.out new file mode 100644 index 00000000..8a47e9c3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200008_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200008 STATION NETCDFs +0.2505953590075175 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200009_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200009_D_GLOBAL.out new file mode 100644 index 00000000..ccc041ac --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200009_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200009 STATION NETCDFs +0.08521714210510253 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200009_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200009_H_GLOBAL.out new file mode 100644 index 00000000..7adee97f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200009_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200009 STATION NETCDFs +0.252219279607137 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200009_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200009_M_GLOBAL.out new file mode 100644 index 00000000..b0288e2a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200009_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200009 STATION NETCDFs +0.2690610925356547 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200010_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200010_D_GLOBAL.out new file mode 100644 index 00000000..6252431a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200010_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200010 STATION NETCDFs +0.22333187262217205 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200010_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200010_H_GLOBAL.out new file mode 100644 index 00000000..dbaf6635 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200010_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200010 STATION NETCDFs +0.08738648494084676 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200010_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200010_M_GLOBAL.out new file mode 100644 index 00000000..4c94defe --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200010_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200010 STATION NETCDFs +0.29327953259150186 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200011_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200011_D_GLOBAL.out new file mode 100644 index 00000000..571c0c21 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200011_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200011 STATION NETCDFs +0.07736663420995077 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200011_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200011_H_GLOBAL.out new file mode 100644 index 00000000..6265634b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200011_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200011 STATION NETCDFs +0.057818774382273355 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200011_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200011_M_GLOBAL.out new file mode 100644 index 00000000..913690bd --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200011_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200011 STATION NETCDFs +0.09496198495229086 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200012_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200012_D_GLOBAL.out new file mode 100644 index 00000000..df5e25a2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200012_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200012 STATION NETCDFs +0.0465660572052002 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200012_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200012_H_GLOBAL.out new file mode 100644 index 00000000..af94592e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200012_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200012 STATION NETCDFs +0.05825934012730916 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200012_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200012_M_GLOBAL.out new file mode 100644 index 00000000..d6cff265 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200012_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200012 STATION NETCDFs +0.2787477771441142 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200101_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200101_D_GLOBAL.out new file mode 100644 index 00000000..9156e25f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200101_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200101 STATION NETCDFs +0.04912194013595581 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200101_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200101_H_GLOBAL.out new file mode 100644 index 00000000..1812acca --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200101_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200101 STATION NETCDFs +0.06532566150029501 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200101_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200101_M_GLOBAL.out new file mode 100644 index 00000000..15e1c7c1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200101_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200101 STATION NETCDFs +0.05929760138193766 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200102_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200102_D_GLOBAL.out new file mode 100644 index 00000000..95f8eeb1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200102_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200102 STATION NETCDFs +0.06776372194290162 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200102_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200102_H_GLOBAL.out new file mode 100644 index 00000000..f664b94d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200102_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200102 STATION NETCDFs +0.04864841302235921 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200102_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200102_M_GLOBAL.out new file mode 100644 index 00000000..d3fc1553 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200102_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200102 STATION NETCDFs +0.2901137073834737 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200103_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200103_D_GLOBAL.out new file mode 100644 index 00000000..162206f7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200103_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200103 STATION NETCDFs +0.07882471084594726 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200103_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200103_H_GLOBAL.out new file mode 100644 index 00000000..7ec1e79e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200103_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200103 STATION NETCDFs +0.2585504094759623 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200103_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200103_M_GLOBAL.out new file mode 100644 index 00000000..1c93930a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200103_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200103 STATION NETCDFs +0.0655104120572408 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200104_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200104_D_GLOBAL.out new file mode 100644 index 00000000..cd114018 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200104_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200104 STATION NETCDFs +0.0722453514734904 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200104_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200104_H_GLOBAL.out new file mode 100644 index 00000000..5d5a56be --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200104_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200104 STATION NETCDFs +0.05504098335901896 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200104_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200104_M_GLOBAL.out new file mode 100644 index 00000000..56bcaef9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200104_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200104 STATION NETCDFs +0.06826902230580648 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200105_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200105_D_GLOBAL.out new file mode 100644 index 00000000..09214082 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200105_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200105 STATION NETCDFs +0.2617873469988505 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200105_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200105_H_GLOBAL.out new file mode 100644 index 00000000..99123070 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200105_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200105 STATION NETCDFs +0.08886801401774089 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200105_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200105_M_GLOBAL.out new file mode 100644 index 00000000..b597e154 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200105_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200105 STATION NETCDFs +0.2673621733983358 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200106_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200106_D_GLOBAL.out new file mode 100644 index 00000000..75bd92cf --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200106_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200106 STATION NETCDFs +0.06926151911417643 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200106_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200106_H_GLOBAL.out new file mode 100644 index 00000000..d32717dd --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200106_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200106 STATION NETCDFs +0.06574765046437582 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200106_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200106_M_GLOBAL.out new file mode 100644 index 00000000..b41de67a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200106_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200106 STATION NETCDFs +0.07903181711832682 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200107_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200107_D_GLOBAL.out new file mode 100644 index 00000000..874640f8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200107_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200107 STATION NETCDFs +0.06688159704208374 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200107_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200107_H_GLOBAL.out new file mode 100644 index 00000000..805b455e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200107_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200107 STATION NETCDFs +0.2451404611269633 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200107_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200107_M_GLOBAL.out new file mode 100644 index 00000000..5a64d69d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200107_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200107 STATION NETCDFs +0.09314999580383301 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200108_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200108_D_GLOBAL.out new file mode 100644 index 00000000..2f583957 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200108_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200108 STATION NETCDFs +0.27023486693700155 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200108_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200108_H_GLOBAL.out new file mode 100644 index 00000000..b1deac4a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200108_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200108 STATION NETCDFs +0.0818634033203125 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200108_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200108_M_GLOBAL.out new file mode 100644 index 00000000..1d5bcafd --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200108_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200108 STATION NETCDFs +0.09321053028106689 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200109_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200109_D_GLOBAL.out new file mode 100644 index 00000000..a5e1a182 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200109_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200109 STATION NETCDFs +0.1069438099861145 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200109_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200109_H_GLOBAL.out new file mode 100644 index 00000000..b46327f7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200109_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200109 STATION NETCDFs +0.07354141076405843 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200109_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200109_M_GLOBAL.out new file mode 100644 index 00000000..bce5352a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200109_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200109 STATION NETCDFs +0.07074786027272542 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200110_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200110_D_GLOBAL.out new file mode 100644 index 00000000..7339a489 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200110_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200110 STATION NETCDFs +0.08273540735244751 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200110_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200110_H_GLOBAL.out new file mode 100644 index 00000000..6a9ac0ca --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200110_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200110 STATION NETCDFs +0.0898282527923584 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200110_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200110_M_GLOBAL.out new file mode 100644 index 00000000..ab128407 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200110_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200110 STATION NETCDFs +0.08871864875157674 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200111_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200111_D_GLOBAL.out new file mode 100644 index 00000000..07bf4717 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200111_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200111 STATION NETCDFs +0.09401807387669882 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200111_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200111_H_GLOBAL.out new file mode 100644 index 00000000..ddd5efc3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200111_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200111 STATION NETCDFs +0.07113523483276367 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200111_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200111_M_GLOBAL.out new file mode 100644 index 00000000..6e16226d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200111_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200111 STATION NETCDFs +0.07252504428227742 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200112_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200112_D_GLOBAL.out new file mode 100644 index 00000000..232a3fdb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200112_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200112 STATION NETCDFs +0.08952303330103556 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200112_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200112_H_GLOBAL.out new file mode 100644 index 00000000..f7c64428 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200112_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200112 STATION NETCDFs +0.05857211351394653 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200112_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200112_M_GLOBAL.out new file mode 100644 index 00000000..884b6dc0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200112_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200112 STATION NETCDFs +0.06776939233144125 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200201_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200201_D_GLOBAL.out new file mode 100644 index 00000000..35a6ce6d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200201_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200201 STATION NETCDFs +0.09606776237487794 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200201_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200201_H_GLOBAL.out new file mode 100644 index 00000000..cc89c6b0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200201_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200201 STATION NETCDFs +0.25333808263142904 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200201_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200201_M_GLOBAL.out new file mode 100644 index 00000000..a70ff764 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200201_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200201 STATION NETCDFs +0.09301098982493082 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200202_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200202_D_GLOBAL.out new file mode 100644 index 00000000..b277ee61 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200202_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200202 STATION NETCDFs +0.13526630004247028 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200202_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200202_H_GLOBAL.out new file mode 100644 index 00000000..59dcc5dc --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200202_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200202 STATION NETCDFs +0.23619131644566854 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200202_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200202_M_GLOBAL.out new file mode 100644 index 00000000..e1e44d96 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200202_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200202 STATION NETCDFs +0.06672167778015137 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200203_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200203_D_GLOBAL.out new file mode 100644 index 00000000..c9c3481a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200203_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200203 STATION NETCDFs +0.10299524068832397 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200203_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200203_H_GLOBAL.out new file mode 100644 index 00000000..6b35c34f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200203_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200203 STATION NETCDFs +0.2337667425473531 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200203_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200203_M_GLOBAL.out new file mode 100644 index 00000000..46e3af3e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200203_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200203 STATION NETCDFs +0.10124872128168742 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200204_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200204_D_GLOBAL.out new file mode 100644 index 00000000..247b60f6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200204_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200204 STATION NETCDFs +0.07662660280863444 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200204_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200204_H_GLOBAL.out new file mode 100644 index 00000000..0e0f2a02 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200204_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200204 STATION NETCDFs +0.13622028430302938 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200204_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200204_M_GLOBAL.out new file mode 100644 index 00000000..542b0926 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200204_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200204 STATION NETCDFs +0.2584816614786784 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200205_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200205_D_GLOBAL.out new file mode 100644 index 00000000..fac16b4f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200205_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200205 STATION NETCDFs +0.11316666205724081 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200205_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200205_H_GLOBAL.out new file mode 100644 index 00000000..2144e591 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200205_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200205 STATION NETCDFs +0.23364543517430622 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200205_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200205_M_GLOBAL.out new file mode 100644 index 00000000..421d1e90 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200205_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200205 STATION NETCDFs +0.09496310551961264 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200206_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200206_D_GLOBAL.out new file mode 100644 index 00000000..0c058944 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200206_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200206 STATION NETCDFs +0.07091843287150065 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200206_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200206_H_GLOBAL.out new file mode 100644 index 00000000..91ba8de0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200206_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200206 STATION NETCDFs +0.0908960501352946 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200206_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200206_M_GLOBAL.out new file mode 100644 index 00000000..a298206e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200206_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200206 STATION NETCDFs +0.10011633237202962 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200207_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200207_D_GLOBAL.out new file mode 100644 index 00000000..3d0f0540 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200207_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200207 STATION NETCDFs +0.08844367265701295 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200207_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200207_H_GLOBAL.out new file mode 100644 index 00000000..cf32b922 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200207_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200207 STATION NETCDFs +0.2634925127029419 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200207_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200207_M_GLOBAL.out new file mode 100644 index 00000000..0b778a21 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200207_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200207 STATION NETCDFs +0.25171491702397664 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200208_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200208_D_GLOBAL.out new file mode 100644 index 00000000..bbbb16e7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200208_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200208 STATION NETCDFs +0.07775318622589111 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200208_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200208_H_GLOBAL.out new file mode 100644 index 00000000..611db8f8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200208_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200208 STATION NETCDFs +0.08890246550242106 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200208_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200208_M_GLOBAL.out new file mode 100644 index 00000000..81c1e67a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200208_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200208 STATION NETCDFs +0.07895056406656902 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200209_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200209_D_GLOBAL.out new file mode 100644 index 00000000..525f34ef --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200209_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200209 STATION NETCDFs +0.06521392265955607 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200209_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200209_H_GLOBAL.out new file mode 100644 index 00000000..8627fa9a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200209_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200209 STATION NETCDFs +0.05602575540542602 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200209_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200209_M_GLOBAL.out new file mode 100644 index 00000000..54b88059 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200209_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200209 STATION NETCDFs +0.22621211608250935 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200210_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200210_D_GLOBAL.out new file mode 100644 index 00000000..cccdd5c7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200210_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200210 STATION NETCDFs +0.0993471105893453 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200210_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200210_H_GLOBAL.out new file mode 100644 index 00000000..4239753d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200210_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200210 STATION NETCDFs +0.26619465748469034 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200210_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200210_M_GLOBAL.out new file mode 100644 index 00000000..dca72b5c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200210_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200210 STATION NETCDFs +0.06858190695444742 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200211_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200211_D_GLOBAL.out new file mode 100644 index 00000000..ff83c923 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200211_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200211 STATION NETCDFs +0.1494518796602885 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200211_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200211_H_GLOBAL.out new file mode 100644 index 00000000..09dd0e28 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200211_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200211 STATION NETCDFs +0.09884463946024577 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200211_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200211_M_GLOBAL.out new file mode 100644 index 00000000..d3df353c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200211_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200211 STATION NETCDFs +0.2512721260388692 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200212_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200212_D_GLOBAL.out new file mode 100644 index 00000000..25f3023e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200212_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200212 STATION NETCDFs +0.28470638195673625 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200212_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200212_H_GLOBAL.out new file mode 100644 index 00000000..4713a0ad --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200212_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200212 STATION NETCDFs +0.09155494372049967 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200212_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200212_M_GLOBAL.out new file mode 100644 index 00000000..91e7f874 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200212_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200212 STATION NETCDFs +0.17289574146270753 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200301_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200301_D_GLOBAL.out new file mode 100644 index 00000000..2b5ad780 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200301_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200301 STATION NETCDFs +0.08263692061106363 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200301_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200301_H_GLOBAL.out new file mode 100644 index 00000000..50a51bab --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200301_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200301 STATION NETCDFs +0.06071698268254598 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200301_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200301_M_GLOBAL.out new file mode 100644 index 00000000..4c3f06b1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200301_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200301 STATION NETCDFs +0.07327192227045695 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200302_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200302_D_GLOBAL.out new file mode 100644 index 00000000..239001cd --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200302_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200302 STATION NETCDFs +0.0722292939821879 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200302_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200302_H_GLOBAL.out new file mode 100644 index 00000000..e6afc3ea --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200302_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200302 STATION NETCDFs +0.06693466504414876 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200302_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200302_M_GLOBAL.out new file mode 100644 index 00000000..e2b87e0a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200302_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200302 STATION NETCDFs +0.2707681576410929 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200303_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200303_D_GLOBAL.out new file mode 100644 index 00000000..d1fc23d8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200303_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200303 STATION NETCDFs +0.12014272212982177 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200303_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200303_H_GLOBAL.out new file mode 100644 index 00000000..767b8dce --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200303_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200303 STATION NETCDFs +0.21021491686503094 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200303_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200303_M_GLOBAL.out new file mode 100644 index 00000000..d528bd17 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200303_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200303 STATION NETCDFs +0.3073394576708476 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200304_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200304_D_GLOBAL.out new file mode 100644 index 00000000..2caa3d08 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200304_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200304 STATION NETCDFs +0.08721804221471151 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200304_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200304_H_GLOBAL.out new file mode 100644 index 00000000..35bdaf66 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200304_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200304 STATION NETCDFs +0.18977713584899902 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200304_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200304_M_GLOBAL.out new file mode 100644 index 00000000..27f21da6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200304_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200304 STATION NETCDFs +0.24703236818313598 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200305_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200305_D_GLOBAL.out new file mode 100644 index 00000000..32fe5cde --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200305_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200305 STATION NETCDFs +0.11302876075108846 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200305_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200305_H_GLOBAL.out new file mode 100644 index 00000000..2b5ef947 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200305_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200305 STATION NETCDFs +0.0980865995089213 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200305_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200305_M_GLOBAL.out new file mode 100644 index 00000000..2fe7e439 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200305_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200305 STATION NETCDFs +0.1790870189666748 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200306_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200306_D_GLOBAL.out new file mode 100644 index 00000000..ae9cdfa7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200306_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200306 STATION NETCDFs +0.22745379209518432 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200306_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200306_H_GLOBAL.out new file mode 100644 index 00000000..3a25f255 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200306_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200306 STATION NETCDFs +0.06816612084706625 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200306_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200306_M_GLOBAL.out new file mode 100644 index 00000000..fb8cfda6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200306_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200306 STATION NETCDFs +0.06967708269755045 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200307_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200307_D_GLOBAL.out new file mode 100644 index 00000000..007cb78c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200307_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200307 STATION NETCDFs +0.2684851805369059 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200307_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200307_H_GLOBAL.out new file mode 100644 index 00000000..3a626d2b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200307_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200307 STATION NETCDFs +0.22615936199824016 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200307_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200307_M_GLOBAL.out new file mode 100644 index 00000000..24d1034f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200307_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200307 STATION NETCDFs +0.10156292120615641 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200308_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200308_D_GLOBAL.out new file mode 100644 index 00000000..ae27e3f9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200308_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200308 STATION NETCDFs +0.08531312147776286 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200308_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200308_H_GLOBAL.out new file mode 100644 index 00000000..057f820c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200308_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200308 STATION NETCDFs +0.08743090232213338 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200308_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200308_M_GLOBAL.out new file mode 100644 index 00000000..2c6294d0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200308_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200308 STATION NETCDFs +0.09162772099177043 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200309_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200309_D_GLOBAL.out new file mode 100644 index 00000000..3f4dd105 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200309_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200309 STATION NETCDFs +0.0661487619082133 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200309_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200309_H_GLOBAL.out new file mode 100644 index 00000000..1e2fe855 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200309_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200309 STATION NETCDFs +0.2502126296361287 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200309_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200309_M_GLOBAL.out new file mode 100644 index 00000000..03bc5870 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200309_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200309 STATION NETCDFs +0.30035754839579265 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200310_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200310_D_GLOBAL.out new file mode 100644 index 00000000..18008bbb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200310_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200310 STATION NETCDFs +0.09295194943745931 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200310_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200310_H_GLOBAL.out new file mode 100644 index 00000000..5bb6f192 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200310_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200310 STATION NETCDFs +0.07727567354838054 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200310_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200310_M_GLOBAL.out new file mode 100644 index 00000000..97cca474 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200310_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200310 STATION NETCDFs +0.09231369098027548 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200311_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200311_D_GLOBAL.out new file mode 100644 index 00000000..80b2daef --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200311_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200311 STATION NETCDFs +0.0791098435719808 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200311_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200311_H_GLOBAL.out new file mode 100644 index 00000000..d20b6f58 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200311_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200311 STATION NETCDFs +0.16770504315694174 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200311_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200311_M_GLOBAL.out new file mode 100644 index 00000000..64f44454 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200311_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200311 STATION NETCDFs +0.10323597192764282 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200312_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200312_D_GLOBAL.out new file mode 100644 index 00000000..ed369fbd --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200312_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200312 STATION NETCDFs +0.10072912772496541 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200312_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200312_H_GLOBAL.out new file mode 100644 index 00000000..1f221a2e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200312_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200312 STATION NETCDFs +0.10967433452606201 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200312_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200312_M_GLOBAL.out new file mode 100644 index 00000000..5620f910 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200312_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200312 STATION NETCDFs +0.09114123980204264 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200401_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200401_D_GLOBAL.out new file mode 100644 index 00000000..785a17b9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200401_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200401 STATION NETCDFs +0.2571212450663249 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200401_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200401_H_GLOBAL.out new file mode 100644 index 00000000..1ed4d356 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200401_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200401 STATION NETCDFs +0.24964442650477092 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200401_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200401_M_GLOBAL.out new file mode 100644 index 00000000..5ce301ab --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200401_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200401 STATION NETCDFs +0.07927855650583902 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200402_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200402_D_GLOBAL.out new file mode 100644 index 00000000..0c0df5fa --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200402_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200402 STATION NETCDFs +0.12037322521209717 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200402_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200402_H_GLOBAL.out new file mode 100644 index 00000000..6f0f2419 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200402_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200402 STATION NETCDFs +0.07081851561864218 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200402_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200402_M_GLOBAL.out new file mode 100644 index 00000000..a895dbe1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200402_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200402 STATION NETCDFs +0.07728077173233032 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200403_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200403_D_GLOBAL.out new file mode 100644 index 00000000..ecd7da4d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200403_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200403 STATION NETCDFs +0.2986811677614848 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200403_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200403_H_GLOBAL.out new file mode 100644 index 00000000..5515c85d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200403_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200403 STATION NETCDFs +0.26633085012435914 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200403_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200403_M_GLOBAL.out new file mode 100644 index 00000000..ee994b03 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200403_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200403 STATION NETCDFs +0.06778227090835572 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200404_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200404_D_GLOBAL.out new file mode 100644 index 00000000..cfd934f0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200404_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200404 STATION NETCDFs +0.09781920909881592 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200404_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200404_H_GLOBAL.out new file mode 100644 index 00000000..81037ebc --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200404_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200404 STATION NETCDFs +0.2013095498085022 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200404_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200404_M_GLOBAL.out new file mode 100644 index 00000000..8c0b5a35 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200404_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200404 STATION NETCDFs +0.22746330897013348 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200405_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200405_D_GLOBAL.out new file mode 100644 index 00000000..b8a3e36e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200405_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200405 STATION NETCDFs +0.07987234592437745 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200405_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200405_H_GLOBAL.out new file mode 100644 index 00000000..227285ef --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200405_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200405 STATION NETCDFs +0.18888212442398072 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200405_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200405_M_GLOBAL.out new file mode 100644 index 00000000..0a1041f2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200405_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200405 STATION NETCDFs +0.2512337644894918 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200406_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200406_D_GLOBAL.out new file mode 100644 index 00000000..d00e0dcd --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200406_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200406 STATION NETCDFs +0.082582159837087 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200406_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200406_H_GLOBAL.out new file mode 100644 index 00000000..2237aef6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200406_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200406 STATION NETCDFs +0.06463237603505452 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200406_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200406_M_GLOBAL.out new file mode 100644 index 00000000..f6af28fd --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200406_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200406 STATION NETCDFs +0.0674352765083313 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200407_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200407_D_GLOBAL.out new file mode 100644 index 00000000..67c8b46e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200407_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200407 STATION NETCDFs +0.09926577011744181 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200407_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200407_H_GLOBAL.out new file mode 100644 index 00000000..71052ac2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200407_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200407 STATION NETCDFs +0.26675715843836467 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200407_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200407_M_GLOBAL.out new file mode 100644 index 00000000..ebd24a67 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200407_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200407 STATION NETCDFs +0.0890024741490682 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200408_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200408_D_GLOBAL.out new file mode 100644 index 00000000..76117686 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200408_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200408 STATION NETCDFs +0.08588486115137736 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200408_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200408_H_GLOBAL.out new file mode 100644 index 00000000..e2b58650 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200408_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200408 STATION NETCDFs +0.252844766775767 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200408_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200408_M_GLOBAL.out new file mode 100644 index 00000000..00fa3886 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200408_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200408 STATION NETCDFs +0.09899435838063558 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200409_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200409_D_GLOBAL.out new file mode 100644 index 00000000..d85b1592 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200409_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200409 STATION NETCDFs +0.2579006751378377 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200409_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200409_H_GLOBAL.out new file mode 100644 index 00000000..9275f00b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200409_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200409 STATION NETCDFs +0.07155900796254476 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200409_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200409_M_GLOBAL.out new file mode 100644 index 00000000..7aa22ca8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200409_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200409 STATION NETCDFs +0.08340583244959514 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200410_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200410_D_GLOBAL.out new file mode 100644 index 00000000..61357809 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200410_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200410 STATION NETCDFs +0.06633591254552205 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200410_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200410_H_GLOBAL.out new file mode 100644 index 00000000..2ccc3ade --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200410_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200410 STATION NETCDFs +0.07247709433237712 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200410_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200410_M_GLOBAL.out new file mode 100644 index 00000000..664a92d9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200410_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200410 STATION NETCDFs +0.07711320718129476 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200411_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200411_D_GLOBAL.out new file mode 100644 index 00000000..375646c5 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200411_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200411 STATION NETCDFs +0.08981289068857828 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200411_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200411_H_GLOBAL.out new file mode 100644 index 00000000..6267511a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200411_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200411 STATION NETCDFs +0.15847733815511067 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200411_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200411_M_GLOBAL.out new file mode 100644 index 00000000..c79913cb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200411_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200411 STATION NETCDFs +0.06730645497639974 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200412_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200412_D_GLOBAL.out new file mode 100644 index 00000000..e69e9a82 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200412_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200412 STATION NETCDFs +0.09006677071253459 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200412_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200412_H_GLOBAL.out new file mode 100644 index 00000000..0364e15b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200412_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200412 STATION NETCDFs +0.06934793392817179 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200412_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200412_M_GLOBAL.out new file mode 100644 index 00000000..0a82f752 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200412_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200412 STATION NETCDFs +0.08431066274642944 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200501_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200501_D_GLOBAL.out new file mode 100644 index 00000000..905f16cc --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200501_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200501 STATION NETCDFs +0.09669824838638305 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200501_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200501_H_GLOBAL.out new file mode 100644 index 00000000..069f8d93 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200501_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200501 STATION NETCDFs +0.22750017245610554 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200501_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200501_M_GLOBAL.out new file mode 100644 index 00000000..6e47f32a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200501_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200501 STATION NETCDFs +0.06200391848882039 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200502_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200502_D_GLOBAL.out new file mode 100644 index 00000000..51210380 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200502_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200502 STATION NETCDFs +0.06513175566991171 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200502_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200502_H_GLOBAL.out new file mode 100644 index 00000000..685dc5a9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200502_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200502 STATION NETCDFs +0.08266203800837199 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200502_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200502_M_GLOBAL.out new file mode 100644 index 00000000..bd25071a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200502_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200502 STATION NETCDFs +0.07582823435465495 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200503_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200503_D_GLOBAL.out new file mode 100644 index 00000000..d918bf5c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200503_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200503 STATION NETCDFs +0.261494513352712 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200503_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200503_H_GLOBAL.out new file mode 100644 index 00000000..45cb4bf9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200503_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200503 STATION NETCDFs +0.1021376371383667 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200503_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200503_M_GLOBAL.out new file mode 100644 index 00000000..4a3dc7a0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200503_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200503 STATION NETCDFs +0.06190832058588664 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200504_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200504_D_GLOBAL.out new file mode 100644 index 00000000..0bed7032 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200504_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200504 STATION NETCDFs +0.09050466219584147 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200504_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200504_H_GLOBAL.out new file mode 100644 index 00000000..f7e27935 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200504_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200504 STATION NETCDFs +0.16488266785939534 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200504_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200504_M_GLOBAL.out new file mode 100644 index 00000000..50d203ac --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200504_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200504 STATION NETCDFs +0.08326132297515869 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200505_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200505_D_GLOBAL.out new file mode 100644 index 00000000..2c07caad --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200505_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200505 STATION NETCDFs +0.22657736937204997 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200505_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200505_H_GLOBAL.out new file mode 100644 index 00000000..face75c5 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200505_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200505 STATION NETCDFs +0.09301741123199463 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200505_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200505_M_GLOBAL.out new file mode 100644 index 00000000..e4fe963d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200505_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200505 STATION NETCDFs +0.10417743921279907 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200506_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200506_D_GLOBAL.out new file mode 100644 index 00000000..95fcf98b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200506_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200506 STATION NETCDFs +0.2689579327901204 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200506_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200506_H_GLOBAL.out new file mode 100644 index 00000000..a99a06ff --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200506_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200506 STATION NETCDFs +0.061640993754069014 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200506_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200506_M_GLOBAL.out new file mode 100644 index 00000000..7f05cb9c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200506_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200506 STATION NETCDFs +0.09156969785690308 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200507_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200507_D_GLOBAL.out new file mode 100644 index 00000000..cd920645 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200507_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200507 STATION NETCDFs +0.07700112660725912 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200507_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200507_H_GLOBAL.out new file mode 100644 index 00000000..620abf28 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200507_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200507 STATION NETCDFs +0.11326292753219605 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200507_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200507_M_GLOBAL.out new file mode 100644 index 00000000..46ca9074 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200507_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200507 STATION NETCDFs +0.061964484055836995 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200508_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200508_D_GLOBAL.out new file mode 100644 index 00000000..ff09dab0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200508_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200508 STATION NETCDFs +0.08412580490112305 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200508_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200508_H_GLOBAL.out new file mode 100644 index 00000000..9a3db608 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200508_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200508 STATION NETCDFs +0.0691831628481547 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200508_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200508_M_GLOBAL.out new file mode 100644 index 00000000..8abd6435 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200508_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200508 STATION NETCDFs +0.0911789337793986 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200509_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200509_D_GLOBAL.out new file mode 100644 index 00000000..2bb87db1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200509_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200509 STATION NETCDFs +0.18616348107655842 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200509_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200509_H_GLOBAL.out new file mode 100644 index 00000000..4e2f3117 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200509_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200509 STATION NETCDFs +0.08534254630406697 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200509_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200509_M_GLOBAL.out new file mode 100644 index 00000000..03d38d82 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200509_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200509 STATION NETCDFs +0.06357167561848959 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200510_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200510_D_GLOBAL.out new file mode 100644 index 00000000..c799f876 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200510_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200510 STATION NETCDFs +0.25103843212127686 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200510_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200510_H_GLOBAL.out new file mode 100644 index 00000000..f9b4cb3f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200510_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200510 STATION NETCDFs +0.09489280382792155 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200510_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200510_M_GLOBAL.out new file mode 100644 index 00000000..86ea1a29 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200510_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200510 STATION NETCDFs +0.25000619888305664 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200511_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200511_D_GLOBAL.out new file mode 100644 index 00000000..1d5a2e2c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200511_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200511 STATION NETCDFs +0.2670254151026408 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200511_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200511_H_GLOBAL.out new file mode 100644 index 00000000..037383af --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200511_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200511 STATION NETCDFs +0.08315698305765788 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200511_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200511_M_GLOBAL.out new file mode 100644 index 00000000..f88ca78e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200511_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200511 STATION NETCDFs +0.08003997008005778 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200512_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200512_D_GLOBAL.out new file mode 100644 index 00000000..b522e9e5 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200512_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200512 STATION NETCDFs +0.0688654621442159 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200512_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200512_H_GLOBAL.out new file mode 100644 index 00000000..6b6d6bb5 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200512_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200512 STATION NETCDFs +0.24994389613469442 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200512_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200512_M_GLOBAL.out new file mode 100644 index 00000000..31c2d6ed --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200512_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200512 STATION NETCDFs +0.10618618329366049 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200601_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200601_D_GLOBAL.out new file mode 100644 index 00000000..291050a7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200601_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200601 STATION NETCDFs +0.07139708995819091 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200601_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200601_H_GLOBAL.out new file mode 100644 index 00000000..4815c8f1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200601_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200601 STATION NETCDFs +0.08203657070795695 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200601_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200601_M_GLOBAL.out new file mode 100644 index 00000000..3dfed9dd --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200601_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200601 STATION NETCDFs +0.06177535851796468 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200602_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200602_D_GLOBAL.out new file mode 100644 index 00000000..1b56f0ff --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200602_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200602 STATION NETCDFs +0.08070042530695597 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200602_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200602_H_GLOBAL.out new file mode 100644 index 00000000..f2d8458e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200602_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200602 STATION NETCDFs +0.08824129899342854 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200602_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200602_M_GLOBAL.out new file mode 100644 index 00000000..64cd5cc3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200602_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200602 STATION NETCDFs +0.09362442890803019 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200603_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200603_D_GLOBAL.out new file mode 100644 index 00000000..e3e314f8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200603_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200603 STATION NETCDFs +0.3067282199859619 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200603_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200603_H_GLOBAL.out new file mode 100644 index 00000000..b4751660 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200603_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200603 STATION NETCDFs +0.07969227234522501 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200603_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200603_M_GLOBAL.out new file mode 100644 index 00000000..679dff52 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200603_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200603 STATION NETCDFs +0.08828858534495036 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200604_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200604_D_GLOBAL.out new file mode 100644 index 00000000..d76802d9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200604_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200604 STATION NETCDFs +0.10444245338439942 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200604_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200604_H_GLOBAL.out new file mode 100644 index 00000000..69783b07 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200604_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200604 STATION NETCDFs +0.06330762306849162 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200604_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200604_M_GLOBAL.out new file mode 100644 index 00000000..b8396961 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200604_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200604 STATION NETCDFs +0.16272578636805216 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200605_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200605_D_GLOBAL.out new file mode 100644 index 00000000..0db6f5c4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200605_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200605 STATION NETCDFs +0.06777929464975993 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200605_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200605_H_GLOBAL.out new file mode 100644 index 00000000..1fc0ab6a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200605_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200605 STATION NETCDFs +0.1151861588160197 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200605_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200605_M_GLOBAL.out new file mode 100644 index 00000000..acdfb381 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200605_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200605 STATION NETCDFs +0.2666948914527893 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200606_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200606_D_GLOBAL.out new file mode 100644 index 00000000..109b6eae --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200606_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200606 STATION NETCDFs +0.09976144631703694 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200606_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200606_H_GLOBAL.out new file mode 100644 index 00000000..16fcc128 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200606_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200606 STATION NETCDFs +0.07375877698262533 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200606_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200606_M_GLOBAL.out new file mode 100644 index 00000000..466582a8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200606_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200606 STATION NETCDFs +0.22561477025349935 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200607_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200607_D_GLOBAL.out new file mode 100644 index 00000000..f238c229 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200607_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200607 STATION NETCDFs +0.0812008539835612 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200607_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200607_H_GLOBAL.out new file mode 100644 index 00000000..77d12c48 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200607_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200607 STATION NETCDFs +0.1304972489674886 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200607_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200607_M_GLOBAL.out new file mode 100644 index 00000000..6fe53643 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200607_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200607 STATION NETCDFs +0.08893077373504639 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200608_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200608_D_GLOBAL.out new file mode 100644 index 00000000..8db19f24 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200608_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200608 STATION NETCDFs +0.25080021619796755 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200608_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200608_H_GLOBAL.out new file mode 100644 index 00000000..e26ce6fb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200608_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200608 STATION NETCDFs +0.198283847173055 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200608_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200608_M_GLOBAL.out new file mode 100644 index 00000000..dad61f15 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200608_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200608 STATION NETCDFs +0.06571024258931478 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200609_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200609_D_GLOBAL.out new file mode 100644 index 00000000..52e712ec --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200609_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200609 STATION NETCDFs +0.13284871180852253 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200609_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200609_H_GLOBAL.out new file mode 100644 index 00000000..9e9b77d1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200609_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200609 STATION NETCDFs +0.08664333422978719 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200609_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200609_M_GLOBAL.out new file mode 100644 index 00000000..195bba32 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200609_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200609 STATION NETCDFs +0.07745138804117839 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200610_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200610_D_GLOBAL.out new file mode 100644 index 00000000..8bcacaaf --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200610_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200610 STATION NETCDFs +0.0712915023167928 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200610_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200610_H_GLOBAL.out new file mode 100644 index 00000000..6c02f26b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200610_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200610 STATION NETCDFs +0.09945127964019776 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200610_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200610_M_GLOBAL.out new file mode 100644 index 00000000..8a95b245 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200610_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200610 STATION NETCDFs +0.08379398981730143 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200611_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200611_D_GLOBAL.out new file mode 100644 index 00000000..5d496490 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200611_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200611 STATION NETCDFs +0.28232972621917723 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200611_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200611_H_GLOBAL.out new file mode 100644 index 00000000..1077ffa5 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200611_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200611 STATION NETCDFs +0.1325874408086141 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200611_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200611_M_GLOBAL.out new file mode 100644 index 00000000..ad0cce1a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200611_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200611 STATION NETCDFs +0.11488118966420492 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200612_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200612_D_GLOBAL.out new file mode 100644 index 00000000..cdff1a67 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200612_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200612 STATION NETCDFs +0.09034483830134074 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200612_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200612_H_GLOBAL.out new file mode 100644 index 00000000..3c22d0db --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200612_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200612 STATION NETCDFs +0.2500540812810262 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200612_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200612_M_GLOBAL.out new file mode 100644 index 00000000..b2b3712a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200612_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200612 STATION NETCDFs +0.27296471198399863 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200701_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200701_D_GLOBAL.out new file mode 100644 index 00000000..d3d2ba02 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200701_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200701 STATION NETCDFs +0.11941883563995362 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200701_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200701_H_GLOBAL.out new file mode 100644 index 00000000..44eac4a6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200701_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200701 STATION NETCDFs +0.08560629288355509 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200701_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200701_M_GLOBAL.out new file mode 100644 index 00000000..9cf10110 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200701_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200701 STATION NETCDFs +0.2694979429244995 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200702_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200702_D_GLOBAL.out new file mode 100644 index 00000000..d7244e05 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200702_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200702 STATION NETCDFs +0.22681481043497723 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200702_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200702_H_GLOBAL.out new file mode 100644 index 00000000..b7e13450 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200702_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200702 STATION NETCDFs +0.09415679772694906 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200702_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200702_M_GLOBAL.out new file mode 100644 index 00000000..58130dff --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200702_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200702 STATION NETCDFs +0.08057695229848226 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200703_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200703_D_GLOBAL.out new file mode 100644 index 00000000..a62bed19 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200703_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200703 STATION NETCDFs +0.06319630146026611 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200703_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200703_H_GLOBAL.out new file mode 100644 index 00000000..98bec441 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200703_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200703 STATION NETCDFs +0.06230268081029256 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200703_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200703_M_GLOBAL.out new file mode 100644 index 00000000..0d81cdc7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200703_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200703 STATION NETCDFs +0.0636660615603129 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200704_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200704_D_GLOBAL.out new file mode 100644 index 00000000..fb3bc46d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200704_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200704 STATION NETCDFs +0.16352388858795167 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200704_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200704_H_GLOBAL.out new file mode 100644 index 00000000..5d60f407 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200704_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200704 STATION NETCDFs +0.06179330348968506 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200704_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200704_M_GLOBAL.out new file mode 100644 index 00000000..d3ed5273 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200704_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200704 STATION NETCDFs +0.08205418984095256 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200705_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200705_D_GLOBAL.out new file mode 100644 index 00000000..b1a651e6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200705_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200705 STATION NETCDFs +0.08544953266779581 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200705_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200705_H_GLOBAL.out new file mode 100644 index 00000000..e18fb5de --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200705_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200705 STATION NETCDFs +0.06776154041290283 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200705_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200705_M_GLOBAL.out new file mode 100644 index 00000000..e94ea2a3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200705_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200705 STATION NETCDFs +0.16870442231496174 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200706_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200706_D_GLOBAL.out new file mode 100644 index 00000000..77040b7f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200706_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200706 STATION NETCDFs +0.2675625244776408 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200706_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200706_H_GLOBAL.out new file mode 100644 index 00000000..1e453616 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200706_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200706 STATION NETCDFs +0.07079146305720012 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200706_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200706_M_GLOBAL.out new file mode 100644 index 00000000..318a47fb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200706_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200706 STATION NETCDFs +0.06641380389531454 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200707_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200707_D_GLOBAL.out new file mode 100644 index 00000000..1444c7ce --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200707_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200707 STATION NETCDFs +0.06624436378479004 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200707_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200707_H_GLOBAL.out new file mode 100644 index 00000000..deae1567 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200707_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200707 STATION NETCDFs +0.06276084582010905 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200707_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200707_M_GLOBAL.out new file mode 100644 index 00000000..6167713c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200707_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200707 STATION NETCDFs +0.0884119192759196 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200708_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200708_D_GLOBAL.out new file mode 100644 index 00000000..dff06d2b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200708_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200708 STATION NETCDFs +0.18108809391657513 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200708_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200708_H_GLOBAL.out new file mode 100644 index 00000000..4f3732a0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200708_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200708 STATION NETCDFs +0.06622751553853352 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200708_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200708_M_GLOBAL.out new file mode 100644 index 00000000..d2e0d96a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200708_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200708 STATION NETCDFs +0.07899582386016846 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200709_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200709_D_GLOBAL.out new file mode 100644 index 00000000..664052cd --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200709_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200709 STATION NETCDFs +0.2823685963948568 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200709_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200709_H_GLOBAL.out new file mode 100644 index 00000000..1090b42d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200709_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200709 STATION NETCDFs +0.06837475299835205 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200709_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200709_M_GLOBAL.out new file mode 100644 index 00000000..8ea70262 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200709_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200709 STATION NETCDFs +0.11458463271458943 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200710_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200710_D_GLOBAL.out new file mode 100644 index 00000000..835853a8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200710_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200710 STATION NETCDFs +0.08850703636805217 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200710_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200710_H_GLOBAL.out new file mode 100644 index 00000000..2173bcfc --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200710_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200710 STATION NETCDFs +0.21966173648834228 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200710_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200710_M_GLOBAL.out new file mode 100644 index 00000000..adf98a9f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200710_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200710 STATION NETCDFs +0.22436949809392293 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200711_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200711_D_GLOBAL.out new file mode 100644 index 00000000..7154f056 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200711_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200711 STATION NETCDFs +0.09007536172866822 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200711_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200711_H_GLOBAL.out new file mode 100644 index 00000000..47d56e94 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200711_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200711 STATION NETCDFs +0.2526052951812744 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200711_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200711_M_GLOBAL.out new file mode 100644 index 00000000..6123cc3d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200711_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200711 STATION NETCDFs +0.2977895657221476 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200712_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200712_D_GLOBAL.out new file mode 100644 index 00000000..30c20eef --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200712_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200712 STATION NETCDFs +0.06662608385086059 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200712_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200712_H_GLOBAL.out new file mode 100644 index 00000000..d9b5fe31 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200712_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200712 STATION NETCDFs +0.25169043938318886 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200712_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200712_M_GLOBAL.out new file mode 100644 index 00000000..5dfb52b1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200712_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200712 STATION NETCDFs +0.08848872979482016 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200801_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200801_D_GLOBAL.out new file mode 100644 index 00000000..ed543c18 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200801_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200801 STATION NETCDFs +0.2557923952738444 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200801_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200801_H_GLOBAL.out new file mode 100644 index 00000000..145dac18 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200801_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200801 STATION NETCDFs +0.06348135073979695 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200801_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200801_M_GLOBAL.out new file mode 100644 index 00000000..5638e967 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200801_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200801 STATION NETCDFs +0.08439130385716756 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200802_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200802_D_GLOBAL.out new file mode 100644 index 00000000..6141a6b2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200802_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200802 STATION NETCDFs +0.09860467910766602 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200802_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200802_H_GLOBAL.out new file mode 100644 index 00000000..19a54578 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200802_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200802 STATION NETCDFs +0.06303738355636597 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200802_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200802_M_GLOBAL.out new file mode 100644 index 00000000..b5dd255c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200802_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200802 STATION NETCDFs +0.08423086007436116 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200803_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200803_D_GLOBAL.out new file mode 100644 index 00000000..aba55470 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200803_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200803 STATION NETCDFs +0.2692083160082499 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200803_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200803_H_GLOBAL.out new file mode 100644 index 00000000..5718a779 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200803_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200803 STATION NETCDFs +0.07406742175420125 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200803_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200803_M_GLOBAL.out new file mode 100644 index 00000000..59b0c2b2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200803_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200803 STATION NETCDFs +0.07107609510421753 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200804_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200804_D_GLOBAL.out new file mode 100644 index 00000000..35b1c6f1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200804_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200804 STATION NETCDFs +0.06476862827936808 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200804_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200804_H_GLOBAL.out new file mode 100644 index 00000000..f141e267 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200804_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200804 STATION NETCDFs +0.09310473998387654 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200804_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200804_M_GLOBAL.out new file mode 100644 index 00000000..2e656cae --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200804_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200804 STATION NETCDFs +0.0673271616299947 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200805_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200805_D_GLOBAL.out new file mode 100644 index 00000000..311e2f34 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200805_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200805 STATION NETCDFs +0.06893104314804077 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200805_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200805_H_GLOBAL.out new file mode 100644 index 00000000..8acdcc11 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200805_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200805 STATION NETCDFs +0.07707620859146118 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200805_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200805_M_GLOBAL.out new file mode 100644 index 00000000..4d26b5ea --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200805_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200805 STATION NETCDFs +0.07413903872172038 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200806_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200806_D_GLOBAL.out new file mode 100644 index 00000000..c745c958 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200806_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200806 STATION NETCDFs +0.09430498282114665 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200806_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200806_H_GLOBAL.out new file mode 100644 index 00000000..a294aabc --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200806_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200806 STATION NETCDFs +0.07490997314453125 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200806_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200806_M_GLOBAL.out new file mode 100644 index 00000000..0f8dfd87 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200806_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200806 STATION NETCDFs +0.062487220764160155 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200807_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200807_D_GLOBAL.out new file mode 100644 index 00000000..895fdabd --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200807_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200807 STATION NETCDFs +0.06327850818634033 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200807_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200807_H_GLOBAL.out new file mode 100644 index 00000000..e863e96e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200807_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200807 STATION NETCDFs +0.05813064972559611 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200807_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200807_M_GLOBAL.out new file mode 100644 index 00000000..d76679f6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200807_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200807 STATION NETCDFs +0.0624997615814209 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200808_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200808_D_GLOBAL.out new file mode 100644 index 00000000..55773d3d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200808_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200808 STATION NETCDFs +0.06652565797170003 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200808_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200808_H_GLOBAL.out new file mode 100644 index 00000000..01f61d7c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200808_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200808 STATION NETCDFs +0.24027281204859416 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200808_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200808_M_GLOBAL.out new file mode 100644 index 00000000..20690732 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200808_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200808 STATION NETCDFs +0.1788352370262146 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200809_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200809_D_GLOBAL.out new file mode 100644 index 00000000..22f966ee --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200809_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200809 STATION NETCDFs +0.10229977369308471 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200809_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200809_H_GLOBAL.out new file mode 100644 index 00000000..7a8755a0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200809_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200809 STATION NETCDFs +0.09016746679941813 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200809_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200809_M_GLOBAL.out new file mode 100644 index 00000000..4f59a918 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200809_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200809 STATION NETCDFs +0.07053250074386597 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200810_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200810_D_GLOBAL.out new file mode 100644 index 00000000..3b498913 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200810_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200810 STATION NETCDFs +0.22730933825174968 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200810_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200810_H_GLOBAL.out new file mode 100644 index 00000000..e020a913 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200810_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200810 STATION NETCDFs +0.06330724557240804 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200810_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200810_M_GLOBAL.out new file mode 100644 index 00000000..b03ca4e2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200810_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200810 STATION NETCDFs +0.08902023235956828 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200811_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200811_D_GLOBAL.out new file mode 100644 index 00000000..378d16eb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200811_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200811 STATION NETCDFs +0.2507818420728048 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200811_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200811_H_GLOBAL.out new file mode 100644 index 00000000..04788c5f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200811_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200811 STATION NETCDFs +0.08456244866053263 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200811_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200811_M_GLOBAL.out new file mode 100644 index 00000000..9f206f4e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200811_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200811 STATION NETCDFs +0.08170232772827149 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200812_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200812_D_GLOBAL.out new file mode 100644 index 00000000..6d0b106b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200812_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200812 STATION NETCDFs +0.08830537796020507 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200812_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200812_H_GLOBAL.out new file mode 100644 index 00000000..7ad59a67 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200812_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200812 STATION NETCDFs +0.08747086127599081 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200812_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200812_M_GLOBAL.out new file mode 100644 index 00000000..3f39e633 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200812_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200812 STATION NETCDFs +0.15699962377548218 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200901_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200901_D_GLOBAL.out new file mode 100644 index 00000000..792af057 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200901_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200901 STATION NETCDFs +0.08676853974660238 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200901_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200901_H_GLOBAL.out new file mode 100644 index 00000000..b68f46b1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200901_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200901 STATION NETCDFs +0.08930910428365071 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200901_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200901_M_GLOBAL.out new file mode 100644 index 00000000..9f7ecc26 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200901_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200901 STATION NETCDFs +0.07195552190144856 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200902_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200902_D_GLOBAL.out new file mode 100644 index 00000000..f16685b3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200902_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200902 STATION NETCDFs +0.08932872215906779 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200902_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200902_H_GLOBAL.out new file mode 100644 index 00000000..c6e15279 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200902_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200902 STATION NETCDFs +0.07409882148106893 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200902_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200902_M_GLOBAL.out new file mode 100644 index 00000000..659e6405 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200902_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200902 STATION NETCDFs +0.08726632197697957 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200903_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200903_D_GLOBAL.out new file mode 100644 index 00000000..2c6df18b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200903_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200903 STATION NETCDFs +0.08324281374613444 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200903_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200903_H_GLOBAL.out new file mode 100644 index 00000000..75d3deef --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200903_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200903 STATION NETCDFs +0.26716545820236204 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200903_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200903_M_GLOBAL.out new file mode 100644 index 00000000..a621cfc3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200903_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200903 STATION NETCDFs +0.08790855407714844 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200904_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200904_D_GLOBAL.out new file mode 100644 index 00000000..c5db8662 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200904_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200904 STATION NETCDFs +0.2517267425855001 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200904_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200904_H_GLOBAL.out new file mode 100644 index 00000000..7d6d6402 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200904_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200904 STATION NETCDFs +0.1980794072151184 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200904_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200904_M_GLOBAL.out new file mode 100644 index 00000000..b3cae3c2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200904_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200904 STATION NETCDFs +0.226708193620046 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200905_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200905_D_GLOBAL.out new file mode 100644 index 00000000..1e59b2a0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200905_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200905 STATION NETCDFs +0.07416013876597087 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200905_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200905_H_GLOBAL.out new file mode 100644 index 00000000..2c197575 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200905_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200905 STATION NETCDFs +0.19932316939036052 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200905_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200905_M_GLOBAL.out new file mode 100644 index 00000000..33b9601b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200905_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200905 STATION NETCDFs +0.2505591074625651 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200906_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200906_D_GLOBAL.out new file mode 100644 index 00000000..b935510f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200906_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200906 STATION NETCDFs +0.07809770107269287 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200906_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200906_H_GLOBAL.out new file mode 100644 index 00000000..2f5fde61 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200906_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200906 STATION NETCDFs +0.07839120626449585 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200906_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200906_M_GLOBAL.out new file mode 100644 index 00000000..3af0457d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200906_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200906 STATION NETCDFs +0.0804222822189331 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200907_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200907_D_GLOBAL.out new file mode 100644 index 00000000..240e8b83 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200907_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200907 STATION NETCDFs +0.28479593197504677 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200907_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200907_H_GLOBAL.out new file mode 100644 index 00000000..dc55b066 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200907_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200907 STATION NETCDFs +0.06708434820175171 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200907_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200907_M_GLOBAL.out new file mode 100644 index 00000000..d0347981 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200907_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200907 STATION NETCDFs +0.16774173974990844 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200908_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200908_D_GLOBAL.out new file mode 100644 index 00000000..79771093 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200908_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200908 STATION NETCDFs +0.0942811926205953 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200908_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200908_H_GLOBAL.out new file mode 100644 index 00000000..733872b2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200908_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200908 STATION NETCDFs +0.06753262281417846 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200908_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200908_M_GLOBAL.out new file mode 100644 index 00000000..97559ef1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200908_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200908 STATION NETCDFs +0.08450048367182414 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200909_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200909_D_GLOBAL.out new file mode 100644 index 00000000..4e51fc36 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200909_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200909 STATION NETCDFs +0.09928460915883382 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200909_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200909_H_GLOBAL.out new file mode 100644 index 00000000..9bb277b9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200909_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200909 STATION NETCDFs +0.08886172374089558 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200909_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200909_M_GLOBAL.out new file mode 100644 index 00000000..9d714eea --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200909_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200909 STATION NETCDFs +0.26548348665237426 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200910_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200910_D_GLOBAL.out new file mode 100644 index 00000000..e0d1ad6e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200910_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200910 STATION NETCDFs +0.06845905383427937 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200910_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200910_H_GLOBAL.out new file mode 100644 index 00000000..adf71431 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200910_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200910 STATION NETCDFs +0.2571234583854675 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200910_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200910_M_GLOBAL.out new file mode 100644 index 00000000..4ca45d8e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200910_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200910 STATION NETCDFs +0.06565086444218954 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200911_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200911_D_GLOBAL.out new file mode 100644 index 00000000..b5f4e739 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200911_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200911 STATION NETCDFs +0.09586338996887207 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200911_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200911_H_GLOBAL.out new file mode 100644 index 00000000..7da38979 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200911_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200911 STATION NETCDFs +0.25941684246063235 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200911_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200911_M_GLOBAL.out new file mode 100644 index 00000000..d01d6f94 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200911_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200911 STATION NETCDFs +0.07385271390279134 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200912_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200912_D_GLOBAL.out new file mode 100644 index 00000000..29f7707a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200912_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200912 STATION NETCDFs +0.22823110818862916 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200912_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200912_H_GLOBAL.out new file mode 100644 index 00000000..72822932 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200912_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200912 STATION NETCDFs +0.08336140712102254 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_200912_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_200912_M_GLOBAL.out new file mode 100644 index 00000000..7a18f2df --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_200912_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200912 STATION NETCDFs +0.08667058149973551 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201001_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201001_D_GLOBAL.out new file mode 100644 index 00000000..d465e460 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201001_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201001 STATION NETCDFs +0.08614077965418497 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201001_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201001_H_GLOBAL.out new file mode 100644 index 00000000..c4ea7c67 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201001_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201001 STATION NETCDFs +0.2408711036046346 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201001_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201001_M_GLOBAL.out new file mode 100644 index 00000000..8e8ad1c5 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201001_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201001 STATION NETCDFs +0.08468101819356283 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201002_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201002_D_GLOBAL.out new file mode 100644 index 00000000..a704bf16 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201002_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201002 STATION NETCDFs +0.07491148312886556 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201002_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201002_H_GLOBAL.out new file mode 100644 index 00000000..9552aab4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201002_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201002 STATION NETCDFs +0.18277978499730427 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201002_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201002_M_GLOBAL.out new file mode 100644 index 00000000..e52834d8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201002_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201002 STATION NETCDFs +0.27321226596832277 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201003_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201003_D_GLOBAL.out new file mode 100644 index 00000000..f3c1f7c8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201003_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201003 STATION NETCDFs +0.10057398875554403 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201003_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201003_H_GLOBAL.out new file mode 100644 index 00000000..c84248e1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201003_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201003 STATION NETCDFs +0.08922056754430135 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201003_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201003_M_GLOBAL.out new file mode 100644 index 00000000..22f101c8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201003_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201003 STATION NETCDFs +0.0837997833887736 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201004_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201004_D_GLOBAL.out new file mode 100644 index 00000000..7bc0049a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201004_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201004 STATION NETCDFs +0.07687653303146362 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201004_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201004_H_GLOBAL.out new file mode 100644 index 00000000..cf1b84a1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201004_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201004 STATION NETCDFs +0.22965954542160033 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201004_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201004_M_GLOBAL.out new file mode 100644 index 00000000..11289425 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201004_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201004 STATION NETCDFs +0.08808744748433431 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201005_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201005_D_GLOBAL.out new file mode 100644 index 00000000..edb410e4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201005_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201005 STATION NETCDFs +0.26719930171966555 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201005_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201005_H_GLOBAL.out new file mode 100644 index 00000000..a6cc34db --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201005_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201005 STATION NETCDFs +0.09633078575134277 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201005_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201005_M_GLOBAL.out new file mode 100644 index 00000000..80d0b0d1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201005_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201005 STATION NETCDFs +0.11129603783289592 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201006_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201006_D_GLOBAL.out new file mode 100644 index 00000000..b3e95b5b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201006_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201006 STATION NETCDFs +0.09454785585403443 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201006_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201006_H_GLOBAL.out new file mode 100644 index 00000000..bcc34de9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201006_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201006 STATION NETCDFs +0.18490143616994223 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201006_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201006_M_GLOBAL.out new file mode 100644 index 00000000..adf9c950 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201006_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201006 STATION NETCDFs +0.24916681448618572 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201007_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201007_D_GLOBAL.out new file mode 100644 index 00000000..545ac43c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201007_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201007 STATION NETCDFs +0.12404852708180746 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201007_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201007_H_GLOBAL.out new file mode 100644 index 00000000..67ffea24 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201007_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201007 STATION NETCDFs +0.06992500225702922 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201007_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201007_M_GLOBAL.out new file mode 100644 index 00000000..fc2e2a96 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201007_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201007 STATION NETCDFs +0.08052070140838623 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201008_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201008_D_GLOBAL.out new file mode 100644 index 00000000..6fc4c7e6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201008_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201008 STATION NETCDFs +0.15306947628657022 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201008_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201008_H_GLOBAL.out new file mode 100644 index 00000000..bffbee2f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201008_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201008 STATION NETCDFs +0.09083714485168456 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201008_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201008_M_GLOBAL.out new file mode 100644 index 00000000..8ae71d2a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201008_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201008 STATION NETCDFs +0.22992820342381795 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201009_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201009_D_GLOBAL.out new file mode 100644 index 00000000..a46e2807 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201009_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201009 STATION NETCDFs +0.26389154195785525 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201009_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201009_H_GLOBAL.out new file mode 100644 index 00000000..54c407f4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201009_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201009 STATION NETCDFs +0.0752164642016093 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201009_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201009_M_GLOBAL.out new file mode 100644 index 00000000..dadf73a8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201009_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201009 STATION NETCDFs +0.07932026386260986 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201010_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201010_D_GLOBAL.out new file mode 100644 index 00000000..f2b8453a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201010_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201010 STATION NETCDFs +0.09731898705164592 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201010_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201010_H_GLOBAL.out new file mode 100644 index 00000000..29b865a5 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201010_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201010 STATION NETCDFs +0.07399977445602417 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201010_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201010_M_GLOBAL.out new file mode 100644 index 00000000..427d4293 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201010_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201010 STATION NETCDFs +0.08887807528177898 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201011_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201011_D_GLOBAL.out new file mode 100644 index 00000000..2b6d8bfa --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201011_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201011 STATION NETCDFs +0.09062687953313192 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201011_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201011_H_GLOBAL.out new file mode 100644 index 00000000..e62293db --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201011_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201011 STATION NETCDFs +0.086428169409434 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201011_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201011_M_GLOBAL.out new file mode 100644 index 00000000..bdf697fc --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201011_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201011 STATION NETCDFs +0.08433198134104411 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201012_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201012_D_GLOBAL.out new file mode 100644 index 00000000..a577e6db --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201012_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201012 STATION NETCDFs +0.08904562791188558 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201012_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201012_H_GLOBAL.out new file mode 100644 index 00000000..cb9b7b8e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201012_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201012 STATION NETCDFs +0.15061422189076742 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201012_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201012_M_GLOBAL.out new file mode 100644 index 00000000..8ded0f58 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201012_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201012 STATION NETCDFs +0.08995361725489298 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201101_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201101_D_GLOBAL.out new file mode 100644 index 00000000..21cfa370 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201101_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201101 STATION NETCDFs +0.10209117730458578 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201101_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201101_H_GLOBAL.out new file mode 100644 index 00000000..b2a011be --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201101_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201101 STATION NETCDFs +0.2337340513865153 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201101_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201101_M_GLOBAL.out new file mode 100644 index 00000000..2b07d27e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201101_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201101 STATION NETCDFs +0.07906752824783325 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201102_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201102_D_GLOBAL.out new file mode 100644 index 00000000..a1d30f12 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201102_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201102 STATION NETCDFs +0.10578715403874715 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201102_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201102_H_GLOBAL.out new file mode 100644 index 00000000..ebd189a3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201102_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201102 STATION NETCDFs +0.09625387986501058 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201102_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201102_M_GLOBAL.out new file mode 100644 index 00000000..e8a31b63 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201102_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201102 STATION NETCDFs +0.12185601393381755 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201103_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201103_D_GLOBAL.out new file mode 100644 index 00000000..c1871605 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201103_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201103 STATION NETCDFs +0.3068254550298055 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201103_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201103_H_GLOBAL.out new file mode 100644 index 00000000..7589fefa --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201103_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201103 STATION NETCDFs +0.07683216730753581 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201103_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201103_M_GLOBAL.out new file mode 100644 index 00000000..13a75eca --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201103_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201103 STATION NETCDFs +0.0813636302947998 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201104_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201104_D_GLOBAL.out new file mode 100644 index 00000000..451d49a7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201104_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201104 STATION NETCDFs +0.10101492404937744 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201104_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201104_H_GLOBAL.out new file mode 100644 index 00000000..60bf091d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201104_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201104 STATION NETCDFs +0.10019229253133138 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201104_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201104_M_GLOBAL.out new file mode 100644 index 00000000..b0ceebee --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201104_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201104 STATION NETCDFs +0.10157185792922974 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201105_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201105_D_GLOBAL.out new file mode 100644 index 00000000..c8ff19dd --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201105_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201105 STATION NETCDFs +0.09545966784159342 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201105_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201105_H_GLOBAL.out new file mode 100644 index 00000000..f6be5ef1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201105_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201105 STATION NETCDFs +0.07598108053207397 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201105_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201105_M_GLOBAL.out new file mode 100644 index 00000000..bef8b492 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201105_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201105 STATION NETCDFs +0.07913578748703003 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201106_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201106_D_GLOBAL.out new file mode 100644 index 00000000..dbcd976a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201106_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201106 STATION NETCDFs +0.09746771653493246 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201106_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201106_H_GLOBAL.out new file mode 100644 index 00000000..27156877 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201106_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201106 STATION NETCDFs +0.2543592095375061 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201106_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201106_M_GLOBAL.out new file mode 100644 index 00000000..c31ae87d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201106_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201106 STATION NETCDFs +0.307544998327891 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201107_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201107_D_GLOBAL.out new file mode 100644 index 00000000..bb42f33a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201107_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201107 STATION NETCDFs +0.2816148360570272 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201107_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201107_H_GLOBAL.out new file mode 100644 index 00000000..f5db664a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201107_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201107 STATION NETCDFs +0.19423632224400839 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201107_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201107_M_GLOBAL.out new file mode 100644 index 00000000..50521817 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201107_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201107 STATION NETCDFs +0.0889868418375651 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201108_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201108_D_GLOBAL.out new file mode 100644 index 00000000..ac2f4226 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201108_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201108 STATION NETCDFs +0.3036612033843994 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201108_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201108_H_GLOBAL.out new file mode 100644 index 00000000..c78aeca4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201108_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201108 STATION NETCDFs +0.0817073106765747 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201108_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201108_M_GLOBAL.out new file mode 100644 index 00000000..6cce6ca0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201108_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201108 STATION NETCDFs +0.0995422641436259 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201109_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201109_D_GLOBAL.out new file mode 100644 index 00000000..ea1e4ac9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201109_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201109 STATION NETCDFs +0.07722831964492798 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201109_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201109_H_GLOBAL.out new file mode 100644 index 00000000..03cfadc3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201109_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201109 STATION NETCDFs +0.10727851390838623 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201109_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201109_M_GLOBAL.out new file mode 100644 index 00000000..8d9f552d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201109_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201109 STATION NETCDFs +0.24002453486124675 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201110_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201110_D_GLOBAL.out new file mode 100644 index 00000000..a1d640bb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201110_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201110 STATION NETCDFs +0.10629608233769734 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201110_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201110_H_GLOBAL.out new file mode 100644 index 00000000..3985f194 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201110_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201110 STATION NETCDFs +0.09081213076909384 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201110_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201110_M_GLOBAL.out new file mode 100644 index 00000000..b1a2cbb9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201110_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201110 STATION NETCDFs +0.07849889198939006 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201111_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201111_D_GLOBAL.out new file mode 100644 index 00000000..96df0006 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201111_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201111 STATION NETCDFs +0.2617252985636393 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201111_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201111_H_GLOBAL.out new file mode 100644 index 00000000..7e4c4aee --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201111_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201111 STATION NETCDFs +0.07536247571309408 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201111_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201111_M_GLOBAL.out new file mode 100644 index 00000000..ba5b71b6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201111_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201111 STATION NETCDFs +0.06982860565185547 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201112_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201112_D_GLOBAL.out new file mode 100644 index 00000000..5200d58a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201112_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201112 STATION NETCDFs +0.10005719661712646 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201112_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201112_H_GLOBAL.out new file mode 100644 index 00000000..be60d782 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201112_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201112 STATION NETCDFs +0.07591698567072551 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201112_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201112_M_GLOBAL.out new file mode 100644 index 00000000..ac0aef78 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201112_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201112 STATION NETCDFs +0.08442524671554566 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201201_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201201_D_GLOBAL.out new file mode 100644 index 00000000..1467c16c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201201_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201201 STATION NETCDFs +0.09676980972290039 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201201_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201201_H_GLOBAL.out new file mode 100644 index 00000000..e9cab205 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201201_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201201 STATION NETCDFs +0.24126332600911457 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201201_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201201_M_GLOBAL.out new file mode 100644 index 00000000..ecce8017 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201201_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201201 STATION NETCDFs +0.08023356596628825 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201202_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201202_D_GLOBAL.out new file mode 100644 index 00000000..69fa1d69 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201202_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201202 STATION NETCDFs +0.08024280071258545 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201202_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201202_H_GLOBAL.out new file mode 100644 index 00000000..56d5571f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201202_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201202 STATION NETCDFs +0.1989407181739807 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201202_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201202_M_GLOBAL.out new file mode 100644 index 00000000..23b5fb83 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201202_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201202 STATION NETCDFs +0.09829004208246866 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201203_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201203_D_GLOBAL.out new file mode 100644 index 00000000..aceea61b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201203_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201203 STATION NETCDFs +0.30426867405573527 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201203_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201203_H_GLOBAL.out new file mode 100644 index 00000000..587d245b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201203_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201203 STATION NETCDFs +0.1064026951789856 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201203_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201203_M_GLOBAL.out new file mode 100644 index 00000000..d75ddcbf --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201203_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201203 STATION NETCDFs +0.10008850495020548 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201204_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201204_D_GLOBAL.out new file mode 100644 index 00000000..139dcc81 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201204_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201204 STATION NETCDFs +0.2566600958506266 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201204_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201204_H_GLOBAL.out new file mode 100644 index 00000000..0fe7cbb4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201204_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201204 STATION NETCDFs +0.09788026014963785 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201204_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201204_M_GLOBAL.out new file mode 100644 index 00000000..2ee35d4b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201204_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201204 STATION NETCDFs +0.2755670229593913 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201205_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201205_D_GLOBAL.out new file mode 100644 index 00000000..204e2d77 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201205_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201205 STATION NETCDFs +0.08652575016021728 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201205_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201205_H_GLOBAL.out new file mode 100644 index 00000000..f08e4a11 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201205_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201205 STATION NETCDFs +0.06911935408910115 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201205_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201205_M_GLOBAL.out new file mode 100644 index 00000000..00434ee1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201205_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201205 STATION NETCDFs +0.22738770246505738 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201206_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201206_D_GLOBAL.out new file mode 100644 index 00000000..9c51e5cb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201206_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201206 STATION NETCDFs +0.1008625348409017 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201206_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201206_H_GLOBAL.out new file mode 100644 index 00000000..e60d1698 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201206_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201206 STATION NETCDFs +0.09637736876805623 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201206_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201206_M_GLOBAL.out new file mode 100644 index 00000000..04fa2e87 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201206_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201206 STATION NETCDFs +0.0727736473083496 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201207_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201207_D_GLOBAL.out new file mode 100644 index 00000000..4f908854 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201207_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201207 STATION NETCDFs +0.2808514952659607 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201207_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201207_H_GLOBAL.out new file mode 100644 index 00000000..66356d4f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201207_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201207 STATION NETCDFs +0.07053972880045573 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201207_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201207_M_GLOBAL.out new file mode 100644 index 00000000..4d300de8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201207_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201207 STATION NETCDFs +0.27221475839614867 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201208_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201208_D_GLOBAL.out new file mode 100644 index 00000000..8a27df66 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201208_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201208 STATION NETCDFs +0.09521900812784831 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201208_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201208_H_GLOBAL.out new file mode 100644 index 00000000..863b22a2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201208_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201208 STATION NETCDFs +0.26795772711435956 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201208_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201208_M_GLOBAL.out new file mode 100644 index 00000000..75bb1c24 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201208_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201208 STATION NETCDFs +0.1770204226175944 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201209_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201209_D_GLOBAL.out new file mode 100644 index 00000000..418b42c9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201209_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201209 STATION NETCDFs +0.07364058494567871 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201209_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201209_H_GLOBAL.out new file mode 100644 index 00000000..33abc55e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201209_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201209 STATION NETCDFs +0.07763068675994873 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201209_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201209_M_GLOBAL.out new file mode 100644 index 00000000..0ef4b1ff --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201209_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201209 STATION NETCDFs +0.09455231030782064 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201210_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201210_D_GLOBAL.out new file mode 100644 index 00000000..a02fbdda --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201210_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201210 STATION NETCDFs +0.24079500436782836 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201210_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201210_H_GLOBAL.out new file mode 100644 index 00000000..1decb63e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201210_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201210 STATION NETCDFs +0.0857741355895996 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201210_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201210_M_GLOBAL.out new file mode 100644 index 00000000..b18a1304 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201210_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201210 STATION NETCDFs +0.17334181865056356 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201211_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201211_D_GLOBAL.out new file mode 100644 index 00000000..cf688e58 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201211_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201211 STATION NETCDFs +0.07478598356246949 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201211_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201211_H_GLOBAL.out new file mode 100644 index 00000000..ed753fc6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201211_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201211 STATION NETCDFs +0.24339824120203654 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201211_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201211_M_GLOBAL.out new file mode 100644 index 00000000..23ed1cff --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201211_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201211 STATION NETCDFs +0.2326546311378479 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201212_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201212_D_GLOBAL.out new file mode 100644 index 00000000..d909d397 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201212_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201212 STATION NETCDFs +0.23249485492706298 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201212_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201212_H_GLOBAL.out new file mode 100644 index 00000000..d837c79c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201212_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201212 STATION NETCDFs +0.10783958037694295 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201212_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201212_M_GLOBAL.out new file mode 100644 index 00000000..55d12a6f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201212_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201212 STATION NETCDFs +0.2992752591768901 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201301_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201301_D_GLOBAL.out new file mode 100644 index 00000000..02c1fe67 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201301_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201301 STATION NETCDFs +0.10461177031199137 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201301_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201301_H_GLOBAL.out new file mode 100644 index 00000000..0a8e2e5c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201301_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201301 STATION NETCDFs +0.0778549591700236 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201301_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201301_M_GLOBAL.out new file mode 100644 index 00000000..c03b4c58 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201301_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201301 STATION NETCDFs +0.22865992387135822 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201302_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201302_D_GLOBAL.out new file mode 100644 index 00000000..662bc81f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201302_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201302 STATION NETCDFs +0.08168497482935587 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201302_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201302_H_GLOBAL.out new file mode 100644 index 00000000..012cf235 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201302_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201302 STATION NETCDFs +0.24695911010106406 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201302_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201302_M_GLOBAL.out new file mode 100644 index 00000000..3e21e2d9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201302_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201302 STATION NETCDFs +0.17445259888966877 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201303_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201303_D_GLOBAL.out new file mode 100644 index 00000000..69d1b294 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201303_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201303 STATION NETCDFs +0.11627863645553589 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201303_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201303_H_GLOBAL.out new file mode 100644 index 00000000..2044d278 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201303_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201303 STATION NETCDFs +0.11427820920944214 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201303_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201303_M_GLOBAL.out new file mode 100644 index 00000000..02e366ad --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201303_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201303 STATION NETCDFs +0.2776500622431437 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201304_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201304_D_GLOBAL.out new file mode 100644 index 00000000..100e2312 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201304_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201304 STATION NETCDFs +0.3084349989891052 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201304_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201304_H_GLOBAL.out new file mode 100644 index 00000000..819900dd --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201304_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201304 STATION NETCDFs +0.08730884790420532 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201304_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201304_M_GLOBAL.out new file mode 100644 index 00000000..103b55f9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201304_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201304 STATION NETCDFs +0.07759463787078857 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201305_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201305_D_GLOBAL.out new file mode 100644 index 00000000..c6ee26a4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201305_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201305 STATION NETCDFs +0.15297327438990274 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201305_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201305_H_GLOBAL.out new file mode 100644 index 00000000..01c5313d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201305_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201305 STATION NETCDFs +0.07559598286946614 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201305_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201305_M_GLOBAL.out new file mode 100644 index 00000000..f7ba4757 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201305_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201305 STATION NETCDFs +0.22695857286453247 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201306_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201306_D_GLOBAL.out new file mode 100644 index 00000000..3c372b75 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201306_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201306 STATION NETCDFs +0.09286312659581503 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201306_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201306_H_GLOBAL.out new file mode 100644 index 00000000..fdceb513 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201306_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201306 STATION NETCDFs +0.2745523929595947 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201306_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201306_M_GLOBAL.out new file mode 100644 index 00000000..3c6025c1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201306_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201306 STATION NETCDFs +0.09028184413909912 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201307_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201307_D_GLOBAL.out new file mode 100644 index 00000000..a1fa10b9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201307_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201307 STATION NETCDFs +0.07939541737238566 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201307_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201307_H_GLOBAL.out new file mode 100644 index 00000000..90351a4d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201307_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201307 STATION NETCDFs +0.07975240151087443 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201307_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201307_M_GLOBAL.out new file mode 100644 index 00000000..a53e5827 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201307_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201307 STATION NETCDFs +0.11301651000976562 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201308_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201308_D_GLOBAL.out new file mode 100644 index 00000000..e701fc0e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201308_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201308 STATION NETCDFs +0.23302456935246785 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201308_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201308_H_GLOBAL.out new file mode 100644 index 00000000..8534c2ae --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201308_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201308 STATION NETCDFs +0.2008685072263082 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201308_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201308_M_GLOBAL.out new file mode 100644 index 00000000..4f6cfca6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201308_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201308 STATION NETCDFs +0.13261592785517376 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201309_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201309_D_GLOBAL.out new file mode 100644 index 00000000..d165964b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201309_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201309 STATION NETCDFs +0.3083450476328532 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201309_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201309_H_GLOBAL.out new file mode 100644 index 00000000..8632efaf --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201309_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201309 STATION NETCDFs +0.08015316724777222 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201309_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201309_M_GLOBAL.out new file mode 100644 index 00000000..9cda325b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201309_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201309 STATION NETCDFs +0.21579821507136027 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201310_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201310_D_GLOBAL.out new file mode 100644 index 00000000..be72c488 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201310_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201310 STATION NETCDFs +0.08188730478286743 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201310_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201310_H_GLOBAL.out new file mode 100644 index 00000000..094672e2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201310_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201310 STATION NETCDFs +0.09576246738433838 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201310_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201310_M_GLOBAL.out new file mode 100644 index 00000000..b1fc2a52 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201310_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201310 STATION NETCDFs +0.28461398283640543 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201311_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201311_D_GLOBAL.out new file mode 100644 index 00000000..1c2f9e77 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201311_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201311 STATION NETCDFs +0.08162126541137696 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201311_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201311_H_GLOBAL.out new file mode 100644 index 00000000..3798ad59 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201311_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201311 STATION NETCDFs +0.2501569668451945 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201311_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201311_M_GLOBAL.out new file mode 100644 index 00000000..992b066f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201311_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201311 STATION NETCDFs +0.17345635493596395 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201312_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201312_D_GLOBAL.out new file mode 100644 index 00000000..12c4d5cc --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201312_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201312 STATION NETCDFs +0.08110283215840658 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201312_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201312_H_GLOBAL.out new file mode 100644 index 00000000..09604d21 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201312_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201312 STATION NETCDFs +0.22978670199712117 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201312_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201312_M_GLOBAL.out new file mode 100644 index 00000000..5edc6742 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201312_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201312 STATION NETCDFs +0.2271862785021464 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201401_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201401_D_GLOBAL.out new file mode 100644 index 00000000..5279ca80 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201401_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201401 STATION NETCDFs +0.08496608734130859 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201401_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201401_H_GLOBAL.out new file mode 100644 index 00000000..b113e5d5 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201401_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201401 STATION NETCDFs +0.0864379604657491 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201401_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201401_M_GLOBAL.out new file mode 100644 index 00000000..57b7d80b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201401_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201401 STATION NETCDFs +0.09903053840001425 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201402_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201402_D_GLOBAL.out new file mode 100644 index 00000000..b712cb8d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201402_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201402 STATION NETCDFs +0.07939452727635701 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201402_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201402_H_GLOBAL.out new file mode 100644 index 00000000..fe1a57de --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201402_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201402 STATION NETCDFs +0.09264870087305704 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201402_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201402_M_GLOBAL.out new file mode 100644 index 00000000..c984d25c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201402_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201402 STATION NETCDFs +0.08159015576044719 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201403_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201403_D_GLOBAL.out new file mode 100644 index 00000000..9aa6455a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201403_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201403 STATION NETCDFs +0.09625676472981771 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201403_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201403_H_GLOBAL.out new file mode 100644 index 00000000..205ab995 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201403_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201403 STATION NETCDFs +0.09497030576070149 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201403_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201403_M_GLOBAL.out new file mode 100644 index 00000000..6b1b7e6b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201403_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201403 STATION NETCDFs +0.08395226796468098 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201404_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201404_D_GLOBAL.out new file mode 100644 index 00000000..3ccfbb1a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201404_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201404 STATION NETCDFs +0.07987334728240966 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201404_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201404_H_GLOBAL.out new file mode 100644 index 00000000..8983338d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201404_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201404 STATION NETCDFs +0.2502303242683411 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201404_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201404_M_GLOBAL.out new file mode 100644 index 00000000..05f008d4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201404_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201404 STATION NETCDFs +0.08525264263153076 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201405_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201405_D_GLOBAL.out new file mode 100644 index 00000000..80582aaa --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201405_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201405 STATION NETCDFs +0.23568476835886637 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201405_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201405_H_GLOBAL.out new file mode 100644 index 00000000..79a80d8c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201405_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201405 STATION NETCDFs +0.2879660169283549 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201405_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201405_M_GLOBAL.out new file mode 100644 index 00000000..6b169319 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201405_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201405 STATION NETCDFs +0.1855567216873169 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201406_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201406_D_GLOBAL.out new file mode 100644 index 00000000..6ed03b96 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201406_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201406 STATION NETCDFs +0.27922369639078776 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201406_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201406_H_GLOBAL.out new file mode 100644 index 00000000..dcce5156 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201406_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201406 STATION NETCDFs +0.21044463713963826 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201406_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201406_M_GLOBAL.out new file mode 100644 index 00000000..d38d7e96 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201406_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201406 STATION NETCDFs +0.09742551644643148 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201407_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201407_D_GLOBAL.out new file mode 100644 index 00000000..c5769a24 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201407_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201407 STATION NETCDFs +0.2517807443936666 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201407_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201407_H_GLOBAL.out new file mode 100644 index 00000000..a3cb1d51 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201407_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201407 STATION NETCDFs +0.12015707890192667 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201407_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201407_M_GLOBAL.out new file mode 100644 index 00000000..44805539 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201407_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201407 STATION NETCDFs +0.23270442485809326 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201408_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201408_D_GLOBAL.out new file mode 100644 index 00000000..cdc929c8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201408_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201408 STATION NETCDFs +0.09237006107966104 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201408_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201408_H_GLOBAL.out new file mode 100644 index 00000000..4a111adf --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201408_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201408 STATION NETCDFs +0.21218496163686115 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201408_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201408_M_GLOBAL.out new file mode 100644 index 00000000..09d95ca8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201408_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201408 STATION NETCDFs +0.0722241997718811 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201409_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201409_D_GLOBAL.out new file mode 100644 index 00000000..8b79094d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201409_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201409 STATION NETCDFs +0.2864498575528463 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201409_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201409_H_GLOBAL.out new file mode 100644 index 00000000..442d6181 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201409_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201409 STATION NETCDFs +0.0725431243578593 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201409_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201409_M_GLOBAL.out new file mode 100644 index 00000000..145fd5ed --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201409_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201409 STATION NETCDFs +0.10051011244455973 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201410_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201410_D_GLOBAL.out new file mode 100644 index 00000000..5cf8642a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201410_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201410 STATION NETCDFs +0.12723567088445029 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201410_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201410_H_GLOBAL.out new file mode 100644 index 00000000..15fd3ab3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201410_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201410 STATION NETCDFs +0.11066115697224935 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201410_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201410_M_GLOBAL.out new file mode 100644 index 00000000..a1d8af9e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201410_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201410 STATION NETCDFs +0.07874758640925089 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201411_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201411_D_GLOBAL.out new file mode 100644 index 00000000..d1bc33a9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201411_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201411 STATION NETCDFs +0.10406816800435384 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201411_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201411_H_GLOBAL.out new file mode 100644 index 00000000..1d5c1254 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201411_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201411 STATION NETCDFs +0.10610584815343221 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201411_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201411_M_GLOBAL.out new file mode 100644 index 00000000..17236d96 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201411_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201411 STATION NETCDFs +0.08313045501708985 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201412_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201412_D_GLOBAL.out new file mode 100644 index 00000000..c6f3dba9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201412_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201412 STATION NETCDFs +0.08800582885742188 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201412_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201412_H_GLOBAL.out new file mode 100644 index 00000000..b08338ec --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201412_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201412 STATION NETCDFs +0.10542751948038737 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201412_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201412_M_GLOBAL.out new file mode 100644 index 00000000..2f139b37 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201412_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201412 STATION NETCDFs +0.10691521962483724 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201501_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201501_D_GLOBAL.out new file mode 100644 index 00000000..5221a1b9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201501_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201501 STATION NETCDFs +0.12067296504974365 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201501_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201501_H_GLOBAL.out new file mode 100644 index 00000000..47752122 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201501_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201501 STATION NETCDFs +0.0827793836593628 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201501_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201501_M_GLOBAL.out new file mode 100644 index 00000000..48b9a67c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201501_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201501 STATION NETCDFs +0.07570030291875203 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201502_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201502_D_GLOBAL.out new file mode 100644 index 00000000..c7fb611a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201502_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201502 STATION NETCDFs +0.09886745611826579 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201502_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201502_H_GLOBAL.out new file mode 100644 index 00000000..cbf40100 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201502_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201502 STATION NETCDFs +0.18320278326670328 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201502_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201502_M_GLOBAL.out new file mode 100644 index 00000000..dec4d311 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201502_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201502 STATION NETCDFs +0.2919810732205709 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201503_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201503_D_GLOBAL.out new file mode 100644 index 00000000..a4e8ce14 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201503_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201503 STATION NETCDFs +0.11051648060480754 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201503_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201503_H_GLOBAL.out new file mode 100644 index 00000000..6323b92f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201503_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201503 STATION NETCDFs +0.08634571631749471 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201503_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201503_M_GLOBAL.out new file mode 100644 index 00000000..1a50a750 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201503_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201503 STATION NETCDFs +0.23998634815216063 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201504_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201504_D_GLOBAL.out new file mode 100644 index 00000000..f85590b1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201504_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201504 STATION NETCDFs +0.2916285157203674 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201504_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201504_H_GLOBAL.out new file mode 100644 index 00000000..880c8c92 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201504_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201504 STATION NETCDFs +0.24881365299224853 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201504_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201504_M_GLOBAL.out new file mode 100644 index 00000000..6ad53455 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201504_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201504 STATION NETCDFs +0.0823729674021403 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201505_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201505_D_GLOBAL.out new file mode 100644 index 00000000..da6b7ccd --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201505_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201505 STATION NETCDFs +0.2841227094332377 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201505_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201505_H_GLOBAL.out new file mode 100644 index 00000000..c7b3b487 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201505_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201505 STATION NETCDFs +0.101041575272878 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201505_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201505_M_GLOBAL.out new file mode 100644 index 00000000..3fe4f5e3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201505_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201505 STATION NETCDFs +0.0764059027036031 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201506_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201506_D_GLOBAL.out new file mode 100644 index 00000000..d9c2d2b0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201506_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201506 STATION NETCDFs +0.2763856053352356 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201506_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201506_H_GLOBAL.out new file mode 100644 index 00000000..c039e726 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201506_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201506 STATION NETCDFs +0.08954956928888956 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201506_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201506_M_GLOBAL.out new file mode 100644 index 00000000..ecc72e78 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201506_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201506 STATION NETCDFs +0.09660592079162597 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201507_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201507_D_GLOBAL.out new file mode 100644 index 00000000..68f450ae --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201507_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201507 STATION NETCDFs +0.3101471980412801 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201507_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201507_H_GLOBAL.out new file mode 100644 index 00000000..fb19d951 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201507_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201507 STATION NETCDFs +0.08225252230962117 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201507_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201507_M_GLOBAL.out new file mode 100644 index 00000000..108c8fcf --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201507_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201507 STATION NETCDFs +0.2483842968940735 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201508_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201508_D_GLOBAL.out new file mode 100644 index 00000000..31a74080 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201508_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201508 STATION NETCDFs +0.1278207262357076 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201508_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201508_H_GLOBAL.out new file mode 100644 index 00000000..80044b66 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201508_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201508 STATION NETCDFs +0.10733915170033773 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201508_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201508_M_GLOBAL.out new file mode 100644 index 00000000..1ebcb67c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201508_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201508 STATION NETCDFs +0.08548185825347901 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201509_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201509_D_GLOBAL.out new file mode 100644 index 00000000..6be18daa --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201509_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201509 STATION NETCDFs +0.08909969329833985 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201509_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201509_H_GLOBAL.out new file mode 100644 index 00000000..996680c9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201509_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201509 STATION NETCDFs +0.07687004804611205 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201509_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201509_M_GLOBAL.out new file mode 100644 index 00000000..ebbc0932 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201509_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201509 STATION NETCDFs +0.24926793177922565 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201510_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201510_D_GLOBAL.out new file mode 100644 index 00000000..415c6e30 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201510_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201510 STATION NETCDFs +0.07643442153930664 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201510_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201510_H_GLOBAL.out new file mode 100644 index 00000000..87182204 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201510_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201510 STATION NETCDFs +0.07183018525441488 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201510_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201510_M_GLOBAL.out new file mode 100644 index 00000000..fa831da4 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201510_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201510 STATION NETCDFs +0.08330045143763225 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201511_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201511_D_GLOBAL.out new file mode 100644 index 00000000..a91f6941 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201511_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201511 STATION NETCDFs +0.13595826228459676 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201511_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201511_H_GLOBAL.out new file mode 100644 index 00000000..97476787 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201511_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201511 STATION NETCDFs +0.08067339658737183 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201511_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201511_M_GLOBAL.out new file mode 100644 index 00000000..261ad76c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201511_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201511 STATION NETCDFs +0.24802541335423786 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201512_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201512_D_GLOBAL.out new file mode 100644 index 00000000..54985e86 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201512_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201512 STATION NETCDFs +0.10915089845657348 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201512_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201512_H_GLOBAL.out new file mode 100644 index 00000000..79889445 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201512_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201512 STATION NETCDFs +0.07525901397069296 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201512_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201512_M_GLOBAL.out new file mode 100644 index 00000000..24cbf082 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201512_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201512 STATION NETCDFs +0.24166735808054607 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201912_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201912_D_GLOBAL.out new file mode 100644 index 00000000..c5f46485 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201912_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201912 STATION NETCDFs +0.2767818093299866 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201912_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201912_H_GLOBAL.out new file mode 100644 index 00000000..4d134869 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201912_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201912 STATION NETCDFs +0.21129107475280762 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_201912_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_201912_M_GLOBAL.out new file mode 100644 index 00000000..afd682e3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_201912_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201912 STATION NETCDFs +0.09474691152572631 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202001_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202001_D_GLOBAL.out new file mode 100644 index 00000000..1a873e36 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202001_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202001 STATION NETCDFs +0.09018982251485189 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202001_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202001_H_GLOBAL.out new file mode 100644 index 00000000..6d8f4e78 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202001_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202001 STATION NETCDFs +0.1826545794804891 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202001_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202001_M_GLOBAL.out new file mode 100644 index 00000000..331b620c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202001_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202001 STATION NETCDFs +0.10139070351918539 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202002_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202002_D_GLOBAL.out new file mode 100644 index 00000000..a5e957e8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202002_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202002 STATION NETCDFs +0.23557878335316976 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202002_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202002_H_GLOBAL.out new file mode 100644 index 00000000..aacb4ac3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202002_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202002 STATION NETCDFs +0.11499866247177123 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202002_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202002_M_GLOBAL.out new file mode 100644 index 00000000..4719724a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202002_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202002 STATION NETCDFs +0.09147711992263793 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202003_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202003_D_GLOBAL.out new file mode 100644 index 00000000..5b81fd3a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202003_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202003 STATION NETCDFs +0.10544334650039673 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202003_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202003_H_GLOBAL.out new file mode 100644 index 00000000..1c2cb54f --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202003_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202003 STATION NETCDFs +0.21033196846644084 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202003_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202003_M_GLOBAL.out new file mode 100644 index 00000000..9f2c54ab --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202003_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202003 STATION NETCDFs +0.08616658846537271 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202004_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202004_D_GLOBAL.out new file mode 100644 index 00000000..8a76a23c --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202004_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202004 STATION NETCDFs +0.0936652143796285 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202004_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202004_H_GLOBAL.out new file mode 100644 index 00000000..d268951e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202004_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202004 STATION NETCDFs +0.08330117066701254 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202004_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202004_M_GLOBAL.out new file mode 100644 index 00000000..9bf28aa0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202004_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202004 STATION NETCDFs +0.2499717632929484 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202005_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202005_D_GLOBAL.out new file mode 100644 index 00000000..252ba5ab --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202005_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202005 STATION NETCDFs +0.2858169992764791 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202005_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202005_H_GLOBAL.out new file mode 100644 index 00000000..52e11a34 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202005_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202005 STATION NETCDFs +0.0997492790222168 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202005_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202005_M_GLOBAL.out new file mode 100644 index 00000000..721871b2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202005_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202005 STATION NETCDFs +0.27667067845662435 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202006_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202006_D_GLOBAL.out new file mode 100644 index 00000000..b3f46c8b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202006_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202006 STATION NETCDFs +0.09047046502431234 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202006_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202006_H_GLOBAL.out new file mode 100644 index 00000000..376d133b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202006_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202006 STATION NETCDFs +0.24521283706029257 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202006_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202006_M_GLOBAL.out new file mode 100644 index 00000000..052f10d9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202006_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202006 STATION NETCDFs +0.08859315713246664 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202007_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202007_D_GLOBAL.out new file mode 100644 index 00000000..55c4f6a0 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202007_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202007 STATION NETCDFs +0.10160172780354818 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202007_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202007_H_GLOBAL.out new file mode 100644 index 00000000..64cf52ec --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202007_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202007 STATION NETCDFs +0.11819539864857992 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202007_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202007_M_GLOBAL.out new file mode 100644 index 00000000..f0a79f78 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202007_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202007 STATION NETCDFs +0.08829719622929891 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202008_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202008_D_GLOBAL.out new file mode 100644 index 00000000..e8b529a1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202008_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202008 STATION NETCDFs +0.09767414728800455 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202008_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202008_H_GLOBAL.out new file mode 100644 index 00000000..f81bc8fb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202008_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202008 STATION NETCDFs +0.07588198582331339 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202008_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202008_M_GLOBAL.out new file mode 100644 index 00000000..e4846d80 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202008_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202008 STATION NETCDFs +0.1269530455271403 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202009_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202009_D_GLOBAL.out new file mode 100644 index 00000000..4025f990 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202009_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202009 STATION NETCDFs +0.10579952796300253 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202009_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202009_H_GLOBAL.out new file mode 100644 index 00000000..6defa3a6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202009_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202009 STATION NETCDFs +0.12043840885162353 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202009_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202009_M_GLOBAL.out new file mode 100644 index 00000000..c7a3de3a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202009_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202009 STATION NETCDFs +0.08086604277292887 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202010_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202010_D_GLOBAL.out new file mode 100644 index 00000000..19343cf1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202010_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202010 STATION NETCDFs +0.11747710307439169 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202010_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202010_H_GLOBAL.out new file mode 100644 index 00000000..f891d18e --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202010_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202010 STATION NETCDFs +0.08951438268025716 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202010_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202010_M_GLOBAL.out new file mode 100644 index 00000000..986961ac --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202010_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202010 STATION NETCDFs +0.10101963678995768 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202011_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202011_D_GLOBAL.out new file mode 100644 index 00000000..a900fc6b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202011_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202011 STATION NETCDFs +0.28881220022837323 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202011_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202011_H_GLOBAL.out new file mode 100644 index 00000000..10ef210b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202011_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202011 STATION NETCDFs +0.28433887163798016 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202011_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202011_M_GLOBAL.out new file mode 100644 index 00000000..4e30b7ab --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202011_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202011 STATION NETCDFs +0.09042870203653972 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202012_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202012_D_GLOBAL.out new file mode 100644 index 00000000..8009a680 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202012_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202012 STATION NETCDFs +0.13342322111129762 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202012_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202012_H_GLOBAL.out new file mode 100644 index 00000000..14bbbc81 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202012_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202012 STATION NETCDFs +0.15617850224177043 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202012_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202012_M_GLOBAL.out new file mode 100644 index 00000000..271e6c15 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202012_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202012 STATION NETCDFs +0.0901412844657898 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202101_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202101_D_GLOBAL.out new file mode 100644 index 00000000..bbf78df2 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202101_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202101 STATION NETCDFs +0.07966173887252807 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202101_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202101_H_GLOBAL.out new file mode 100644 index 00000000..de0e5aec --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202101_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202101 STATION NETCDFs +0.03036197026570638 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202101_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202101_M_GLOBAL.out new file mode 100644 index 00000000..8bd80fa6 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202101_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202101 STATION NETCDFs +0.03825657367706299 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202102_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202102_D_GLOBAL.out new file mode 100644 index 00000000..a1087464 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202102_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202102 STATION NETCDFs +0.07598288059234619 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202102_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202102_H_GLOBAL.out new file mode 100644 index 00000000..999c29bf --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202102_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202102 STATION NETCDFs +0.028919676939646404 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202102_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202102_M_GLOBAL.out new file mode 100644 index 00000000..bacbf820 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202102_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202102 STATION NETCDFs +0.03165040413538615 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202103_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202103_D_GLOBAL.out new file mode 100644 index 00000000..bec876c1 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202103_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202103 STATION NETCDFs +0.026742756366729736 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202103_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202103_H_GLOBAL.out new file mode 100644 index 00000000..0be7d6fb --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202103_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202103 STATION NETCDFs +0.2142328937848409 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202103_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202103_M_GLOBAL.out new file mode 100644 index 00000000..34dc0bc9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202103_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202103 STATION NETCDFs +0.032294495900472 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202104_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202104_D_GLOBAL.out new file mode 100644 index 00000000..e052fce9 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202104_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202104 STATION NETCDFs +0.029729580879211424 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202104_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202104_H_GLOBAL.out new file mode 100644 index 00000000..7686d5b3 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202104_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202104 STATION NETCDFs +0.043257856369018556 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202104_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202104_M_GLOBAL.out new file mode 100644 index 00000000..c02259f8 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202104_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202104 STATION NETCDFs +0.052531345685323076 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202105_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202105_D_GLOBAL.out new file mode 100644 index 00000000..5d44a347 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202105_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202105 STATION NETCDFs +0.06867189804712931 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202105_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202105_H_GLOBAL.out new file mode 100644 index 00000000..fd04db2a --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202105_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202105 STATION NETCDFs +0.028118975957234702 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202105_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202105_M_GLOBAL.out new file mode 100644 index 00000000..cf5f53a7 --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202105_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202105 STATION NETCDFs +0.027487532297770182 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202106_D_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202106_D_GLOBAL.out new file mode 100644 index 00000000..734e234d --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202106_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202106 STATION NETCDFs +0.03866262435913086 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202106_H_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202106_H_GLOBAL.out new file mode 100644 index 00000000..593de38b --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202106_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202106 STATION NETCDFs +0.025990851720174155 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_O3/T2/0_202106_M_GLOBAL.out b/run/stage_logs/NAPMD_O3/T2/0_202106_M_GLOBAL.out new file mode 100644 index 00000000..c27108ad --- /dev/null +++ b/run/stage_logs/NAPMD_O3/T2/0_202106_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202106 STATION NETCDFs +0.23352037668228148 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/S1/0_2019.out b/run/stage_logs/NAPMD_P-XYLENE/S1/0_2019.out new file mode 100644 index 00000000..679f2ddc --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/S1/0_2019.out @@ -0,0 +1,4 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2019/XYLENE_2019.csv +110 -- PARSING RAW DATA +96 -- PARSING RAW DATA +0.013722558816274008 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/S1/0_2020.out b/run/stage_logs/NAPMD_P-XYLENE/S1/0_2020.out new file mode 100644 index 00000000..f424e37c --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/S1/0_2020.out @@ -0,0 +1,4 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2020/XYLENE_2020.csv +110 -- PARSING RAW DATA +96 -- PARSING RAW DATA +0.012570520242055258 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/S2/0_110_UNK.out b/run/stage_logs/NAPMD_P-XYLENE/S2/0_110_UNK.out new file mode 100644 index 00000000..96ca3477 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/S2/0_110_UNK.out @@ -0,0 +1,4 @@ +110_UNK -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.006764396031697591 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/S2/0_96_UNK.out b/run/stage_logs/NAPMD_P-XYLENE/S2/0_96_UNK.out new file mode 100644 index 00000000..cda93ded --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/S2/0_96_UNK.out @@ -0,0 +1,4 @@ +96_UNK -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.004043551286061605 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/S3/0_110_UNK.out b/run/stage_logs/NAPMD_P-XYLENE/S3/0_110_UNK.out new file mode 100644 index 00000000..229fcb73 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/S3/0_110_UNK.out @@ -0,0 +1,23 @@ +110_UNK -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.4136629541714987 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/S3/0_96_UNK.out b/run/stage_logs/NAPMD_P-XYLENE/S3/0_96_UNK.out new file mode 100644 index 00000000..804852ae --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/S3/0_96_UNK.out @@ -0,0 +1,23 @@ +96_UNK -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.2939990441004434 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T1/0_110_UNK_D_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T1/0_110_UNK_D_GLOBAL.out new file mode 100644 index 00000000..246f5bfe --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T1/0_110_UNK_D_GLOBAL.out @@ -0,0 +1,3 @@ +110_UNK -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.313334596157074 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T1/0_110_UNK_H_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T1/0_110_UNK_H_GLOBAL.out new file mode 100644 index 00000000..8b8aad92 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T1/0_110_UNK_H_GLOBAL.out @@ -0,0 +1,3 @@ +110_UNK -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.23848408063252766 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T1/0_110_UNK_M_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T1/0_110_UNK_M_GLOBAL.out new file mode 100644 index 00000000..740e1629 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T1/0_110_UNK_M_GLOBAL.out @@ -0,0 +1,3 @@ +110_UNK -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.04832489887873332 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T1/0_96_UNK_D_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T1/0_96_UNK_D_GLOBAL.out new file mode 100644 index 00000000..397f54d2 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T1/0_96_UNK_D_GLOBAL.out @@ -0,0 +1,3 @@ +96_UNK -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.31780740022659304 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T1/0_96_UNK_H_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T1/0_96_UNK_H_GLOBAL.out new file mode 100644 index 00000000..033ef2c5 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T1/0_96_UNK_H_GLOBAL.out @@ -0,0 +1,3 @@ +96_UNK -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.23434810638427733 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T1/0_96_UNK_M_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T1/0_96_UNK_M_GLOBAL.out new file mode 100644 index 00000000..41cca53c --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T1/0_96_UNK_M_GLOBAL.out @@ -0,0 +1,3 @@ +96_UNK -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.040687843163808184 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201812_D_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201812_D_GLOBAL.out new file mode 100644 index 00000000..aa5a1234 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201812_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201812 STATION NETCDFs +0.06530713637669881 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201812_H_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201812_H_GLOBAL.out new file mode 100644 index 00000000..76b8fc5b --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201812_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201812 STATION NETCDFs +0.04339509010314942 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201812_M_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201812_M_GLOBAL.out new file mode 100644 index 00000000..e62fe8d9 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201812_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201812 STATION NETCDFs +0.0338035782178243 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201901_D_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201901_D_GLOBAL.out new file mode 100644 index 00000000..d1e7e13e --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201901_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201901 STATION NETCDFs +0.06135476032892863 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201901_H_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201901_H_GLOBAL.out new file mode 100644 index 00000000..99164c39 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201901_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201901 STATION NETCDFs +0.07284749348958333 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201901_M_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201901_M_GLOBAL.out new file mode 100644 index 00000000..d8b774c5 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201901_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201901 STATION NETCDFs +0.028862937291463216 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201902_D_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201902_D_GLOBAL.out new file mode 100644 index 00000000..51f76a1d --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201902_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201902 STATION NETCDFs +0.03149181604385376 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201902_H_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201902_H_GLOBAL.out new file mode 100644 index 00000000..b0b9f951 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201902_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201902 STATION NETCDFs +0.0736709197362264 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201902_M_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201902_M_GLOBAL.out new file mode 100644 index 00000000..2f716ffd --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201902_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201902 STATION NETCDFs +0.07222121556599935 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201903_D_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201903_D_GLOBAL.out new file mode 100644 index 00000000..b26c3d63 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201903_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201903 STATION NETCDFs +0.07146901289621989 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201903_H_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201903_H_GLOBAL.out new file mode 100644 index 00000000..68c7f300 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201903_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201903 STATION NETCDFs +0.075984255472819 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201903_M_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201903_M_GLOBAL.out new file mode 100644 index 00000000..6852c8ce --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201903_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201903 STATION NETCDFs +0.07380600372950236 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201904_D_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201904_D_GLOBAL.out new file mode 100644 index 00000000..c96b95f2 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201904_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201904 STATION NETCDFs +0.060391966501871744 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201904_H_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201904_H_GLOBAL.out new file mode 100644 index 00000000..3e287816 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201904_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201904 STATION NETCDFs +0.05368857781092326 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201904_M_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201904_M_GLOBAL.out new file mode 100644 index 00000000..2b96e787 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201904_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201904 STATION NETCDFs +0.07310171524683634 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201905_D_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201905_D_GLOBAL.out new file mode 100644 index 00000000..7e3e3597 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201905_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201905 STATION NETCDFs +0.06926081577936809 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201905_H_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201905_H_GLOBAL.out new file mode 100644 index 00000000..7fbcf016 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201905_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201905 STATION NETCDFs +0.06979315678278605 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201905_M_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201905_M_GLOBAL.out new file mode 100644 index 00000000..4b3df765 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201905_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201905 STATION NETCDFs +0.07327383359273275 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201906_D_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201906_D_GLOBAL.out new file mode 100644 index 00000000..315d9028 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201906_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201906 STATION NETCDFs +0.04226236740748088 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201906_H_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201906_H_GLOBAL.out new file mode 100644 index 00000000..f2654867 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201906_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201906 STATION NETCDFs +0.059198208649953205 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201906_M_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201906_M_GLOBAL.out new file mode 100644 index 00000000..c12fd24f --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201906_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201906 STATION NETCDFs +0.037518858909606934 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201907_D_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201907_D_GLOBAL.out new file mode 100644 index 00000000..50693c7a --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201907_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201907 STATION NETCDFs +0.034163379669189455 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201907_H_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201907_H_GLOBAL.out new file mode 100644 index 00000000..8922f042 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201907_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201907 STATION NETCDFs +0.06943510373433431 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201907_M_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201907_M_GLOBAL.out new file mode 100644 index 00000000..6e5fff3d --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201907_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201907 STATION NETCDFs +0.06701320807139079 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201908_D_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201908_D_GLOBAL.out new file mode 100644 index 00000000..4762a4f5 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201908_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201908 STATION NETCDFs +0.07557797431945801 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201908_H_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201908_H_GLOBAL.out new file mode 100644 index 00000000..e4b4a519 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201908_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201908 STATION NETCDFs +0.07377740939458212 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201908_M_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201908_M_GLOBAL.out new file mode 100644 index 00000000..b5769164 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201908_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201908 STATION NETCDFs +0.07435920635859171 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201909_D_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201909_D_GLOBAL.out new file mode 100644 index 00000000..7177d7c9 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201909_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201909 STATION NETCDFs +0.03821537494659424 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201909_H_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201909_H_GLOBAL.out new file mode 100644 index 00000000..0878232e --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201909_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201909 STATION NETCDFs +0.07190846204757691 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201909_M_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201909_M_GLOBAL.out new file mode 100644 index 00000000..d80f29b5 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201909_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201909 STATION NETCDFs +0.06992407242457072 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201910_D_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201910_D_GLOBAL.out new file mode 100644 index 00000000..a653651f --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201910_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201910 STATION NETCDFs +0.07322022120157877 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201910_H_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201910_H_GLOBAL.out new file mode 100644 index 00000000..3104d696 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201910_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201910 STATION NETCDFs +0.07113557656606039 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201910_M_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201910_M_GLOBAL.out new file mode 100644 index 00000000..2cea70d3 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201910_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201910 STATION NETCDFs +0.07203598817189534 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201911_D_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201911_D_GLOBAL.out new file mode 100644 index 00000000..af7bc5e8 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201911_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201911 STATION NETCDFs +0.07127265135447185 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201911_H_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201911_H_GLOBAL.out new file mode 100644 index 00000000..ef07c480 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201911_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201911 STATION NETCDFs +0.05783909956614176 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201911_M_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201911_M_GLOBAL.out new file mode 100644 index 00000000..43d6058a --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201911_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201911 STATION NETCDFs +0.06853011846542359 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201912_D_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201912_D_GLOBAL.out new file mode 100644 index 00000000..44e588c2 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201912_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201912 STATION NETCDFs +0.06215427716573079 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201912_H_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201912_H_GLOBAL.out new file mode 100644 index 00000000..19c8f8af --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201912_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201912 STATION NETCDFs +0.07185892264048259 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_201912_M_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201912_M_GLOBAL.out new file mode 100644 index 00000000..9c35e1c4 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_201912_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201912 STATION NETCDFs +0.06736881335576375 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_202001_D_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_202001_D_GLOBAL.out new file mode 100644 index 00000000..7b92c189 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_202001_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202001 STATION NETCDFs +0.0676511843999227 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_202001_H_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_202001_H_GLOBAL.out new file mode 100644 index 00000000..f71d09eb --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_202001_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202001 STATION NETCDFs +0.06472452084223429 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_202001_M_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_202001_M_GLOBAL.out new file mode 100644 index 00000000..ec158b49 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_202001_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202001 STATION NETCDFs +0.07486474911371867 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_202002_D_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_202002_D_GLOBAL.out new file mode 100644 index 00000000..d359100f --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_202002_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202002 STATION NETCDFs +0.060213069121042885 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_202002_H_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_202002_H_GLOBAL.out new file mode 100644 index 00000000..d8583c0c --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_202002_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202002 STATION NETCDFs +0.03485386371612549 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_202002_M_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_202002_M_GLOBAL.out new file mode 100644 index 00000000..20e2b4dd --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_202002_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202002 STATION NETCDFs +0.031246642271677654 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_202003_D_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_202003_D_GLOBAL.out new file mode 100644 index 00000000..e29fac97 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_202003_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202003 STATION NETCDFs +0.07605736255645752 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_202003_H_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_202003_H_GLOBAL.out new file mode 100644 index 00000000..9d6a87a7 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_202003_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202003 STATION NETCDFs +0.0744444489479065 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_202003_M_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_202003_M_GLOBAL.out new file mode 100644 index 00000000..6a09b64d --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_202003_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202003 STATION NETCDFs +0.07271179755528769 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_202004_D_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_202004_D_GLOBAL.out new file mode 100644 index 00000000..002c050c --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_202004_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202004 STATION NETCDFs +0.07210740645726522 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_202004_H_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_202004_H_GLOBAL.out new file mode 100644 index 00000000..3ab3b96c --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_202004_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202004 STATION NETCDFs +0.07407854398091634 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_202004_M_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_202004_M_GLOBAL.out new file mode 100644 index 00000000..9ad521bd --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_202004_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202004 STATION NETCDFs +0.06833709875742594 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_202005_D_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_202005_D_GLOBAL.out new file mode 100644 index 00000000..db591303 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_202005_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202005 STATION NETCDFs +0.07117716868718466 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_202005_H_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_202005_H_GLOBAL.out new file mode 100644 index 00000000..0e875300 --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_202005_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202005 STATION NETCDFs +0.07306335767110189 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_P-XYLENE/T2/0_202005_M_GLOBAL.out b/run/stage_logs/NAPMD_P-XYLENE/T2/0_202005_M_GLOBAL.out new file mode 100644 index 00000000..4a90edfe --- /dev/null +++ b/run/stage_logs/NAPMD_P-XYLENE/T2/0_202005_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202005 STATION NETCDFs +0.028318528334299722 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S1/0_1994.out b/run/stage_logs/NAPMD_PM10/S1/0_1994.out new file mode 100644 index 00000000..bf5bf5a4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S1/0_1994.out @@ -0,0 +1,19 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1994/PM10_1994.csv +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +325 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +51 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +0.08895866870880127 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S1/0_1995.out b/run/stage_logs/NAPMD_PM10/S1/0_1995.out new file mode 100644 index 00000000..bf1dba31 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S1/0_1995.out @@ -0,0 +1,19 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1995/PM10_1995.csv +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +325 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +51 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +0.17850402990976968 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S1/0_1996.out b/run/stage_logs/NAPMD_PM10/S1/0_1996.out new file mode 100644 index 00000000..1542361a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S1/0_1996.out @@ -0,0 +1,20 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1996/PM10_1996.csv +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +354 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +0.16896571715672812 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S1/0_1997.out b/run/stage_logs/NAPMD_PM10/S1/0_1997.out new file mode 100644 index 00000000..07988f4d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S1/0_1997.out @@ -0,0 +1,21 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1997/PM10_1997.csv +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +354 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.19045512676239013 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S1/0_1998.out b/run/stage_logs/NAPMD_PM10/S1/0_1998.out new file mode 100644 index 00000000..c5ea44ee --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S1/0_1998.out @@ -0,0 +1,22 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1998/PM10_1998.csv +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +354 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +60 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.22185248533884686 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S1/0_1999.out b/run/stage_logs/NAPMD_PM10/S1/0_1999.out new file mode 100644 index 00000000..1c061825 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S1/0_1999.out @@ -0,0 +1,23 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1999/PM10_1999.csv +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +350 -- PARSING RAW DATA +354 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +51 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +60 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.2460684617360433 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S1/0_2000.out b/run/stage_logs/NAPMD_PM10/S1/0_2000.out new file mode 100644 index 00000000..f68f0767 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S1/0_2000.out @@ -0,0 +1,25 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2000/PM10_2000.csv +12 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +350 -- PARSING RAW DATA +354 -- PARSING RAW DATA +360 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +51 -- PARSING RAW DATA +53 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.27208263079325357 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S1/0_2001.out b/run/stage_logs/NAPMD_PM10/S1/0_2001.out new file mode 100644 index 00000000..8e1f97db --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S1/0_2001.out @@ -0,0 +1,27 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2001/PM10_2001.csv +10 -- PARSING RAW DATA +12 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +350 -- PARSING RAW DATA +354 -- PARSING RAW DATA +360 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +51 -- PARSING RAW DATA +53 -- PARSING RAW DATA +54 -- PARSING RAW DATA +55 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.2845220724741618 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S1/0_2002.out b/run/stage_logs/NAPMD_PM10/S1/0_2002.out new file mode 100644 index 00000000..aefd12b8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S1/0_2002.out @@ -0,0 +1,38 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2002/PM10_2002.csv +10 -- PARSING RAW DATA +12 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +23 -- PARSING RAW DATA +28 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +339 -- PARSING RAW DATA +340 -- PARSING RAW DATA +342 -- PARSING RAW DATA +343 -- PARSING RAW DATA +350 -- PARSING RAW DATA +354 -- PARSING RAW DATA +360 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +51 -- PARSING RAW DATA +53 -- PARSING RAW DATA +54 -- PARSING RAW DATA +55 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.369566277662913 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S1/0_2003.out b/run/stage_logs/NAPMD_PM10/S1/0_2003.out new file mode 100644 index 00000000..0b137c45 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S1/0_2003.out @@ -0,0 +1,38 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2003/PM10_2003.csv +10 -- PARSING RAW DATA +12 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +325 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +339 -- PARSING RAW DATA +340 -- PARSING RAW DATA +342 -- PARSING RAW DATA +344 -- PARSING RAW DATA +350 -- PARSING RAW DATA +354 -- PARSING RAW DATA +360 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +53 -- PARSING RAW DATA +54 -- PARSING RAW DATA +55 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.3788059751192729 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S1/0_2004.out b/run/stage_logs/NAPMD_PM10/S1/0_2004.out new file mode 100644 index 00000000..6a212f32 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S1/0_2004.out @@ -0,0 +1,43 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2004/PM10_2004.csv +10 -- PARSING RAW DATA +12 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +19 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +339 -- PARSING RAW DATA +340 -- PARSING RAW DATA +342 -- PARSING RAW DATA +350 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +360 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +53 -- PARSING RAW DATA +54 -- PARSING RAW DATA +55 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.3905107259750366 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S1/0_2005.out b/run/stage_logs/NAPMD_PM10/S1/0_2005.out new file mode 100644 index 00000000..e6e6afd1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S1/0_2005.out @@ -0,0 +1,39 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2005/PM10_2005.csv +10 -- PARSING RAW DATA +12 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +339 -- PARSING RAW DATA +340 -- PARSING RAW DATA +342 -- PARSING RAW DATA +350 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +360 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +53 -- PARSING RAW DATA +54 -- PARSING RAW DATA +55 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +62 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.3735988815625509 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S1/0_2006.out b/run/stage_logs/NAPMD_PM10/S1/0_2006.out new file mode 100644 index 00000000..1d5b5130 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S1/0_2006.out @@ -0,0 +1,41 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/daily/2006/PM10_2006.csv +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2006/PM10_2006.csv +10 -- PARSING RAW DATA +12 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +339 -- PARSING RAW DATA +340 -- PARSING RAW DATA +342 -- PARSING RAW DATA +344 -- PARSING RAW DATA +349 -- PARSING RAW DATA +350 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +360 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +53 -- PARSING RAW DATA +54 -- PARSING RAW DATA +55 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +62 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.3945470054944356 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S1/0_2007.out b/run/stage_logs/NAPMD_PM10/S1/0_2007.out new file mode 100644 index 00000000..d54b1f39 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S1/0_2007.out @@ -0,0 +1,42 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/daily/2007/PM10_2007.csv +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2007/PM10_2007.csv +10 -- PARSING RAW DATA +12 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +339 -- PARSING RAW DATA +340 -- PARSING RAW DATA +344 -- PARSING RAW DATA +349 -- PARSING RAW DATA +350 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +360 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +462 -- PARSING RAW DATA +51 -- PARSING RAW DATA +53 -- PARSING RAW DATA +54 -- PARSING RAW DATA +55 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.40500153303146363 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S1/0_2008.out b/run/stage_logs/NAPMD_PM10/S1/0_2008.out new file mode 100644 index 00000000..8e3a28c9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S1/0_2008.out @@ -0,0 +1,41 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/daily/2008/PM10_2008.csv +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2008/PM10_2008.csv +10 -- PARSING RAW DATA +12 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +339 -- PARSING RAW DATA +340 -- PARSING RAW DATA +349 -- PARSING RAW DATA +350 -- PARSING RAW DATA +352 -- PARSING RAW DATA +353 -- PARSING RAW DATA +354 -- PARSING RAW DATA +360 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +53 -- PARSING RAW DATA +54 -- PARSING RAW DATA +55 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.40110412836074827 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S1/0_2009.out b/run/stage_logs/NAPMD_PM10/S1/0_2009.out new file mode 100644 index 00000000..e2ceb56a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S1/0_2009.out @@ -0,0 +1,44 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/daily/2009/PM10_2009.csv +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2009/PM10_2009.csv +10 -- PARSING RAW DATA +11 -- PARSING RAW DATA +12 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +327 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +339 -- PARSING RAW DATA +340 -- PARSING RAW DATA +345 -- PARSING RAW DATA +349 -- PARSING RAW DATA +350 -- PARSING RAW DATA +352 -- PARSING RAW DATA +353 -- PARSING RAW DATA +354 -- PARSING RAW DATA +355 -- PARSING RAW DATA +360 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +51 -- PARSING RAW DATA +53 -- PARSING RAW DATA +54 -- PARSING RAW DATA +55 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.4025167981783549 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S1/0_2010.out b/run/stage_logs/NAPMD_PM10/S1/0_2010.out new file mode 100644 index 00000000..1a72986d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S1/0_2010.out @@ -0,0 +1,69 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/daily/2010/PM10_2010.csv +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2010/PM10_2010.csv +10 -- PARSING RAW DATA +100 -- PARSING RAW DATA +104 -- PARSING RAW DATA +105 -- PARSING RAW DATA +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +114 -- PARSING RAW DATA +116 -- PARSING RAW DATA +117 -- PARSING RAW DATA +118 -- PARSING RAW DATA +119 -- PARSING RAW DATA +12 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +327 -- PARSING RAW DATA +328 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +339 -- PARSING RAW DATA +340 -- PARSING RAW DATA +345 -- PARSING RAW DATA +346 -- PARSING RAW DATA +349 -- PARSING RAW DATA +350 -- PARSING RAW DATA +352 -- PARSING RAW DATA +353 -- PARSING RAW DATA +354 -- PARSING RAW DATA +355 -- PARSING RAW DATA +360 -- PARSING RAW DATA +37 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +462 -- PARSING RAW DATA +48 -- PARSING RAW DATA +51 -- PARSING RAW DATA +53 -- PARSING RAW DATA +54 -- PARSING RAW DATA +55 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +68 -- PARSING RAW DATA +76 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +81 -- PARSING RAW DATA +84 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.5026365756988526 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S1/0_2011.out b/run/stage_logs/NAPMD_PM10/S1/0_2011.out new file mode 100644 index 00000000..8b69ed4b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S1/0_2011.out @@ -0,0 +1,83 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/daily/2011/PM10_2011.csv +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2011/PM10_2011.csv +10 -- PARSING RAW DATA +100 -- PARSING RAW DATA +104 -- PARSING RAW DATA +105 -- PARSING RAW DATA +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +114 -- PARSING RAW DATA +116 -- PARSING RAW DATA +117 -- PARSING RAW DATA +118 -- PARSING RAW DATA +119 -- PARSING RAW DATA +12 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +16 -- PARSING RAW DATA +17 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +25 -- PARSING RAW DATA +26 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +327 -- PARSING RAW DATA +328 -- PARSING RAW DATA +33 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +339 -- PARSING RAW DATA +340 -- PARSING RAW DATA +346 -- PARSING RAW DATA +349 -- PARSING RAW DATA +350 -- PARSING RAW DATA +352 -- PARSING RAW DATA +353 -- PARSING RAW DATA +354 -- PARSING RAW DATA +355 -- PARSING RAW DATA +36 -- PARSING RAW DATA +360 -- PARSING RAW DATA +37 -- PARSING RAW DATA +38 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +47 -- PARSING RAW DATA +48 -- PARSING RAW DATA +49 -- PARSING RAW DATA +50 -- PARSING RAW DATA +51 -- PARSING RAW DATA +53 -- PARSING RAW DATA +54 -- PARSING RAW DATA +55 -- PARSING RAW DATA +56 -- PARSING RAW DATA +57 -- PARSING RAW DATA +58 -- PARSING RAW DATA +62 -- PARSING RAW DATA +7 -- PARSING RAW DATA +76 -- PARSING RAW DATA +77 -- PARSING RAW DATA +78 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +81 -- PARSING RAW DATA +84 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +94 -- PARSING RAW DATA +99 -- PARSING RAW DATA +0.5249300758043925 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S1/0_2012.out b/run/stage_logs/NAPMD_PM10/S1/0_2012.out new file mode 100644 index 00000000..88070681 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S1/0_2012.out @@ -0,0 +1,89 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2012/PM10_2012.csv +1 -- PARSING RAW DATA +10 -- PARSING RAW DATA +100 -- PARSING RAW DATA +104 -- PARSING RAW DATA +105 -- PARSING RAW DATA +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +114 -- PARSING RAW DATA +115 -- PARSING RAW DATA +117 -- PARSING RAW DATA +118 -- PARSING RAW DATA +119 -- PARSING RAW DATA +12 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +16 -- PARSING RAW DATA +17 -- PARSING RAW DATA +18 -- PARSING RAW DATA +20 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +25 -- PARSING RAW DATA +26 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +327 -- PARSING RAW DATA +328 -- PARSING RAW DATA +33 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +336 -- PARSING RAW DATA +339 -- PARSING RAW DATA +340 -- PARSING RAW DATA +349 -- PARSING RAW DATA +35 -- PARSING RAW DATA +350 -- PARSING RAW DATA +352 -- PARSING RAW DATA +353 -- PARSING RAW DATA +354 -- PARSING RAW DATA +355 -- PARSING RAW DATA +36 -- PARSING RAW DATA +360 -- PARSING RAW DATA +37 -- PARSING RAW DATA +38 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +47 -- PARSING RAW DATA +48 -- PARSING RAW DATA +49 -- PARSING RAW DATA +5 -- PARSING RAW DATA +50 -- PARSING RAW DATA +51 -- PARSING RAW DATA +53 -- PARSING RAW DATA +54 -- PARSING RAW DATA +56 -- PARSING RAW DATA +57 -- PARSING RAW DATA +58 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +7 -- PARSING RAW DATA +76 -- PARSING RAW DATA +77 -- PARSING RAW DATA +78 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +81 -- PARSING RAW DATA +84 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +94 -- PARSING RAW DATA +99 -- PARSING RAW DATA +0.5811895330746969 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S1/0_2013.out b/run/stage_logs/NAPMD_PM10/S1/0_2013.out new file mode 100644 index 00000000..c3c9dbee --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S1/0_2013.out @@ -0,0 +1,85 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2013/PM10_2013.csv +1 -- PARSING RAW DATA +10 -- PARSING RAW DATA +100 -- PARSING RAW DATA +104 -- PARSING RAW DATA +105 -- PARSING RAW DATA +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +114 -- PARSING RAW DATA +115 -- PARSING RAW DATA +117 -- PARSING RAW DATA +118 -- PARSING RAW DATA +119 -- PARSING RAW DATA +12 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +16 -- PARSING RAW DATA +17 -- PARSING RAW DATA +18 -- PARSING RAW DATA +20 -- PARSING RAW DATA +218 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +25 -- PARSING RAW DATA +26 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +327 -- PARSING RAW DATA +328 -- PARSING RAW DATA +33 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +336 -- PARSING RAW DATA +339 -- PARSING RAW DATA +340 -- PARSING RAW DATA +349 -- PARSING RAW DATA +35 -- PARSING RAW DATA +350 -- PARSING RAW DATA +352 -- PARSING RAW DATA +353 -- PARSING RAW DATA +354 -- PARSING RAW DATA +355 -- PARSING RAW DATA +36 -- PARSING RAW DATA +360 -- PARSING RAW DATA +37 -- PARSING RAW DATA +38 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +47 -- PARSING RAW DATA +48 -- PARSING RAW DATA +49 -- PARSING RAW DATA +5 -- PARSING RAW DATA +50 -- PARSING RAW DATA +51 -- PARSING RAW DATA +53 -- PARSING RAW DATA +54 -- PARSING RAW DATA +56 -- PARSING RAW DATA +57 -- PARSING RAW DATA +58 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +7 -- PARSING RAW DATA +77 -- PARSING RAW DATA +78 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +99 -- PARSING RAW DATA +0.5551148692766825 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S1/0_2014.out b/run/stage_logs/NAPMD_PM10/S1/0_2014.out new file mode 100644 index 00000000..e32d9004 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S1/0_2014.out @@ -0,0 +1,93 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2014/PM10_2014.csv +1 -- PARSING RAW DATA +10 -- PARSING RAW DATA +100 -- PARSING RAW DATA +104 -- PARSING RAW DATA +105 -- PARSING RAW DATA +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +114 -- PARSING RAW DATA +115 -- PARSING RAW DATA +117 -- PARSING RAW DATA +118 -- PARSING RAW DATA +119 -- PARSING RAW DATA +12 -- PARSING RAW DATA +120 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +16 -- PARSING RAW DATA +17 -- PARSING RAW DATA +18 -- PARSING RAW DATA +2 -- PARSING RAW DATA +20 -- PARSING RAW DATA +21 -- PARSING RAW DATA +218 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +25 -- PARSING RAW DATA +26 -- PARSING RAW DATA +286 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +327 -- PARSING RAW DATA +328 -- PARSING RAW DATA +33 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +339 -- PARSING RAW DATA +34 -- PARSING RAW DATA +340 -- PARSING RAW DATA +349 -- PARSING RAW DATA +35 -- PARSING RAW DATA +350 -- PARSING RAW DATA +352 -- PARSING RAW DATA +353 -- PARSING RAW DATA +354 -- PARSING RAW DATA +355 -- PARSING RAW DATA +36 -- PARSING RAW DATA +360 -- PARSING RAW DATA +37 -- PARSING RAW DATA +38 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +47 -- PARSING RAW DATA +48 -- PARSING RAW DATA +49 -- PARSING RAW DATA +5 -- PARSING RAW DATA +50 -- PARSING RAW DATA +51 -- PARSING RAW DATA +52 -- PARSING RAW DATA +53 -- PARSING RAW DATA +54 -- PARSING RAW DATA +56 -- PARSING RAW DATA +57 -- PARSING RAW DATA +58 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +7 -- PARSING RAW DATA +77 -- PARSING RAW DATA +78 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +83 -- PARSING RAW DATA +84 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +90 -- PARSING RAW DATA +95 -- PARSING RAW DATA +99 -- PARSING RAW DATA +0.6037322878837585 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S1/0_2015.out b/run/stage_logs/NAPMD_PM10/S1/0_2015.out new file mode 100644 index 00000000..2496d9cf --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S1/0_2015.out @@ -0,0 +1,106 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2015/PM10_2015.csv +1 -- PARSING RAW DATA +10 -- PARSING RAW DATA +100 -- PARSING RAW DATA +104 -- PARSING RAW DATA +105 -- PARSING RAW DATA +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +114 -- PARSING RAW DATA +115 -- PARSING RAW DATA +117 -- PARSING RAW DATA +118 -- PARSING RAW DATA +119 -- PARSING RAW DATA +12 -- PARSING RAW DATA +120 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +16 -- PARSING RAW DATA +17 -- PARSING RAW DATA +18 -- PARSING RAW DATA +2 -- PARSING RAW DATA +20 -- PARSING RAW DATA +21 -- PARSING RAW DATA +218 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +25 -- PARSING RAW DATA +26 -- PARSING RAW DATA +270 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +273 -- PARSING RAW DATA +274 -- PARSING RAW DATA +276 -- PARSING RAW DATA +277 -- PARSING RAW DATA +278 -- PARSING RAW DATA +279 -- PARSING RAW DATA +281 -- PARSING RAW DATA +286 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +31 -- PARSING RAW DATA +325 -- PARSING RAW DATA +327 -- PARSING RAW DATA +328 -- PARSING RAW DATA +33 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +339 -- PARSING RAW DATA +34 -- PARSING RAW DATA +340 -- PARSING RAW DATA +349 -- PARSING RAW DATA +35 -- PARSING RAW DATA +350 -- PARSING RAW DATA +352 -- PARSING RAW DATA +353 -- PARSING RAW DATA +354 -- PARSING RAW DATA +355 -- PARSING RAW DATA +36 -- PARSING RAW DATA +360 -- PARSING RAW DATA +37 -- PARSING RAW DATA +38 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +47 -- PARSING RAW DATA +48 -- PARSING RAW DATA +49 -- PARSING RAW DATA +5 -- PARSING RAW DATA +50 -- PARSING RAW DATA +51 -- PARSING RAW DATA +52 -- PARSING RAW DATA +53 -- PARSING RAW DATA +54 -- PARSING RAW DATA +56 -- PARSING RAW DATA +57 -- PARSING RAW DATA +58 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +7 -- PARSING RAW DATA +77 -- PARSING RAW DATA +78 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +83 -- PARSING RAW DATA +84 -- PARSING RAW DATA +87 -- PARSING RAW DATA +89 -- PARSING RAW DATA +9 -- PARSING RAW DATA +90 -- PARSING RAW DATA +93 -- PARSING RAW DATA +95 -- PARSING RAW DATA +98 -- PARSING RAW DATA +99 -- PARSING RAW DATA +0.6571796417236329 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S1/0_2016.out b/run/stage_logs/NAPMD_PM10/S1/0_2016.out new file mode 100644 index 00000000..067eae15 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S1/0_2016.out @@ -0,0 +1,106 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2016/PM10_2016.csv +1 -- PARSING RAW DATA +10 -- PARSING RAW DATA +100 -- PARSING RAW DATA +104 -- PARSING RAW DATA +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +114 -- PARSING RAW DATA +115 -- PARSING RAW DATA +117 -- PARSING RAW DATA +119 -- PARSING RAW DATA +12 -- PARSING RAW DATA +120 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +16 -- PARSING RAW DATA +17 -- PARSING RAW DATA +18 -- PARSING RAW DATA +2 -- PARSING RAW DATA +20 -- PARSING RAW DATA +21 -- PARSING RAW DATA +218 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +25 -- PARSING RAW DATA +26 -- PARSING RAW DATA +270 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +273 -- PARSING RAW DATA +274 -- PARSING RAW DATA +276 -- PARSING RAW DATA +277 -- PARSING RAW DATA +278 -- PARSING RAW DATA +279 -- PARSING RAW DATA +281 -- PARSING RAW DATA +285 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +325 -- PARSING RAW DATA +328 -- PARSING RAW DATA +33 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +339 -- PARSING RAW DATA +34 -- PARSING RAW DATA +340 -- PARSING RAW DATA +349 -- PARSING RAW DATA +35 -- PARSING RAW DATA +350 -- PARSING RAW DATA +352 -- PARSING RAW DATA +353 -- PARSING RAW DATA +354 -- PARSING RAW DATA +355 -- PARSING RAW DATA +36 -- PARSING RAW DATA +360 -- PARSING RAW DATA +37 -- PARSING RAW DATA +38 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +462 -- PARSING RAW DATA +47 -- PARSING RAW DATA +48 -- PARSING RAW DATA +49 -- PARSING RAW DATA +5 -- PARSING RAW DATA +50 -- PARSING RAW DATA +51 -- PARSING RAW DATA +52 -- PARSING RAW DATA +53 -- PARSING RAW DATA +54 -- PARSING RAW DATA +56 -- PARSING RAW DATA +57 -- PARSING RAW DATA +58 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +65 -- PARSING RAW DATA +69 -- PARSING RAW DATA +7 -- PARSING RAW DATA +77 -- PARSING RAW DATA +78 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +83 -- PARSING RAW DATA +84 -- PARSING RAW DATA +85 -- PARSING RAW DATA +87 -- PARSING RAW DATA +89 -- PARSING RAW DATA +9 -- PARSING RAW DATA +90 -- PARSING RAW DATA +93 -- PARSING RAW DATA +95 -- PARSING RAW DATA +98 -- PARSING RAW DATA +99 -- PARSING RAW DATA +0.638893989721934 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S1/0_2017.out b/run/stage_logs/NAPMD_PM10/S1/0_2017.out new file mode 100644 index 00000000..e4374256 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S1/0_2017.out @@ -0,0 +1,136 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2017/PM10_2017.csv +1 -- PARSING RAW DATA +10 -- PARSING RAW DATA +100 -- PARSING RAW DATA +103 -- PARSING RAW DATA +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +114 -- PARSING RAW DATA +115 -- PARSING RAW DATA +117 -- PARSING RAW DATA +119 -- PARSING RAW DATA +12 -- PARSING RAW DATA +120 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +16 -- PARSING RAW DATA +17 -- PARSING RAW DATA +18 -- PARSING RAW DATA +2 -- PARSING RAW DATA +20 -- PARSING RAW DATA +21 -- PARSING RAW DATA +218 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +24 -- PARSING RAW DATA +25 -- PARSING RAW DATA +26 -- PARSING RAW DATA +270 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +273 -- PARSING RAW DATA +274 -- PARSING RAW DATA +276 -- PARSING RAW DATA +277 -- PARSING RAW DATA +278 -- PARSING RAW DATA +279 -- PARSING RAW DATA +281 -- PARSING RAW DATA +285 -- PARSING RAW DATA +288 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +32 -- PARSING RAW DATA +325 -- PARSING RAW DATA +328 -- PARSING RAW DATA +33 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +34 -- PARSING RAW DATA +340 -- PARSING RAW DATA +349 -- PARSING RAW DATA +35 -- PARSING RAW DATA +350 -- PARSING RAW DATA +352 -- PARSING RAW DATA +353 -- PARSING RAW DATA +354 -- PARSING RAW DATA +355 -- PARSING RAW DATA +36 -- PARSING RAW DATA +360 -- PARSING RAW DATA +37 -- PARSING RAW DATA +38 -- PARSING RAW DATA +39 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +42 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +454 -- PARSING RAW DATA +455 -- PARSING RAW DATA +456 -- PARSING RAW DATA +457 -- PARSING RAW DATA +458 -- PARSING RAW DATA +459 -- PARSING RAW DATA +46 -- PARSING RAW DATA +460 -- PARSING RAW DATA +461 -- PARSING RAW DATA +462 -- PARSING RAW DATA +463 -- PARSING RAW DATA +465 -- PARSING RAW DATA +466 -- PARSING RAW DATA +467 -- PARSING RAW DATA +468 -- PARSING RAW DATA +469 -- PARSING RAW DATA +47 -- PARSING RAW DATA +471 -- PARSING RAW DATA +472 -- PARSING RAW DATA +473 -- PARSING RAW DATA +474 -- PARSING RAW DATA +475 -- PARSING RAW DATA +476 -- PARSING RAW DATA +477 -- PARSING RAW DATA +478 -- PARSING RAW DATA +479 -- PARSING RAW DATA +48 -- PARSING RAW DATA +480 -- PARSING RAW DATA +481 -- PARSING RAW DATA +482 -- PARSING RAW DATA +483 -- PARSING RAW DATA +484 -- PARSING RAW DATA +49 -- PARSING RAW DATA +5 -- PARSING RAW DATA +50 -- PARSING RAW DATA +51 -- PARSING RAW DATA +52 -- PARSING RAW DATA +529 -- PARSING RAW DATA +53 -- PARSING RAW DATA +531 -- PARSING RAW DATA +56 -- PARSING RAW DATA +57 -- PARSING RAW DATA +58 -- PARSING RAW DATA +6 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +65 -- PARSING RAW DATA +7 -- PARSING RAW DATA +77 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +83 -- PARSING RAW DATA +84 -- PARSING RAW DATA +85 -- PARSING RAW DATA +87 -- PARSING RAW DATA +89 -- PARSING RAW DATA +9 -- PARSING RAW DATA +95 -- PARSING RAW DATA +98 -- PARSING RAW DATA +99 -- PARSING RAW DATA +0.6802513599395752 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S1/0_2018.out b/run/stage_logs/NAPMD_PM10/S1/0_2018.out new file mode 100644 index 00000000..be38c45f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S1/0_2018.out @@ -0,0 +1,115 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2018/PM10_2018.csv +1 -- PARSING RAW DATA +10 -- PARSING RAW DATA +100 -- PARSING RAW DATA +103 -- PARSING RAW DATA +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +114 -- PARSING RAW DATA +115 -- PARSING RAW DATA +117 -- PARSING RAW DATA +119 -- PARSING RAW DATA +12 -- PARSING RAW DATA +120 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +16 -- PARSING RAW DATA +17 -- PARSING RAW DATA +18 -- PARSING RAW DATA +2 -- PARSING RAW DATA +20 -- PARSING RAW DATA +21 -- PARSING RAW DATA +218 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +24 -- PARSING RAW DATA +25 -- PARSING RAW DATA +26 -- PARSING RAW DATA +270 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +273 -- PARSING RAW DATA +274 -- PARSING RAW DATA +276 -- PARSING RAW DATA +277 -- PARSING RAW DATA +278 -- PARSING RAW DATA +279 -- PARSING RAW DATA +281 -- PARSING RAW DATA +288 -- PARSING RAW DATA +29 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +32 -- PARSING RAW DATA +325 -- PARSING RAW DATA +328 -- PARSING RAW DATA +33 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +34 -- PARSING RAW DATA +340 -- PARSING RAW DATA +349 -- PARSING RAW DATA +35 -- PARSING RAW DATA +350 -- PARSING RAW DATA +352 -- PARSING RAW DATA +353 -- PARSING RAW DATA +354 -- PARSING RAW DATA +355 -- PARSING RAW DATA +356 -- PARSING RAW DATA +36 -- PARSING RAW DATA +360 -- PARSING RAW DATA +37 -- PARSING RAW DATA +370 -- PARSING RAW DATA +371 -- PARSING RAW DATA +375 -- PARSING RAW DATA +38 -- PARSING RAW DATA +39 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +42 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +457 -- PARSING RAW DATA +46 -- PARSING RAW DATA +462 -- PARSING RAW DATA +463 -- PARSING RAW DATA +465 -- PARSING RAW DATA +47 -- PARSING RAW DATA +48 -- PARSING RAW DATA +49 -- PARSING RAW DATA +5 -- PARSING RAW DATA +50 -- PARSING RAW DATA +51 -- PARSING RAW DATA +52 -- PARSING RAW DATA +529 -- PARSING RAW DATA +53 -- PARSING RAW DATA +531 -- PARSING RAW DATA +56 -- PARSING RAW DATA +57 -- PARSING RAW DATA +58 -- PARSING RAW DATA +6 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +65 -- PARSING RAW DATA +7 -- PARSING RAW DATA +72 -- PARSING RAW DATA +73 -- PARSING RAW DATA +77 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +83 -- PARSING RAW DATA +84 -- PARSING RAW DATA +87 -- PARSING RAW DATA +89 -- PARSING RAW DATA +9 -- PARSING RAW DATA +95 -- PARSING RAW DATA +98 -- PARSING RAW DATA +99 -- PARSING RAW DATA +0.6683472553888957 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S1/0_2019.out b/run/stage_logs/NAPMD_PM10/S1/0_2019.out new file mode 100644 index 00000000..033e1e47 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S1/0_2019.out @@ -0,0 +1,2 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2019/PM10_2019.csv +0.32476628621419273 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S1/0_2020.out b/run/stage_logs/NAPMD_PM10/S1/0_2020.out new file mode 100644 index 00000000..7ccc0dba --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S1/0_2020.out @@ -0,0 +1,166 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2020/PM10_2020.csv +1 -- PARSING RAW DATA +10 -- PARSING RAW DATA +100 -- PARSING RAW DATA +103 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +114 -- PARSING RAW DATA +115 -- PARSING RAW DATA +117 -- PARSING RAW DATA +118 -- PARSING RAW DATA +119 -- PARSING RAW DATA +12 -- PARSING RAW DATA +120 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +16 -- PARSING RAW DATA +17 -- PARSING RAW DATA +18 -- PARSING RAW DATA +2 -- PARSING RAW DATA +20 -- PARSING RAW DATA +21 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +24 -- PARSING RAW DATA +25 -- PARSING RAW DATA +26 -- PARSING RAW DATA +270 -- PARSING RAW DATA +271 -- PARSING RAW DATA +272 -- PARSING RAW DATA +273 -- PARSING RAW DATA +274 -- PARSING RAW DATA +276 -- PARSING RAW DATA +277 -- PARSING RAW DATA +278 -- PARSING RAW DATA +279 -- PARSING RAW DATA +28 -- PARSING RAW DATA +281 -- PARSING RAW DATA +288 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +32 -- PARSING RAW DATA +325 -- PARSING RAW DATA +328 -- PARSING RAW DATA +33 -- PARSING RAW DATA +330 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +335 -- PARSING RAW DATA +34 -- PARSING RAW DATA +340 -- PARSING RAW DATA +349 -- PARSING RAW DATA +35 -- PARSING RAW DATA +350 -- PARSING RAW DATA +351 -- PARSING RAW DATA +352 -- PARSING RAW DATA +353 -- PARSING RAW DATA +354 -- PARSING RAW DATA +355 -- PARSING RAW DATA +356 -- PARSING RAW DATA +357 -- PARSING RAW DATA +358 -- PARSING RAW DATA +36 -- PARSING RAW DATA +360 -- PARSING RAW DATA +363 -- PARSING RAW DATA +364 -- PARSING RAW DATA +365 -- PARSING RAW DATA +366 -- PARSING RAW DATA +368 -- PARSING RAW DATA +369 -- PARSING RAW DATA +37 -- PARSING RAW DATA +370 -- PARSING RAW DATA +371 -- PARSING RAW DATA +372 -- PARSING RAW DATA +373 -- PARSING RAW DATA +374 -- PARSING RAW DATA +375 -- PARSING RAW DATA +38 -- PARSING RAW DATA +39 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +42 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +453 -- PARSING RAW DATA +454 -- PARSING RAW DATA +455 -- PARSING RAW DATA +456 -- PARSING RAW DATA +457 -- PARSING RAW DATA +458 -- PARSING RAW DATA +459 -- PARSING RAW DATA +46 -- PARSING RAW DATA +460 -- PARSING RAW DATA +461 -- PARSING RAW DATA +462 -- PARSING RAW DATA +463 -- PARSING RAW DATA +464 -- PARSING RAW DATA +465 -- PARSING RAW DATA +466 -- PARSING RAW DATA +467 -- PARSING RAW DATA +468 -- PARSING RAW DATA +469 -- PARSING RAW DATA +47 -- PARSING RAW DATA +471 -- PARSING RAW DATA +473 -- PARSING RAW DATA +474 -- PARSING RAW DATA +475 -- PARSING RAW DATA +476 -- PARSING RAW DATA +477 -- PARSING RAW DATA +478 -- PARSING RAW DATA +479 -- PARSING RAW DATA +48 -- PARSING RAW DATA +480 -- PARSING RAW DATA +481 -- PARSING RAW DATA +482 -- PARSING RAW DATA +483 -- PARSING RAW DATA +485 -- PARSING RAW DATA +486 -- PARSING RAW DATA +487 -- PARSING RAW DATA +488 -- PARSING RAW DATA +489 -- PARSING RAW DATA +49 -- PARSING RAW DATA +490 -- PARSING RAW DATA +5 -- PARSING RAW DATA +50 -- PARSING RAW DATA +51 -- PARSING RAW DATA +52 -- PARSING RAW DATA +53 -- PARSING RAW DATA +530 -- PARSING RAW DATA +531 -- PARSING RAW DATA +534 -- PARSING RAW DATA +540 -- PARSING RAW DATA +543 -- PARSING RAW DATA +544 -- PARSING RAW DATA +546 -- PARSING RAW DATA +547 -- PARSING RAW DATA +56 -- PARSING RAW DATA +57 -- PARSING RAW DATA +58 -- PARSING RAW DATA +6 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +65 -- PARSING RAW DATA +7 -- PARSING RAW DATA +70 -- PARSING RAW DATA +71 -- PARSING RAW DATA +72 -- PARSING RAW DATA +73 -- PARSING RAW DATA +77 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +81 -- PARSING RAW DATA +83 -- PARSING RAW DATA +84 -- PARSING RAW DATA +87 -- PARSING RAW DATA +89 -- PARSING RAW DATA +9 -- PARSING RAW DATA +95 -- PARSING RAW DATA +98 -- PARSING RAW DATA +99 -- PARSING RAW DATA +0.7734340111414592 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S1/0_2021.out b/run/stage_logs/NAPMD_PM10/S1/0_2021.out new file mode 100644 index 00000000..d3201ef2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S1/0_2021.out @@ -0,0 +1,12 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2021/PM10_2021.csv +349 -- PARSING RAW DATA +350 -- PARSING RAW DATA +352 -- PARSING RAW DATA +353 -- PARSING RAW DATA +354 -- PARSING RAW DATA +355 -- PARSING RAW DATA +356 -- PARSING RAW DATA +357 -- PARSING RAW DATA +358 -- PARSING RAW DATA +360 -- PARSING RAW DATA +0.04599935213724772 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_100_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_100_TEOM-GR.out new file mode 100644 index 00000000..be4d7713 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_100_TEOM-GR.out @@ -0,0 +1,4 @@ +100_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.024236087004343668 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_103_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_103_TEOM-GR.out new file mode 100644 index 00000000..12e5c457 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_103_TEOM-GR.out @@ -0,0 +1,4 @@ +103_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0037194569905598957 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_104_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_104_TEOM-GR.out new file mode 100644 index 00000000..800fa6cd --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_104_TEOM-GR.out @@ -0,0 +1,4 @@ +104_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01159451405207316 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_105_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_105_TEOM-GR.out new file mode 100644 index 00000000..9e650764 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_105_TEOM-GR.out @@ -0,0 +1,4 @@ +105_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.00985935131708781 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_107_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_107_TEOM-GR.out new file mode 100644 index 00000000..f40189e2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_107_TEOM-GR.out @@ -0,0 +1,4 @@ +107_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.017784082889556886 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_108_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_108_TEOM-GR.out new file mode 100644 index 00000000..7f54adaf --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_108_TEOM-GR.out @@ -0,0 +1,4 @@ +108_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.030174946784973143 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_109_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_109_TEOM-GR.out new file mode 100644 index 00000000..3a310e05 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_109_TEOM-GR.out @@ -0,0 +1,4 @@ +109_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.02254250446955363 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_10_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_10_TEOM-GR.out new file mode 100644 index 00000000..43dca13c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_10_TEOM-GR.out @@ -0,0 +1,27 @@ +10_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2001-09-06 05:00:00 2001-12-31 12:00:00 1052255820 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/10_TEOM-GR_1052255820_1052423280.npz'] +'StationConcatenate' object has no attribute 'existing_data' +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/10_TEOM-GR_1052423280_1052948880.npz'] +2002-12-31 13:00:00 2003-11-09 12:00:00 1052948940 1053399600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/10_TEOM-GR_1052948940_1053399600.npz'] +2004-02-10 01:00:00 2004-12-31 12:00:00 1053532860 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/10_TEOM-GR_1053532860_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/10_TEOM-GR_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/10_TEOM-GR_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/10_TEOM-GR_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/10_TEOM-GR_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/10_TEOM-GR_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/10_TEOM-GR_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/10_TEOM-GR_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/10_TEOM-GR_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/10_TEOM-GR_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/10_TEOM-GR_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/10_TEOM-GR_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/10_TEOM-GR_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/10_TEOM-GR_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/10_TEOM-GR_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/10_TEOM-GR_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/10_TEOM-GR_1060313040_1060838640.npz'] +2017-12-31 13:00:00 2018-12-31 13:00:00 1060838700 1061364300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/10_TEOM-GR_1060838700_1061364300.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/10_TEOM-GR_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.16790415048599244 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_110_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_110_TEOM-GR.out new file mode 100644 index 00000000..785c073f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_110_TEOM-GR.out @@ -0,0 +1,4 @@ +110_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.02498399019241333 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_113_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_113_TEOM-GR.out new file mode 100644 index 00000000..920e26b5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_113_TEOM-GR.out @@ -0,0 +1,4 @@ +113_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0206600824991862 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_114_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_114_TEOM-GR.out new file mode 100644 index 00000000..6441c485 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_114_TEOM-GR.out @@ -0,0 +1,4 @@ +114_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.023772009213765464 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_115_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_115_TEOM-GR.out new file mode 100644 index 00000000..0934c982 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_115_TEOM-GR.out @@ -0,0 +1,4 @@ +115_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.012858776251475017 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_116_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_116_TEOM-GR.out new file mode 100644 index 00000000..2f67685f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_116_TEOM-GR.out @@ -0,0 +1,4 @@ +116_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.009564832846323649 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_117_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_117_TEOM-GR.out new file mode 100644 index 00000000..ee2c6c71 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_117_TEOM-GR.out @@ -0,0 +1,4 @@ +117_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01861406962076823 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_118_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_118_TEOM-GR.out new file mode 100644 index 00000000..94b489ef --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_118_TEOM-GR.out @@ -0,0 +1,4 @@ +118_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.015279547373453776 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_119_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_119_TEOM-GR.out new file mode 100644 index 00000000..3992761f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_119_TEOM-GR.out @@ -0,0 +1,4 @@ +119_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.02259060541788737 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_11_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_11_TEOM-GR.out new file mode 100644 index 00000000..b6a177b4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_11_TEOM-GR.out @@ -0,0 +1,4 @@ +11_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.02491150697072347 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_120_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_120_TEOM-GR.out new file mode 100644 index 00000000..20025f25 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_120_TEOM-GR.out @@ -0,0 +1,4 @@ +120_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01269609530766805 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_12_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_12_TEOM-GR.out new file mode 100644 index 00000000..e2e82694 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_12_TEOM-GR.out @@ -0,0 +1,28 @@ +12_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2000-07-10 12:00:00 2000-12-31 12:00:00 1051647120 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/12_TEOM-GR_1051647120_1051897680.npz'] +'StationConcatenate' object has no attribute 'existing_data' +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/12_TEOM-GR_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-27 13:00:00 1052423280 1052943180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/12_TEOM-GR_1052423280_1052943180.npz'] +2003-01-16 00:00:00 2003-12-31 12:00:00 1052971200 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/12_TEOM-GR_1052971200_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/12_TEOM-GR_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/12_TEOM-GR_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/12_TEOM-GR_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/12_TEOM-GR_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/12_TEOM-GR_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/12_TEOM-GR_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/12_TEOM-GR_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/12_TEOM-GR_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/12_TEOM-GR_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/12_TEOM-GR_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/12_TEOM-GR_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/12_TEOM-GR_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/12_TEOM-GR_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/12_TEOM-GR_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/12_TEOM-GR_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/12_TEOM-GR_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/12_TEOM-GR_1060313040_1060838640.npz'] +2017-12-31 13:00:00 2018-12-31 13:00:00 1060838700 1061364300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/12_TEOM-GR_1060838700_1061364300.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/12_TEOM-GR_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.163530965646108 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_13_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_13_TEOM-GR.out new file mode 100644 index 00000000..0f9e9fff --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_13_TEOM-GR.out @@ -0,0 +1,34 @@ +13_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1994-09-11 10:00:00 1994-12-31 12:00:00 1048581240 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/13_TEOM-GR_1048581240_1048741200.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/13_TEOM-GR_1048741200_1049266800.npz'] +1995-12-31 12:00:00 1996-12-31 12:00:00 1049266800 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/13_TEOM-GR_1049266800_1049793840.npz'] +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/13_TEOM-GR_1049793840_1050319440.npz'] +1997-12-31 13:00:00 1998-12-31 12:00:00 1050319500 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/13_TEOM-GR_1050319500_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/13_TEOM-GR_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/13_TEOM-GR_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/13_TEOM-GR_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-24 13:00:00 1052423280 1052938860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/13_TEOM-GR_1052423280_1052938860.npz'] +2003-01-28 12:00:00 2003-12-31 12:00:00 1052989200 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/13_TEOM-GR_1052989200_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/13_TEOM-GR_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/13_TEOM-GR_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/13_TEOM-GR_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/13_TEOM-GR_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/13_TEOM-GR_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/13_TEOM-GR_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/13_TEOM-GR_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/13_TEOM-GR_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 11:00:00 1056105360 1056630900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/13_TEOM-GR_1056105360_1056630900.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/13_TEOM-GR_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/13_TEOM-GR_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/13_TEOM-GR_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/13_TEOM-GR_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/13_TEOM-GR_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/13_TEOM-GR_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/13_TEOM-GR_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/13_TEOM-GR_1060313040_1060838640.npz'] +2017-12-31 13:00:00 2018-12-31 13:00:00 1060838700 1061364300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/13_TEOM-GR_1060838700_1061364300.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/13_TEOM-GR_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.20142383575439454 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_14_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_14_TEOM-GR.out new file mode 100644 index 00000000..eb775340 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_14_TEOM-GR.out @@ -0,0 +1,4 @@ +14_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.02411993344624837 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_15_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_15_TEOM-GR.out new file mode 100644 index 00000000..fc55d399 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_15_TEOM-GR.out @@ -0,0 +1,34 @@ +15_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1993-12-31 13:00:00 1994-12-31 12:00:00 1048215660 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/15_TEOM-GR_1048215660_1048741200.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/15_TEOM-GR_1048741200_1049266800.npz'] +1995-12-31 13:00:00 1996-12-31 12:00:00 1049266860 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/15_TEOM-GR_1049266860_1049793840.npz'] +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/15_TEOM-GR_1049793840_1050319440.npz'] +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/15_TEOM-GR_1050319440_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/15_TEOM-GR_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/15_TEOM-GR_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/15_TEOM-GR_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/15_TEOM-GR_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/15_TEOM-GR_1052948880_1053474480.npz'] +2003-12-31 14:00:00 2004-12-31 12:00:00 1053474600 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/15_TEOM-GR_1053474600_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/15_TEOM-GR_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/15_TEOM-GR_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/15_TEOM-GR_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/15_TEOM-GR_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/15_TEOM-GR_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/15_TEOM-GR_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/15_TEOM-GR_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/15_TEOM-GR_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/15_TEOM-GR_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/15_TEOM-GR_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/15_TEOM-GR_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/15_TEOM-GR_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/15_TEOM-GR_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/15_TEOM-GR_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/15_TEOM-GR_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/15_TEOM-GR_1060313040_1060838640.npz'] +2017-12-31 13:00:00 2018-12-31 13:00:00 1060838700 1061364300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/15_TEOM-GR_1060838700_1061364300.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/15_TEOM-GR_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.20546348889668783 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_16_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_16_TEOM-GR.out new file mode 100644 index 00000000..e580652f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_16_TEOM-GR.out @@ -0,0 +1,4 @@ +16_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.022076308727264404 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_17_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_17_TEOM-GR.out new file mode 100644 index 00000000..5db6bcf2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_17_TEOM-GR.out @@ -0,0 +1,4 @@ +17_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.023826984564463298 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_18_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_18_TEOM-GR.out new file mode 100644 index 00000000..7bda7df0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_18_TEOM-GR.out @@ -0,0 +1,4 @@ +18_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.019642114639282227 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_19_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_19_TEOM-GR.out new file mode 100644 index 00000000..a97214e5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_19_TEOM-GR.out @@ -0,0 +1,4 @@ +19_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.025819702943166097 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_1_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_1_TEOM-GR.out new file mode 100644 index 00000000..0c3fd73a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_1_TEOM-GR.out @@ -0,0 +1,4 @@ +1_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.017444594701131185 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_20_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_20_TEOM-GR.out new file mode 100644 index 00000000..ebfc74f3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_20_TEOM-GR.out @@ -0,0 +1,4 @@ +20_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.016204353173573813 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_218_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_218_TEOM-GR.out new file mode 100644 index 00000000..fb4fc63e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_218_TEOM-GR.out @@ -0,0 +1,4 @@ +218_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.020069825649261474 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_21_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_21_TEOM-GR.out new file mode 100644 index 00000000..3a49076b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_21_TEOM-GR.out @@ -0,0 +1,4 @@ +21_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.015884069601694743 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_22_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_22_TEOM-GR.out new file mode 100644 index 00000000..6707d041 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_22_TEOM-GR.out @@ -0,0 +1,25 @@ +22_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2003-01-17 05:00:00 2003-12-31 12:00:00 1052972940 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/22_TEOM-GR_1052972940_1053474480.npz'] +'StationConcatenate' object has no attribute 'existing_data' +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/22_TEOM-GR_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/22_TEOM-GR_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/22_TEOM-GR_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/22_TEOM-GR_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/22_TEOM-GR_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/22_TEOM-GR_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/22_TEOM-GR_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/22_TEOM-GR_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/22_TEOM-GR_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/22_TEOM-GR_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/22_TEOM-GR_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/22_TEOM-GR_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/22_TEOM-GR_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/22_TEOM-GR_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/22_TEOM-GR_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/22_TEOM-GR_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/22_TEOM-GR_1060313040_1060838640.npz'] +2017-12-31 13:00:00 2018-12-31 13:00:00 1060838700 1061364300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/22_TEOM-GR_1060838700_1061364300.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/22_TEOM-GR_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.1768871029218038 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_23_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_23_TEOM-GR.out new file mode 100644 index 00000000..291a53ae --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_23_TEOM-GR.out @@ -0,0 +1,34 @@ +23_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1994-12-23 13:00:00 1994-12-31 12:00:00 1048729740 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/23_TEOM-GR_1048729740_1048741200.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-10-16 02:00:00 1048741200 1049156760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/23_TEOM-GR_1048741200_1049156760.npz'] +1996-08-19 13:00:00 1996-12-31 12:00:00 1049600940 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/23_TEOM-GR_1049600940_1049793840.npz'] +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/23_TEOM-GR_1049793840_1050319440.npz'] +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/23_TEOM-GR_1050319440_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/23_TEOM-GR_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/23_TEOM-GR_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/23_TEOM-GR_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/23_TEOM-GR_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/23_TEOM-GR_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/23_TEOM-GR_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/23_TEOM-GR_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/23_TEOM-GR_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/23_TEOM-GR_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/23_TEOM-GR_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/23_TEOM-GR_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/23_TEOM-GR_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/23_TEOM-GR_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/23_TEOM-GR_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/23_TEOM-GR_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/23_TEOM-GR_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/23_TEOM-GR_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/23_TEOM-GR_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/23_TEOM-GR_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/23_TEOM-GR_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/23_TEOM-GR_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/23_TEOM-GR_1060313040_1060838640.npz'] +2017-12-31 13:00:00 2018-12-31 13:00:00 1060838700 1061364300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/23_TEOM-GR_1060838700_1061364300.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/23_TEOM-GR_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.19599918921788534 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_24_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_24_TEOM-GR.out new file mode 100644 index 00000000..eb64cf3d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_24_TEOM-GR.out @@ -0,0 +1,4 @@ +24_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01188663641611735 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_25_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_25_TEOM-GR.out new file mode 100644 index 00000000..dadafe8f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_25_TEOM-GR.out @@ -0,0 +1,4 @@ +25_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.02073479493459066 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_26_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_26_TEOM-GR.out new file mode 100644 index 00000000..03d2102e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_26_TEOM-GR.out @@ -0,0 +1,24 @@ +26_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2004-05-30 12:00:00 2004-12-31 12:00:00 1053691920 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/26_TEOM-GR_1053691920_1054001520.npz'] +'StationConcatenate' object has no attribute 'existing_data' +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/26_TEOM-GR_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/26_TEOM-GR_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/26_TEOM-GR_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/26_TEOM-GR_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/26_TEOM-GR_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/26_TEOM-GR_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/26_TEOM-GR_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/26_TEOM-GR_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/26_TEOM-GR_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/26_TEOM-GR_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/26_TEOM-GR_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/26_TEOM-GR_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/26_TEOM-GR_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/26_TEOM-GR_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/26_TEOM-GR_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/26_TEOM-GR_1060313040_1060838640.npz'] +2017-12-31 13:00:00 2018-12-31 13:00:00 1060838700 1061364300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/26_TEOM-GR_1060838700_1061364300.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/26_TEOM-GR_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.17479076385498046 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_270_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_270_TEOM-GR.out new file mode 100644 index 00000000..9efb9982 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_270_TEOM-GR.out @@ -0,0 +1,4 @@ +270_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.014185814062754314 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_271_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_271_TEOM-GR.out new file mode 100644 index 00000000..6b0eff3b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_271_TEOM-GR.out @@ -0,0 +1,4 @@ +271_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.011103018124898275 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_272_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_272_TEOM-GR.out new file mode 100644 index 00000000..262fe5b0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_272_TEOM-GR.out @@ -0,0 +1,4 @@ +272_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.013575208187103272 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_273_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_273_TEOM-GR.out new file mode 100644 index 00000000..d216d18a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_273_TEOM-GR.out @@ -0,0 +1,4 @@ +273_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.015787939230600994 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_274_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_274_TEOM-GR.out new file mode 100644 index 00000000..ce6d47db --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_274_TEOM-GR.out @@ -0,0 +1,4 @@ +274_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01659946044286092 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_276_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_276_TEOM-GR.out new file mode 100644 index 00000000..1ebd3773 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_276_TEOM-GR.out @@ -0,0 +1,4 @@ +276_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.009936062494913737 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_277_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_277_TEOM-GR.out new file mode 100644 index 00000000..0011f7f5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_277_TEOM-GR.out @@ -0,0 +1,4 @@ +277_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.012503127257029215 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_278_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_278_TEOM-GR.out new file mode 100644 index 00000000..785df06a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_278_TEOM-GR.out @@ -0,0 +1,4 @@ +278_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.015279682477315266 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_279_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_279_TEOM-GR.out new file mode 100644 index 00000000..05c74a15 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_279_TEOM-GR.out @@ -0,0 +1,4 @@ +279_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.012737596035003662 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_281_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_281_TEOM-GR.out new file mode 100644 index 00000000..19d7904e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_281_TEOM-GR.out @@ -0,0 +1,4 @@ +281_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.013764468828837077 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_285_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_285_TEOM-GR.out new file mode 100644 index 00000000..aee81064 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_285_TEOM-GR.out @@ -0,0 +1,4 @@ +285_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0022159934043884276 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_286_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_286_TEOM-GR.out new file mode 100644 index 00000000..df50f222 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_286_TEOM-GR.out @@ -0,0 +1,4 @@ +286_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.009390485286712647 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_288_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_288_TEOM-GR.out new file mode 100644 index 00000000..1af2f19b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_288_TEOM-GR.out @@ -0,0 +1,4 @@ +288_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.00826250712076823 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_28_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_28_TEOM-GR.out new file mode 100644 index 00000000..3aec1451 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_28_TEOM-GR.out @@ -0,0 +1,4 @@ +28_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.021042970816294353 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_29_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_29_TEOM-GR.out new file mode 100644 index 00000000..6a21aa5f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_29_TEOM-GR.out @@ -0,0 +1,32 @@ +29_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1994-05-23 03:00:00 1994-12-31 12:00:00 1048420980 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/29_TEOM-GR_1048420980_1048741200.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/29_TEOM-GR_1048741200_1049266800.npz'] +1995-12-31 12:00:00 1996-12-31 11:00:00 1049266800 1049793780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/29_TEOM-GR_1049266800_1049793780.npz'] +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/29_TEOM-GR_1049793840_1050319440.npz'] +1997-12-31 12:00:00 1998-08-24 05:00:00 1050319440 1050658860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/29_TEOM-GR_1050319440_1050658860.npz'] +1999-05-31 07:00:00 1999-12-31 12:00:00 1051062180 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/29_TEOM-GR_1051062180_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/29_TEOM-GR_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-30 22:00:00 1051897680 1052422440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/29_TEOM-GR_1051897680_1052422440.npz'] +2002-01-02 04:00:00 2002-12-31 12:00:00 1052425680 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/29_TEOM-GR_1052425680_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/29_TEOM-GR_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/29_TEOM-GR_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-02-09 12:00:00 1054001520 1054059120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/29_TEOM-GR_1054001520_1054059120.npz'] +2007-05-31 13:00:00 2007-12-31 11:00:00 1055270220 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/29_TEOM-GR_1055270220_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/29_TEOM-GR_1055270220_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/29_TEOM-GR_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/29_TEOM-GR_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/29_TEOM-GR_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/29_TEOM-GR_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/29_TEOM-GR_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/29_TEOM-GR_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/29_TEOM-GR_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/29_TEOM-GR_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/29_TEOM-GR_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/29_TEOM-GR_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/29_TEOM-GR_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/29_TEOM-GR_1060313040_1060838640.npz'] +2017-12-31 13:00:00 2018-12-31 13:00:00 1060838700 1061364300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/29_TEOM-GR_1060838700_1061364300.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.11690270105997722 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_2_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_2_TEOM-GR.out new file mode 100644 index 00000000..071340b6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_2_TEOM-GR.out @@ -0,0 +1,4 @@ +2_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.020197951793670656 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_30_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_30_TEOM-GR.out new file mode 100644 index 00000000..75f84828 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_30_TEOM-GR.out @@ -0,0 +1,34 @@ +30_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1993-12-31 13:00:00 1994-12-31 12:00:00 1048215660 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/30_TEOM-GR_1048215660_1048741200.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-29 11:00:00 1048741200 1049263860 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/30_TEOM-GR_1048741200_1049263860.npz'] +1996-01-03 06:00:00 1996-12-31 12:00:00 1049270760 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/30_TEOM-GR_1049270760_1049793840.npz'] +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/30_TEOM-GR_1049793840_1050319440.npz'] +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/30_TEOM-GR_1050319440_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/30_TEOM-GR_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/30_TEOM-GR_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/30_TEOM-GR_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/30_TEOM-GR_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/30_TEOM-GR_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/30_TEOM-GR_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/30_TEOM-GR_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/30_TEOM-GR_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/30_TEOM-GR_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/30_TEOM-GR_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/30_TEOM-GR_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/30_TEOM-GR_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/30_TEOM-GR_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/30_TEOM-GR_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/30_TEOM-GR_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/30_TEOM-GR_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/30_TEOM-GR_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/30_TEOM-GR_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-28 19:00:00 1058734860 1059256500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/30_TEOM-GR_1058734860_1059256500.npz'] +2015-01-06 04:00:00 2015-12-31 12:00:00 1059268560 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/30_TEOM-GR_1059268560_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/30_TEOM-GR_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/30_TEOM-GR_1060313040_1060838640.npz'] +2017-12-31 13:00:00 2018-12-31 13:00:00 1060838700 1061364300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/30_TEOM-GR_1060838700_1061364300.npz'] +2020-01-02 00:00:00 2020-12-31 13:00:00 1061892000 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/30_TEOM-GR_1061892000_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.1841143568356832 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_31_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_31_TEOM-GR.out new file mode 100644 index 00000000..1815ac58 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_31_TEOM-GR.out @@ -0,0 +1,18 @@ +31_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2004-10-30 12:00:00 2004-12-31 12:00:00 1053912240 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/31_TEOM-GR_1053912240_1054001520.npz'] +'StationConcatenate' object has no attribute 'existing_data' +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/31_TEOM-GR_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/31_TEOM-GR_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/31_TEOM-GR_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/31_TEOM-GR_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/31_TEOM-GR_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/31_TEOM-GR_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/31_TEOM-GR_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/31_TEOM-GR_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/31_TEOM-GR_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/31_TEOM-GR_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-07-23 23:00:00 1057682160 1057978020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/31_TEOM-GR_1057682160_1057978020.npz'] +2015-08-19 01:00:00 2015-08-19 19:00:00 1059592380 1059593460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/31_TEOM-GR_1059592380_1059593460.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.15521776676177979 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_324_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_324_TEOM-GR.out new file mode 100644 index 00000000..12134db0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_324_TEOM-GR.out @@ -0,0 +1,4 @@ +324_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.029925541083017985 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_325_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_325_TEOM-GR.out new file mode 100644 index 00000000..65881ced --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_325_TEOM-GR.out @@ -0,0 +1,4 @@ +325_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.047809259096781416 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_327_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_327_TEOM-GR.out new file mode 100644 index 00000000..43c329cf --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_327_TEOM-GR.out @@ -0,0 +1,4 @@ +327_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.029646074771881102 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_328_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_328_TEOM-GR.out new file mode 100644 index 00000000..f2f549f1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_328_TEOM-GR.out @@ -0,0 +1,4 @@ +328_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.030865693092346193 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_32_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_32_TEOM-GR.out new file mode 100644 index 00000000..a761107b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_32_TEOM-GR.out @@ -0,0 +1,4 @@ +32_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.011649584770202637 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_330_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_330_TEOM-GR.out new file mode 100644 index 00000000..97ed07f6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_330_TEOM-GR.out @@ -0,0 +1,4 @@ +330_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.040367499987284346 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_331_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_331_TEOM-GR.out new file mode 100644 index 00000000..5df08103 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_331_TEOM-GR.out @@ -0,0 +1,4 @@ +331_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.03989353577295939 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_332_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_332_TEOM-GR.out new file mode 100644 index 00000000..28b04a0b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_332_TEOM-GR.out @@ -0,0 +1,4 @@ +332_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.04251533349355062 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_335_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_335_TEOM-GR.out new file mode 100644 index 00000000..8af55b58 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_335_TEOM-GR.out @@ -0,0 +1,4 @@ +335_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.04551568826039632 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_336_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_336_TEOM-GR.out new file mode 100644 index 00000000..1ad50b41 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_336_TEOM-GR.out @@ -0,0 +1,4 @@ +336_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.004462583859761556 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_339_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_339_TEOM-GR.out new file mode 100644 index 00000000..0245875d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_339_TEOM-GR.out @@ -0,0 +1,4 @@ +339_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.035001055399576826 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_33_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_33_TEOM-GR.out new file mode 100644 index 00000000..7f98d6e7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_33_TEOM-GR.out @@ -0,0 +1,4 @@ +33_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.021655356884002684 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_340_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_340_TEOM-GR.out new file mode 100644 index 00000000..08cedde7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_340_TEOM-GR.out @@ -0,0 +1,4 @@ +340_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.04854129950205485 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_342_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_342_TEOM-GR.out new file mode 100644 index 00000000..b4b9ca1f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_342_TEOM-GR.out @@ -0,0 +1,4 @@ +342_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.008637738227844239 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_343_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_343_TEOM-GR.out new file mode 100644 index 00000000..cd6a8b7a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_343_TEOM-GR.out @@ -0,0 +1,4 @@ +343_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.006461350123087565 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_344_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_344_TEOM-GR.out new file mode 100644 index 00000000..ab7681ea --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_344_TEOM-GR.out @@ -0,0 +1,4 @@ +344_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0032990097999572752 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_345_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_345_TEOM-GR.out new file mode 100644 index 00000000..a059c971 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_345_TEOM-GR.out @@ -0,0 +1,4 @@ +345_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0032501379648844403 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_346_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_346_TEOM-GR.out new file mode 100644 index 00000000..fd1f8f39 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_346_TEOM-GR.out @@ -0,0 +1,4 @@ +346_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0037995139757792157 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_349_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_349_TEOM-GR.out new file mode 100644 index 00000000..54543246 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_349_TEOM-GR.out @@ -0,0 +1,4 @@ +349_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.03395941257476807 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_34_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_34_TEOM-GR.out new file mode 100644 index 00000000..635dc1ac --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_34_TEOM-GR.out @@ -0,0 +1,4 @@ +34_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.014597527186075846 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_350_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_350_TEOM-GR.out new file mode 100644 index 00000000..e9ea9322 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_350_TEOM-GR.out @@ -0,0 +1,4 @@ +350_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.05569880803426107 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_351_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_351_TEOM-GR.out new file mode 100644 index 00000000..af5fd8bf --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_351_TEOM-GR.out @@ -0,0 +1,4 @@ +351_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0021959145863850913 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_352_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_352_TEOM-GR.out new file mode 100644 index 00000000..f801ce1c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_352_TEOM-GR.out @@ -0,0 +1,4 @@ +352_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.04846559365590413 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_353_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_353_TEOM-GR.out new file mode 100644 index 00000000..efea22d3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_353_TEOM-GR.out @@ -0,0 +1,4 @@ +353_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.030098275343577067 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_354_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_354_TEOM-GR.out new file mode 100644 index 00000000..789d221d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_354_TEOM-GR.out @@ -0,0 +1,4 @@ +354_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.05788363615671794 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_355_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_355_TEOM-GR.out new file mode 100644 index 00000000..7a1f319f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_355_TEOM-GR.out @@ -0,0 +1,4 @@ +355_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.03092625141143799 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_356_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_356_TEOM-GR.out new file mode 100644 index 00000000..abc26743 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_356_TEOM-GR.out @@ -0,0 +1,4 @@ +356_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.012009302775065104 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_357_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_357_TEOM-GR.out new file mode 100644 index 00000000..db6c7cc8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_357_TEOM-GR.out @@ -0,0 +1,4 @@ +357_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.005888823668162028 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_358_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_358_TEOM-GR.out new file mode 100644 index 00000000..d3ba11f4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_358_TEOM-GR.out @@ -0,0 +1,4 @@ +358_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.00628280242284139 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_35_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_35_TEOM-GR.out new file mode 100644 index 00000000..ab59a3d4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_35_TEOM-GR.out @@ -0,0 +1,4 @@ +35_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01984861691792806 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_360_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_360_TEOM-GR.out new file mode 100644 index 00000000..ec98e3f6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_360_TEOM-GR.out @@ -0,0 +1,4 @@ +360_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0496768593788147 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_363_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_363_TEOM-GR.out new file mode 100644 index 00000000..5a420e89 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_363_TEOM-GR.out @@ -0,0 +1,4 @@ +363_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0026415268580118815 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_364_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_364_TEOM-GR.out new file mode 100644 index 00000000..16736178 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_364_TEOM-GR.out @@ -0,0 +1,4 @@ +364_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0010443607966105144 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_365_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_365_TEOM-GR.out new file mode 100644 index 00000000..00b63ed7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_365_TEOM-GR.out @@ -0,0 +1,4 @@ +365_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.00272673765818278 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_366_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_366_TEOM-GR.out new file mode 100644 index 00000000..75a0c1a7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_366_TEOM-GR.out @@ -0,0 +1,4 @@ +366_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.002742473284403483 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_368_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_368_TEOM-GR.out new file mode 100644 index 00000000..9f6993cd --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_368_TEOM-GR.out @@ -0,0 +1,4 @@ +368_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.001651918888092041 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_369_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_369_TEOM-GR.out new file mode 100644 index 00000000..72a28f09 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_369_TEOM-GR.out @@ -0,0 +1,4 @@ +369_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0015034635861714682 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_36_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_36_TEOM-GR.out new file mode 100644 index 00000000..aa30ab8d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_36_TEOM-GR.out @@ -0,0 +1,4 @@ +36_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.022243924935658774 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_370_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_370_TEOM-GR.out new file mode 100644 index 00000000..023a1aee --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_370_TEOM-GR.out @@ -0,0 +1,4 @@ +370_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.003814538319905599 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_371_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_371_TEOM-GR.out new file mode 100644 index 00000000..219fc55f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_371_TEOM-GR.out @@ -0,0 +1,4 @@ +371_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.004334922631581624 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_372_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_372_TEOM-GR.out new file mode 100644 index 00000000..8a65ecaa --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_372_TEOM-GR.out @@ -0,0 +1,4 @@ +372_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0025461554527282716 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_373_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_373_TEOM-GR.out new file mode 100644 index 00000000..0a7aba91 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_373_TEOM-GR.out @@ -0,0 +1,4 @@ +373_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.00834062099456787 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_374_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_374_TEOM-GR.out new file mode 100644 index 00000000..b6d5c60d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_374_TEOM-GR.out @@ -0,0 +1,4 @@ +374_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.002351991335550944 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_375_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_375_TEOM-GR.out new file mode 100644 index 00000000..e1af89ad --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_375_TEOM-GR.out @@ -0,0 +1,4 @@ +375_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.010883831977844238 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_37_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_37_TEOM-GR.out new file mode 100644 index 00000000..404d1bcb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_37_TEOM-GR.out @@ -0,0 +1,4 @@ +37_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.02302209138870239 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_38_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_38_TEOM-GR.out new file mode 100644 index 00000000..e495939f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_38_TEOM-GR.out @@ -0,0 +1,4 @@ +38_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.02118705908457438 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_39_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_39_TEOM-GR.out new file mode 100644 index 00000000..346ca403 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_39_TEOM-GR.out @@ -0,0 +1,4 @@ +39_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.005668854713439942 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_3_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_3_TEOM-GR.out new file mode 100644 index 00000000..c75968a2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_3_TEOM-GR.out @@ -0,0 +1,4 @@ +3_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.020674912134806316 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_40_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_40_TEOM-GR.out new file mode 100644 index 00000000..31722b40 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_40_TEOM-GR.out @@ -0,0 +1,4 @@ +40_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.036617493629455565 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_41_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_41_TEOM-GR.out new file mode 100644 index 00000000..01c4e62a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_41_TEOM-GR.out @@ -0,0 +1,24 @@ +41_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2004-05-14 05:00:00 2004-12-31 12:00:00 1053668460 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/41_TEOM-GR_1053668460_1054001520.npz'] +'StationConcatenate' object has no attribute 'existing_data' +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/41_TEOM-GR_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/41_TEOM-GR_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/41_TEOM-GR_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/41_TEOM-GR_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/41_TEOM-GR_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/41_TEOM-GR_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/41_TEOM-GR_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/41_TEOM-GR_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/41_TEOM-GR_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/41_TEOM-GR_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/41_TEOM-GR_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/41_TEOM-GR_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/41_TEOM-GR_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/41_TEOM-GR_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/41_TEOM-GR_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/41_TEOM-GR_1060313040_1060838640.npz'] +2017-12-31 13:00:00 2018-12-31 13:00:00 1060838700 1061364300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/41_TEOM-GR_1060838700_1061364300.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/41_TEOM-GR_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.17017521858215331 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_42_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_42_TEOM-GR.out new file mode 100644 index 00000000..669e81f2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_42_TEOM-GR.out @@ -0,0 +1,4 @@ +42_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.012280535697937012 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_43_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_43_TEOM-GR.out new file mode 100644 index 00000000..3433d118 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_43_TEOM-GR.out @@ -0,0 +1,21 @@ +43_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2007-02-26 06:00:00 2007-12-31 11:00:00 1055134440 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/43_TEOM-GR_1055134440_1055578320.npz'] +'StationConcatenate' object has no attribute 'existing_data' +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/43_TEOM-GR_1055134440_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/43_TEOM-GR_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/43_TEOM-GR_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/43_TEOM-GR_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/43_TEOM-GR_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/43_TEOM-GR_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-12 20:00:00 1057156560 1057655280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/43_TEOM-GR_1057156560_1057655280.npz'] +2012-01-09 01:00:00 2012-12-31 12:00:00 1057694460 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/43_TEOM-GR_1057694460_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/43_TEOM-GR_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/43_TEOM-GR_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/43_TEOM-GR_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/43_TEOM-GR_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/43_TEOM-GR_1060313040_1060838640.npz'] +2017-12-31 13:00:00 2018-12-31 13:00:00 1060838700 1061364300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/43_TEOM-GR_1060838700_1061364300.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/43_TEOM-GR_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.13375966548919677 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_44_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_44_TEOM-GR.out new file mode 100644 index 00000000..bd7bbb5b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_44_TEOM-GR.out @@ -0,0 +1,34 @@ +44_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1994-09-12 05:00:00 1994-10-31 12:00:00 1048582380 1048653360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/44_TEOM-GR_1048582380_1048653360.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1995-01-24 13:00:00 1995-12-18 21:00:00 1048775820 1049248620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/44_TEOM-GR_1048775820_1049248620.npz'] +1995-12-31 12:00:00 1996-12-31 11:00:00 1049266800 1049793780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/44_TEOM-GR_1049266800_1049793780.npz'] +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/44_TEOM-GR_1049793840_1050319440.npz'] +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/44_TEOM-GR_1050319440_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/44_TEOM-GR_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/44_TEOM-GR_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-20 18:00:00 1051897680 1052407800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/44_TEOM-GR_1051897680_1052407800.npz'] +2002-01-03 04:00:00 2002-12-31 12:00:00 1052427120 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/44_TEOM-GR_1052427120_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/44_TEOM-GR_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/44_TEOM-GR_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/44_TEOM-GR_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/44_TEOM-GR_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/44_TEOM-GR_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/44_TEOM-GR_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/44_TEOM-GR_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/44_TEOM-GR_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/44_TEOM-GR_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/44_TEOM-GR_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/44_TEOM-GR_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/44_TEOM-GR_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/44_TEOM-GR_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/44_TEOM-GR_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/44_TEOM-GR_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/44_TEOM-GR_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/44_TEOM-GR_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/44_TEOM-GR_1060313040_1060838640.npz'] +2017-12-31 13:00:00 2018-12-31 13:00:00 1060838700 1061364300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/44_TEOM-GR_1060838700_1061364300.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/44_TEOM-GR_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.20959546168645224 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_453_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_453_TEOM-GR.out new file mode 100644 index 00000000..86ac2e51 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_453_TEOM-GR.out @@ -0,0 +1,4 @@ +453_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.002784427007039388 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_454_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_454_TEOM-GR.out new file mode 100644 index 00000000..4f987681 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_454_TEOM-GR.out @@ -0,0 +1,4 @@ +454_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.003070231278737386 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_455_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_455_TEOM-GR.out new file mode 100644 index 00000000..dc6602e6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_455_TEOM-GR.out @@ -0,0 +1,4 @@ +455_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.004882299900054931 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_456_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_456_TEOM-GR.out new file mode 100644 index 00000000..6bca2a9b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_456_TEOM-GR.out @@ -0,0 +1,4 @@ +456_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.00438159704208374 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_457_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_457_TEOM-GR.out new file mode 100644 index 00000000..bb50dcd3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_457_TEOM-GR.out @@ -0,0 +1,4 @@ +457_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.010515129566192627 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_458_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_458_TEOM-GR.out new file mode 100644 index 00000000..730a0bd4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_458_TEOM-GR.out @@ -0,0 +1,4 @@ +458_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.009603774547576905 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_459_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_459_TEOM-GR.out new file mode 100644 index 00000000..fc4057f5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_459_TEOM-GR.out @@ -0,0 +1,4 @@ +459_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.001804967721303304 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_45_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_45_TEOM-GR.out new file mode 100644 index 00000000..2f42ca5b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_45_TEOM-GR.out @@ -0,0 +1,34 @@ +45_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1993-12-31 13:00:00 1994-12-31 12:00:00 1048215660 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/45_TEOM-GR_1048215660_1048741200.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/45_TEOM-GR_1048741200_1049266800.npz'] +1995-12-31 12:00:00 1996-12-31 12:00:00 1049266800 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/45_TEOM-GR_1049266800_1049793840.npz'] +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/45_TEOM-GR_1049793840_1050319440.npz'] +1997-12-31 12:00:00 1998-12-29 04:00:00 1050319440 1050841680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/45_TEOM-GR_1050319440_1050841680.npz'] +1999-01-04 03:00:00 1999-12-31 12:00:00 1050850260 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/45_TEOM-GR_1050850260_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/45_TEOM-GR_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-29 22:00:00 1051897680 1052421000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/45_TEOM-GR_1051897680_1052421000.npz'] +2002-01-02 22:00:00 2002-12-29 21:00:00 1052426760 1052946540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/45_TEOM-GR_1052426760_1052946540.npz'] +2003-01-07 05:00:00 2003-12-31 12:00:00 1052958540 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/45_TEOM-GR_1052958540_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/45_TEOM-GR_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 08:00:00 1054001520 1054526880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/45_TEOM-GR_1054001520_1054526880.npz'] +2005-12-31 12:00:00 2006-12-29 03:00:00 1054527120 1055049300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/45_TEOM-GR_1054527120_1055049300.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/45_TEOM-GR_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/45_TEOM-GR_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/45_TEOM-GR_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/45_TEOM-GR_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/45_TEOM-GR_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/45_TEOM-GR_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/45_TEOM-GR_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 11:00:00 1057156560 1057682100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/45_TEOM-GR_1057156560_1057682100.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/45_TEOM-GR_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/45_TEOM-GR_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/45_TEOM-GR_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/45_TEOM-GR_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/45_TEOM-GR_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/45_TEOM-GR_1060313040_1060838640.npz'] +2017-12-31 13:00:00 2018-12-31 13:00:00 1060838700 1061364300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/45_TEOM-GR_1060838700_1061364300.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/45_TEOM-GR_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.1984983762105306 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_460_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_460_TEOM-GR.out new file mode 100644 index 00000000..9e07475e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_460_TEOM-GR.out @@ -0,0 +1,4 @@ +460_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.001750171184539795 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_461_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_461_TEOM-GR.out new file mode 100644 index 00000000..0103a400 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_461_TEOM-GR.out @@ -0,0 +1,4 @@ +461_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.002336891492207845 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_462_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_462_TEOM-GR.out new file mode 100644 index 00000000..160ec083 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_462_TEOM-GR.out @@ -0,0 +1,4 @@ +462_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.012285256385803222 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_463_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_463_TEOM-GR.out new file mode 100644 index 00000000..eaf0050b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_463_TEOM-GR.out @@ -0,0 +1,4 @@ +463_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.010895208517710368 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_464_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_464_TEOM-GR.out new file mode 100644 index 00000000..abfa1f32 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_464_TEOM-GR.out @@ -0,0 +1,4 @@ +464_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0022740761439005532 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_465_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_465_TEOM-GR.out new file mode 100644 index 00000000..80531c2e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_465_TEOM-GR.out @@ -0,0 +1,4 @@ +465_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.005370044708251953 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_466_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_466_TEOM-GR.out new file mode 100644 index 00000000..b5447e80 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_466_TEOM-GR.out @@ -0,0 +1,4 @@ +466_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.008450678984324137 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_467_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_467_TEOM-GR.out new file mode 100644 index 00000000..d4c04829 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_467_TEOM-GR.out @@ -0,0 +1,4 @@ +467_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.003537710507710775 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_468_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_468_TEOM-GR.out new file mode 100644 index 00000000..5e81653b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_468_TEOM-GR.out @@ -0,0 +1,4 @@ +468_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0015354792277018229 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_469_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_469_TEOM-GR.out new file mode 100644 index 00000000..06ada560 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_469_TEOM-GR.out @@ -0,0 +1,4 @@ +469_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0036849061648050944 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_46_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_46_TEOM-GR.out new file mode 100644 index 00000000..6637ce61 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_46_TEOM-GR.out @@ -0,0 +1,25 @@ +46_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2003-11-20 00:00:00 2003-12-31 12:00:00 1053414720 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/46_TEOM-GR_1053414720_1053474480.npz'] +'StationConcatenate' object has no attribute 'existing_data' +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/46_TEOM-GR_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/46_TEOM-GR_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/46_TEOM-GR_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/46_TEOM-GR_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/46_TEOM-GR_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/46_TEOM-GR_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/46_TEOM-GR_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/46_TEOM-GR_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/46_TEOM-GR_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/46_TEOM-GR_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/46_TEOM-GR_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/46_TEOM-GR_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/46_TEOM-GR_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/46_TEOM-GR_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/46_TEOM-GR_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 03:00:00 1059786000 1060312500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/46_TEOM-GR_1059786000_1060312500.npz'] +2017-01-03 01:00:00 2017-12-31 12:00:00 1060316700 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/46_TEOM-GR_1060316700_1060838640.npz'] +2017-12-31 13:00:00 2018-12-31 13:00:00 1060838700 1061364300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/46_TEOM-GR_1060838700_1061364300.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/46_TEOM-GR_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.15636630058288575 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_471_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_471_TEOM-GR.out new file mode 100644 index 00000000..189263ca --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_471_TEOM-GR.out @@ -0,0 +1,4 @@ +471_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0020450472831726072 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_473_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_473_TEOM-GR.out new file mode 100644 index 00000000..baf13c72 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_473_TEOM-GR.out @@ -0,0 +1,4 @@ +473_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.002011684576670329 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_474_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_474_TEOM-GR.out new file mode 100644 index 00000000..ff9e66db --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_474_TEOM-GR.out @@ -0,0 +1,4 @@ +474_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.004900582631429036 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_475_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_475_TEOM-GR.out new file mode 100644 index 00000000..6be37430 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_475_TEOM-GR.out @@ -0,0 +1,4 @@ +475_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0023052295049031577 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_476_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_476_TEOM-GR.out new file mode 100644 index 00000000..f97af2c6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_476_TEOM-GR.out @@ -0,0 +1,4 @@ +476_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.008416624863942464 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_477_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_477_TEOM-GR.out new file mode 100644 index 00000000..8c771cd4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_477_TEOM-GR.out @@ -0,0 +1,4 @@ +477_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.002017652988433838 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_478_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_478_TEOM-GR.out new file mode 100644 index 00000000..7f36829d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_478_TEOM-GR.out @@ -0,0 +1,4 @@ +478_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0033458590507507322 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_479_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_479_TEOM-GR.out new file mode 100644 index 00000000..ddd97a9f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_479_TEOM-GR.out @@ -0,0 +1,4 @@ +479_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.009876962502797444 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_47_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_47_TEOM-GR.out new file mode 100644 index 00000000..d13001bc --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_47_TEOM-GR.out @@ -0,0 +1,4 @@ +47_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.020866501331329345 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_480_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_480_TEOM-GR.out new file mode 100644 index 00000000..afe1f3e4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_480_TEOM-GR.out @@ -0,0 +1,4 @@ +480_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.007853456338246663 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_481_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_481_TEOM-GR.out new file mode 100644 index 00000000..c2475f7a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_481_TEOM-GR.out @@ -0,0 +1,4 @@ +481_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.007707424958546956 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_482_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_482_TEOM-GR.out new file mode 100644 index 00000000..72fe8720 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_482_TEOM-GR.out @@ -0,0 +1,4 @@ +482_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0034638683001200357 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_483_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_483_TEOM-GR.out new file mode 100644 index 00000000..bc4fbd84 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_483_TEOM-GR.out @@ -0,0 +1,4 @@ +483_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.003968751430511475 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_485_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_485_TEOM-GR.out new file mode 100644 index 00000000..2ec66880 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_485_TEOM-GR.out @@ -0,0 +1,4 @@ +485_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0038491566975911457 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_486_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_486_TEOM-GR.out new file mode 100644 index 00000000..a8ab8cfb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_486_TEOM-GR.out @@ -0,0 +1,4 @@ +486_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.003733364741007487 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_487_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_487_TEOM-GR.out new file mode 100644 index 00000000..712ff472 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_487_TEOM-GR.out @@ -0,0 +1,4 @@ +487_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.002805646260579427 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_488_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_488_TEOM-GR.out new file mode 100644 index 00000000..8d056783 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_488_TEOM-GR.out @@ -0,0 +1,4 @@ +488_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.006608132521311442 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_489_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_489_TEOM-GR.out new file mode 100644 index 00000000..8ba1765d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_489_TEOM-GR.out @@ -0,0 +1,4 @@ +489_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.003888404369354248 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_48_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_48_TEOM-GR.out new file mode 100644 index 00000000..03fceece --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_48_TEOM-GR.out @@ -0,0 +1,4 @@ +48_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.021104780832926433 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_490_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_490_TEOM-GR.out new file mode 100644 index 00000000..720377d9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_490_TEOM-GR.out @@ -0,0 +1,4 @@ +490_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.007797674338022868 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_49_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_49_TEOM-GR.out new file mode 100644 index 00000000..ffb0e733 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_49_TEOM-GR.out @@ -0,0 +1,4 @@ +49_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.027495773633321126 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_4_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_4_TEOM-GR.out new file mode 100644 index 00000000..31b59e81 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_4_TEOM-GR.out @@ -0,0 +1,4 @@ +4_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.017989957332611085 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_50_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_50_TEOM-GR.out new file mode 100644 index 00000000..209151f1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_50_TEOM-GR.out @@ -0,0 +1,4 @@ +50_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.020473321278889973 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_51_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_51_TEOM-GR.out new file mode 100644 index 00000000..0b71e591 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_51_TEOM-GR.out @@ -0,0 +1,4 @@ +51_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.07113380829493204 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_529_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_529_TEOM-GR.out new file mode 100644 index 00000000..2208d78d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_529_TEOM-GR.out @@ -0,0 +1,4 @@ +529_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.005092426141103109 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_52_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_52_TEOM-GR.out new file mode 100644 index 00000000..4f1bab38 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_52_TEOM-GR.out @@ -0,0 +1,4 @@ +52_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.014929195245107016 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_530_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_530_TEOM-GR.out new file mode 100644 index 00000000..237019f6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_530_TEOM-GR.out @@ -0,0 +1,4 @@ +530_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0012695789337158203 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_531_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_531_TEOM-GR.out new file mode 100644 index 00000000..002db22c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_531_TEOM-GR.out @@ -0,0 +1,4 @@ +531_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.006792048613230388 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_534_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_534_TEOM-GR.out new file mode 100644 index 00000000..c812ab87 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_534_TEOM-GR.out @@ -0,0 +1,4 @@ +534_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0018441557884216308 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_53_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_53_TEOM-GR.out new file mode 100644 index 00000000..82127cad --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_53_TEOM-GR.out @@ -0,0 +1,28 @@ +53_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2000-10-12 12:00:00 2000-12-31 12:00:00 1051782480 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/53_TEOM-GR_1051782480_1051897680.npz'] +'StationConcatenate' object has no attribute 'existing_data' +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/53_TEOM-GR_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/53_TEOM-GR_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/53_TEOM-GR_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-20 03:00:00 1053474540 1053985140 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/53_TEOM-GR_1053474540_1053985140.npz'] +2005-01-12 07:00:00 2005-12-08 02:00:00 1054018500 1054493400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/53_TEOM-GR_1054018500_1054493400.npz'] +2006-02-07 21:00:00 2006-12-31 12:00:00 1054582380 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/53_TEOM-GR_1054582380_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/53_TEOM-GR_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/53_TEOM-GR_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/53_TEOM-GR_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/53_TEOM-GR_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/53_TEOM-GR_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/53_TEOM-GR_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/53_TEOM-GR_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/53_TEOM-GR_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/53_TEOM-GR_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/53_TEOM-GR_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/53_TEOM-GR_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/53_TEOM-GR_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/53_TEOM-GR_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/53_TEOM-GR_1060313040_1060838640.npz'] +2017-12-31 13:00:00 2018-12-31 13:00:00 1060838700 1061364300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/53_TEOM-GR_1060838700_1061364300.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/53_TEOM-GR_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.13146040042241414 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_540_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_540_TEOM-GR.out new file mode 100644 index 00000000..8b62ee28 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_540_TEOM-GR.out @@ -0,0 +1,4 @@ +540_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0009103695551554362 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_543_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_543_TEOM-GR.out new file mode 100644 index 00000000..1d701609 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_543_TEOM-GR.out @@ -0,0 +1,4 @@ +543_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0009840846061706543 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_546_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_546_TEOM-GR.out new file mode 100644 index 00000000..4187f22b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_546_TEOM-GR.out @@ -0,0 +1,4 @@ +546_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0013516664505004883 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_54_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_54_TEOM-GR.out new file mode 100644 index 00000000..34755c9e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_54_TEOM-GR.out @@ -0,0 +1,29 @@ +54_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1996-05-07 22:00:00 1996-12-31 12:00:00 1049451720 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/54_TEOM-GR_1049451720_1049793840.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/54_TEOM-GR_1049793840_1050319440.npz'] +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/54_TEOM-GR_1050319440_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/54_TEOM-GR_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/54_TEOM-GR_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-28 23:00:00 1051897680 1052419620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/54_TEOM-GR_1051897680_1052419620.npz'] +2002-01-02 05:00:00 2002-12-31 12:00:00 1052425740 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/54_TEOM-GR_1052425740_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/54_TEOM-GR_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/54_TEOM-GR_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/54_TEOM-GR_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/54_TEOM-GR_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/54_TEOM-GR_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/54_TEOM-GR_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/54_TEOM-GR_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/54_TEOM-GR_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/54_TEOM-GR_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/54_TEOM-GR_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/54_TEOM-GR_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/54_TEOM-GR_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/54_TEOM-GR_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-22 23:00:00 1058209200 1058722500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/54_TEOM-GR_1058209200_1058722500.npz'] +2014-01-06 02:00:00 2014-12-31 12:00:00 1058742840 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/54_TEOM-GR_1058742840_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/54_TEOM-GR_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-11-16 21:00:00 1059786000 1060248780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/54_TEOM-GR_1059786000_1060248780.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.18143864075342814 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_55_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_55_TEOM-GR.out new file mode 100644 index 00000000..405c2dc0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_55_TEOM-GR.out @@ -0,0 +1,19 @@ +55_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2001-09-05 08:00:00 2001-12-31 12:00:00 1052254560 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/55_TEOM-GR_1052254560_1052423280.npz'] +'StationConcatenate' object has no attribute 'existing_data' +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/55_TEOM-GR_1052423280_1052948880.npz'] +2002-12-31 13:00:00 2003-12-31 12:00:00 1052948940 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/55_TEOM-GR_1052948940_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/55_TEOM-GR_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/55_TEOM-GR_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/55_TEOM-GR_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/55_TEOM-GR_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/55_TEOM-GR_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/55_TEOM-GR_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/55_TEOM-GR_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/55_TEOM-GR_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/55_TEOM-GR_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/55_TEOM-GR_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-10-04 23:00:00 1057156560 1057556100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/55_TEOM-GR_1057156560_1057556100.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.1459685762723287 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_56_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_56_TEOM-GR.out new file mode 100644 index 00000000..7ba8df26 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_56_TEOM-GR.out @@ -0,0 +1,4 @@ +56_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.025919771194458006 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_57_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_57_TEOM-GR.out new file mode 100644 index 00000000..18cd1de1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_57_TEOM-GR.out @@ -0,0 +1,34 @@ +57_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1994-02-01 02:00:00 1994-12-31 12:00:00 1048261080 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/57_TEOM-GR_1048261080_1048741200.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/57_TEOM-GR_1048741200_1049266800.npz'] +1995-12-31 12:00:00 1996-12-31 12:00:00 1049266800 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/57_TEOM-GR_1049266800_1049793840.npz'] +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/57_TEOM-GR_1049793840_1050319440.npz'] +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/57_TEOM-GR_1050319440_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/57_TEOM-GR_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/57_TEOM-GR_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/57_TEOM-GR_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/57_TEOM-GR_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/57_TEOM-GR_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/57_TEOM-GR_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/57_TEOM-GR_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/57_TEOM-GR_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/57_TEOM-GR_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/57_TEOM-GR_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/57_TEOM-GR_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/57_TEOM-GR_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/57_TEOM-GR_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/57_TEOM-GR_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/57_TEOM-GR_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/57_TEOM-GR_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/57_TEOM-GR_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/57_TEOM-GR_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/57_TEOM-GR_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/57_TEOM-GR_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/57_TEOM-GR_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/57_TEOM-GR_1060313040_1060838640.npz'] +2017-12-31 13:00:00 2018-12-31 13:00:00 1060838700 1061364300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/57_TEOM-GR_1060838700_1061364300.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/57_TEOM-GR_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.22969531218210856 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_58_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_58_TEOM-GR.out new file mode 100644 index 00000000..7f8eca8e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_58_TEOM-GR.out @@ -0,0 +1,4 @@ +58_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.019221349557240804 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_59_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_59_TEOM-GR.out new file mode 100644 index 00000000..d013de13 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_59_TEOM-GR.out @@ -0,0 +1,4 @@ +59_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.029963350296020506 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_5_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_5_TEOM-GR.out new file mode 100644 index 00000000..36b16db6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_5_TEOM-GR.out @@ -0,0 +1,4 @@ +5_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.017392488320668538 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_60_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_60_TEOM-GR.out new file mode 100644 index 00000000..05ad4991 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_60_TEOM-GR.out @@ -0,0 +1,4 @@ +60_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0019064784049987794 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_61_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_61_TEOM-GR.out new file mode 100644 index 00000000..48483ed2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_61_TEOM-GR.out @@ -0,0 +1,4 @@ +61_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.02381972074508667 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_62_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_62_TEOM-GR.out new file mode 100644 index 00000000..39b38ccc --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_62_TEOM-GR.out @@ -0,0 +1,34 @@ +62_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1994-02-14 03:00:00 1994-12-31 12:00:00 1048279860 1048741200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/62_TEOM-GR_1048279860_1048741200.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 12:00:00 1995-12-31 12:00:00 1048741200 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/62_TEOM-GR_1048741200_1049266800.npz'] +1996-01-02 04:00:00 1996-12-31 12:00:00 1049269200 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/62_TEOM-GR_1049269200_1049793840.npz'] +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/62_TEOM-GR_1049793840_1050319440.npz'] +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/62_TEOM-GR_1050319440_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/62_TEOM-GR_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/62_TEOM-GR_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/62_TEOM-GR_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/62_TEOM-GR_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/62_TEOM-GR_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/62_TEOM-GR_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/62_TEOM-GR_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/62_TEOM-GR_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/62_TEOM-GR_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/62_TEOM-GR_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/62_TEOM-GR_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/62_TEOM-GR_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/62_TEOM-GR_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/62_TEOM-GR_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/62_TEOM-GR_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/62_TEOM-GR_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/62_TEOM-GR_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/62_TEOM-GR_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/62_TEOM-GR_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/62_TEOM-GR_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 03:00:00 1059786000 1060312500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/62_TEOM-GR_1059786000_1060312500.npz'] +2017-01-03 01:00:00 2017-12-31 12:00:00 1060316700 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/62_TEOM-GR_1060316700_1060838640.npz'] +2017-12-31 13:00:00 2018-12-31 13:00:00 1060838700 1061364300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/62_TEOM-GR_1060838700_1061364300.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/62_TEOM-GR_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.18712375164031983 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_63_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_63_TEOM-GR.out new file mode 100644 index 00000000..398a69ac --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_63_TEOM-GR.out @@ -0,0 +1,4 @@ +63_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.02451190153757731 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_64_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_64_TEOM-GR.out new file mode 100644 index 00000000..e8b1e9c1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_64_TEOM-GR.out @@ -0,0 +1,4 @@ +64_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01801526149113973 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_65_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_65_TEOM-GR.out new file mode 100644 index 00000000..abf2fd0e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_65_TEOM-GR.out @@ -0,0 +1,4 @@ +65_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.012562298774719238 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_68_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_68_TEOM-GR.out new file mode 100644 index 00000000..b917e5a7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_68_TEOM-GR.out @@ -0,0 +1,4 @@ +68_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0029780069986979165 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_69_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_69_TEOM-GR.out new file mode 100644 index 00000000..c8f39df6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_69_TEOM-GR.out @@ -0,0 +1,4 @@ +69_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0015087127685546875 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_6_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_6_TEOM-GR.out new file mode 100644 index 00000000..3b3e7447 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_6_TEOM-GR.out @@ -0,0 +1,4 @@ +6_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.00629119873046875 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_70_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_70_TEOM-GR.out new file mode 100644 index 00000000..4e28f0ac --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_70_TEOM-GR.out @@ -0,0 +1,4 @@ +70_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0023985942204793292 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_71_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_71_TEOM-GR.out new file mode 100644 index 00000000..587e7c61 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_71_TEOM-GR.out @@ -0,0 +1,4 @@ +71_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0019263585408528646 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_72_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_72_TEOM-GR.out new file mode 100644 index 00000000..7e8158d1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_72_TEOM-GR.out @@ -0,0 +1,4 @@ +72_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.002227636178334554 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_73_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_73_TEOM-GR.out new file mode 100644 index 00000000..e9c720f4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_73_TEOM-GR.out @@ -0,0 +1,4 @@ +73_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.006352337201436361 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_76_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_76_TEOM-GR.out new file mode 100644 index 00000000..d95c2ecb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_76_TEOM-GR.out @@ -0,0 +1,4 @@ +76_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.003418262799580892 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_77_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_77_TEOM-GR.out new file mode 100644 index 00000000..c5c4a9db --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_77_TEOM-GR.out @@ -0,0 +1,4 @@ +77_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.020530450344085693 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_78_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_78_TEOM-GR.out new file mode 100644 index 00000000..ce61b456 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_78_TEOM-GR.out @@ -0,0 +1,4 @@ +78_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.013204030195871989 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_79_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_79_TEOM-GR.out new file mode 100644 index 00000000..b6ea07a0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_79_TEOM-GR.out @@ -0,0 +1,4 @@ +79_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.021699448426564533 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_7_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_7_TEOM-GR.out new file mode 100644 index 00000000..d5c780cc --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_7_TEOM-GR.out @@ -0,0 +1,4 @@ +7_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.02760848601659139 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_80_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_80_TEOM-GR.out new file mode 100644 index 00000000..0920bc33 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_80_TEOM-GR.out @@ -0,0 +1,4 @@ +80_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.02197253704071045 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_81_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_81_TEOM-GR.out new file mode 100644 index 00000000..292af1bd --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_81_TEOM-GR.out @@ -0,0 +1,4 @@ +81_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01291203498840332 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_83_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_83_TEOM-GR.out new file mode 100644 index 00000000..bd9f2fa7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_83_TEOM-GR.out @@ -0,0 +1,4 @@ +83_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.015642786026000978 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_84_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_84_TEOM-GR.out new file mode 100644 index 00000000..375fe64d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_84_TEOM-GR.out @@ -0,0 +1,4 @@ +84_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.02362852096557617 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_85_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_85_TEOM-GR.out new file mode 100644 index 00000000..a0af6772 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_85_TEOM-GR.out @@ -0,0 +1,4 @@ +85_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0034382025400797526 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_87_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_87_TEOM-GR.out new file mode 100644 index 00000000..55eb7148 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_87_TEOM-GR.out @@ -0,0 +1,4 @@ +87_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.025659986337025962 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_8_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_8_TEOM-GR.out new file mode 100644 index 00000000..240cfec4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_8_TEOM-GR.out @@ -0,0 +1,4 @@ +8_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.017837194601694743 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_90_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_90_TEOM-GR.out new file mode 100644 index 00000000..e071dbd6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_90_TEOM-GR.out @@ -0,0 +1,4 @@ +90_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.007320813337961833 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_93_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_93_TEOM-GR.out new file mode 100644 index 00000000..b618775f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_93_TEOM-GR.out @@ -0,0 +1,4 @@ +93_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.009911286830902099 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_94_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_94_TEOM-GR.out new file mode 100644 index 00000000..d5000d40 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_94_TEOM-GR.out @@ -0,0 +1,4 @@ +94_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0030384381612141927 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_95_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_95_TEOM-GR.out new file mode 100644 index 00000000..da2424e8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_95_TEOM-GR.out @@ -0,0 +1,4 @@ +95_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01603567600250244 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_99_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_99_TEOM-GR.out new file mode 100644 index 00000000..346cab44 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_99_TEOM-GR.out @@ -0,0 +1,4 @@ +99_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.024462246894836427 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/0_9_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/0_9_TEOM-GR.out new file mode 100644 index 00000000..bc0ea788 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/0_9_TEOM-GR.out @@ -0,0 +1,23 @@ +9_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2005-12-21 00:00:00 2005-12-21 23:00:00 1054512000 1054513380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/9_TEOM-GR_1054512000_1054513380.npz'] +'StationConcatenate' object has no attribute 'existing_data' +2006-01-19 01:00:00 2006-12-31 12:00:00 1054553820 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/9_TEOM-GR_1054553820_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/9_TEOM-GR_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/9_TEOM-GR_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/9_TEOM-GR_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/9_TEOM-GR_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/9_TEOM-GR_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/9_TEOM-GR_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/9_TEOM-GR_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/9_TEOM-GR_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/9_TEOM-GR_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/9_TEOM-GR_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/9_TEOM-GR_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/9_TEOM-GR_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/9_TEOM-GR_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/9_TEOM-GR_1060313040_1060838640.npz'] +2017-12-31 13:00:00 2018-12-31 13:00:00 1060838700 1061364300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/9_TEOM-GR_1060838700_1061364300.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm10/temporary_S1/9_TEOM-GR_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.15290122826894123 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/1_472_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/1_472_TEOM-GR.out new file mode 100644 index 00000000..ea9d8cc4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/1_472_TEOM-GR.out @@ -0,0 +1,5 @@ +472_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +NO VALID DATA TO WRITE OUT AFTER REMOVING UNIQUE STATION DATA WITH EXTENT < 31 DAYS. +STATION WILL NOT CONTINUE IN PIPELINE. \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/1_484_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/1_484_TEOM-GR.out new file mode 100644 index 00000000..80b0bae4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/1_484_TEOM-GR.out @@ -0,0 +1,5 @@ +484_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +NO VALID DATA TO WRITE OUT AFTER REMOVING UNIQUE STATION DATA WITH EXTENT < 31 DAYS. +STATION WILL NOT CONTINUE IN PIPELINE. \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/1_544_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/1_544_TEOM-GR.out new file mode 100644 index 00000000..7349e355 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/1_544_TEOM-GR.out @@ -0,0 +1,3 @@ +544_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +ALL OF LONGITUDE VALUES ARE NaN. STATION REMOVED FROM FURTHER PROCESSING IN PIPELINE \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/1_547_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/1_547_TEOM-GR.out new file mode 100644 index 00000000..876303a2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/1_547_TEOM-GR.out @@ -0,0 +1,3 @@ +547_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +ALL OF LONGITUDE VALUES ARE NaN. STATION REMOVED FROM FURTHER PROCESSING IN PIPELINE \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/1_89_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/1_89_TEOM-GR.out new file mode 100644 index 00000000..b226420b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/1_89_TEOM-GR.out @@ -0,0 +1,3 @@ +89_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +ALL OF LONGITUDE VALUES ARE NaN. STATION REMOVED FROM FURTHER PROCESSING IN PIPELINE \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S2/1_98_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S2/1_98_TEOM-GR.out new file mode 100644 index 00000000..a7d55858 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S2/1_98_TEOM-GR.out @@ -0,0 +1,3 @@ +98_TEOM-GR -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +ALL OF LONGITUDE VALUES ARE NaN. STATION REMOVED FROM FURTHER PROCESSING IN PIPELINE \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_100_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_100_TEOM-GR.out new file mode 100644 index 00000000..e2c486ba --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_100_TEOM-GR.out @@ -0,0 +1,23 @@ +100_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.2314080993334453 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_103_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_103_TEOM-GR.out new file mode 100644 index 00000000..d1063fca --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_103_TEOM-GR.out @@ -0,0 +1,23 @@ +103_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9638240416844686 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_104_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_104_TEOM-GR.out new file mode 100644 index 00000000..cdb6c877 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_104_TEOM-GR.out @@ -0,0 +1,23 @@ +104_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.2400797645250956 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_105_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_105_TEOM-GR.out new file mode 100644 index 00000000..85d93dd6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_105_TEOM-GR.out @@ -0,0 +1,23 @@ +105_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1702461957931518 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_107_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_107_TEOM-GR.out new file mode 100644 index 00000000..bcff3797 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_107_TEOM-GR.out @@ -0,0 +1,23 @@ +107_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1121820290883382 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_108_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_108_TEOM-GR.out new file mode 100644 index 00000000..793f41e7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_108_TEOM-GR.out @@ -0,0 +1,23 @@ +108_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.4070599675178528 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_109_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_109_TEOM-GR.out new file mode 100644 index 00000000..0b4f7c6b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_109_TEOM-GR.out @@ -0,0 +1,23 @@ +109_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1731877446174621 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_10_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_10_TEOM-GR.out new file mode 100644 index 00000000..1ec37625 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_10_TEOM-GR.out @@ -0,0 +1,23 @@ +10_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.8592150330543518 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_110_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_110_TEOM-GR.out new file mode 100644 index 00000000..a397a3c0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_110_TEOM-GR.out @@ -0,0 +1,23 @@ +110_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.3007386883099874 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_113_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_113_TEOM-GR.out new file mode 100644 index 00000000..babfcebf --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_113_TEOM-GR.out @@ -0,0 +1,23 @@ +113_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.3257145563761392 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_114_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_114_TEOM-GR.out new file mode 100644 index 00000000..40704ba9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_114_TEOM-GR.out @@ -0,0 +1,23 @@ +114_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.2198851267496744 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_115_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_115_TEOM-GR.out new file mode 100644 index 00000000..995c086a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_115_TEOM-GR.out @@ -0,0 +1,23 @@ +115_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8441986481348673 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_116_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_116_TEOM-GR.out new file mode 100644 index 00000000..cdcfdadb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_116_TEOM-GR.out @@ -0,0 +1,23 @@ +116_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.582304581006368 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_117_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_117_TEOM-GR.out new file mode 100644 index 00000000..2ab728b4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_117_TEOM-GR.out @@ -0,0 +1,23 @@ +117_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.3908181508382162 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_118_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_118_TEOM-GR.out new file mode 100644 index 00000000..b3b1068e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_118_TEOM-GR.out @@ -0,0 +1,23 @@ +118_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9164169708887736 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_119_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_119_TEOM-GR.out new file mode 100644 index 00000000..3685e04f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_119_TEOM-GR.out @@ -0,0 +1,23 @@ +119_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1969629486401876 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_11_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_11_TEOM-GR.out new file mode 100644 index 00000000..f570f14c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_11_TEOM-GR.out @@ -0,0 +1,23 @@ +11_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.2711414774258931 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_120_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_120_TEOM-GR.out new file mode 100644 index 00000000..a6f1c7bf --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_120_TEOM-GR.out @@ -0,0 +1,23 @@ +120_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8974525888760885 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_12_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_12_TEOM-GR.out new file mode 100644 index 00000000..f08604f2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_12_TEOM-GR.out @@ -0,0 +1,23 @@ +12_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.9238200386365254 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_13_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_13_TEOM-GR.out new file mode 100644 index 00000000..0ffc1210 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_13_TEOM-GR.out @@ -0,0 +1,23 @@ +13_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.3200238704681397 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_14_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_14_TEOM-GR.out new file mode 100644 index 00000000..50d2c499 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_14_TEOM-GR.out @@ -0,0 +1,23 @@ +14_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.4481935063997904 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_15_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_15_TEOM-GR.out new file mode 100644 index 00000000..48f90238 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_15_TEOM-GR.out @@ -0,0 +1,23 @@ +15_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.303646083672841 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_16_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_16_TEOM-GR.out new file mode 100644 index 00000000..4f34709d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_16_TEOM-GR.out @@ -0,0 +1,23 @@ +16_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.3423575123151144 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_17_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_17_TEOM-GR.out new file mode 100644 index 00000000..61d662e1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_17_TEOM-GR.out @@ -0,0 +1,23 @@ +17_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1789766709009806 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_18_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_18_TEOM-GR.out new file mode 100644 index 00000000..396e6521 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_18_TEOM-GR.out @@ -0,0 +1,23 @@ +18_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1195109327634176 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_19_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_19_TEOM-GR.out new file mode 100644 index 00000000..3bfc1392 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_19_TEOM-GR.out @@ -0,0 +1,23 @@ +19_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.6163609902064004 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_1_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_1_TEOM-GR.out new file mode 100644 index 00000000..6101b52e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_1_TEOM-GR.out @@ -0,0 +1,23 @@ +1_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.2784434715906778 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_20_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_20_TEOM-GR.out new file mode 100644 index 00000000..c140a516 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_20_TEOM-GR.out @@ -0,0 +1,23 @@ +20_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1198797663052877 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_218_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_218_TEOM-GR.out new file mode 100644 index 00000000..64c63d45 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_218_TEOM-GR.out @@ -0,0 +1,23 @@ +218_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0411146402359008 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_21_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_21_TEOM-GR.out new file mode 100644 index 00000000..846d9076 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_21_TEOM-GR.out @@ -0,0 +1,23 @@ +21_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.86006654103597 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_22_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_22_TEOM-GR.out new file mode 100644 index 00000000..eaa48f4e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_22_TEOM-GR.out @@ -0,0 +1,23 @@ +22_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.8856451233228049 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_23_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_23_TEOM-GR.out new file mode 100644 index 00000000..38ddb7d1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_23_TEOM-GR.out @@ -0,0 +1,23 @@ +23_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.1999068737030028 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_24_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_24_TEOM-GR.out new file mode 100644 index 00000000..b7a6a063 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_24_TEOM-GR.out @@ -0,0 +1,23 @@ +24_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.800705087184906 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_25_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_25_TEOM-GR.out new file mode 100644 index 00000000..4d64ab43 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_25_TEOM-GR.out @@ -0,0 +1,23 @@ +25_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.3322951038678488 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_26_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_26_TEOM-GR.out new file mode 100644 index 00000000..de084f7d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_26_TEOM-GR.out @@ -0,0 +1,23 @@ +26_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.5936507781346638 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_270_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_270_TEOM-GR.out new file mode 100644 index 00000000..02a37108 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_270_TEOM-GR.out @@ -0,0 +1,23 @@ +270_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8798685630162557 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_271_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_271_TEOM-GR.out new file mode 100644 index 00000000..86051ec4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_271_TEOM-GR.out @@ -0,0 +1,23 @@ +271_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8770844419797261 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_272_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_272_TEOM-GR.out new file mode 100644 index 00000000..fa6579f9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_272_TEOM-GR.out @@ -0,0 +1,23 @@ +272_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7817134857177734 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_273_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_273_TEOM-GR.out new file mode 100644 index 00000000..d0dcd685 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_273_TEOM-GR.out @@ -0,0 +1,23 @@ +273_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9141337196032207 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_274_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_274_TEOM-GR.out new file mode 100644 index 00000000..ec668480 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_274_TEOM-GR.out @@ -0,0 +1,23 @@ +274_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1900976657867433 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_276_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_276_TEOM-GR.out new file mode 100644 index 00000000..005c472b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_276_TEOM-GR.out @@ -0,0 +1,23 @@ +276_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9856041312217713 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_277_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_277_TEOM-GR.out new file mode 100644 index 00000000..5670d205 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_277_TEOM-GR.out @@ -0,0 +1,23 @@ +277_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.101289117336273 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_278_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_278_TEOM-GR.out new file mode 100644 index 00000000..1cc8711c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_278_TEOM-GR.out @@ -0,0 +1,23 @@ +278_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1575411836306253 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_279_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_279_TEOM-GR.out new file mode 100644 index 00000000..5521a548 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_279_TEOM-GR.out @@ -0,0 +1,23 @@ +279_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9628368099530538 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_281_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_281_TEOM-GR.out new file mode 100644 index 00000000..cff21b6c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_281_TEOM-GR.out @@ -0,0 +1,23 @@ +281_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.972174060344696 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_285_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_285_TEOM-GR.out new file mode 100644 index 00000000..ee9c846b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_285_TEOM-GR.out @@ -0,0 +1,23 @@ +285_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7943337003389994 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_286_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_286_TEOM-GR.out new file mode 100644 index 00000000..d22bb9b5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_286_TEOM-GR.out @@ -0,0 +1,23 @@ +286_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6347094257672627 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_288_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_288_TEOM-GR.out new file mode 100644 index 00000000..5221ca22 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_288_TEOM-GR.out @@ -0,0 +1,23 @@ +288_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.710374903678894 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_28_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_28_TEOM-GR.out new file mode 100644 index 00000000..9195da50 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_28_TEOM-GR.out @@ -0,0 +1,23 @@ +28_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.3808427850405376 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_29_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_29_TEOM-GR.out new file mode 100644 index 00000000..332d6ef6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_29_TEOM-GR.out @@ -0,0 +1,23 @@ +29_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.072953462600708 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_2_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_2_TEOM-GR.out new file mode 100644 index 00000000..451d6503 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_2_TEOM-GR.out @@ -0,0 +1,23 @@ +2_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8108055273691813 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_30_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_30_TEOM-GR.out new file mode 100644 index 00000000..505853a3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_30_TEOM-GR.out @@ -0,0 +1,23 @@ +30_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.2967653036117555 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_31_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_31_TEOM-GR.out new file mode 100644 index 00000000..3ef2c8cb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_31_TEOM-GR.out @@ -0,0 +1,23 @@ +31_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.236502997080485 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_324_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_324_TEOM-GR.out new file mode 100644 index 00000000..37fcb378 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_324_TEOM-GR.out @@ -0,0 +1,23 @@ +324_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.532853329181671 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_325_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_325_TEOM-GR.out new file mode 100644 index 00000000..cb717188 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_325_TEOM-GR.out @@ -0,0 +1,23 @@ +325_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.9259170532226562 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_327_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_327_TEOM-GR.out new file mode 100644 index 00000000..47a36c32 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_327_TEOM-GR.out @@ -0,0 +1,23 @@ +327_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.6275760332743328 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_328_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_328_TEOM-GR.out new file mode 100644 index 00000000..e88ba0c6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_328_TEOM-GR.out @@ -0,0 +1,23 @@ +328_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.2111879150072733 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_32_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_32_TEOM-GR.out new file mode 100644 index 00000000..da8bb75f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_32_TEOM-GR.out @@ -0,0 +1,23 @@ +32_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8268123229344686 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_330_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_330_TEOM-GR.out new file mode 100644 index 00000000..25b3096b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_330_TEOM-GR.out @@ -0,0 +1,23 @@ +330_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.7264979839324952 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_331_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_331_TEOM-GR.out new file mode 100644 index 00000000..9bbecce9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_331_TEOM-GR.out @@ -0,0 +1,23 @@ +331_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.779723827044169 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_332_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_332_TEOM-GR.out new file mode 100644 index 00000000..4b5f5cf6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_332_TEOM-GR.out @@ -0,0 +1,23 @@ +332_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.7425883213678997 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_335_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_335_TEOM-GR.out new file mode 100644 index 00000000..490fc10c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_335_TEOM-GR.out @@ -0,0 +1,23 @@ +335_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.7420144081115723 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_336_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_336_TEOM-GR.out new file mode 100644 index 00000000..527a6462 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_336_TEOM-GR.out @@ -0,0 +1,23 @@ +336_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9850769321123759 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_339_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_339_TEOM-GR.out new file mode 100644 index 00000000..3b1c4c07 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_339_TEOM-GR.out @@ -0,0 +1,23 @@ +339_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.9731105804443358 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_33_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_33_TEOM-GR.out new file mode 100644 index 00000000..ac7cdcbe --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_33_TEOM-GR.out @@ -0,0 +1,23 @@ +33_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1198171655337015 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_340_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_340_TEOM-GR.out new file mode 100644 index 00000000..b3de6aa2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_340_TEOM-GR.out @@ -0,0 +1,23 @@ +340_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.8377792278925578 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_342_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_342_TEOM-GR.out new file mode 100644 index 00000000..f717be94 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_342_TEOM-GR.out @@ -0,0 +1,23 @@ +342_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9535886367162069 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_343_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_343_TEOM-GR.out new file mode 100644 index 00000000..999c0414 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_343_TEOM-GR.out @@ -0,0 +1,23 @@ +343_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6408968408902486 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_344_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_344_TEOM-GR.out new file mode 100644 index 00000000..70e5e3c5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_344_TEOM-GR.out @@ -0,0 +1,23 @@ +344_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7692719658215841 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_345_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_345_TEOM-GR.out new file mode 100644 index 00000000..804a468c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_345_TEOM-GR.out @@ -0,0 +1,23 @@ +345_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5210125843683878 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_346_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_346_TEOM-GR.out new file mode 100644 index 00000000..f00de488 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_346_TEOM-GR.out @@ -0,0 +1,23 @@ +346_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5239810665448507 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_349_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_349_TEOM-GR.out new file mode 100644 index 00000000..3e8de5df --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_349_TEOM-GR.out @@ -0,0 +1,23 @@ +349_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.530944581826528 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_34_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_34_TEOM-GR.out new file mode 100644 index 00000000..90da7458 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_34_TEOM-GR.out @@ -0,0 +1,23 @@ +34_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1663987477620443 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_350_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_350_TEOM-GR.out new file mode 100644 index 00000000..1fd6ec0e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_350_TEOM-GR.out @@ -0,0 +1,23 @@ +350_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.9194472829500835 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_351_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_351_TEOM-GR.out new file mode 100644 index 00000000..9610dd96 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_351_TEOM-GR.out @@ -0,0 +1,23 @@ +351_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6245378375053405 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_352_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_352_TEOM-GR.out new file mode 100644 index 00000000..22e04a90 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_352_TEOM-GR.out @@ -0,0 +1,23 @@ +352_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.8052411754926045 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_353_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_353_TEOM-GR.out new file mode 100644 index 00000000..d772bf2c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_353_TEOM-GR.out @@ -0,0 +1,23 @@ +353_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.302993357181549 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_354_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_354_TEOM-GR.out new file mode 100644 index 00000000..a0672776 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_354_TEOM-GR.out @@ -0,0 +1,23 @@ +354_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.1877330700556437 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_355_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_355_TEOM-GR.out new file mode 100644 index 00000000..9d6d7139 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_355_TEOM-GR.out @@ -0,0 +1,23 @@ +355_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.5313633362452188 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_356_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_356_TEOM-GR.out new file mode 100644 index 00000000..92fbbf81 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_356_TEOM-GR.out @@ -0,0 +1,23 @@ +356_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8465355555216472 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_357_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_357_TEOM-GR.out new file mode 100644 index 00000000..80291973 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_357_TEOM-GR.out @@ -0,0 +1,23 @@ +357_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8174625476201375 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_358_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_358_TEOM-GR.out new file mode 100644 index 00000000..233f28f5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_358_TEOM-GR.out @@ -0,0 +1,23 @@ +358_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7081403056780498 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_35_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_35_TEOM-GR.out new file mode 100644 index 00000000..8ddc729e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_35_TEOM-GR.out @@ -0,0 +1,23 @@ +35_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0542037765185037 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_360_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_360_TEOM-GR.out new file mode 100644 index 00000000..ed518953 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_360_TEOM-GR.out @@ -0,0 +1,23 @@ +360_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.9435006380081177 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_363_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_363_TEOM-GR.out new file mode 100644 index 00000000..ca4f37fe --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_363_TEOM-GR.out @@ -0,0 +1,23 @@ +363_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.751879624525706 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_364_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_364_TEOM-GR.out new file mode 100644 index 00000000..918bfe89 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_364_TEOM-GR.out @@ -0,0 +1,23 @@ +364_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7112014691034952 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_365_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_365_TEOM-GR.out new file mode 100644 index 00000000..377f43e6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_365_TEOM-GR.out @@ -0,0 +1,23 @@ +365_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6113875428835551 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_366_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_366_TEOM-GR.out new file mode 100644 index 00000000..41ab760a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_366_TEOM-GR.out @@ -0,0 +1,23 @@ +366_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6057815790176392 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_368_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_368_TEOM-GR.out new file mode 100644 index 00000000..0eb4fe51 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_368_TEOM-GR.out @@ -0,0 +1,23 @@ +368_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5141347845395406 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_369_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_369_TEOM-GR.out new file mode 100644 index 00000000..edb274b0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_369_TEOM-GR.out @@ -0,0 +1,23 @@ +369_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6290450255076091 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_36_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_36_TEOM-GR.out new file mode 100644 index 00000000..ab7f3e61 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_36_TEOM-GR.out @@ -0,0 +1,23 @@ +36_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.3638874212900798 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_370_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_370_TEOM-GR.out new file mode 100644 index 00000000..f4dc3fdb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_370_TEOM-GR.out @@ -0,0 +1,23 @@ +370_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6028075536092122 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_371_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_371_TEOM-GR.out new file mode 100644 index 00000000..ede60e91 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_371_TEOM-GR.out @@ -0,0 +1,23 @@ +371_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7046409408251445 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_372_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_372_TEOM-GR.out new file mode 100644 index 00000000..6f5ad68d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_372_TEOM-GR.out @@ -0,0 +1,23 @@ +372_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8631960034370423 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_373_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_373_TEOM-GR.out new file mode 100644 index 00000000..a78c8ab0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_373_TEOM-GR.out @@ -0,0 +1,23 @@ +373_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7864622950553894 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_374_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_374_TEOM-GR.out new file mode 100644 index 00000000..65ba649d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_374_TEOM-GR.out @@ -0,0 +1,23 @@ +374_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7642656445503235 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_375_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_375_TEOM-GR.out new file mode 100644 index 00000000..e6487b81 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_375_TEOM-GR.out @@ -0,0 +1,23 @@ +375_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6088483373324076 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_37_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_37_TEOM-GR.out new file mode 100644 index 00000000..faaac701 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_37_TEOM-GR.out @@ -0,0 +1,23 @@ +37_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.2183053811391196 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_38_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_38_TEOM-GR.out new file mode 100644 index 00000000..2cdd5a4f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_38_TEOM-GR.out @@ -0,0 +1,23 @@ +38_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.000961422920227 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_39_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_39_TEOM-GR.out new file mode 100644 index 00000000..8c63faac --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_39_TEOM-GR.out @@ -0,0 +1,23 @@ +39_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7722375233968098 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_3_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_3_TEOM-GR.out new file mode 100644 index 00000000..bdfd9ac7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_3_TEOM-GR.out @@ -0,0 +1,23 @@ +3_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.3202921470006308 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_40_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_40_TEOM-GR.out new file mode 100644 index 00000000..d8c77cff --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_40_TEOM-GR.out @@ -0,0 +1,23 @@ +40_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.733098578453064 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_41_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_41_TEOM-GR.out new file mode 100644 index 00000000..946c5465 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_41_TEOM-GR.out @@ -0,0 +1,23 @@ +41_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.673567028840383 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_42_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_42_TEOM-GR.out new file mode 100644 index 00000000..4634a6f9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_42_TEOM-GR.out @@ -0,0 +1,23 @@ +42_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5656664212544759 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_43_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_43_TEOM-GR.out new file mode 100644 index 00000000..531d8f53 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_43_TEOM-GR.out @@ -0,0 +1,23 @@ +43_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.619306782881419 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_44_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_44_TEOM-GR.out new file mode 100644 index 00000000..8c79abac --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_44_TEOM-GR.out @@ -0,0 +1,23 @@ +44_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.2812029043833415 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_453_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_453_TEOM-GR.out new file mode 100644 index 00000000..6bd01185 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_453_TEOM-GR.out @@ -0,0 +1,23 @@ +453_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7326081434885661 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_454_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_454_TEOM-GR.out new file mode 100644 index 00000000..be040f96 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_454_TEOM-GR.out @@ -0,0 +1,23 @@ +454_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8767616629600525 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_455_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_455_TEOM-GR.out new file mode 100644 index 00000000..35a798ce --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_455_TEOM-GR.out @@ -0,0 +1,23 @@ +455_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5891160130500793 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_456_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_456_TEOM-GR.out new file mode 100644 index 00000000..2b9f8ea3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_456_TEOM-GR.out @@ -0,0 +1,23 @@ +456_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5697081208229064 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_457_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_457_TEOM-GR.out new file mode 100644 index 00000000..58d78186 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_457_TEOM-GR.out @@ -0,0 +1,23 @@ +457_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0076940417289735 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_458_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_458_TEOM-GR.out new file mode 100644 index 00000000..3ca47e23 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_458_TEOM-GR.out @@ -0,0 +1,23 @@ +458_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8871165037155151 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_459_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_459_TEOM-GR.out new file mode 100644 index 00000000..27d507c6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_459_TEOM-GR.out @@ -0,0 +1,23 @@ +459_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5805649201075236 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_45_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_45_TEOM-GR.out new file mode 100644 index 00000000..d528faad --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_45_TEOM-GR.out @@ -0,0 +1,23 @@ +45_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.2792367060979206 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_460_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_460_TEOM-GR.out new file mode 100644 index 00000000..52d6ed47 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_460_TEOM-GR.out @@ -0,0 +1,23 @@ +460_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9412478685379029 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_461_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_461_TEOM-GR.out new file mode 100644 index 00000000..1aa0801a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_461_TEOM-GR.out @@ -0,0 +1,23 @@ +461_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7232250809669495 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_462_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_462_TEOM-GR.out new file mode 100644 index 00000000..03ffb33b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_462_TEOM-GR.out @@ -0,0 +1,23 @@ +462_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7481170614560445 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_463_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_463_TEOM-GR.out new file mode 100644 index 00000000..ae872d49 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_463_TEOM-GR.out @@ -0,0 +1,23 @@ +463_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7841551303863525 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_464_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_464_TEOM-GR.out new file mode 100644 index 00000000..f2611aef --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_464_TEOM-GR.out @@ -0,0 +1,23 @@ +464_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7393755396207173 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_465_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_465_TEOM-GR.out new file mode 100644 index 00000000..8435dc6c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_465_TEOM-GR.out @@ -0,0 +1,23 @@ +465_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6139017144838969 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_466_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_466_TEOM-GR.out new file mode 100644 index 00000000..dfb439e9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_466_TEOM-GR.out @@ -0,0 +1,23 @@ +466_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.754791812102 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_467_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_467_TEOM-GR.out new file mode 100644 index 00000000..76e308aa --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_467_TEOM-GR.out @@ -0,0 +1,23 @@ +467_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.516332471370697 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_468_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_468_TEOM-GR.out new file mode 100644 index 00000000..ceb2e231 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_468_TEOM-GR.out @@ -0,0 +1,23 @@ +468_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8308276851971944 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_469_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_469_TEOM-GR.out new file mode 100644 index 00000000..2007e167 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_469_TEOM-GR.out @@ -0,0 +1,23 @@ +469_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7489072481791178 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_46_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_46_TEOM-GR.out new file mode 100644 index 00000000..b6f8ea11 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_46_TEOM-GR.out @@ -0,0 +1,23 @@ +46_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.6152634739875793 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_471_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_471_TEOM-GR.out new file mode 100644 index 00000000..271b0579 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_471_TEOM-GR.out @@ -0,0 +1,23 @@ +471_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6088767965634664 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_473_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_473_TEOM-GR.out new file mode 100644 index 00000000..718825ea --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_473_TEOM-GR.out @@ -0,0 +1,23 @@ +473_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9245765606562296 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_474_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_474_TEOM-GR.out new file mode 100644 index 00000000..78ad67f7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_474_TEOM-GR.out @@ -0,0 +1,23 @@ +474_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0078705350557964 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_475_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_475_TEOM-GR.out new file mode 100644 index 00000000..816fc61a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_475_TEOM-GR.out @@ -0,0 +1,23 @@ +475_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5287563482920329 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_476_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_476_TEOM-GR.out new file mode 100644 index 00000000..fa5ca7ed --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_476_TEOM-GR.out @@ -0,0 +1,23 @@ +476_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.646321427822113 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_477_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_477_TEOM-GR.out new file mode 100644 index 00000000..c4256b5b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_477_TEOM-GR.out @@ -0,0 +1,23 @@ +477_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9861989537874858 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_478_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_478_TEOM-GR.out new file mode 100644 index 00000000..133e9967 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_478_TEOM-GR.out @@ -0,0 +1,23 @@ +478_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8725257515907288 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_479_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_479_TEOM-GR.out new file mode 100644 index 00000000..001f9b3c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_479_TEOM-GR.out @@ -0,0 +1,23 @@ +479_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6819005688031514 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_47_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_47_TEOM-GR.out new file mode 100644 index 00000000..8cb24c50 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_47_TEOM-GR.out @@ -0,0 +1,23 @@ +47_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.3529274463653564 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_480_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_480_TEOM-GR.out new file mode 100644 index 00000000..0898e1f7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_480_TEOM-GR.out @@ -0,0 +1,23 @@ +480_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.791774837176005 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_481_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_481_TEOM-GR.out new file mode 100644 index 00000000..cabaa6ac --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_481_TEOM-GR.out @@ -0,0 +1,23 @@ +481_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.965538235505422 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_482_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_482_TEOM-GR.out new file mode 100644 index 00000000..75de717b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_482_TEOM-GR.out @@ -0,0 +1,23 @@ +482_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.781027623017629 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_483_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_483_TEOM-GR.out new file mode 100644 index 00000000..1f482d98 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_483_TEOM-GR.out @@ -0,0 +1,23 @@ +483_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7153669158617656 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_485_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_485_TEOM-GR.out new file mode 100644 index 00000000..c763a730 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_485_TEOM-GR.out @@ -0,0 +1,23 @@ +485_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8326665878295898 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_486_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_486_TEOM-GR.out new file mode 100644 index 00000000..39b7cfac --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_486_TEOM-GR.out @@ -0,0 +1,23 @@ +486_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7476926962534587 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_487_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_487_TEOM-GR.out new file mode 100644 index 00000000..8f3f30e3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_487_TEOM-GR.out @@ -0,0 +1,23 @@ +487_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5642538825670879 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_488_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_488_TEOM-GR.out new file mode 100644 index 00000000..99fc6642 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_488_TEOM-GR.out @@ -0,0 +1,23 @@ +488_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9236731966336568 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_489_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_489_TEOM-GR.out new file mode 100644 index 00000000..c65bfe71 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_489_TEOM-GR.out @@ -0,0 +1,23 @@ +489_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7324146072069804 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_48_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_48_TEOM-GR.out new file mode 100644 index 00000000..5072dbac --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_48_TEOM-GR.out @@ -0,0 +1,23 @@ +48_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.3955111384391785 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_490_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_490_TEOM-GR.out new file mode 100644 index 00000000..d1c83f86 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_490_TEOM-GR.out @@ -0,0 +1,23 @@ +490_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6568366368611653 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_49_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_49_TEOM-GR.out new file mode 100644 index 00000000..c197fa0c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_49_TEOM-GR.out @@ -0,0 +1,23 @@ +49_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.3300885041554769 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_4_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_4_TEOM-GR.out new file mode 100644 index 00000000..023b0718 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_4_TEOM-GR.out @@ -0,0 +1,23 @@ +4_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.5182111064592998 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_50_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_50_TEOM-GR.out new file mode 100644 index 00000000..348556ec --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_50_TEOM-GR.out @@ -0,0 +1,23 @@ +50_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.5889493902524312 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_51_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_51_TEOM-GR.out new file mode 100644 index 00000000..bdee2620 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_51_TEOM-GR.out @@ -0,0 +1,23 @@ +51_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.2754061142603557 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_529_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_529_TEOM-GR.out new file mode 100644 index 00000000..70d4e6fd --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_529_TEOM-GR.out @@ -0,0 +1,23 @@ +529_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9863747835159302 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_52_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_52_TEOM-GR.out new file mode 100644 index 00000000..2fe5f2cb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_52_TEOM-GR.out @@ -0,0 +1,23 @@ +52_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9451995134353638 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_530_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_530_TEOM-GR.out new file mode 100644 index 00000000..3ce798c3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_530_TEOM-GR.out @@ -0,0 +1,23 @@ +530_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7536220868428548 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_531_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_531_TEOM-GR.out new file mode 100644 index 00000000..bd3fe61e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_531_TEOM-GR.out @@ -0,0 +1,23 @@ +531_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0350715517997742 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_534_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_534_TEOM-GR.out new file mode 100644 index 00000000..807b5a57 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_534_TEOM-GR.out @@ -0,0 +1,23 @@ +534_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7772659659385681 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_53_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_53_TEOM-GR.out new file mode 100644 index 00000000..a846ba0a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_53_TEOM-GR.out @@ -0,0 +1,23 @@ +53_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.9044569730758667 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_540_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_540_TEOM-GR.out new file mode 100644 index 00000000..983c9462 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_540_TEOM-GR.out @@ -0,0 +1,23 @@ +540_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.45977754990259806 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_543_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_543_TEOM-GR.out new file mode 100644 index 00000000..b6e1116a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_543_TEOM-GR.out @@ -0,0 +1,23 @@ +543_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7311363697052002 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_546_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_546_TEOM-GR.out new file mode 100644 index 00000000..58f66bf3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_546_TEOM-GR.out @@ -0,0 +1,23 @@ +546_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9437740564346313 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_54_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_54_TEOM-GR.out new file mode 100644 index 00000000..2b9bac36 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_54_TEOM-GR.out @@ -0,0 +1,23 @@ +54_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.0121495962142943 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_55_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_55_TEOM-GR.out new file mode 100644 index 00000000..b1522498 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_55_TEOM-GR.out @@ -0,0 +1,23 @@ +55_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.366310437520345 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_56_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_56_TEOM-GR.out new file mode 100644 index 00000000..6695b9d4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_56_TEOM-GR.out @@ -0,0 +1,23 @@ +56_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.7592313051223756 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_57_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_57_TEOM-GR.out new file mode 100644 index 00000000..25af3822 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_57_TEOM-GR.out @@ -0,0 +1,23 @@ +57_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +3.5944872736930846 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_58_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_58_TEOM-GR.out new file mode 100644 index 00000000..e18d937d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_58_TEOM-GR.out @@ -0,0 +1,23 @@ +58_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0178402344385782 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_59_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_59_TEOM-GR.out new file mode 100644 index 00000000..e2070f99 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_59_TEOM-GR.out @@ -0,0 +1,23 @@ +59_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.4868518829345703 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_5_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_5_TEOM-GR.out new file mode 100644 index 00000000..27822b90 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_5_TEOM-GR.out @@ -0,0 +1,23 @@ +5_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.050947646299998 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_60_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_60_TEOM-GR.out new file mode 100644 index 00000000..57487725 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_60_TEOM-GR.out @@ -0,0 +1,23 @@ +60_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.916613491376241 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_61_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_61_TEOM-GR.out new file mode 100644 index 00000000..15a039d4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_61_TEOM-GR.out @@ -0,0 +1,23 @@ +61_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.4373637437820435 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_62_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_62_TEOM-GR.out new file mode 100644 index 00000000..450d95eb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_62_TEOM-GR.out @@ -0,0 +1,23 @@ +62_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.3168026924133303 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_63_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_63_TEOM-GR.out new file mode 100644 index 00000000..70b014b8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_63_TEOM-GR.out @@ -0,0 +1,23 @@ +63_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.3715591152509055 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_64_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_64_TEOM-GR.out new file mode 100644 index 00000000..ca5fe494 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_64_TEOM-GR.out @@ -0,0 +1,23 @@ +64_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1497770388921102 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_65_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_65_TEOM-GR.out new file mode 100644 index 00000000..faae12cb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_65_TEOM-GR.out @@ -0,0 +1,23 @@ +65_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.068143606185913 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_68_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_68_TEOM-GR.out new file mode 100644 index 00000000..a881dc54 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_68_TEOM-GR.out @@ -0,0 +1,23 @@ +68_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8567258675893148 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_69_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_69_TEOM-GR.out new file mode 100644 index 00000000..a968b3ea --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_69_TEOM-GR.out @@ -0,0 +1,23 @@ +69_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8657852609952291 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_6_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_6_TEOM-GR.out new file mode 100644 index 00000000..28dc741d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_6_TEOM-GR.out @@ -0,0 +1,23 @@ +6_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7965842962265015 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_70_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_70_TEOM-GR.out new file mode 100644 index 00000000..e09646a6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_70_TEOM-GR.out @@ -0,0 +1,23 @@ +70_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9373424132664998 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_71_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_71_TEOM-GR.out new file mode 100644 index 00000000..9fd38d67 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_71_TEOM-GR.out @@ -0,0 +1,23 @@ +71_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9388671517372131 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_72_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_72_TEOM-GR.out new file mode 100644 index 00000000..1205d194 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_72_TEOM-GR.out @@ -0,0 +1,23 @@ +72_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7548586448033651 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_73_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_73_TEOM-GR.out new file mode 100644 index 00000000..7b07a0e5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_73_TEOM-GR.out @@ -0,0 +1,23 @@ +73_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8030153155326843 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_76_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_76_TEOM-GR.out new file mode 100644 index 00000000..4566a96e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_76_TEOM-GR.out @@ -0,0 +1,23 @@ +76_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0252722382545472 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_77_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_77_TEOM-GR.out new file mode 100644 index 00000000..e4bf848e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_77_TEOM-GR.out @@ -0,0 +1,23 @@ +77_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0597282290458678 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_78_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_78_TEOM-GR.out new file mode 100644 index 00000000..bd22ef0d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_78_TEOM-GR.out @@ -0,0 +1,23 @@ +78_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9384300192197164 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_79_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_79_TEOM-GR.out new file mode 100644 index 00000000..03449f0a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_79_TEOM-GR.out @@ -0,0 +1,23 @@ +79_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.58709663550059 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_7_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_7_TEOM-GR.out new file mode 100644 index 00000000..415bddc7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_7_TEOM-GR.out @@ -0,0 +1,23 @@ +7_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.079097604751587 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_80_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_80_TEOM-GR.out new file mode 100644 index 00000000..6effb8da --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_80_TEOM-GR.out @@ -0,0 +1,23 @@ +80_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.2353197971979777 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_81_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_81_TEOM-GR.out new file mode 100644 index 00000000..4c3713fc --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_81_TEOM-GR.out @@ -0,0 +1,23 @@ +81_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0768730680147807 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_83_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_83_TEOM-GR.out new file mode 100644 index 00000000..fb99f749 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_83_TEOM-GR.out @@ -0,0 +1,23 @@ +83_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9690747062365214 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_84_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_84_TEOM-GR.out new file mode 100644 index 00000000..ac3850ac --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_84_TEOM-GR.out @@ -0,0 +1,23 @@ +84_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1927245497703551 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_85_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_85_TEOM-GR.out new file mode 100644 index 00000000..4c0a2e84 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_85_TEOM-GR.out @@ -0,0 +1,23 @@ +85_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9562564690907797 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_87_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_87_TEOM-GR.out new file mode 100644 index 00000000..f20c54a6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_87_TEOM-GR.out @@ -0,0 +1,23 @@ +87_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0863259156545004 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_8_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_8_TEOM-GR.out new file mode 100644 index 00000000..124e698b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_8_TEOM-GR.out @@ -0,0 +1,23 @@ +8_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.3256418267885843 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_90_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_90_TEOM-GR.out new file mode 100644 index 00000000..94cd965f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_90_TEOM-GR.out @@ -0,0 +1,23 @@ +90_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7554520726203918 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_93_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_93_TEOM-GR.out new file mode 100644 index 00000000..69e9e81d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_93_TEOM-GR.out @@ -0,0 +1,23 @@ +93_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6636172771453858 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_94_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_94_TEOM-GR.out new file mode 100644 index 00000000..36b2106e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_94_TEOM-GR.out @@ -0,0 +1,23 @@ +94_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8084357698758443 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_95_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_95_TEOM-GR.out new file mode 100644 index 00000000..04c0575c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_95_TEOM-GR.out @@ -0,0 +1,23 @@ +95_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1737368901570637 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_99_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_99_TEOM-GR.out new file mode 100644 index 00000000..c2414d56 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_99_TEOM-GR.out @@ -0,0 +1,23 @@ +99_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.3340612133344014 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/S3/0_9_TEOM-GR.out b/run/stage_logs/NAPMD_PM10/S3/0_9_TEOM-GR.out new file mode 100644 index 00000000..c3845dc4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/S3/0_9_TEOM-GR.out @@ -0,0 +1,23 @@ +9_TEOM-GR -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.712946899731954 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_100_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_100_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..86305fae --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_100_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +100_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0153950333595274 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_100_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_100_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..772fd74e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_100_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +100_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.3808936913808187 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_100_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_100_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..f604ccf8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_100_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +100_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.1810973127683004 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_103_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_103_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..0e64f2ee --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_103_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +103_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.12988980611165366 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_103_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_103_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..e391d8fe --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_103_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +103_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6461456775665283 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_103_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_103_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..a8c51e90 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_103_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +103_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2746660947799683 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_104_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_104_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..cd656e1b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_104_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +104_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5530794978141784 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_104_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_104_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..ea5f3bf9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_104_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +104_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7800132036209106 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_104_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_104_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..4c9b9cd9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_104_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +104_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.398594903945923 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_105_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_105_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..30170bc4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_105_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +105_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2853485067685446 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_105_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_105_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..e8cfb416 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_105_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +105_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4726312438646951 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_105_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_105_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..85cb10ed --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_105_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +105_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.15136110385259 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_107_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_107_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..4e20c56c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_107_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +107_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.343857204914093 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_107_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_107_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..1d40ec66 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_107_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +107_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.1387556910514833 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_107_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_107_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..84f4106c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_107_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +107_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8934824268023174 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_108_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_108_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..820fa5ce --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_108_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +108_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.307622448603312 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_108_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_108_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..937b9d92 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_108_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +108_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.244892207781474 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_108_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_108_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..34cf222f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_108_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +108_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.186961058775584 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_109_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_109_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..49f29095 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_109_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +109_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0373964428901674 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_109_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_109_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..541b64f0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_109_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +109_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.4077992677688598 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_109_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_109_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..37fcaf30 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_109_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +109_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.870846430460612 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_10_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_10_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..489ed61f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_10_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +10_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.1562880198160808 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_10_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_10_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..2cc2cc69 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_10_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +10_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.4321681300799054 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_10_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_10_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..00493d20 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_10_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +10_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.0710002819697064 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_110_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_110_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..7b6094d8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_110_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +110_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.183649945259094 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_110_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_110_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..9772f0da --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_110_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +110_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.468294409910838 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_110_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_110_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..6a784a17 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_110_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +110_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9057450771331788 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_113_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_113_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..4c037ab2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_113_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +113_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.1322431802749633 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_113_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_113_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..a700d396 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_113_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +113_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.486484734217326 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_113_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_113_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..7054d7fa --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_113_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +113_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3836959958076477 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_114_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_114_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..4056fd8c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_114_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +114_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9890818119049072 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_114_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_114_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..eb7d58f7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_114_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +114_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.1859976013501483 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_114_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_114_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..2f48f6b2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_114_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +114_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.1745644092559813 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_115_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_115_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..65e45965 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_115_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +115_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1800425012906393 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_115_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_115_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..b987ba00 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_115_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +115_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5863627711931865 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_115_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_115_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..f38b8ee4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_115_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +115_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.05313351949056 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_116_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_116_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..78ce4477 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_116_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +116_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.33474823633829753 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_116_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_116_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..a91bc5a7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_116_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +116_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5353677630424499 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_116_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_116_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..474a1a6e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_116_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +116_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.22278506755828859 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_117_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_117_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..53b371fa --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_117_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +117_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9689606785774232 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_117_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_117_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..b4222593 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_117_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +117_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8707864205042521 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_117_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_117_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..5c702f00 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_117_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +117_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.1774160663286843 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_118_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_118_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..90cf8542 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_118_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +118_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4845080931981405 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_118_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_118_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..db486e34 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_118_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +118_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5923555970191956 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_118_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_118_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..ece59374 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_118_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +118_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5814101139704386 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_119_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_119_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..bc48def5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_119_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +119_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9185769319534303 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_119_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_119_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..f206b966 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_119_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +119_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.1846275687217713 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_119_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_119_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..9ff7de50 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_119_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +119_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.174906146526337 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_11_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_11_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..2564b271 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_11_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +11_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.3934210379918417 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_11_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_11_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..18ae679e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_11_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +11_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.3001367131869 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_11_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_11_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..8696fdc7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_11_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +11_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.4471137563387555 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_120_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_120_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..b54f57e2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_120_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +120_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.395119829972585 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_120_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_120_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..ea4ea57c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_120_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +120_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.576565976937612 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_120_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_120_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..d7668456 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_120_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +120_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2248488148053487 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_12_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_12_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..dcaab0ac --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_12_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +12_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.2268210848172507 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_12_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_12_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..1d4a2f60 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_12_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +12_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.2399009982744853 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_12_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_12_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..9d0b6a2b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_12_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +12_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.9492666999499004 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_13_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_13_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..9d876147 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_13_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +13_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.4894521117210386 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_13_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_13_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..ee14b12e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_13_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +13_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.6163939356803896 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_13_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_13_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..05b1f6cd --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_13_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +13_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9894102295239766 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_14_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_14_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..1fa8f58b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_14_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +14_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0676877895991006 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_14_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_14_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..0ea98d18 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_14_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +14_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.461766715844472 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_14_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_14_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..2f1e17cc --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_14_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +14_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4243748148282369 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_15_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_15_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..cf87324f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_15_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +15_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.4403730630874634 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_15_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_15_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..c2b9b83e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_15_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +15_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.5833836078643797 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_15_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_15_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..eb7479f4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_15_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +15_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.3155215899149577 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_16_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_16_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..96aabe6e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_16_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +16_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7432930986086528 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_16_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_16_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..9c8c0fda --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_16_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +16_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.3554096102714537 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_16_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_16_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..55ec2c37 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_16_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +16_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7423661351203918 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_17_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_17_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..2c3cbe28 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_17_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +17_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.975816754500071 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_17_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_17_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..4ace6850 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_17_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +17_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.2712974667549135 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_17_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_17_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..cf0cc7c1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_17_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +17_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3477136810620626 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_18_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_18_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..4ba6361a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_18_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +18_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.588581395149231 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_18_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_18_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..bcb0ef70 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_18_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +18_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.1990190823872884 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_18_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_18_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..d07d0277 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_18_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +18_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6938972194989523 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_19_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_19_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..c4426abc --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_19_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +19_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.2853280941645306 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_19_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_19_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..548c2076 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_19_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +19_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.5619415998458863 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_19_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_19_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..1c78db83 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_19_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +19_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.1457785924275714 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_1_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_1_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..84d13a57 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_1_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +1_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7720081051190695 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_1_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_1_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..bfebad5c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_1_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +1_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9544075051943461 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_1_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_1_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..9a95e4d6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_1_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +1_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6379331390062968 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_20_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_20_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..c86ff41b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_20_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +20_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.728430724143982 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_20_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_20_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..25f02aa8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_20_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +20_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.1838013847668964 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_20_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_20_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..22d40c97 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_20_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +20_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5030816793441772 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_218_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_218_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..fe8c47de --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_218_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +218_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4366984645525613 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_218_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_218_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..4197f0a3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_218_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +218_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7708651264508566 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_218_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_218_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..c071cc80 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_218_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +218_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5823195775349934 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_21_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_21_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..71ed4117 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_21_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +21_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4112437963485718 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_21_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_21_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..494ee385 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_21_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +21_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6234501401583354 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_21_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_21_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..77964e9e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_21_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +21_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9588388641675313 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_22_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_22_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..c6b52e5d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_22_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +22_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.065524669488271 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_22_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_22_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..74730c22 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_22_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +22_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.353577776749929 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_22_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_22_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..39eaa197 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_22_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +22_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.052382405598958 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_23_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_23_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..0ce846d7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_23_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +23_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.204685028394063 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_23_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_23_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..4dbbf699 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_23_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +23_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0574713190396627 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_23_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_23_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..863d96c8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_23_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +23_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.9403700908025105 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_24_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_24_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..8b20edab --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_24_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +24_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.09535492658615112 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_24_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_24_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..3d1119e4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_24_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +24_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7497194091478984 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_24_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_24_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..d8948802 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_24_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +24_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.46899530092875164 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_25_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_25_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..38d1b4ba --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_25_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +25_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9551640272140502 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_25_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_25_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..82185d20 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_25_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +25_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.156968339284261 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_25_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_25_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..fdecaa50 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_25_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +25_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7302344640096028 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_26_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_26_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..c1055f1e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_26_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +26_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.7493897040685016 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_26_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_26_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..dfc6fb6b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_26_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +26_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.6969398935635884 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_26_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_26_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..9e72238b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_26_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +26_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6263900836308797 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_270_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_270_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..d254b1d0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_270_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +270_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.236332639058431 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_270_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_270_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..bb44fe8b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_270_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +270_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5965108394622802 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_270_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_270_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..b05bbf23 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_270_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +270_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0534555077552796 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_271_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_271_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..2274c2ac --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_271_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +271_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.100334878762563 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_271_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_271_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..24f4294d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_271_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +271_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.412774888674418 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_271_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_271_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..f46fc6fd --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_271_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +271_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9700771371523539 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_272_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_272_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..967f17c4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_272_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +272_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9360162258148194 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_272_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_272_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..ccfc523f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_272_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +272_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.360534143447876 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_272_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_272_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..cde23423 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_272_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +272_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0743942697842916 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_273_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_273_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..b28660bb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_273_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +273_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1913800319035848 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_273_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_273_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..e208d083 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_273_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +273_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5350636521975198 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_273_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_273_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..cc8360d4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_273_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +273_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2320170203844707 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_274_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_274_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..4a532a2c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_274_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +274_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1632328033447266 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_274_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_274_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..09b2d052 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_274_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +274_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7198776245117188 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_274_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_274_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..898d841b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_274_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +274_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.120202898979187 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_276_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_276_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..11572910 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_276_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +276_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.479976522922516 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_276_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_276_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..b9113478 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_276_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +276_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6726569056510925 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_276_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_276_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..c8b19bd2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_276_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +276_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2082537571589151 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_277_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_277_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..854d80e3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_277_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +277_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0149542768796285 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_277_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_277_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..ba27664f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_277_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +277_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7481346289316813 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_277_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_277_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..7ba06919 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_277_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +277_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0002702673276265 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_278_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_278_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..9f8038de --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_278_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +278_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3766543745994568 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_278_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_278_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..d27c1406 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_278_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +278_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.484551159540812 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_278_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_278_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..5fef7b59 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_278_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +278_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1689225395520528 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_279_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_279_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..864f7e6d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_279_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +279_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3161361972490946 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_279_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_279_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..d2c553f8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_279_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +279_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6881663839022318 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_279_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_279_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..1592e76a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_279_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +279_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2169694582621255 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_281_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_281_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..87b2e3a0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_281_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +281_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0036096294720969 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_281_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_281_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..af60a6b5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_281_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +281_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5467606067657471 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_281_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_281_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..e5f70567 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_281_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +281_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1319509545962017 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_285_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_285_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..8bbf84f9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_285_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +285_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.1043319821357727 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_285_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_285_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..434adddb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_285_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +285_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.39000560839970905 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_285_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_285_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..cec16f59 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_285_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +285_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.032081814606984456 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_286_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_286_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..55a0a04f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_286_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +286_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.03521487315495809 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_286_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_286_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..f14f18fe --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_286_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +286_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.34151649475097656 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_286_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_286_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..f8e94696 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_286_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +286_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.08104034264882405 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_288_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_288_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..d61a07a1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_288_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +288_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6361422260602315 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_288_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_288_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..103fdb89 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_288_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +288_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4038246273994446 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_288_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_288_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..e80a402e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_288_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +288_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6106670061747234 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_28_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_28_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..8c2857d5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_28_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +28_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.970358661810557 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_28_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_28_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..0e7668de --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_28_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +28_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.143230307102203 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_28_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_28_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..b333647c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_28_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +28_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.960717757542928 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_29_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_29_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..64f61e0c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_29_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +29_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.04943687915802 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_29_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_29_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..f8a7545b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_29_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +29_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.74857497215271 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_29_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_29_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..9d693470 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_29_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +29_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.377057949701945 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_2_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_2_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..5dbb4593 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_2_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +2_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3398420691490174 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_2_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_2_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..3aeb41ec --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_2_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +2_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5894766688346862 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_2_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_2_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..34c14ee2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_2_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +2_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6650965968767801 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_30_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_30_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..f8190912 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_30_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +30_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.278499627113342 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_30_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_30_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..126b6979 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_30_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +30_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.980610692501068 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_30_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_30_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..da17e84d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_30_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +30_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.6652542908986407 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_31_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_31_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..6279930c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_31_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +31_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3448270757993062 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_31_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_31_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..a65069ab --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_31_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +31_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.1217928647994997 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_31_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_31_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..2e47c748 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_31_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +31_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.871294585863749 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_324_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_324_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..ecfa0b2c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_324_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +324_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5124461770057678 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_324_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_324_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..8c4065b6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_324_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +324_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.775885514418284 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_324_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_324_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..32df58d5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_324_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +324_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.214263141155243 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_325_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_325_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..abf0180e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_325_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +325_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.242008662223816 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_325_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_325_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..c260cd09 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_325_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +325_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.463438693682353 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_325_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_325_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..97f697ff --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_325_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +325_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.266601880391439 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_327_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_327_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..893cff50 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_327_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +327_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.6808550278345744 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_327_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_327_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..33ca4ed5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_327_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +327_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.9029361486434935 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_327_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_327_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..540b5a4f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_327_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +327_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.7335674206415814 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_328_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_328_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..9f14de79 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_328_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +328_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.120493984222412 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_328_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_328_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..fb744b26 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_328_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +328_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.1619539340337117 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_328_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_328_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..7e7bb00c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_328_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +328_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0936683058738708 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_32_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_32_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..e4e8b29f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_32_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +32_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6719619274139405 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_32_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_32_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..c6151bd4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_32_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +32_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8660993258158366 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_32_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_32_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..d1b6f3d9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_32_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +32_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5369787851969401 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_330_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_330_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..0c5fd14a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_330_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +330_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.9510884086290994 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_330_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_330_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..831ef86f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_330_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +330_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.415833075841268 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_330_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_330_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..5836c1cf --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_330_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +330_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.6822487433751423 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_331_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_331_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..73a02b2b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_331_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +331_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.638159656524658 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_331_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_331_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..7622ea53 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_331_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +331_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.527135721842448 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_331_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_331_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..22ce979a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_331_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +331_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.0042136669158936 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_332_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_332_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..033c3285 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_332_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +332_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.813689613342285 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_332_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_332_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..1c9b719f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_332_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +332_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.7835193634033204 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_332_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_332_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..14a7ca83 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_332_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +332_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.7144099394480388 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_335_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_335_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..cdec7a05 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_335_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +335_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.9641231536865233 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_335_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_335_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..f43cc0aa --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_335_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +335_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.3296807090441387 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_335_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_335_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..6aaa2040 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_335_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +335_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.136763123671214 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_336_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_336_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..0e732bf6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_336_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +336_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.06058770815531413 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_336_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_336_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..a85867ea --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_336_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +336_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.24511528412501019 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_336_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_336_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..4345296e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_336_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +336_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2948770840962728 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_339_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_339_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..5c9e962c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_339_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +339_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.4903173367182414 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_339_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_339_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..de7a4d57 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_339_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +339_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1899206360181174 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_339_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_339_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..73da50d7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_339_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +339_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.4533592462539673 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_33_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_33_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..3f365f3a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_33_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +33_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0742689967155457 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_33_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_33_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..d2f271c4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_33_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +33_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.4362345854441325 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_33_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_33_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..d7bfad97 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_33_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +33_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.14833824634552 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_340_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_340_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..ecde9e98 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_340_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +340_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.7529560486475626 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_340_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_340_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..e64d1c6b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_340_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +340_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.3424274881680804 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_340_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_340_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..a49ea016 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_340_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +340_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.145502479871114 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_342_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_342_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..1a74c3ac --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_342_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +342_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9177754322687784 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_342_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_342_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..78e66cb8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_342_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +342_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1772136449813844 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_342_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_342_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..8f91be74 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_342_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +342_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.162426511446635 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_343_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_343_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..be7d85c2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_343_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +343_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.06431300640106201 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_343_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_343_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..90cd3060 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_343_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +343_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.23966081937154135 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_343_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_343_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..3a07a44f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_343_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +343_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.041868325074513754 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_344_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_344_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..10711549 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_344_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +344_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3125625133514404 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_344_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_344_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..4d47cd06 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_344_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +344_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5201878229777018 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_344_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_344_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..cf484671 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_344_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +344_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.09073533614476521 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_345_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_345_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..9172e6de --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_345_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +345_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.20033368666966755 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_345_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_345_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..85a3c46b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_345_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +345_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4665441393852234 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_345_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_345_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..07cfbc84 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_345_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +345_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.040671694278717044 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_346_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_346_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..88f2bbc0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_346_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +346_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.30501944621404015 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_346_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_346_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..50c87401 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_346_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +346_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.25240745941797893 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_346_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_346_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..3777800b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_346_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +346_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.05050144990285237 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_349_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_349_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..ea7fb9f9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_349_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +349_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.7882929762204487 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_349_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_349_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..911cc49b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_349_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +349_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.8274262070655825 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_349_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_349_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..afe7cfce --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_349_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +349_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.7850050568580627 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_34_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_34_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..fb757050 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_34_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +34_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4338003993034363 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_34_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_34_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..bb2a1c3a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_34_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +34_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.572577695051829 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_34_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_34_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..cb4fa698 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_34_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +34_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3848193049430848 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_350_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_350_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..06b7b9aa --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_350_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +350_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.304344884554545 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_350_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_350_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..46045940 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_350_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +350_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.6081716338793437 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_350_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_350_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..525140bf --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_350_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +350_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.10853488445282 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_351_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_351_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..1daca0e0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_351_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +351_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.06832337776819865 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_351_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_351_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..f1df750d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_351_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +351_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.22370471159617106 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_351_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_351_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..54a4e7f2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_351_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +351_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.047624643643697104 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_352_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_352_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..485705f4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_352_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +352_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.862720743815104 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_352_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_352_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..2f2750a2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_352_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +352_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.9997655590375265 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_352_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_352_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..31e670fe --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_352_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +352_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.994510734081268 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_353_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_353_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..4096a6de --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_353_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +353_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.6253734827041626 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_353_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_353_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..ea71f7cb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_353_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +353_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.5144920468330385 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_353_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_353_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..2e12bfad --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_353_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +353_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.49761346181233723 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_354_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_354_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..d81b471d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_354_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +354_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.581318509578705 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_354_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_354_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..0e61716e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_354_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +354_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.6425126711527507 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_354_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_354_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..10299590 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_354_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +354_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.9091970562934875 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_355_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_355_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..1bd7f0a0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_355_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +355_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.1599375645319623 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_355_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_355_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..ebdb8071 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_355_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +355_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.3239603439966836 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_355_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_355_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..b5849655 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_355_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +355_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.141822644074758 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_356_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_356_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..cb71c300 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_356_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +356_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7171810785929362 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_356_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_356_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..b2f80eef --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_356_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +356_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9548158566157023 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_356_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_356_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..3718ee75 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_356_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +356_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.24487877289454144 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_357_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_357_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..b773ba67 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_357_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +357_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3836742043495178 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_357_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_357_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..5c84b164 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_357_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +357_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5814517696698507 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_357_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_357_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..fb7576d4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_357_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +357_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3255763570467631 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_358_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_358_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..5ad37ac5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_358_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +358_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2257802367210388 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_358_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_358_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..8193e967 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_358_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +358_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5565286676088969 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_358_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_358_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..e93cbbc9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_358_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +358_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.05776101350784302 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_35_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_35_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..e75634ed --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_35_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +35_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9711203654607137 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_35_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_35_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..274b49ae --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_35_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +35_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9395067691802979 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_35_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_35_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..c5bc6662 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_35_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +35_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6815112193425497 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_360_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_360_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..5ea38712 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_360_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +360_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.998519480228424 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_360_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_360_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..d073e2c5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_360_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +360_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.570173501968384 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_360_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_360_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..77331235 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_360_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +360_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.309069748719533 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_363_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_363_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..da70a68f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_363_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +363_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.03145378033320109 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_363_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_363_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..61ceb3f1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_363_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +363_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.31583773295084633 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_363_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_363_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..37c644ab --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_363_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +363_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.09760357141494751 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_364_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_364_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..f5ac5f19 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_364_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +364_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.08437992334365844 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_364_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_364_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..aa898b63 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_364_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +364_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.27959235906600954 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_364_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_364_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..fa3d2694 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_364_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +364_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.06287725766499837 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_365_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_365_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..3160775a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_365_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +365_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.04086009661356608 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_365_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_365_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..a8f7f70d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_365_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +365_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.23444464604059856 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_365_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_365_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..439f5c93 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_365_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +365_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2657389799753825 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_366_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_366_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..e94309d4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_366_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +366_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2166329781214396 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_366_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_366_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..3976d3c4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_366_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +366_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.43744895060857136 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_366_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_366_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..a42f43ce --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_366_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +366_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.04909828503926595 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_368_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_368_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..1aa1d950 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_368_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +368_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.0696734110514323 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_368_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_368_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..d6093fdd --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_368_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +368_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.33783512910207114 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_368_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_368_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..cbdc2e9a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_368_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +368_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.10618589321772258 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_369_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_369_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..3aca1cdc --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_369_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +369_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.019201223055521646 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_369_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_369_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..91016f42 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_369_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +369_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.24324992497762044 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_369_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_369_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..6bb1a8c8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_369_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +369_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.04364404280980428 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_36_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_36_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..cd5154ea --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_36_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +36_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.044264642397563 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_36_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_36_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..880886d2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_36_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +36_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.1460223317146303 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_36_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_36_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..a60e4aa7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_36_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +36_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8728336811065673 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_370_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_370_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..99d66ba7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_370_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +370_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.38563249111175535 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_370_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_370_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..f2b9d58e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_370_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +370_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6153240084648133 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_370_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_370_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..b19725ff --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_370_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +370_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3365248362223307 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_371_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_371_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..35c3d299 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_371_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +371_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.33969446818033855 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_371_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_371_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..1a94f9ca --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_371_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +371_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.659035861492157 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_371_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_371_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..5aa9eca3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_371_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +371_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3795270800590515 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_372_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_372_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..f6b2f7f3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_372_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +372_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.47416999340057375 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_372_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_372_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..d677a1b7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_372_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +372_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4328361431757609 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_372_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_372_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..c3c001aa --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_372_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +372_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.20449264446894327 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_373_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_373_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..dfd1127f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_373_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +373_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2666446487108866 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_373_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_373_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..15d72a86 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_373_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +373_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.46530116399129234 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_373_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_373_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..77953e57 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_373_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +373_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.21083186467488607 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_374_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_374_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..21643308 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_374_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +374_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.057302387555440266 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_374_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_374_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..8206db11 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_374_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +374_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.44157542785008747 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_374_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_374_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..89804252 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_374_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +374_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.1567929943402608 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_375_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_375_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..ae45e19f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_375_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +375_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.31075451374053953 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_375_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_375_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..4becae1a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_375_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +375_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.535112718741099 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_375_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_375_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..9d278406 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_375_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +375_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.31378445625305174 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_37_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_37_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..8ad42223 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_37_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +37_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.837497309843699 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_37_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_37_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..06c04fb2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_37_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +37_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.4158458590507506 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_37_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_37_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..7556398d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_37_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +37_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9331533789634705 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_38_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_38_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..ca08e18e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_38_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +38_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7841557423273722 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_38_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_38_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..8bbf580e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_38_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +38_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0883946140607197 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_38_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_38_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..f396509c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_38_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +38_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7483906269073486 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_39_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_39_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..62e5d4c1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_39_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +39_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5750347733497619 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_39_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_39_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..fb95608f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_39_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +39_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7372089346249898 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_39_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_39_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..c64d9b08 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_39_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +39_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.485491152604421 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_3_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_3_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..93bd5e41 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_3_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +3_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9264738321304322 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_3_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_3_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..a12afdd2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_3_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +3_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.2724538167317707 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_3_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_3_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..96f1e414 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_3_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +3_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3337847391764323 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_40_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_40_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..cdd68c80 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_40_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +40_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.5532498200734457 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_40_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_40_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..963b9225 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_40_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +40_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.139619696140289 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_40_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_40_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..e089d8e8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_40_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +40_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.8771778623263042 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_41_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_41_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..5eb2eb19 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_41_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +41_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.8557748635609945 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_41_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_41_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..c48ca008 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_41_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +41_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.248652438322703 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_41_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_41_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..1d76c92d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_41_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +41_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.9287149985631307 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_42_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_42_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..3b4a0854 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_42_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +42_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5804046352704366 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_42_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_42_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..76555c42 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_42_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +42_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7770177920659384 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_42_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_42_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..53c46baa --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_42_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +42_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4524181644121806 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_43_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_43_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..6e367066 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_43_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +43_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.6695451021194456 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_43_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_43_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..636d9c6d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_43_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +43_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.952592972914378 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_43_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_43_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..bcb339c6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_43_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +43_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.3283804217974344 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_44_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_44_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..242ef9d5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_44_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +44_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.2408578316370646 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_44_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_44_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..1f8124b4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_44_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +44_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.576544535160065 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_44_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_44_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..12fac944 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_44_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +44_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.254068072636922 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_453_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_453_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..55b7c33e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_453_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +453_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.269845708211263 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_453_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_453_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..a0b09c6a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_453_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +453_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4331631263097127 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_453_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_453_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..a9ec3bdb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_453_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +453_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2702624599138896 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_454_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_454_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..c24e37be --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_454_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +454_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.45639546314875284 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_454_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_454_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..2cb38751 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_454_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +454_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4791985193888346 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_454_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_454_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..ac4bbbea --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_454_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +454_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2256703813870748 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_455_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_455_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..4237fd95 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_455_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +455_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.24959267775217692 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_455_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_455_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..bd7e8cf3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_455_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +455_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.47730201482772827 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_455_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_455_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..c8d0ca3b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_455_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +455_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2808856209119161 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_456_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_456_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..409c1e03 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_456_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +456_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.45820592244466146 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_456_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_456_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..9dfbb4f8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_456_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +456_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4714470108350118 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_456_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_456_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..f4b6f900 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_456_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +456_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2227195143699646 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_457_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_457_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..19fa43b8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_457_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +457_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4186321218808492 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_457_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_457_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..85050bb6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_457_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +457_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6997184594472249 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_457_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_457_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..4612bad9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_457_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +457_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3901697834332784 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_458_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_458_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..ba3b40d3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_458_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +458_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2729364116986593 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_458_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_458_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..dd52a340 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_458_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +458_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5363809704780579 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_458_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_458_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..88851bd1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_458_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +458_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.23534566164016724 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_459_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_459_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..3725fa67 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_459_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +459_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.08258362611134847 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_459_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_459_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..01045657 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_459_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +459_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.22040979862213134 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_459_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_459_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..ffadfb00 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_459_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +459_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.10174069404602051 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_45_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_45_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..f07f1e86 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_45_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +45_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.0122713843981423 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_45_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_45_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..ff26bd2f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_45_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +45_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.6112630407015485 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_45_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_45_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..c20a7597 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_45_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +45_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.637935201327006 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_460_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_460_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..96ea91f9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_460_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +460_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.09825945297876994 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_460_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_460_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..3b2282c0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_460_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +460_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.35898569027582805 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_460_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_460_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..b6bd333e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_460_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +460_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.1071553905804952 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_461_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_461_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..465ee9d0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_461_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +461_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.025954957803090414 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_461_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_461_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..cf38dfd2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_461_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +461_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3327137311299642 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_461_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_461_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..d1e7b52b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_461_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +461_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.024311939875284832 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_462_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_462_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..f376d56d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_462_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +462_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7652137875556946 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_462_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_462_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..ffba3af4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_462_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +462_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1281998435656229 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_462_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_462_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..dde1bb29 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_462_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +462_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6830040693283081 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_463_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_463_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..6c886697 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_463_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +463_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3778869112332662 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_463_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_463_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..ed5656b0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_463_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +463_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8849576036135356 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_463_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_463_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..ac0452f9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_463_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +463_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5689437588055929 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_464_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_464_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..9554c57e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_464_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +464_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.035184693336486814 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_464_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_464_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..c969960b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_464_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +464_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.38059566418329877 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_464_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_464_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..cce67cda --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_464_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +464_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.14272040128707886 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_465_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_465_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..40adc4ab --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_465_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +465_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.20951766173044842 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_465_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_465_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..01a6c96b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_465_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +465_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8698022206624348 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_465_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_465_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..1bb196b0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_465_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +465_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.46625177065531415 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_466_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_466_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..7fe67886 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_466_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +466_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.18010011514027913 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_466_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_466_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..e90bfbba --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_466_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +466_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5209821184476217 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_466_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_466_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..cbeb6ddb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_466_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +466_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.21553392807642618 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_467_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_467_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..42ac2edb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_467_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +467_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.044520783424377444 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_467_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_467_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..87f2c440 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_467_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +467_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5173209269841512 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_467_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_467_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..68871d88 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_467_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +467_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.04798510471979777 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_468_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_468_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..eaac0beb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_468_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +468_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.038750851154327394 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_468_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_468_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..5c9e1694 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_468_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +468_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.29092960357666015 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_468_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_468_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..803978cc --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_468_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +468_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.01346046527226766 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_469_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_469_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..cd9ea22f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_469_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +469_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.248872176806132 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_469_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_469_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..ce66336c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_469_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +469_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4823862870534261 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_469_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_469_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..1e70a29f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_469_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +469_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.22813311020533245 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_46_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_46_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..bdb55f7a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_46_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +46_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.8949753602345782 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_46_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_46_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..fd525c1c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_46_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +46_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.9972787380218504 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_46_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_46_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..ee72485f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_46_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +46_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.5214292287826536 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_471_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_471_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..dd006224 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_471_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +471_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.024972363313039144 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_471_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_471_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..cba503c8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_471_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +471_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.28083827495574953 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_471_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_471_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..4976de40 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_471_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +471_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.0495255708694458 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_473_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_473_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..779ca0be --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_473_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +473_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.018423565228780112 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_473_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_473_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..1616b58f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_473_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +473_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.25093448559443154 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_473_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_473_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..000c27d0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_473_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +473_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.010488426685333252 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_474_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_474_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..c2e6c986 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_474_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +474_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.06250549952189127 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_474_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_474_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..4cbce02a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_474_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +474_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4754946152369181 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_474_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_474_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..b5847660 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_474_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +474_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.04109179973602295 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_475_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_475_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..fbf6928d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_475_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +475_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.03685466845830281 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_475_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_475_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..ca89042e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_475_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +475_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.40242802699406943 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_475_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_475_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..33a31636 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_475_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +475_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.13325416644414265 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_476_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_476_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..f0f080b5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_476_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +476_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.037867693106333415 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_476_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_476_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..3adc3f6c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_476_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +476_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4306241472562154 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_476_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_476_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..daae4144 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_476_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +476_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.1329232652982076 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_477_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_477_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..8bfa94bc --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_477_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +477_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.1376216967900594 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_477_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_477_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..93508575 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_477_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +477_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3327866991360982 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_477_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_477_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..b9043017 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_477_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +477_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.02685776154200236 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_478_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_478_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..cf975c9f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_478_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +478_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.16417308648427328 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_478_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_478_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..f6b8db5b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_478_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +478_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.40009884039560956 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_478_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_478_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..4d39ab07 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_478_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +478_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.16262067159016927 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_479_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_479_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..1fe2308f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_479_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +479_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.1504155953725179 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_479_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_479_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..b04936bf --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_479_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +479_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5039888540903728 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_479_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_479_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..4b2f3220 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_479_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +479_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2382198969523112 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_47_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_47_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..1599cc59 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_47_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +47_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.729547671477 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_47_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_47_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..a25e449e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_47_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +47_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9730599840482077 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_47_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_47_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..ede100b9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_47_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +47_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8958739956219992 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_480_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_480_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..2f9465a0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_480_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +480_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2586376190185547 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_480_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_480_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..a527a81e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_480_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +480_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5361924767494202 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_480_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_480_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..90cbd5c4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_480_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +480_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2366150418917338 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_481_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_481_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..943f736b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_481_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +481_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.17299249569574993 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_481_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_481_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..ab9b8296 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_481_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +481_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4387566049893697 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_481_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_481_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..19a80c81 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_481_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +481_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.14570689996083577 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_482_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_482_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..3c1d56c0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_482_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +482_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.27771520614624023 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_482_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_482_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..15b3e6dd --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_482_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +482_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.48794028361638386 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_482_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_482_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..c3e54feb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_482_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +482_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.05230919520060221 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_483_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_483_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..fa96b0a0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_483_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +483_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2534157673517863 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_483_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_483_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..6ac45494 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_483_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +483_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4579901377360026 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_483_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_483_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..d354fa46 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_483_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +483_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.08287485440572102 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_485_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_485_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..eea8510a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_485_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +485_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.23856693506240845 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_485_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_485_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..e20449c4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_485_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +485_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4294986963272095 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_485_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_485_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..a6f3e804 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_485_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +485_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.23376452525456745 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_486_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_486_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..ae8457b8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_486_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +486_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2216657797495524 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_486_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_486_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..b6d530b9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_486_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +486_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.40608370701471963 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_486_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_486_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..7f213030 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_486_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +486_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.22264347473780313 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_487_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_487_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..e0eca01b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_487_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +487_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.04277581771214803 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_487_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_487_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..8467ca45 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_487_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +487_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.47955350478490194 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_487_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_487_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..f7d5e0a8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_487_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +487_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.0421476403872172 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_488_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_488_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..08538271 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_488_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +488_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.26236567497253416 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_488_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_488_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..3787c365 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_488_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +488_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4543575922648112 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_488_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_488_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..59098158 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_488_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +488_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.04153602520624797 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_489_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_489_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..fc7e5d3d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_489_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +489_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2616437355677287 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_489_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_489_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..785edb5d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_489_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +489_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4044642249743144 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_489_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_489_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..7539e4bb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_489_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +489_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.18364952007929483 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_48_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_48_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..f6fcb8ea --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_48_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +48_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9788417259852091 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_48_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_48_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..620cd627 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_48_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +48_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8780108610788981 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_48_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_48_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..5a334412 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_48_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +48_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8443720618883768 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_490_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_490_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..a5e12e15 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_490_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +490_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.03658187389373779 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_490_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_490_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..ad2cbd14 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_490_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +490_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.32147043546040854 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_490_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_490_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..a6d74997 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_490_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +490_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.1603493611017863 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_49_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_49_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..bf909af9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_49_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +49_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.055197270711263 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_49_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_49_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..2b931e03 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_49_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +49_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.167704451084137 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_49_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_49_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..019cbe0e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_49_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +49_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.72278759876887 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_4_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_4_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..48502cc9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_4_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +4_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.34771512349446615 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_4_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_4_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..aa5d2a80 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_4_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +4_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.101662782828013 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_4_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_4_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..bf1afc6e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_4_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +4_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6903532465298972 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_50_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_50_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..5d0357b7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_50_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +50_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9597995281219482 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_50_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_50_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..c92cdacc --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_50_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +50_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7611729145050049 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_50_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_50_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..6daf2074 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_50_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +50_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.05382061402003 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_51_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_51_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..e3c86330 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_51_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +51_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.381678601106008 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_51_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_51_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..3cefab53 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_51_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +51_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.780705678462982 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_51_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_51_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..39b73a6b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_51_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +51_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.9793312827746075 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_529_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_529_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..25a4bd40 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_529_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +529_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3403378446896871 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_529_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_529_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..6f6d062c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_529_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +529_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6182426770528158 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_529_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_529_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..8e6ace20 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_529_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +529_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4103091359138489 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_52_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_52_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..428b5881 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_52_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +52_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4112756967544555 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_52_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_52_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..6471f0d4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_52_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +52_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4415847897529601 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_52_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_52_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..18b31d33 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_52_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +52_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2029795090357462 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_530_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_530_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..1c6e18a4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_530_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +530_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.10965642134348551 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_530_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_530_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..e21ef6f2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_530_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +530_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2788709004720052 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_530_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_530_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..c82994b5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_530_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +530_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.017079762617746987 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_531_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_531_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..3fea3bb2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_531_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +531_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6736184636751811 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_531_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_531_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..6bb094fb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_531_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +531_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8751112659772237 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_531_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_531_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..5c9cf3c7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_531_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +531_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8418102423350017 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_534_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_534_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..c3555fd9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_534_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +534_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.08842989603678385 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_534_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_534_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..2e5730d4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_534_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +534_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2734509547551473 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_534_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_534_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..586ed4a6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_534_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +534_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.019489002227783204 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_53_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_53_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..4f233603 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_53_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +53_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.2672366579373677 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_53_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_53_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..a640ca43 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_53_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +53_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.256359346707662 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_53_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_53_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..f726f3c5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_53_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +53_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.2192781368891397 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_540_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_540_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..4d44188f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_540_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +540_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.03143008947372437 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_540_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_540_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..916fc746 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_540_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +540_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.17934449513753256 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_540_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_540_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..ff996911 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_540_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +540_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.016566280523935953 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_543_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_543_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..0d119bd1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_543_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +543_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.02838597297668457 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_543_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_543_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..eba90c36 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_543_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +543_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.23164387941360473 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_543_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_543_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..b8bce9ed --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_543_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +543_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.036923420429229734 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_546_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_546_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..60021664 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_546_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +546_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.06545626719792684 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_546_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_546_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..5f89de9f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_546_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +546_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2207310676574707 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_546_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_546_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..e53b82b0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_546_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +546_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.029694517453511555 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_54_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_54_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..eb2cad29 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_54_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +54_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.1716589530309043 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_54_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_54_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..e74ccdcf --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_54_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +54_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.981173340479533 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_54_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_54_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..c7e29a26 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_54_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +54_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.334005292256673 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_55_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_55_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..db32db0a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_55_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +55_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.4796919663747152 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_55_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_55_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..5770f99a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_55_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +55_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.906753412882487 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_55_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_55_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..0734fcb5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_55_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +55_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.116601570447286 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_56_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_56_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..3e907588 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_56_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +56_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.1315932869911194 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_56_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_56_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..96192c2c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_56_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +56_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.074012092749278 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_56_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_56_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..07ca42e9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_56_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +56_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.886960232257843 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_57_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_57_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..5de73e69 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_57_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +57_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.6219022274017334 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_57_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_57_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..1e9d9258 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_57_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +57_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.7620403369267783 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_57_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_57_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..fc7c4035 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_57_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +57_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.5867771108945212 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_58_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_58_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..ce60b013 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_58_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +58_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0642812649408975 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_58_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_58_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..1d3161b9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_58_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +58_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.3133845289548236 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_58_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_58_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..5ffa4305 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_58_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +58_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7502718925476075 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_59_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_59_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..3e36061e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_59_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +59_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.691135056813558 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_59_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_59_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..4b0be525 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_59_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +59_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2451942205429076 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_59_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_59_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..1d6075e3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_59_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +59_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.526723261674245 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_5_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_5_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..7ce50dc4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_5_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +5_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7290928800900778 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_5_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_5_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..f78ab6c4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_5_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +5_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.934960663318634 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_5_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_5_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..10318bd3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_5_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +5_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8134935776392618 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_60_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_60_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..2bf88f60 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_60_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +60_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.062175591786702476 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_60_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_60_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..f61e11f8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_60_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +60_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2525331894556681 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_60_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_60_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..457743d3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_60_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +60_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.010891878604888916 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_61_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_61_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..e4c72dd6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_61_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +61_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.3730409145355225 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_61_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_61_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..f8574e8f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_61_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +61_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.3344871163368226 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_61_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_61_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..4b2f8739 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_61_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +61_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.2179720997810364 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_62_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_62_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..2bdd49d5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_62_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +62_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.6784985105196637 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_62_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_62_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..7c06b157 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_62_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +62_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.17940190633138 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_62_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_62_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..5f6b8f50 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_62_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +62_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.2360842267672223 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_63_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_63_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..e1f04c6a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_63_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +63_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.341387617588043 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_63_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_63_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..f21cc39b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_63_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +63_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.360821032524109 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_63_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_63_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..567271a3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_63_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +63_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.2954246481259664 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_64_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_64_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..af6bb250 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_64_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +64_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5463351567586263 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_64_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_64_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..b26b14d1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_64_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +64_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.1583152492841085 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_64_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_64_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..0f36da1d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_64_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +64_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6049415866533916 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_65_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_65_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..f26b82c5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_65_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +65_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7661113381385803 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_65_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_65_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..c074c627 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_65_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +65_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0347325801849365 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_65_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_65_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..27d27984 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_65_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +65_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7594330390294393 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_68_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_68_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..7eca7b2b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_68_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +68_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.22958051760991413 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_68_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_68_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..7f013831 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_68_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +68_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.44401315053304036 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_68_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_68_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..31b5db85 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_68_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +68_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.24161715507507325 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_69_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_69_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..2c54fb21 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_69_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +69_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.0603714108467102 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_69_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_69_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..fc856f91 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_69_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +69_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.22015345891316732 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_69_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_69_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..92184353 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_69_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +69_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.049273045857747395 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_6_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_6_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..f098b8f6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_6_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +6_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.506847103436788 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_6_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_6_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..748e86d3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_6_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +6_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.969481348991394 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_6_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_6_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..346c7e54 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_6_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +6_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6747486154238383 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_70_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_70_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..165070f1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_70_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +70_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.051711006959279375 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_70_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_70_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..d2f20346 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_70_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +70_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2912774165471395 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_70_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_70_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..d7be0450 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_70_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +70_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.08553275267283121 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_71_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_71_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..05dd18e5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_71_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +71_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.018765020370483398 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_71_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_71_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..11d1107b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_71_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +71_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2557994286219279 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_71_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_71_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..17030212 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_71_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +71_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.06502085129419963 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_72_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_72_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..72912ee0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_72_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +72_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.22729103167851766 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_72_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_72_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..f2d4bd2f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_72_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +72_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.41844172875086466 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_72_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_72_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..df63a19b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_72_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +72_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.04353898763656616 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_73_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_73_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..81c91eee --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_73_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +73_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.06173424323399861 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_73_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_73_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..decd033a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_73_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +73_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5116527835528056 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_73_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_73_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..66c5a1c3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_73_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +73_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.26224164962768554 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_76_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_76_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..d51b1965 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_76_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +76_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3561220645904541 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_76_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_76_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..c53df572 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_76_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +76_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7494050224622091 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_76_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_76_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..2f6ad245 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_76_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +76_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.27752830187479655 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_77_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_77_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..edc50d43 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_77_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +77_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7516666452089946 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_77_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_77_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..6a8259db --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_77_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +77_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.913238485654195 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_77_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_77_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..7bdc9bde --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_77_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +77_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9081795692443848 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_78_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_78_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..fe95e76d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_78_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +78_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2297626773516337 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_78_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_78_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..00cdb42a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_78_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +78_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.577086365222931 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_78_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_78_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..7a6f10dd --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_78_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +78_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1406509041786195 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_79_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_79_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..0315a462 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_79_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +79_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.089263931910197 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_79_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_79_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..2a2ff67e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_79_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +79_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.2002237955729167 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_79_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_79_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..6a51b321 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_79_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +79_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9047746936480203 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_7_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_7_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..de0226c6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_7_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +7_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.066151515642802 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_7_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_7_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..3faf0d4c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_7_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +7_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9697845617930094 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_7_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_7_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..1dfd9a6c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_7_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +7_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6673827608426413 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_80_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_80_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..4cb65433 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_80_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +80_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0994378050168354 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_80_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_80_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..b103504d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_80_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +80_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.236291205883026 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_80_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_80_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..92942fbb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_80_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +80_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.1663363734881083 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_81_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_81_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..6a47cff7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_81_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +81_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7784431179364523 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_81_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_81_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..63fdf56d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_81_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +81_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1137194792429606 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_81_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_81_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..4f0ef9ff --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_81_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +81_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9212290525436402 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_83_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_83_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..23399810 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_83_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +83_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1906344453493753 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_83_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_83_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..92e3cdb7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_83_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +83_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5664592345555624 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_83_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_83_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..572adfcb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_83_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +83_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1631198287010194 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_84_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_84_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..7a524ecd --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_84_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +84_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.022185742855072 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_84_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_84_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..e33e18a5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_84_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +84_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.361088927586873 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_84_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_84_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..b66a8e9b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_84_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +84_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.197768298784892 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_85_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_85_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..7c64ceb9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_85_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +85_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.31363367239634193 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_85_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_85_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..edd30e23 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_85_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +85_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4948192556699117 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_85_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_85_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..355e1eef --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_85_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +85_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.24852173725763957 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_87_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_87_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..9670cdef --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_87_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +87_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.189830716451009 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_87_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_87_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..4daa350c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_87_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +87_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.302812027931213 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_87_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_87_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..ba80bdb5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_87_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +87_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.2816979050636292 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_8_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_8_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..54dc5d7a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_8_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +8_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7649592836697896 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_8_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_8_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..e6e5d01d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_8_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +8_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0907856583595277 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_8_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_8_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..582b9e8a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_8_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +8_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.496223239103953 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_90_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_90_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..13f40d44 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_90_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +90_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.11450066963831583 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_90_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_90_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..a4d6bf3e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_90_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +90_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7754361589749654 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_90_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_90_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..0f87a9e0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_90_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +90_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5767217715581258 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_93_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_93_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..592855a0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_93_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +93_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.058373860518137616 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_93_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_93_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..82ae6ccb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_93_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +93_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4848290681838989 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_93_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_93_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..c2d41d75 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_93_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +93_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.29632808367411295 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_94_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_94_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..1d1bbb9a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_94_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +94_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.35776705741882325 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_94_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_94_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..8499444b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_94_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +94_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5018383423487346 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_94_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_94_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..1b8169e5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_94_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +94_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.25981318155924477 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_95_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_95_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..6f847f94 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_95_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +95_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6369949062665303 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_95_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_95_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..c8e947a3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_95_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +95_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5106682777404785 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_95_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_95_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..b2af4f52 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_95_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +95_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4173940022786458 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_99_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_99_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..7b2f01c0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_99_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +99_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.97742919921875 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_99_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_99_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..1dc012b4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_99_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +99_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.099607483545939 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_99_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_99_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..0d2349aa --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_99_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +99_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.713471003373464 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_9_TEOM-GR_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_9_TEOM-GR_D_GLOBAL.out new file mode 100644 index 00000000..e5a5a599 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_9_TEOM-GR_D_GLOBAL.out @@ -0,0 +1,3 @@ +9_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.680146892865499 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_9_TEOM-GR_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_9_TEOM-GR_H_GLOBAL.out new file mode 100644 index 00000000..0774c78d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_9_TEOM-GR_H_GLOBAL.out @@ -0,0 +1,3 @@ +9_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.0734527985254925 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T1/0_9_TEOM-GR_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T1/0_9_TEOM-GR_M_GLOBAL.out new file mode 100644 index 00000000..bcc6510b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T1/0_9_TEOM-GR_M_GLOBAL.out @@ -0,0 +1,3 @@ +9_TEOM-GR -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.442303891976674 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199312_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199312_D_GLOBAL.out new file mode 100644 index 00000000..f68d7084 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199312_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199312 STATION NETCDFs +0.0327173113822937 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199312_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199312_H_GLOBAL.out new file mode 100644 index 00000000..c5ba0cab --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199312_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199312 STATION NETCDFs +0.04118253787358602 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199312_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199312_M_GLOBAL.out new file mode 100644 index 00000000..9e4dc8b3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199312_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199312 STATION NETCDFs +0.031905388832092284 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199401_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199401_D_GLOBAL.out new file mode 100644 index 00000000..ec6f1cb8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199401_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199401 STATION NETCDFs +0.042338228225708006 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199401_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199401_H_GLOBAL.out new file mode 100644 index 00000000..eda8fda6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199401_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199401 STATION NETCDFs +0.04847310384114583 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199401_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199401_M_GLOBAL.out new file mode 100644 index 00000000..e78c8c92 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199401_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199401 STATION NETCDFs +0.048254462083180745 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199402_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199402_D_GLOBAL.out new file mode 100644 index 00000000..cf9aef34 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199402_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199402 STATION NETCDFs +0.04520257314046224 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199402_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199402_H_GLOBAL.out new file mode 100644 index 00000000..7d2dff72 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199402_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199402 STATION NETCDFs +0.037527962525685625 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199402_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199402_M_GLOBAL.out new file mode 100644 index 00000000..15c8e39c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199402_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199402 STATION NETCDFs +0.045676747957865395 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199403_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199403_D_GLOBAL.out new file mode 100644 index 00000000..dbfa7216 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199403_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199403 STATION NETCDFs +0.053074347972869876 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199403_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199403_H_GLOBAL.out new file mode 100644 index 00000000..d08d52a0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199403_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199403 STATION NETCDFs +0.046545422077178954 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199403_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199403_M_GLOBAL.out new file mode 100644 index 00000000..20c13bca --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199403_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199403 STATION NETCDFs +0.04481989145278931 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199404_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199404_D_GLOBAL.out new file mode 100644 index 00000000..c2818ed0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199404_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199404 STATION NETCDFs +0.04974410533905029 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199404_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199404_H_GLOBAL.out new file mode 100644 index 00000000..ee03a919 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199404_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199404 STATION NETCDFs +0.04711318016052246 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199404_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199404_M_GLOBAL.out new file mode 100644 index 00000000..142aa9bb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199404_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199404 STATION NETCDFs +0.05565407673517863 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199405_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199405_D_GLOBAL.out new file mode 100644 index 00000000..984a1973 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199405_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199405 STATION NETCDFs +0.03592060804367066 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199405_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199405_H_GLOBAL.out new file mode 100644 index 00000000..863aa452 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199405_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199405 STATION NETCDFs +0.05097914139429728 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199405_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199405_M_GLOBAL.out new file mode 100644 index 00000000..39a7ace7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199405_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199405 STATION NETCDFs +0.03200202782948812 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199406_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199406_D_GLOBAL.out new file mode 100644 index 00000000..4b8ddb3f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199406_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199406 STATION NETCDFs +0.03636395533879598 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199406_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199406_H_GLOBAL.out new file mode 100644 index 00000000..6cbd4d48 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199406_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199406 STATION NETCDFs +0.04478118419647217 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199406_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199406_M_GLOBAL.out new file mode 100644 index 00000000..7edd83e0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199406_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199406 STATION NETCDFs +0.051629086335500084 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199407_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199407_D_GLOBAL.out new file mode 100644 index 00000000..d90bade3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199407_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199407 STATION NETCDFs +0.03572890361150106 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199407_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199407_H_GLOBAL.out new file mode 100644 index 00000000..24c72e5a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199407_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199407 STATION NETCDFs +0.041994969050089516 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199407_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199407_M_GLOBAL.out new file mode 100644 index 00000000..b34f5644 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199407_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199407 STATION NETCDFs +0.03439350525538127 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199408_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199408_D_GLOBAL.out new file mode 100644 index 00000000..e5c42631 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199408_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199408 STATION NETCDFs +0.038825746377309164 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199408_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199408_H_GLOBAL.out new file mode 100644 index 00000000..86aebd25 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199408_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199408 STATION NETCDFs +0.03581640323003133 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199408_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199408_M_GLOBAL.out new file mode 100644 index 00000000..41f0f496 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199408_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199408 STATION NETCDFs +0.030872881412506104 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199409_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199409_D_GLOBAL.out new file mode 100644 index 00000000..b7ec0b62 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199409_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199409 STATION NETCDFs +0.04703299204508463 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199409_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199409_H_GLOBAL.out new file mode 100644 index 00000000..394d8f11 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199409_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199409 STATION NETCDFs +0.035660417874654134 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199409_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199409_M_GLOBAL.out new file mode 100644 index 00000000..35408d26 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199409_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199409 STATION NETCDFs +0.05123277505238851 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199410_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199410_D_GLOBAL.out new file mode 100644 index 00000000..0e9992ca --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199410_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199410 STATION NETCDFs +0.055702622731526694 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199410_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199410_H_GLOBAL.out new file mode 100644 index 00000000..d7f7d0ee --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199410_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199410 STATION NETCDFs +0.039408429463704424 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199410_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199410_M_GLOBAL.out new file mode 100644 index 00000000..9cc0deba --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199410_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199410 STATION NETCDFs +0.03715060551961263 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199411_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199411_D_GLOBAL.out new file mode 100644 index 00000000..253d9bf8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199411_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199411 STATION NETCDFs +0.037369736035664874 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199411_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199411_H_GLOBAL.out new file mode 100644 index 00000000..3a9ff602 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199411_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199411 STATION NETCDFs +0.0343716820081075 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199411_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199411_M_GLOBAL.out new file mode 100644 index 00000000..ac143584 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199411_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199411 STATION NETCDFs +0.0517806887626648 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199412_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199412_D_GLOBAL.out new file mode 100644 index 00000000..6abbe870 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199412_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199412 STATION NETCDFs +0.03658923308054606 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199412_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199412_H_GLOBAL.out new file mode 100644 index 00000000..81789920 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199412_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199412 STATION NETCDFs +0.037134452660878496 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199412_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199412_M_GLOBAL.out new file mode 100644 index 00000000..1118868a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199412_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199412 STATION NETCDFs +0.0600833535194397 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199501_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199501_D_GLOBAL.out new file mode 100644 index 00000000..1ab3de74 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199501_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199501 STATION NETCDFs +0.04155321518580119 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199501_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199501_H_GLOBAL.out new file mode 100644 index 00000000..96bfaf91 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199501_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199501 STATION NETCDFs +0.04132549365361531 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199501_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199501_M_GLOBAL.out new file mode 100644 index 00000000..a74f88a4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199501_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199501 STATION NETCDFs +0.049979801972707114 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199502_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199502_D_GLOBAL.out new file mode 100644 index 00000000..ac0aa441 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199502_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199502 STATION NETCDFs +0.05454709529876709 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199502_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199502_H_GLOBAL.out new file mode 100644 index 00000000..b7e7fd8c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199502_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199502 STATION NETCDFs +0.05558729569117228 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199502_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199502_M_GLOBAL.out new file mode 100644 index 00000000..8ad79c3f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199502_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199502 STATION NETCDFs +0.04442744652430217 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199503_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199503_D_GLOBAL.out new file mode 100644 index 00000000..66603ef5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199503_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199503 STATION NETCDFs +0.05144328673680623 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199503_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199503_H_GLOBAL.out new file mode 100644 index 00000000..a377b0cf --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199503_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199503 STATION NETCDFs +0.061913446585337324 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199503_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199503_M_GLOBAL.out new file mode 100644 index 00000000..1c05121c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199503_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199503 STATION NETCDFs +0.03780850569407145 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199504_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199504_D_GLOBAL.out new file mode 100644 index 00000000..76ce8f64 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199504_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199504 STATION NETCDFs +0.05766714811325073 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199504_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199504_H_GLOBAL.out new file mode 100644 index 00000000..a6abdd76 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199504_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199504 STATION NETCDFs +0.048117852210998534 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199504_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199504_M_GLOBAL.out new file mode 100644 index 00000000..60c704f6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199504_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199504 STATION NETCDFs +0.03663926919301351 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199505_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199505_D_GLOBAL.out new file mode 100644 index 00000000..05868619 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199505_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199505 STATION NETCDFs +0.03717238903045654 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199505_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199505_H_GLOBAL.out new file mode 100644 index 00000000..4e42fe15 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199505_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199505 STATION NETCDFs +0.03770196040471395 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199505_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199505_M_GLOBAL.out new file mode 100644 index 00000000..40068a37 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199505_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199505 STATION NETCDFs +0.04861770470937093 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199506_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199506_D_GLOBAL.out new file mode 100644 index 00000000..5fb061c8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199506_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199506 STATION NETCDFs +0.04773644606272379 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199506_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199506_H_GLOBAL.out new file mode 100644 index 00000000..decc18d8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199506_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199506 STATION NETCDFs +0.04097433090209961 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199506_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199506_M_GLOBAL.out new file mode 100644 index 00000000..005f6056 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199506_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199506 STATION NETCDFs +0.05852674245834351 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199507_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199507_D_GLOBAL.out new file mode 100644 index 00000000..655a33a2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199507_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199507 STATION NETCDFs +0.04406927824020386 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199507_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199507_H_GLOBAL.out new file mode 100644 index 00000000..eddd6646 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199507_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199507 STATION NETCDFs +0.049960843722025555 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199507_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199507_M_GLOBAL.out new file mode 100644 index 00000000..a2900c64 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199507_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199507 STATION NETCDFs +0.03874205350875855 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199508_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199508_D_GLOBAL.out new file mode 100644 index 00000000..98cfc93c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199508_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199508 STATION NETCDFs +0.053332042694091794 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199508_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199508_H_GLOBAL.out new file mode 100644 index 00000000..4bb3a1e6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199508_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199508 STATION NETCDFs +0.06016030708948771 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199508_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199508_M_GLOBAL.out new file mode 100644 index 00000000..77fc9f60 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199508_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199508 STATION NETCDFs +0.04678068955739339 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199509_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199509_D_GLOBAL.out new file mode 100644 index 00000000..a8e4c5af --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199509_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199509 STATION NETCDFs +0.05411134958267212 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199509_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199509_H_GLOBAL.out new file mode 100644 index 00000000..fa918701 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199509_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199509 STATION NETCDFs +0.040670585632324216 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199509_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199509_M_GLOBAL.out new file mode 100644 index 00000000..b34ee093 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199509_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199509 STATION NETCDFs +0.05688817898432414 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199510_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199510_D_GLOBAL.out new file mode 100644 index 00000000..1cac97be --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199510_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199510 STATION NETCDFs +0.053256559371948245 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199510_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199510_H_GLOBAL.out new file mode 100644 index 00000000..ace27619 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199510_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199510 STATION NETCDFs +0.061152422428131105 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199510_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199510_M_GLOBAL.out new file mode 100644 index 00000000..f54b8a63 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199510_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199510 STATION NETCDFs +0.04732523361841837 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199511_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199511_D_GLOBAL.out new file mode 100644 index 00000000..324ca30b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199511_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199511 STATION NETCDFs +0.05072444677352905 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199511_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199511_H_GLOBAL.out new file mode 100644 index 00000000..e67601db --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199511_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199511 STATION NETCDFs +0.039548440774281816 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199511_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199511_M_GLOBAL.out new file mode 100644 index 00000000..ad724e73 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199511_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199511 STATION NETCDFs +0.03697886069615682 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199512_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199512_D_GLOBAL.out new file mode 100644 index 00000000..138c096b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199512_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199512 STATION NETCDFs +0.04240004221598307 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199512_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199512_H_GLOBAL.out new file mode 100644 index 00000000..9a9cc2d9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199512_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199512 STATION NETCDFs +0.053454887866973874 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199512_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199512_M_GLOBAL.out new file mode 100644 index 00000000..1f212021 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199512_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199512 STATION NETCDFs +0.051011061668395995 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199601_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199601_D_GLOBAL.out new file mode 100644 index 00000000..c8c935e7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199601_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199601 STATION NETCDFs +0.04451440970102946 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199601_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199601_H_GLOBAL.out new file mode 100644 index 00000000..d31b45bb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199601_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199601 STATION NETCDFs +0.04444855054219564 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199601_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199601_M_GLOBAL.out new file mode 100644 index 00000000..c5ff32ea --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199601_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199601 STATION NETCDFs +0.043275757630666094 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199602_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199602_D_GLOBAL.out new file mode 100644 index 00000000..7200e456 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199602_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199602 STATION NETCDFs +0.03000293970108032 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199602_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199602_H_GLOBAL.out new file mode 100644 index 00000000..942f25a5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199602_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199602 STATION NETCDFs +0.046523205439249676 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199602_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199602_M_GLOBAL.out new file mode 100644 index 00000000..0e155f43 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199602_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199602 STATION NETCDFs +0.041213651498158775 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199603_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199603_D_GLOBAL.out new file mode 100644 index 00000000..18eeeaed --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199603_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199603 STATION NETCDFs +0.04783769051233928 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199603_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199603_H_GLOBAL.out new file mode 100644 index 00000000..1df56b9d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199603_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199603 STATION NETCDFs +0.03963232437769572 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199603_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199603_M_GLOBAL.out new file mode 100644 index 00000000..c5fb6fe3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199603_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199603 STATION NETCDFs +0.04711974064509074 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199604_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199604_D_GLOBAL.out new file mode 100644 index 00000000..c4f72f26 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199604_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199604 STATION NETCDFs +0.03503135840098063 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199604_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199604_H_GLOBAL.out new file mode 100644 index 00000000..b1ffae22 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199604_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199604 STATION NETCDFs +0.03906811873118083 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199604_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199604_M_GLOBAL.out new file mode 100644 index 00000000..05ba98bb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199604_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199604 STATION NETCDFs +0.03316983381907145 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199605_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199605_D_GLOBAL.out new file mode 100644 index 00000000..4c32ca9d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199605_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199605 STATION NETCDFs +0.049725612004597984 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199605_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199605_H_GLOBAL.out new file mode 100644 index 00000000..3a211c83 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199605_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199605 STATION NETCDFs +0.04775551160176595 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199605_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199605_M_GLOBAL.out new file mode 100644 index 00000000..10199560 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199605_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199605 STATION NETCDFs +0.05406056642532349 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199606_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199606_D_GLOBAL.out new file mode 100644 index 00000000..7e6ae2a9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199606_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199606 STATION NETCDFs +0.05130296548207601 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199606_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199606_H_GLOBAL.out new file mode 100644 index 00000000..aad57556 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199606_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199606 STATION NETCDFs +0.0491213043530782 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199606_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199606_M_GLOBAL.out new file mode 100644 index 00000000..4710ae91 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199606_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199606 STATION NETCDFs +0.04407196442286174 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199607_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199607_D_GLOBAL.out new file mode 100644 index 00000000..b2937e1c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199607_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199607 STATION NETCDFs +0.04726943572362264 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199607_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199607_H_GLOBAL.out new file mode 100644 index 00000000..6b8e3deb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199607_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199607 STATION NETCDFs +0.04408745368321736 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199607_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199607_M_GLOBAL.out new file mode 100644 index 00000000..04b669ca --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199607_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199607 STATION NETCDFs +0.04558584690093994 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199608_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199608_D_GLOBAL.out new file mode 100644 index 00000000..2031e637 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199608_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199608 STATION NETCDFs +0.04998865127563477 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199608_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199608_H_GLOBAL.out new file mode 100644 index 00000000..89df0d9f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199608_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199608 STATION NETCDFs +0.052594939867655434 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199608_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199608_M_GLOBAL.out new file mode 100644 index 00000000..926e0255 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199608_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199608 STATION NETCDFs +0.059169864654541014 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199609_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199609_D_GLOBAL.out new file mode 100644 index 00000000..c8268d6b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199609_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199609 STATION NETCDFs +0.04778568347295125 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199609_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199609_H_GLOBAL.out new file mode 100644 index 00000000..7dddbc14 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199609_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199609 STATION NETCDFs +0.047790002822875974 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199609_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199609_M_GLOBAL.out new file mode 100644 index 00000000..416cd8f8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199609_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199609 STATION NETCDFs +0.041804889837900795 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199610_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199610_D_GLOBAL.out new file mode 100644 index 00000000..21227822 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199610_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199610 STATION NETCDFs +0.03711888790130615 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199610_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199610_H_GLOBAL.out new file mode 100644 index 00000000..85d5ddc7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199610_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199610 STATION NETCDFs +0.05298892259597778 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199610_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199610_M_GLOBAL.out new file mode 100644 index 00000000..8b4d7eff --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199610_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199610 STATION NETCDFs +0.06121158997217814 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199611_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199611_D_GLOBAL.out new file mode 100644 index 00000000..2571919d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199611_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199611 STATION NETCDFs +0.04951742092768351 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199611_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199611_H_GLOBAL.out new file mode 100644 index 00000000..0abe8201 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199611_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199611 STATION NETCDFs +0.052430562178293866 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199611_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199611_M_GLOBAL.out new file mode 100644 index 00000000..a8f65c3d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199611_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199611 STATION NETCDFs +0.06532260576883951 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199612_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199612_D_GLOBAL.out new file mode 100644 index 00000000..22d933a3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199612_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199612 STATION NETCDFs +0.059166328112284346 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199612_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199612_H_GLOBAL.out new file mode 100644 index 00000000..e8723c59 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199612_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199612 STATION NETCDFs +0.0663740356763204 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199612_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199612_M_GLOBAL.out new file mode 100644 index 00000000..044b3685 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199612_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199612 STATION NETCDFs +0.047735253969828285 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199701_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199701_D_GLOBAL.out new file mode 100644 index 00000000..52061949 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199701_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199701 STATION NETCDFs +0.04702376524607341 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199701_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199701_H_GLOBAL.out new file mode 100644 index 00000000..27cf4790 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199701_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199701 STATION NETCDFs +0.04113841851552327 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199701_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199701_M_GLOBAL.out new file mode 100644 index 00000000..dbf06ebd --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199701_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199701 STATION NETCDFs +0.039390416940053304 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199702_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199702_D_GLOBAL.out new file mode 100644 index 00000000..a3be5e02 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199702_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199702 STATION NETCDFs +0.05033375024795532 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199702_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199702_H_GLOBAL.out new file mode 100644 index 00000000..f05fb50a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199702_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199702 STATION NETCDFs +0.02964802583058675 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199702_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199702_M_GLOBAL.out new file mode 100644 index 00000000..17d22408 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199702_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199702 STATION NETCDFs +0.04172404209772746 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199703_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199703_D_GLOBAL.out new file mode 100644 index 00000000..980fa11f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199703_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199703 STATION NETCDFs +0.050394725799560544 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199703_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199703_H_GLOBAL.out new file mode 100644 index 00000000..154fbef5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199703_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199703 STATION NETCDFs +0.061601674556732176 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199703_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199703_M_GLOBAL.out new file mode 100644 index 00000000..4dbf78dc --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199703_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199703 STATION NETCDFs +0.05888337691624959 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199704_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199704_D_GLOBAL.out new file mode 100644 index 00000000..347ca58f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199704_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199704 STATION NETCDFs +0.06052907705307007 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199704_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199704_H_GLOBAL.out new file mode 100644 index 00000000..d6d9cf96 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199704_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199704 STATION NETCDFs +0.0482962171236674 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199704_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199704_M_GLOBAL.out new file mode 100644 index 00000000..fcafc402 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199704_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199704 STATION NETCDFs +0.04826576709747314 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199705_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199705_D_GLOBAL.out new file mode 100644 index 00000000..ddec79e2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199705_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199705 STATION NETCDFs +0.041560105482737225 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199705_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199705_H_GLOBAL.out new file mode 100644 index 00000000..669804e4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199705_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199705 STATION NETCDFs +0.04765929778416952 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199705_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199705_M_GLOBAL.out new file mode 100644 index 00000000..53e241c0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199705_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199705 STATION NETCDFs +0.044532521565755205 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199706_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199706_D_GLOBAL.out new file mode 100644 index 00000000..f8c648c6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199706_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199706 STATION NETCDFs +0.04694970448811849 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199706_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199706_H_GLOBAL.out new file mode 100644 index 00000000..76f0f82f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199706_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199706 STATION NETCDFs +0.032986517747243246 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199706_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199706_M_GLOBAL.out new file mode 100644 index 00000000..1f8e182c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199706_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199706 STATION NETCDFs +0.041646051406860354 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199707_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199707_D_GLOBAL.out new file mode 100644 index 00000000..e2b0cfbf --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199707_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199707 STATION NETCDFs +0.040591569741566975 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199707_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199707_H_GLOBAL.out new file mode 100644 index 00000000..3e65a77d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199707_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199707 STATION NETCDFs +0.05194490353266398 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199707_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199707_M_GLOBAL.out new file mode 100644 index 00000000..ba915221 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199707_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199707 STATION NETCDFs +0.05491827328999837 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199708_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199708_D_GLOBAL.out new file mode 100644 index 00000000..57e15911 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199708_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199708 STATION NETCDFs +0.056239147981007896 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199708_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199708_H_GLOBAL.out new file mode 100644 index 00000000..d4d5fcf9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199708_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199708 STATION NETCDFs +0.04019660154978434 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199708_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199708_M_GLOBAL.out new file mode 100644 index 00000000..81930ba5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199708_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199708 STATION NETCDFs +0.04402664502461751 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199709_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199709_D_GLOBAL.out new file mode 100644 index 00000000..6f12d2a7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199709_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199709 STATION NETCDFs +0.05993647178014119 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199709_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199709_H_GLOBAL.out new file mode 100644 index 00000000..1625cb30 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199709_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199709 STATION NETCDFs +0.056389323870340985 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199709_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199709_M_GLOBAL.out new file mode 100644 index 00000000..6b1c611f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199709_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199709 STATION NETCDFs +0.060728144645690915 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199710_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199710_D_GLOBAL.out new file mode 100644 index 00000000..9b40f9f4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199710_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199710 STATION NETCDFs +0.03889432748158773 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199710_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199710_H_GLOBAL.out new file mode 100644 index 00000000..00485101 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199710_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199710 STATION NETCDFs +0.04631506204605103 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199710_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199710_M_GLOBAL.out new file mode 100644 index 00000000..c7be0e4f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199710_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199710 STATION NETCDFs +0.05711382230122884 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199711_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199711_D_GLOBAL.out new file mode 100644 index 00000000..d997d04f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199711_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199711 STATION NETCDFs +0.04664704402287801 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199711_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199711_H_GLOBAL.out new file mode 100644 index 00000000..9d35802d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199711_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199711 STATION NETCDFs +0.041379388173421225 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199711_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199711_M_GLOBAL.out new file mode 100644 index 00000000..06d76127 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199711_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199711 STATION NETCDFs +0.04699498017628988 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199712_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199712_D_GLOBAL.out new file mode 100644 index 00000000..6a8eaf7c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199712_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199712 STATION NETCDFs +0.04764369328816732 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199712_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199712_H_GLOBAL.out new file mode 100644 index 00000000..d5c01188 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199712_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199712 STATION NETCDFs +0.03738426367441813 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199712_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199712_M_GLOBAL.out new file mode 100644 index 00000000..938df0b2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199712_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199712 STATION NETCDFs +0.040721495946248375 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199801_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199801_D_GLOBAL.out new file mode 100644 index 00000000..a353e12c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199801_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199801 STATION NETCDFs +0.042338045438130696 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199801_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199801_H_GLOBAL.out new file mode 100644 index 00000000..590d2242 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199801_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199801 STATION NETCDFs +0.042865558465321855 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199801_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199801_M_GLOBAL.out new file mode 100644 index 00000000..3423b32a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199801_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199801 STATION NETCDFs +0.042237472534179685 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199802_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199802_D_GLOBAL.out new file mode 100644 index 00000000..fa3cdbed --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199802_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199802 STATION NETCDFs +0.044762901465098065 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199802_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199802_H_GLOBAL.out new file mode 100644 index 00000000..9b2241cf --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199802_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199802 STATION NETCDFs +0.04503803650538127 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199802_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199802_M_GLOBAL.out new file mode 100644 index 00000000..cc28ffcb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199802_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199802 STATION NETCDFs +0.061826070149739586 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199803_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199803_D_GLOBAL.out new file mode 100644 index 00000000..269196ad --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199803_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199803 STATION NETCDFs +0.05703374147415161 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199803_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199803_H_GLOBAL.out new file mode 100644 index 00000000..6a1caa80 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199803_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199803 STATION NETCDFs +0.04896797339121501 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199803_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199803_M_GLOBAL.out new file mode 100644 index 00000000..cb2e013a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199803_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199803 STATION NETCDFs +0.0494573712348938 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199804_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199804_D_GLOBAL.out new file mode 100644 index 00000000..0b4fef08 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199804_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199804 STATION NETCDFs +0.05172338883082072 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199804_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199804_H_GLOBAL.out new file mode 100644 index 00000000..0f6e3b4f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199804_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199804 STATION NETCDFs +0.05933959086736043 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199804_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199804_M_GLOBAL.out new file mode 100644 index 00000000..87ea40af --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199804_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199804 STATION NETCDFs +0.055452553431193034 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199805_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199805_D_GLOBAL.out new file mode 100644 index 00000000..4b95e65f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199805_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199805 STATION NETCDFs +0.04566219250361125 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199805_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199805_H_GLOBAL.out new file mode 100644 index 00000000..02ec7efb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199805_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199805 STATION NETCDFs +0.04209996859232585 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199805_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199805_M_GLOBAL.out new file mode 100644 index 00000000..5413684f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199805_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199805 STATION NETCDFs +0.055431902408599854 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199806_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199806_D_GLOBAL.out new file mode 100644 index 00000000..cda89571 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199806_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199806 STATION NETCDFs +0.04063457647959391 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199806_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199806_H_GLOBAL.out new file mode 100644 index 00000000..7c255177 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199806_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199806 STATION NETCDFs +0.045930810769399005 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199806_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199806_M_GLOBAL.out new file mode 100644 index 00000000..3310b4ec --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199806_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199806 STATION NETCDFs +0.04157394965489705 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199807_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199807_D_GLOBAL.out new file mode 100644 index 00000000..a5a58b82 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199807_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199807 STATION NETCDFs +0.041888900597890216 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199807_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199807_H_GLOBAL.out new file mode 100644 index 00000000..2ab859b6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199807_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199807 STATION NETCDFs +0.04655380249023437 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199807_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199807_M_GLOBAL.out new file mode 100644 index 00000000..f72a601b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199807_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199807 STATION NETCDFs +0.039414513111114505 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199808_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199808_D_GLOBAL.out new file mode 100644 index 00000000..a287f7b8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199808_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199808 STATION NETCDFs +0.05071254173914592 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199808_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199808_H_GLOBAL.out new file mode 100644 index 00000000..efba3451 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199808_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199808 STATION NETCDFs +0.061492633819580075 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199808_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199808_M_GLOBAL.out new file mode 100644 index 00000000..92f95d37 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199808_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199808 STATION NETCDFs +0.058945965766906736 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199809_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199809_D_GLOBAL.out new file mode 100644 index 00000000..e0e006ee --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199809_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199809 STATION NETCDFs +0.049370614687601726 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199809_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199809_H_GLOBAL.out new file mode 100644 index 00000000..6167d21e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199809_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199809 STATION NETCDFs +0.05302477677663167 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199809_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199809_M_GLOBAL.out new file mode 100644 index 00000000..c9929bf9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199809_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199809 STATION NETCDFs +0.050436751047770186 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199810_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199810_D_GLOBAL.out new file mode 100644 index 00000000..1f3d6d48 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199810_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199810 STATION NETCDFs +0.04736256996790568 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199810_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199810_H_GLOBAL.out new file mode 100644 index 00000000..2dc55cc0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199810_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199810 STATION NETCDFs +0.04439042011896769 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199810_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199810_M_GLOBAL.out new file mode 100644 index 00000000..ad74de99 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199810_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199810 STATION NETCDFs +0.06056807438532511 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199811_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199811_D_GLOBAL.out new file mode 100644 index 00000000..367d00f1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199811_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199811 STATION NETCDFs +0.06283078193664551 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199811_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199811_H_GLOBAL.out new file mode 100644 index 00000000..a1baba81 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199811_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199811 STATION NETCDFs +0.038320378462473555 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199811_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199811_M_GLOBAL.out new file mode 100644 index 00000000..ce1685bb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199811_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199811 STATION NETCDFs +0.05151420831680298 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199812_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199812_D_GLOBAL.out new file mode 100644 index 00000000..588b7c93 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199812_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199812 STATION NETCDFs +0.04333502451578776 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199812_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199812_H_GLOBAL.out new file mode 100644 index 00000000..c3620ae0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199812_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199812 STATION NETCDFs +0.04216221570968628 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199812_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199812_M_GLOBAL.out new file mode 100644 index 00000000..83a1b024 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199812_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199812 STATION NETCDFs +0.05149927536646525 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199901_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199901_D_GLOBAL.out new file mode 100644 index 00000000..9d3d03f5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199901_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199901 STATION NETCDFs +0.06420988241831461 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199901_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199901_H_GLOBAL.out new file mode 100644 index 00000000..e1d4dec9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199901_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199901 STATION NETCDFs +0.049157702922821046 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199901_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199901_M_GLOBAL.out new file mode 100644 index 00000000..abfa9fb5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199901_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199901 STATION NETCDFs +0.046036362648010254 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199902_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199902_D_GLOBAL.out new file mode 100644 index 00000000..96bf8f9a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199902_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199902 STATION NETCDFs +0.05681983232498169 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199902_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199902_H_GLOBAL.out new file mode 100644 index 00000000..1482a989 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199902_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199902 STATION NETCDFs +0.05504700740178426 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199902_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199902_M_GLOBAL.out new file mode 100644 index 00000000..40b487f1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199902_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199902 STATION NETCDFs +0.04413021405537923 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199903_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199903_D_GLOBAL.out new file mode 100644 index 00000000..9ffc331e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199903_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199903 STATION NETCDFs +0.0640370766321818 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199903_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199903_H_GLOBAL.out new file mode 100644 index 00000000..56f799c5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199903_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199903 STATION NETCDFs +0.0528216560681661 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199903_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199903_M_GLOBAL.out new file mode 100644 index 00000000..bebe4e59 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199903_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199903 STATION NETCDFs +0.06331675450007121 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199904_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199904_D_GLOBAL.out new file mode 100644 index 00000000..dc363b92 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199904_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199904 STATION NETCDFs +0.049196632703145345 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199904_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199904_H_GLOBAL.out new file mode 100644 index 00000000..006091d1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199904_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199904 STATION NETCDFs +0.038597917556762694 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199904_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199904_M_GLOBAL.out new file mode 100644 index 00000000..e85f67fe --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199904_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199904 STATION NETCDFs +0.05109634002049764 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199905_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199905_D_GLOBAL.out new file mode 100644 index 00000000..1d31547f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199905_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199905 STATION NETCDFs +0.045418373743693036 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199905_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199905_H_GLOBAL.out new file mode 100644 index 00000000..e58f972b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199905_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199905 STATION NETCDFs +0.05423043171564738 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199905_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199905_M_GLOBAL.out new file mode 100644 index 00000000..7df8c48b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199905_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199905 STATION NETCDFs +0.04340575536092122 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199906_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199906_D_GLOBAL.out new file mode 100644 index 00000000..9dc32ad5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199906_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199906 STATION NETCDFs +0.05210290749867757 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199906_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199906_H_GLOBAL.out new file mode 100644 index 00000000..4d0083bd --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199906_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199906 STATION NETCDFs +0.043922861417134605 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199906_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199906_M_GLOBAL.out new file mode 100644 index 00000000..61fa0dd6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199906_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199906 STATION NETCDFs +0.055909188588460286 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199907_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199907_D_GLOBAL.out new file mode 100644 index 00000000..3bf2d6ff --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199907_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199907 STATION NETCDFs +0.04404833316802979 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199907_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199907_H_GLOBAL.out new file mode 100644 index 00000000..807168ce --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199907_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199907 STATION NETCDFs +0.04220751921335856 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199907_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199907_M_GLOBAL.out new file mode 100644 index 00000000..bae61d7a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199907_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199907 STATION NETCDFs +0.06138328711191813 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199908_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199908_D_GLOBAL.out new file mode 100644 index 00000000..f1bfa77e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199908_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199908 STATION NETCDFs +0.06554549932479858 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199908_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199908_H_GLOBAL.out new file mode 100644 index 00000000..c1570f42 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199908_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199908 STATION NETCDFs +0.0677486777305603 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199908_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199908_M_GLOBAL.out new file mode 100644 index 00000000..921bd6db --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199908_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199908 STATION NETCDFs +0.044032824039459226 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199909_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199909_D_GLOBAL.out new file mode 100644 index 00000000..4f34fffa --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199909_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199909 STATION NETCDFs +0.045494504769643146 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199909_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199909_H_GLOBAL.out new file mode 100644 index 00000000..665f4523 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199909_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199909 STATION NETCDFs +0.05861572027206421 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199909_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199909_M_GLOBAL.out new file mode 100644 index 00000000..ad58f379 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199909_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199909 STATION NETCDFs +0.04671747287114461 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199910_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199910_D_GLOBAL.out new file mode 100644 index 00000000..527f35be --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199910_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199910 STATION NETCDFs +0.04850286642710368 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199910_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199910_H_GLOBAL.out new file mode 100644 index 00000000..06fb1269 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199910_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199910 STATION NETCDFs +0.040926229953765866 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199910_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199910_M_GLOBAL.out new file mode 100644 index 00000000..ac1bf84c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199910_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199910 STATION NETCDFs +0.04563740889231364 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199911_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199911_D_GLOBAL.out new file mode 100644 index 00000000..ba749157 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199911_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199911 STATION NETCDFs +0.060436367988586426 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199911_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199911_H_GLOBAL.out new file mode 100644 index 00000000..7d2f4613 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199911_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199911 STATION NETCDFs +0.048055720329284665 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199911_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199911_M_GLOBAL.out new file mode 100644 index 00000000..a3575509 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199911_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199911 STATION NETCDFs +0.05016001065572103 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199912_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199912_D_GLOBAL.out new file mode 100644 index 00000000..9b9a618b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199912_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199912 STATION NETCDFs +0.04321099917093913 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199912_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199912_H_GLOBAL.out new file mode 100644 index 00000000..29aa0aa7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199912_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199912 STATION NETCDFs +0.0466099739074707 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_199912_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_199912_M_GLOBAL.out new file mode 100644 index 00000000..259b8f65 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_199912_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199912 STATION NETCDFs +0.04727620283762614 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200001_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200001_D_GLOBAL.out new file mode 100644 index 00000000..79318100 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200001_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200001 STATION NETCDFs +0.063100000222524 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200001_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200001_H_GLOBAL.out new file mode 100644 index 00000000..4a4486cf --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200001_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200001 STATION NETCDFs +0.04747630357742309 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200001_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200001_M_GLOBAL.out new file mode 100644 index 00000000..01a512d6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200001_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200001 STATION NETCDFs +0.04534742434819539 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200002_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200002_D_GLOBAL.out new file mode 100644 index 00000000..a07cefed --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200002_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200002 STATION NETCDFs +0.05091140270233154 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200002_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200002_H_GLOBAL.out new file mode 100644 index 00000000..0ba4735d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200002_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200002 STATION NETCDFs +0.045488317807515465 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200002_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200002_M_GLOBAL.out new file mode 100644 index 00000000..d37164d9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200002_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200002 STATION NETCDFs +0.04638022979100545 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200003_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200003_D_GLOBAL.out new file mode 100644 index 00000000..7c5705d2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200003_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200003 STATION NETCDFs +0.057323853174845375 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200003_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200003_H_GLOBAL.out new file mode 100644 index 00000000..b2487d63 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200003_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200003 STATION NETCDFs +0.048684902985890705 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200003_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200003_M_GLOBAL.out new file mode 100644 index 00000000..a8511bad --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200003_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200003 STATION NETCDFs +0.055872416496276854 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200004_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200004_D_GLOBAL.out new file mode 100644 index 00000000..6d866111 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200004_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200004 STATION NETCDFs +0.05408378044764201 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200004_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200004_H_GLOBAL.out new file mode 100644 index 00000000..5d93fd8b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200004_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200004 STATION NETCDFs +0.04815052747726441 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200004_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200004_M_GLOBAL.out new file mode 100644 index 00000000..4c81af42 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200004_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200004 STATION NETCDFs +0.049401013056437175 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200005_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200005_D_GLOBAL.out new file mode 100644 index 00000000..bf379554 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200005_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200005 STATION NETCDFs +0.05236877997716268 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200005_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200005_H_GLOBAL.out new file mode 100644 index 00000000..36a27a94 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200005_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200005 STATION NETCDFs +0.03985436757405599 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200005_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200005_M_GLOBAL.out new file mode 100644 index 00000000..6c10d32c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200005_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200005 STATION NETCDFs +0.047191929817199704 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200006_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200006_D_GLOBAL.out new file mode 100644 index 00000000..97269084 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200006_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200006 STATION NETCDFs +0.04376966555913289 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200006_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200006_H_GLOBAL.out new file mode 100644 index 00000000..6b2dfb50 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200006_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200006 STATION NETCDFs +0.04332201878229777 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200006_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200006_M_GLOBAL.out new file mode 100644 index 00000000..02302a8f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200006_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200006 STATION NETCDFs +0.07738871971766154 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200007_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200007_D_GLOBAL.out new file mode 100644 index 00000000..20f89cac --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200007_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200007 STATION NETCDFs +0.06737119754155477 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200007_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200007_H_GLOBAL.out new file mode 100644 index 00000000..ec6bf4eb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200007_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200007 STATION NETCDFs +0.049559605121612546 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200007_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200007_M_GLOBAL.out new file mode 100644 index 00000000..918a8b92 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200007_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200007 STATION NETCDFs +0.04910480976104736 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200008_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200008_D_GLOBAL.out new file mode 100644 index 00000000..3e0be8ca --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200008_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200008 STATION NETCDFs +0.04777652025222778 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200008_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200008_H_GLOBAL.out new file mode 100644 index 00000000..b7fd87f0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200008_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200008 STATION NETCDFs +0.04361363252003988 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200008_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200008_M_GLOBAL.out new file mode 100644 index 00000000..a000bee1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200008_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200008 STATION NETCDFs +0.05051788886388143 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200009_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200009_D_GLOBAL.out new file mode 100644 index 00000000..ad44f6b6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200009_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200009 STATION NETCDFs +0.05067824125289917 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200009_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200009_H_GLOBAL.out new file mode 100644 index 00000000..957da4a6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200009_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200009 STATION NETCDFs +0.04718096653620402 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200009_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200009_M_GLOBAL.out new file mode 100644 index 00000000..225e3336 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200009_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200009 STATION NETCDFs +0.04996515115102132 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200010_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200010_D_GLOBAL.out new file mode 100644 index 00000000..355f41b8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200010_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200010 STATION NETCDFs +0.06703380346298218 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200010_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200010_H_GLOBAL.out new file mode 100644 index 00000000..50482e23 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200010_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200010 STATION NETCDFs +0.06420421997706095 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200010_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200010_M_GLOBAL.out new file mode 100644 index 00000000..c9fff9b7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200010_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200010 STATION NETCDFs +0.07658951282501221 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200011_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200011_D_GLOBAL.out new file mode 100644 index 00000000..917bee04 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200011_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200011 STATION NETCDFs +0.046297454833984376 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200011_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200011_H_GLOBAL.out new file mode 100644 index 00000000..7b16b749 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200011_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200011 STATION NETCDFs +0.05799954334894816 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200011_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200011_M_GLOBAL.out new file mode 100644 index 00000000..60646e2e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200011_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200011 STATION NETCDFs +0.052909910678863525 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200012_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200012_D_GLOBAL.out new file mode 100644 index 00000000..8503ea7a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200012_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200012 STATION NETCDFs +0.06559503475824992 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200012_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200012_H_GLOBAL.out new file mode 100644 index 00000000..66cb9e3a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200012_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200012 STATION NETCDFs +0.045949308077494304 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200012_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200012_M_GLOBAL.out new file mode 100644 index 00000000..4626d938 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200012_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200012 STATION NETCDFs +0.05466646353403727 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200101_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200101_D_GLOBAL.out new file mode 100644 index 00000000..7128aeb1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200101_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200101 STATION NETCDFs +0.06012454827626546 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200101_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200101_H_GLOBAL.out new file mode 100644 index 00000000..4aa93219 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200101_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200101 STATION NETCDFs +0.0635449767112732 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200101_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200101_M_GLOBAL.out new file mode 100644 index 00000000..6384984d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200101_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200101 STATION NETCDFs +0.04854825735092163 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200102_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200102_D_GLOBAL.out new file mode 100644 index 00000000..c0de8d47 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200102_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200102 STATION NETCDFs +0.06403243939081828 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200102_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200102_H_GLOBAL.out new file mode 100644 index 00000000..ed2a4c54 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200102_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200102 STATION NETCDFs +0.050359801451365156 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200102_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200102_M_GLOBAL.out new file mode 100644 index 00000000..c23a7ba2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200102_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200102 STATION NETCDFs +0.06359030405680338 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200103_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200103_D_GLOBAL.out new file mode 100644 index 00000000..1c490327 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200103_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200103 STATION NETCDFs +0.051221954822540286 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200103_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200103_H_GLOBAL.out new file mode 100644 index 00000000..c92a42cc --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200103_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200103 STATION NETCDFs +0.049245572090148924 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200103_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200103_M_GLOBAL.out new file mode 100644 index 00000000..71c13016 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200103_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200103 STATION NETCDFs +0.07537617286046346 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200104_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200104_D_GLOBAL.out new file mode 100644 index 00000000..a230e5ae --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200104_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200104 STATION NETCDFs +0.04176003138224284 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200104_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200104_H_GLOBAL.out new file mode 100644 index 00000000..d1ee5a51 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200104_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200104 STATION NETCDFs +0.04654716650644938 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200104_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200104_M_GLOBAL.out new file mode 100644 index 00000000..a49d6963 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200104_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200104 STATION NETCDFs +0.04318375984827678 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200105_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200105_D_GLOBAL.out new file mode 100644 index 00000000..4c47c91f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200105_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200105 STATION NETCDFs +0.05754712422688802 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200105_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200105_H_GLOBAL.out new file mode 100644 index 00000000..ef819815 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200105_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200105 STATION NETCDFs +0.06347064177195232 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200105_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200105_M_GLOBAL.out new file mode 100644 index 00000000..11dca800 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200105_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200105 STATION NETCDFs +0.05490458806355794 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200106_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200106_D_GLOBAL.out new file mode 100644 index 00000000..442c24ce --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200106_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200106 STATION NETCDFs +0.05498383045196533 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200106_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200106_H_GLOBAL.out new file mode 100644 index 00000000..0dfccd9a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200106_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200106 STATION NETCDFs +0.054674732685089114 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200106_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200106_M_GLOBAL.out new file mode 100644 index 00000000..e86a734c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200106_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200106 STATION NETCDFs +0.052976659933725995 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200107_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200107_D_GLOBAL.out new file mode 100644 index 00000000..b4ad080d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200107_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200107 STATION NETCDFs +0.05268658796946208 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200107_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200107_H_GLOBAL.out new file mode 100644 index 00000000..1fdee209 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200107_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200107 STATION NETCDFs +0.05064762036005656 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200107_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200107_M_GLOBAL.out new file mode 100644 index 00000000..60c0af0f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200107_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200107 STATION NETCDFs +0.05361576875050863 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200108_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200108_D_GLOBAL.out new file mode 100644 index 00000000..3ab6b606 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200108_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200108 STATION NETCDFs +0.06034783522288004 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200108_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200108_H_GLOBAL.out new file mode 100644 index 00000000..c0411f16 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200108_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200108 STATION NETCDFs +0.05335938135782878 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200108_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200108_M_GLOBAL.out new file mode 100644 index 00000000..6be87eb8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200108_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200108 STATION NETCDFs +0.04136407772699992 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200109_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200109_D_GLOBAL.out new file mode 100644 index 00000000..3b00bb08 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200109_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200109 STATION NETCDFs +0.05472907225290934 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200109_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200109_H_GLOBAL.out new file mode 100644 index 00000000..1a6e4d80 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200109_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200109 STATION NETCDFs +0.05631778240203857 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200109_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200109_M_GLOBAL.out new file mode 100644 index 00000000..b00a757f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200109_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200109 STATION NETCDFs +0.057787084579467775 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200110_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200110_D_GLOBAL.out new file mode 100644 index 00000000..fd2772d4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200110_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200110 STATION NETCDFs +0.06771119038263956 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200110_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200110_H_GLOBAL.out new file mode 100644 index 00000000..1c437430 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200110_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200110 STATION NETCDFs +0.07127765814463298 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200110_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200110_M_GLOBAL.out new file mode 100644 index 00000000..85d14745 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200110_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200110 STATION NETCDFs +0.07031524181365967 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200111_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200111_D_GLOBAL.out new file mode 100644 index 00000000..c1921d03 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200111_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200111 STATION NETCDFs +0.0573885718981425 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200111_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200111_H_GLOBAL.out new file mode 100644 index 00000000..285472f7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200111_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200111 STATION NETCDFs +0.06287031571070353 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200111_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200111_M_GLOBAL.out new file mode 100644 index 00000000..eea834ba --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200111_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200111 STATION NETCDFs +0.05373026529947917 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200112_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200112_D_GLOBAL.out new file mode 100644 index 00000000..0603c408 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200112_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200112 STATION NETCDFs +0.06003171602884928 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200112_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200112_H_GLOBAL.out new file mode 100644 index 00000000..c46b0b34 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200112_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200112 STATION NETCDFs +0.05645951827367147 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200112_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200112_M_GLOBAL.out new file mode 100644 index 00000000..659cb5e6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200112_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200112 STATION NETCDFs +0.0598138689994812 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200201_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200201_D_GLOBAL.out new file mode 100644 index 00000000..ecad8d6f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200201_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200201 STATION NETCDFs +0.06570655902226766 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200201_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200201_H_GLOBAL.out new file mode 100644 index 00000000..5a748006 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200201_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200201 STATION NETCDFs +0.05908029079437256 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200201_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200201_M_GLOBAL.out new file mode 100644 index 00000000..e7523085 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200201_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200201 STATION NETCDFs +0.0561902125676473 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200202_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200202_D_GLOBAL.out new file mode 100644 index 00000000..7e6982da --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200202_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200202 STATION NETCDFs +0.06647706031799316 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200202_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200202_H_GLOBAL.out new file mode 100644 index 00000000..cccf9347 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200202_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200202 STATION NETCDFs +0.05928686062494914 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200202_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200202_M_GLOBAL.out new file mode 100644 index 00000000..44453bb5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200202_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200202 STATION NETCDFs +0.059856541951497394 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200203_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200203_D_GLOBAL.out new file mode 100644 index 00000000..aae4fb90 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200203_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200203 STATION NETCDFs +0.058612509568532305 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200203_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200203_H_GLOBAL.out new file mode 100644 index 00000000..76f09f7d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200203_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200203 STATION NETCDFs +0.05299036105473836 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200203_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200203_M_GLOBAL.out new file mode 100644 index 00000000..35ad450c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200203_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200203 STATION NETCDFs +0.0627511739730835 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200204_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200204_D_GLOBAL.out new file mode 100644 index 00000000..ab384970 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200204_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200204 STATION NETCDFs +0.07459490299224854 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200204_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200204_H_GLOBAL.out new file mode 100644 index 00000000..c10abc62 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200204_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200204 STATION NETCDFs +0.0619865894317627 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200204_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200204_M_GLOBAL.out new file mode 100644 index 00000000..1a587f4d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200204_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200204 STATION NETCDFs +0.06811108191808064 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200205_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200205_D_GLOBAL.out new file mode 100644 index 00000000..110cb08d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200205_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200205 STATION NETCDFs +0.08311599493026733 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200205_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200205_H_GLOBAL.out new file mode 100644 index 00000000..839d9e30 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200205_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200205 STATION NETCDFs +0.07041188478469848 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200205_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200205_M_GLOBAL.out new file mode 100644 index 00000000..cfe6267c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200205_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200205 STATION NETCDFs +0.06059627930323283 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200206_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200206_D_GLOBAL.out new file mode 100644 index 00000000..52366ed2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200206_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200206 STATION NETCDFs +0.06233046452204386 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200206_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200206_H_GLOBAL.out new file mode 100644 index 00000000..a2c8931d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200206_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200206 STATION NETCDFs +0.05723275740941366 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200206_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200206_M_GLOBAL.out new file mode 100644 index 00000000..8f30829b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200206_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200206 STATION NETCDFs +0.06156526803970337 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200207_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200207_D_GLOBAL.out new file mode 100644 index 00000000..ead7d5ee --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200207_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200207 STATION NETCDFs +0.0720811645189921 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200207_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200207_H_GLOBAL.out new file mode 100644 index 00000000..0ee7c4cc --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200207_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200207 STATION NETCDFs +0.07072274287541708 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200207_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200207_M_GLOBAL.out new file mode 100644 index 00000000..56c6ccce --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200207_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200207 STATION NETCDFs +0.07807254791259766 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200208_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200208_D_GLOBAL.out new file mode 100644 index 00000000..0df0648a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200208_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200208 STATION NETCDFs +0.060617276032765705 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200208_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200208_H_GLOBAL.out new file mode 100644 index 00000000..b9978a5d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200208_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200208 STATION NETCDFs +0.0587790052096049 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200208_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200208_M_GLOBAL.out new file mode 100644 index 00000000..9880d9a3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200208_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200208 STATION NETCDFs +0.05023216803868612 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200209_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200209_D_GLOBAL.out new file mode 100644 index 00000000..7dab7320 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200209_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200209 STATION NETCDFs +0.06501696904500326 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200209_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200209_H_GLOBAL.out new file mode 100644 index 00000000..579c0830 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200209_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200209 STATION NETCDFs +0.0533613642056783 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200209_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200209_M_GLOBAL.out new file mode 100644 index 00000000..1a3617f2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200209_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200209 STATION NETCDFs +0.07433689435323079 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200210_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200210_D_GLOBAL.out new file mode 100644 index 00000000..c3cb3572 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200210_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200210 STATION NETCDFs +0.08358203967412313 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200210_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200210_H_GLOBAL.out new file mode 100644 index 00000000..0f8e0ffa --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200210_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200210 STATION NETCDFs +0.057980044682820635 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200210_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200210_M_GLOBAL.out new file mode 100644 index 00000000..4ee24f58 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200210_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200210 STATION NETCDFs +0.0651870330174764 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200211_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200211_D_GLOBAL.out new file mode 100644 index 00000000..c2d5f7bb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200211_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200211 STATION NETCDFs +0.07628257671991984 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200211_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200211_H_GLOBAL.out new file mode 100644 index 00000000..2299f3b0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200211_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200211 STATION NETCDFs +0.06958665450414021 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200211_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200211_M_GLOBAL.out new file mode 100644 index 00000000..0cb1c7bc --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200211_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200211 STATION NETCDFs +0.06564468542734782 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200212_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200212_D_GLOBAL.out new file mode 100644 index 00000000..55f4d344 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200212_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200212 STATION NETCDFs +0.06949218908945719 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200212_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200212_H_GLOBAL.out new file mode 100644 index 00000000..1245ba18 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200212_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200212 STATION NETCDFs +0.0842521071434021 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200212_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200212_M_GLOBAL.out new file mode 100644 index 00000000..a53a3163 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200212_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200212 STATION NETCDFs +0.07751105626424154 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200301_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200301_D_GLOBAL.out new file mode 100644 index 00000000..da27a670 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200301_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200301 STATION NETCDFs +0.06334372758865356 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200301_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200301_H_GLOBAL.out new file mode 100644 index 00000000..ac6fea59 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200301_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200301 STATION NETCDFs +0.06366151968638102 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200301_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200301_M_GLOBAL.out new file mode 100644 index 00000000..339193bf --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200301_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200301 STATION NETCDFs +0.06307307084401449 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200302_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200302_D_GLOBAL.out new file mode 100644 index 00000000..8db1a06d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200302_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200302 STATION NETCDFs +0.07410085995992025 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200302_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200302_H_GLOBAL.out new file mode 100644 index 00000000..f1333c80 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200302_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200302 STATION NETCDFs +0.06338069836298625 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200302_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200302_M_GLOBAL.out new file mode 100644 index 00000000..840b07fd --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200302_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200302 STATION NETCDFs +0.08211800257364908 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200303_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200303_D_GLOBAL.out new file mode 100644 index 00000000..4cba11f6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200303_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200303 STATION NETCDFs +0.06432727177937826 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200303_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200303_H_GLOBAL.out new file mode 100644 index 00000000..273f1676 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200303_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200303 STATION NETCDFs +0.07100388209025064 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200303_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200303_M_GLOBAL.out new file mode 100644 index 00000000..b0a2a532 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200303_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200303 STATION NETCDFs +0.06038527091344197 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200304_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200304_D_GLOBAL.out new file mode 100644 index 00000000..7153216b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200304_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200304 STATION NETCDFs +0.07087188164393107 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200304_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200304_H_GLOBAL.out new file mode 100644 index 00000000..1a98b23f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200304_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200304 STATION NETCDFs +0.055821756521860756 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200304_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200304_M_GLOBAL.out new file mode 100644 index 00000000..4b3bcc5d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200304_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200304 STATION NETCDFs +0.07483756939570109 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200305_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200305_D_GLOBAL.out new file mode 100644 index 00000000..b28cefab --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200305_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200305 STATION NETCDFs +0.07167381842931111 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200305_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200305_H_GLOBAL.out new file mode 100644 index 00000000..e54e918b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200305_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200305 STATION NETCDFs +0.07949549357096354 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200305_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200305_M_GLOBAL.out new file mode 100644 index 00000000..6e604c48 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200305_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200305 STATION NETCDFs +0.06593680381774902 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200306_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200306_D_GLOBAL.out new file mode 100644 index 00000000..38e054b5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200306_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200306 STATION NETCDFs +0.08533876736958822 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200306_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200306_H_GLOBAL.out new file mode 100644 index 00000000..8e408b60 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200306_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200306 STATION NETCDFs +0.07056895891825359 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200306_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200306_M_GLOBAL.out new file mode 100644 index 00000000..1d68b141 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200306_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200306 STATION NETCDFs +0.061902332305908206 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200307_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200307_D_GLOBAL.out new file mode 100644 index 00000000..18d7f4b5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200307_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200307 STATION NETCDFs +0.0589163064956665 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200307_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200307_H_GLOBAL.out new file mode 100644 index 00000000..978c9b86 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200307_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200307 STATION NETCDFs +0.07822401126225789 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200307_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200307_M_GLOBAL.out new file mode 100644 index 00000000..03416f78 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200307_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200307 STATION NETCDFs +0.0759002129236857 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200308_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200308_D_GLOBAL.out new file mode 100644 index 00000000..ff0043ac --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200308_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200308 STATION NETCDFs +0.06277228991190592 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200308_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200308_H_GLOBAL.out new file mode 100644 index 00000000..1b998dd1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200308_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200308 STATION NETCDFs +0.06467681328455607 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200308_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200308_M_GLOBAL.out new file mode 100644 index 00000000..edd783d0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200308_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200308 STATION NETCDFs +0.06780158678690593 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200309_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200309_D_GLOBAL.out new file mode 100644 index 00000000..cd73390a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200309_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200309 STATION NETCDFs +0.06018602053324382 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200309_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200309_H_GLOBAL.out new file mode 100644 index 00000000..7fa07a14 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200309_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200309 STATION NETCDFs +0.08663721879323323 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200309_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200309_M_GLOBAL.out new file mode 100644 index 00000000..ab59d435 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200309_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200309 STATION NETCDFs +0.07007205883661906 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200310_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200310_D_GLOBAL.out new file mode 100644 index 00000000..724ba4bc --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200310_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200310 STATION NETCDFs +0.08127087752024333 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200310_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200310_H_GLOBAL.out new file mode 100644 index 00000000..015ecd0f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200310_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200310 STATION NETCDFs +0.07617287635803223 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200310_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200310_M_GLOBAL.out new file mode 100644 index 00000000..b202674d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200310_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200310 STATION NETCDFs +0.08167111078898112 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200311_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200311_D_GLOBAL.out new file mode 100644 index 00000000..b9ac3010 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200311_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200311 STATION NETCDFs +0.07992230653762818 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200311_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200311_H_GLOBAL.out new file mode 100644 index 00000000..0132cc0f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200311_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200311 STATION NETCDFs +0.07489254474639892 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200311_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200311_M_GLOBAL.out new file mode 100644 index 00000000..8c3c7a0c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200311_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200311 STATION NETCDFs +0.07125763893127442 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200312_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200312_D_GLOBAL.out new file mode 100644 index 00000000..91d4f473 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200312_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200312 STATION NETCDFs +0.057190807660420735 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200312_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200312_H_GLOBAL.out new file mode 100644 index 00000000..41fd4ca5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200312_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200312 STATION NETCDFs +0.06617115338643392 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200312_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200312_M_GLOBAL.out new file mode 100644 index 00000000..650b7542 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200312_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200312 STATION NETCDFs +0.08206305901209514 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200401_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200401_D_GLOBAL.out new file mode 100644 index 00000000..aa89b01b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200401_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200401 STATION NETCDFs +0.07221359014511108 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200401_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200401_H_GLOBAL.out new file mode 100644 index 00000000..361e28c4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200401_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200401 STATION NETCDFs +0.06620404322942099 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200401_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200401_M_GLOBAL.out new file mode 100644 index 00000000..d4b0cacd --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200401_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200401 STATION NETCDFs +0.07661589781443277 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200402_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200402_D_GLOBAL.out new file mode 100644 index 00000000..6e3f4a20 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200402_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200402 STATION NETCDFs +0.078785773118337 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200402_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200402_H_GLOBAL.out new file mode 100644 index 00000000..2ed0ea53 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200402_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200402 STATION NETCDFs +0.07961750030517578 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200402_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200402_M_GLOBAL.out new file mode 100644 index 00000000..d2a3c387 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200402_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200402 STATION NETCDFs +0.06282943884531657 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200403_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200403_D_GLOBAL.out new file mode 100644 index 00000000..3dac8871 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200403_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200403 STATION NETCDFs +0.06210733652114868 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200403_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200403_H_GLOBAL.out new file mode 100644 index 00000000..b2861b4c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200403_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200403 STATION NETCDFs +0.07157455682754517 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200403_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200403_M_GLOBAL.out new file mode 100644 index 00000000..9bd13c04 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200403_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200403 STATION NETCDFs +0.0741034746170044 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200404_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200404_D_GLOBAL.out new file mode 100644 index 00000000..03cefaa2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200404_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200404 STATION NETCDFs +0.0654989242553711 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200404_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200404_H_GLOBAL.out new file mode 100644 index 00000000..35b67e93 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200404_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200404 STATION NETCDFs +0.05811760425567627 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200404_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200404_M_GLOBAL.out new file mode 100644 index 00000000..7a3da050 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200404_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200404 STATION NETCDFs +0.07331806421279907 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200405_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200405_D_GLOBAL.out new file mode 100644 index 00000000..be741e7f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200405_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200405 STATION NETCDFs +0.07130910952885945 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200405_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200405_H_GLOBAL.out new file mode 100644 index 00000000..6d26fe52 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200405_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200405 STATION NETCDFs +0.0882001519203186 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200405_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200405_M_GLOBAL.out new file mode 100644 index 00000000..9526d820 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200405_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200405 STATION NETCDFs +0.0763711929321289 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200406_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200406_D_GLOBAL.out new file mode 100644 index 00000000..fb4452b8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200406_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200406 STATION NETCDFs +0.08575156132380167 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200406_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200406_H_GLOBAL.out new file mode 100644 index 00000000..2838c9e5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200406_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200406 STATION NETCDFs +0.06595618724822998 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200406_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200406_M_GLOBAL.out new file mode 100644 index 00000000..90f5509c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200406_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200406 STATION NETCDFs +0.07874771356582641 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200407_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200407_D_GLOBAL.out new file mode 100644 index 00000000..c6103ea9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200407_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200407 STATION NETCDFs +0.06865846713383993 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200407_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200407_H_GLOBAL.out new file mode 100644 index 00000000..0d509c7c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200407_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200407 STATION NETCDFs +0.07206468184789022 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200407_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200407_M_GLOBAL.out new file mode 100644 index 00000000..123ccd0c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200407_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200407 STATION NETCDFs +0.06598408619562784 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200408_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200408_D_GLOBAL.out new file mode 100644 index 00000000..437b0543 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200408_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200408 STATION NETCDFs +0.08321320613225301 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200408_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200408_H_GLOBAL.out new file mode 100644 index 00000000..22831ac1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200408_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200408 STATION NETCDFs +0.07673858801523845 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200408_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200408_M_GLOBAL.out new file mode 100644 index 00000000..4049e3a3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200408_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200408 STATION NETCDFs +0.08690451383590699 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200409_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200409_D_GLOBAL.out new file mode 100644 index 00000000..663064e5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200409_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200409 STATION NETCDFs +0.06929752031962076 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200409_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200409_H_GLOBAL.out new file mode 100644 index 00000000..e73efbd1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200409_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200409 STATION NETCDFs +0.05687524477640788 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200409_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200409_M_GLOBAL.out new file mode 100644 index 00000000..c680ec80 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200409_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200409 STATION NETCDFs +0.06106435060501099 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200410_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200410_D_GLOBAL.out new file mode 100644 index 00000000..8909ef35 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200410_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200410 STATION NETCDFs +0.06153573989868164 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200410_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200410_H_GLOBAL.out new file mode 100644 index 00000000..26eb225c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200410_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200410 STATION NETCDFs +0.07112537622451783 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200410_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200410_M_GLOBAL.out new file mode 100644 index 00000000..6514db91 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200410_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200410 STATION NETCDFs +0.06984025239944458 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200411_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200411_D_GLOBAL.out new file mode 100644 index 00000000..959884b3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200411_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200411 STATION NETCDFs +0.06649851401646932 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200411_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200411_H_GLOBAL.out new file mode 100644 index 00000000..f7849692 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200411_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200411 STATION NETCDFs +0.09194985230763754 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200411_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200411_M_GLOBAL.out new file mode 100644 index 00000000..8037f0fa --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200411_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200411 STATION NETCDFs +0.07849448521931966 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200412_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200412_D_GLOBAL.out new file mode 100644 index 00000000..cde8ae8f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200412_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200412 STATION NETCDFs +0.061363387107849124 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200412_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200412_H_GLOBAL.out new file mode 100644 index 00000000..200d6adf --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200412_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200412 STATION NETCDFs +0.0756993293762207 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200412_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200412_M_GLOBAL.out new file mode 100644 index 00000000..755caf9a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200412_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200412 STATION NETCDFs +0.06413446267445883 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200501_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200501_D_GLOBAL.out new file mode 100644 index 00000000..c730cf03 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200501_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200501 STATION NETCDFs +0.08095858494440715 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200501_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200501_H_GLOBAL.out new file mode 100644 index 00000000..e99b0563 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200501_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200501 STATION NETCDFs +0.07054237127304078 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200501_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200501_M_GLOBAL.out new file mode 100644 index 00000000..da579c90 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200501_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200501 STATION NETCDFs +0.06498536666234335 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200502_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200502_D_GLOBAL.out new file mode 100644 index 00000000..2c9eb684 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200502_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200502 STATION NETCDFs +0.07571740945180257 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200502_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200502_H_GLOBAL.out new file mode 100644 index 00000000..c448de3d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200502_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200502 STATION NETCDFs +0.07142480214436848 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200502_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200502_M_GLOBAL.out new file mode 100644 index 00000000..d6f5b3c3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200502_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200502 STATION NETCDFs +0.06626160542170206 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200503_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200503_D_GLOBAL.out new file mode 100644 index 00000000..29e79bb8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200503_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200503 STATION NETCDFs +0.06781442165374756 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200503_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200503_H_GLOBAL.out new file mode 100644 index 00000000..55eb959d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200503_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200503 STATION NETCDFs +0.05258385340372721 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200503_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200503_M_GLOBAL.out new file mode 100644 index 00000000..46425e97 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200503_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200503 STATION NETCDFs +0.06401351690292359 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200504_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200504_D_GLOBAL.out new file mode 100644 index 00000000..89c5994a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200504_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200504 STATION NETCDFs +0.08160997629165649 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200504_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200504_H_GLOBAL.out new file mode 100644 index 00000000..db788ef1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200504_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200504 STATION NETCDFs +0.07170064051946004 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200504_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200504_M_GLOBAL.out new file mode 100644 index 00000000..223d996a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200504_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200504 STATION NETCDFs +0.08123671611150106 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200505_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200505_D_GLOBAL.out new file mode 100644 index 00000000..96b4d807 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200505_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200505 STATION NETCDFs +0.06849726835886637 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200505_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200505_H_GLOBAL.out new file mode 100644 index 00000000..9a41efd1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200505_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200505 STATION NETCDFs +0.09083600838979085 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200505_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200505_M_GLOBAL.out new file mode 100644 index 00000000..9371401b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200505_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200505 STATION NETCDFs +0.07519909540812174 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200506_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200506_D_GLOBAL.out new file mode 100644 index 00000000..28f36210 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200506_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200506 STATION NETCDFs +0.08678862253824869 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200506_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200506_H_GLOBAL.out new file mode 100644 index 00000000..5e89a7c0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200506_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200506 STATION NETCDFs +0.07248811721801758 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200506_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200506_M_GLOBAL.out new file mode 100644 index 00000000..be325cfe --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200506_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200506 STATION NETCDFs +0.057981884479522704 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200507_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200507_D_GLOBAL.out new file mode 100644 index 00000000..0525fc2a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200507_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200507 STATION NETCDFs +0.07979018290837606 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200507_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200507_H_GLOBAL.out new file mode 100644 index 00000000..3c706197 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200507_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200507 STATION NETCDFs +0.07571142514546712 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200507_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200507_M_GLOBAL.out new file mode 100644 index 00000000..6cd769c5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200507_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200507 STATION NETCDFs +0.06262970368067423 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200508_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200508_D_GLOBAL.out new file mode 100644 index 00000000..9cda3b49 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200508_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200508 STATION NETCDFs +0.07388029098510743 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200508_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200508_H_GLOBAL.out new file mode 100644 index 00000000..9b6a33e7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200508_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200508 STATION NETCDFs +0.06766155163447062 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200508_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200508_M_GLOBAL.out new file mode 100644 index 00000000..0978c773 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200508_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200508 STATION NETCDFs +0.07279364267985027 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200509_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200509_D_GLOBAL.out new file mode 100644 index 00000000..6edff174 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200509_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200509 STATION NETCDFs +0.07655027707417807 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200509_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200509_H_GLOBAL.out new file mode 100644 index 00000000..e7f3ae22 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200509_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200509 STATION NETCDFs +0.07952557007471721 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200509_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200509_M_GLOBAL.out new file mode 100644 index 00000000..a151d3ae --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200509_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200509 STATION NETCDFs +0.08185548782348633 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200510_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200510_D_GLOBAL.out new file mode 100644 index 00000000..53813a50 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200510_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200510 STATION NETCDFs +0.07438375949859619 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200510_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200510_H_GLOBAL.out new file mode 100644 index 00000000..f6690354 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200510_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200510 STATION NETCDFs +0.07427320877710979 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200510_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200510_M_GLOBAL.out new file mode 100644 index 00000000..05caa6b2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200510_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200510 STATION NETCDFs +0.060880088806152345 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200511_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200511_D_GLOBAL.out new file mode 100644 index 00000000..fe72771c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200511_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200511 STATION NETCDFs +0.06894811789194742 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200511_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200511_H_GLOBAL.out new file mode 100644 index 00000000..788734f7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200511_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200511 STATION NETCDFs +0.06917227904001871 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200511_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200511_M_GLOBAL.out new file mode 100644 index 00000000..40382dec --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200511_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200511 STATION NETCDFs +0.0611301064491272 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200512_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200512_D_GLOBAL.out new file mode 100644 index 00000000..9c990f26 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200512_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200512 STATION NETCDFs +0.07501140435536703 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200512_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200512_H_GLOBAL.out new file mode 100644 index 00000000..de87438a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200512_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200512 STATION NETCDFs +0.08173419634501139 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200512_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200512_M_GLOBAL.out new file mode 100644 index 00000000..65bfb5c3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200512_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200512 STATION NETCDFs +0.05928348302841187 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200601_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200601_D_GLOBAL.out new file mode 100644 index 00000000..9b28d7c4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200601_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200601 STATION NETCDFs +0.0635019580523173 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200601_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200601_H_GLOBAL.out new file mode 100644 index 00000000..a2cbc82d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200601_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200601 STATION NETCDFs +0.05845380624135335 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200601_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200601_M_GLOBAL.out new file mode 100644 index 00000000..79941b4b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200601_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200601 STATION NETCDFs +0.07716074387232462 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200602_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200602_D_GLOBAL.out new file mode 100644 index 00000000..0402d32b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200602_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200602 STATION NETCDFs +0.07602540254592896 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200602_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200602_H_GLOBAL.out new file mode 100644 index 00000000..0371751d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200602_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200602 STATION NETCDFs +0.07725723584493001 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200602_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200602_M_GLOBAL.out new file mode 100644 index 00000000..f397851c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200602_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200602 STATION NETCDFs +0.07592175404230754 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200603_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200603_D_GLOBAL.out new file mode 100644 index 00000000..b1edbd89 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200603_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200603 STATION NETCDFs +0.07991933027903239 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200603_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200603_H_GLOBAL.out new file mode 100644 index 00000000..3e3708ef --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200603_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200603 STATION NETCDFs +0.0799880345662435 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200603_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200603_M_GLOBAL.out new file mode 100644 index 00000000..c6a6acfc --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200603_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200603 STATION NETCDFs +0.08525009155273437 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200604_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200604_D_GLOBAL.out new file mode 100644 index 00000000..b972c4a8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200604_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200604 STATION NETCDFs +0.06905840635299683 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200604_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200604_H_GLOBAL.out new file mode 100644 index 00000000..d2f118df --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200604_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200604 STATION NETCDFs +0.08153669436772665 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200604_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200604_M_GLOBAL.out new file mode 100644 index 00000000..ee025041 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200604_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200604 STATION NETCDFs +0.07438576618830363 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200605_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200605_D_GLOBAL.out new file mode 100644 index 00000000..6ee6c22c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200605_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200605 STATION NETCDFs +0.08285652001698812 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200605_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200605_H_GLOBAL.out new file mode 100644 index 00000000..f4de36f1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200605_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200605 STATION NETCDFs +0.07321337461471558 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200605_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200605_M_GLOBAL.out new file mode 100644 index 00000000..aee0e901 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200605_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200605 STATION NETCDFs +0.09303472836812338 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200606_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200606_D_GLOBAL.out new file mode 100644 index 00000000..d79ce772 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200606_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200606 STATION NETCDFs +0.05820309321085612 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200606_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200606_H_GLOBAL.out new file mode 100644 index 00000000..503442c9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200606_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200606 STATION NETCDFs +0.07590006192525228 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200606_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200606_M_GLOBAL.out new file mode 100644 index 00000000..575e9608 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200606_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200606 STATION NETCDFs +0.06926660935084025 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200607_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200607_D_GLOBAL.out new file mode 100644 index 00000000..269f9b2b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200607_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200607 STATION NETCDFs +0.0890762726465861 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200607_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200607_H_GLOBAL.out new file mode 100644 index 00000000..f56d414e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200607_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200607 STATION NETCDFs +0.07497775157292684 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200607_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200607_M_GLOBAL.out new file mode 100644 index 00000000..ee3d7b5d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200607_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200607 STATION NETCDFs +0.06950078407923381 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200608_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200608_D_GLOBAL.out new file mode 100644 index 00000000..f791bc02 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200608_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200608 STATION NETCDFs +0.06949684222539267 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200608_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200608_H_GLOBAL.out new file mode 100644 index 00000000..93a2d6d5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200608_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200608 STATION NETCDFs +0.08450913826624552 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200608_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200608_M_GLOBAL.out new file mode 100644 index 00000000..21da1f4e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200608_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200608 STATION NETCDFs +0.06331562995910645 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200609_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200609_D_GLOBAL.out new file mode 100644 index 00000000..fe4c7474 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200609_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200609 STATION NETCDFs +0.06862624883651733 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200609_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200609_H_GLOBAL.out new file mode 100644 index 00000000..45f7dc5f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200609_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200609 STATION NETCDFs +0.062301973501841225 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200609_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200609_M_GLOBAL.out new file mode 100644 index 00000000..95f27548 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200609_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200609 STATION NETCDFs +0.0800247589747111 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200610_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200610_D_GLOBAL.out new file mode 100644 index 00000000..a07e6fbf --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200610_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200610 STATION NETCDFs +0.0735937237739563 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200610_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200610_H_GLOBAL.out new file mode 100644 index 00000000..b9fbff17 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200610_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200610 STATION NETCDFs +0.06705835262934366 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200610_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200610_M_GLOBAL.out new file mode 100644 index 00000000..095cd8c7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200610_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200610 STATION NETCDFs +0.06290952364603679 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200611_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200611_D_GLOBAL.out new file mode 100644 index 00000000..905fff0f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200611_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200611 STATION NETCDFs +0.07083872159322104 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200611_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200611_H_GLOBAL.out new file mode 100644 index 00000000..376ca186 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200611_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200611 STATION NETCDFs +0.060014502207438154 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200611_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200611_M_GLOBAL.out new file mode 100644 index 00000000..d6246f68 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200611_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200611 STATION NETCDFs +0.07185157537460327 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200612_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200612_D_GLOBAL.out new file mode 100644 index 00000000..e44c1909 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200612_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200612 STATION NETCDFs +0.06780794858932496 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200612_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200612_H_GLOBAL.out new file mode 100644 index 00000000..a6ae2e75 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200612_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200612 STATION NETCDFs +0.05527549187342326 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200612_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200612_M_GLOBAL.out new file mode 100644 index 00000000..4b498071 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200612_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200612 STATION NETCDFs +0.07085408369700114 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200701_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200701_D_GLOBAL.out new file mode 100644 index 00000000..ddea5c0b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200701_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200701 STATION NETCDFs +0.07080627679824829 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200701_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200701_H_GLOBAL.out new file mode 100644 index 00000000..27c1a704 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200701_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200701 STATION NETCDFs +0.06266078551610312 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200701_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200701_M_GLOBAL.out new file mode 100644 index 00000000..64ce2235 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200701_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200701 STATION NETCDFs +0.07683869997660318 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200702_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200702_D_GLOBAL.out new file mode 100644 index 00000000..0a4e8e8d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200702_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200702 STATION NETCDFs +0.08944933414459229 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200702_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200702_H_GLOBAL.out new file mode 100644 index 00000000..25b6112d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200702_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200702 STATION NETCDFs +0.05655158758163452 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200702_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200702_M_GLOBAL.out new file mode 100644 index 00000000..0012714b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200702_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200702 STATION NETCDFs +0.05968111753463745 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200703_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200703_D_GLOBAL.out new file mode 100644 index 00000000..60b6bc33 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200703_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200703 STATION NETCDFs +0.08490817149480184 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200703_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200703_H_GLOBAL.out new file mode 100644 index 00000000..5cf8a8b8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200703_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200703 STATION NETCDFs +0.06829178730646769 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200703_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200703_M_GLOBAL.out new file mode 100644 index 00000000..1e555508 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200703_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200703 STATION NETCDFs +0.06729424794514974 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200704_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200704_D_GLOBAL.out new file mode 100644 index 00000000..0788ccb6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200704_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200704 STATION NETCDFs +0.06543383598327637 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200704_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200704_H_GLOBAL.out new file mode 100644 index 00000000..a0d64d82 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200704_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200704 STATION NETCDFs +0.06008783976236979 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200704_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200704_M_GLOBAL.out new file mode 100644 index 00000000..5a41c491 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200704_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200704 STATION NETCDFs +0.06361307700475057 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200705_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200705_D_GLOBAL.out new file mode 100644 index 00000000..d7549b61 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200705_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200705 STATION NETCDFs +0.0741134484608968 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200705_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200705_H_GLOBAL.out new file mode 100644 index 00000000..b305b310 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200705_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200705 STATION NETCDFs +0.08110412756601969 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200705_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200705_M_GLOBAL.out new file mode 100644 index 00000000..9d5174f8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200705_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200705 STATION NETCDFs +0.08814010620117188 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200706_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200706_D_GLOBAL.out new file mode 100644 index 00000000..402870f3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200706_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200706 STATION NETCDFs +0.07370659112930297 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200706_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200706_H_GLOBAL.out new file mode 100644 index 00000000..0b694b75 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200706_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200706 STATION NETCDFs +0.08080772956212362 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200706_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200706_M_GLOBAL.out new file mode 100644 index 00000000..b82114f8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200706_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200706 STATION NETCDFs +0.07085331281026204 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200707_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200707_D_GLOBAL.out new file mode 100644 index 00000000..4d21bfe4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200707_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200707 STATION NETCDFs +0.06932168006896973 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200707_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200707_H_GLOBAL.out new file mode 100644 index 00000000..ea86dedc --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200707_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200707 STATION NETCDFs +0.07325050036112467 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200707_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200707_M_GLOBAL.out new file mode 100644 index 00000000..f84d8566 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200707_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200707 STATION NETCDFs +0.063797128200531 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200708_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200708_D_GLOBAL.out new file mode 100644 index 00000000..b7e867a9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200708_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200708 STATION NETCDFs +0.0638839602470398 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200708_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200708_H_GLOBAL.out new file mode 100644 index 00000000..a85985e2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200708_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200708 STATION NETCDFs +0.08216444651285808 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200708_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200708_M_GLOBAL.out new file mode 100644 index 00000000..f6304c86 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200708_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200708 STATION NETCDFs +0.08791138331095377 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200709_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200709_D_GLOBAL.out new file mode 100644 index 00000000..bb3139e0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200709_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200709 STATION NETCDFs +0.08465466896692912 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200709_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200709_H_GLOBAL.out new file mode 100644 index 00000000..95fac4be --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200709_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200709 STATION NETCDFs +0.06176291704177857 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200709_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200709_M_GLOBAL.out new file mode 100644 index 00000000..9a390402 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200709_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200709 STATION NETCDFs +0.05449705918629964 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200710_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200710_D_GLOBAL.out new file mode 100644 index 00000000..466410bd --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200710_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200710 STATION NETCDFs +0.058487717310587564 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200710_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200710_H_GLOBAL.out new file mode 100644 index 00000000..bb4e77d2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200710_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200710 STATION NETCDFs +0.06840896606445312 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200710_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200710_M_GLOBAL.out new file mode 100644 index 00000000..638ff879 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200710_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200710 STATION NETCDFs +0.0666911760965983 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200711_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200711_D_GLOBAL.out new file mode 100644 index 00000000..fc14d2d8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200711_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200711 STATION NETCDFs +0.08892573515574137 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200711_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200711_H_GLOBAL.out new file mode 100644 index 00000000..2a4343ca --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200711_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200711 STATION NETCDFs +0.06274101734161378 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200711_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200711_M_GLOBAL.out new file mode 100644 index 00000000..99ddc74a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200711_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200711 STATION NETCDFs +0.07867759466171265 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200712_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200712_D_GLOBAL.out new file mode 100644 index 00000000..2328c973 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200712_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200712 STATION NETCDFs +0.05757497549057007 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200712_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200712_H_GLOBAL.out new file mode 100644 index 00000000..3127e4fd --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200712_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200712 STATION NETCDFs +0.06235448122024536 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200712_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200712_M_GLOBAL.out new file mode 100644 index 00000000..93366b8c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200712_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200712 STATION NETCDFs +0.07900844812393189 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200801_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200801_D_GLOBAL.out new file mode 100644 index 00000000..11c3c5d3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200801_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200801 STATION NETCDFs +0.07958637078603109 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200801_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200801_H_GLOBAL.out new file mode 100644 index 00000000..bb6cf069 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200801_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200801 STATION NETCDFs +0.07944161494572957 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200801_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200801_M_GLOBAL.out new file mode 100644 index 00000000..e67c6227 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200801_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200801 STATION NETCDFs +0.06247597932815552 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200802_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200802_D_GLOBAL.out new file mode 100644 index 00000000..ae50554c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200802_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200802 STATION NETCDFs +0.06140066782633464 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200802_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200802_H_GLOBAL.out new file mode 100644 index 00000000..e265dc42 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200802_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200802 STATION NETCDFs +0.06704606612523396 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200802_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200802_M_GLOBAL.out new file mode 100644 index 00000000..c040ac05 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200802_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200802 STATION NETCDFs +0.07172804276148478 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200803_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200803_D_GLOBAL.out new file mode 100644 index 00000000..7bf2f332 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200803_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200803 STATION NETCDFs +0.06860333681106567 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200803_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200803_H_GLOBAL.out new file mode 100644 index 00000000..4a593bc7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200803_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200803 STATION NETCDFs +0.06254522403081259 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200803_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200803_M_GLOBAL.out new file mode 100644 index 00000000..d31974cf --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200803_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200803 STATION NETCDFs +0.07685994704564413 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200804_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200804_D_GLOBAL.out new file mode 100644 index 00000000..918433f1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200804_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200804 STATION NETCDFs +0.05583001772562663 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200804_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200804_H_GLOBAL.out new file mode 100644 index 00000000..ac912b5f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200804_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200804 STATION NETCDFs +0.0648247758547465 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200804_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200804_M_GLOBAL.out new file mode 100644 index 00000000..21f48da4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200804_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200804 STATION NETCDFs +0.06729665199915567 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200805_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200805_D_GLOBAL.out new file mode 100644 index 00000000..75a7ff70 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200805_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200805 STATION NETCDFs +0.0709009051322937 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200805_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200805_H_GLOBAL.out new file mode 100644 index 00000000..6b770fd5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200805_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200805 STATION NETCDFs +0.09038936694463094 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200805_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200805_M_GLOBAL.out new file mode 100644 index 00000000..8b0d1ea9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200805_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200805 STATION NETCDFs +0.06792032321294149 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200806_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200806_D_GLOBAL.out new file mode 100644 index 00000000..e4d4e483 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200806_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200806 STATION NETCDFs +0.06227268775304159 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200806_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200806_H_GLOBAL.out new file mode 100644 index 00000000..fd06e7b7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200806_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200806 STATION NETCDFs +0.06327870686848959 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200806_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200806_M_GLOBAL.out new file mode 100644 index 00000000..5deafceb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200806_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200806 STATION NETCDFs +0.07476828893025717 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200807_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200807_D_GLOBAL.out new file mode 100644 index 00000000..9a50e2e4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200807_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200807 STATION NETCDFs +0.07500603596369425 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200807_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200807_H_GLOBAL.out new file mode 100644 index 00000000..6bcb4b7e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200807_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200807 STATION NETCDFs +0.0663536032040914 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200807_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200807_M_GLOBAL.out new file mode 100644 index 00000000..231bec30 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200807_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200807 STATION NETCDFs +0.05888650417327881 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200808_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200808_D_GLOBAL.out new file mode 100644 index 00000000..848e0c3c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200808_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200808 STATION NETCDFs +0.06513461271921793 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200808_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200808_H_GLOBAL.out new file mode 100644 index 00000000..32d2edcf --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200808_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200808 STATION NETCDFs +0.07793617248535156 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200808_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200808_M_GLOBAL.out new file mode 100644 index 00000000..0a719c83 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200808_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200808 STATION NETCDFs +0.0825050155321757 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200809_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200809_D_GLOBAL.out new file mode 100644 index 00000000..f9ab1230 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200809_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200809 STATION NETCDFs +0.07218717336654663 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200809_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200809_H_GLOBAL.out new file mode 100644 index 00000000..fdca100d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200809_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200809 STATION NETCDFs +0.0704770565032959 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200809_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200809_M_GLOBAL.out new file mode 100644 index 00000000..96a6bfaa --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200809_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200809 STATION NETCDFs +0.06177575588226318 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200810_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200810_D_GLOBAL.out new file mode 100644 index 00000000..a96892da --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200810_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200810 STATION NETCDFs +0.09473198254903158 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200810_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200810_H_GLOBAL.out new file mode 100644 index 00000000..626d2f49 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200810_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200810 STATION NETCDFs +0.08752146561940512 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200810_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200810_M_GLOBAL.out new file mode 100644 index 00000000..a115e1e7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200810_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200810 STATION NETCDFs +0.07227744658788045 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200811_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200811_D_GLOBAL.out new file mode 100644 index 00000000..ca31ec8a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200811_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200811 STATION NETCDFs +0.07381848096847535 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200811_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200811_H_GLOBAL.out new file mode 100644 index 00000000..a26bde4b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200811_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200811 STATION NETCDFs +0.06961514949798583 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200811_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200811_M_GLOBAL.out new file mode 100644 index 00000000..197f2ba1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200811_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200811 STATION NETCDFs +0.06255666812260946 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200812_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200812_D_GLOBAL.out new file mode 100644 index 00000000..1e9fb66c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200812_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200812 STATION NETCDFs +0.0822062889734904 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200812_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200812_H_GLOBAL.out new file mode 100644 index 00000000..82d86001 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200812_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200812 STATION NETCDFs +0.059720138708750405 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200812_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200812_M_GLOBAL.out new file mode 100644 index 00000000..bc0f70e7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200812_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200812 STATION NETCDFs +0.06866164207458496 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200901_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200901_D_GLOBAL.out new file mode 100644 index 00000000..0edb7ba1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200901_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200901 STATION NETCDFs +0.07498726844787598 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200901_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200901_H_GLOBAL.out new file mode 100644 index 00000000..decb4715 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200901_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200901 STATION NETCDFs +0.07294959624608358 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200901_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200901_M_GLOBAL.out new file mode 100644 index 00000000..e5f77732 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200901_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200901 STATION NETCDFs +0.06104596853256226 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200902_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200902_D_GLOBAL.out new file mode 100644 index 00000000..943d900b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200902_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200902 STATION NETCDFs +0.0841661254564921 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200902_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200902_H_GLOBAL.out new file mode 100644 index 00000000..896a37e8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200902_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200902 STATION NETCDFs +0.08723496993382772 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200902_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200902_M_GLOBAL.out new file mode 100644 index 00000000..a2879706 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200902_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200902 STATION NETCDFs +0.07179447015126546 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200903_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200903_D_GLOBAL.out new file mode 100644 index 00000000..58c44fdc --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200903_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200903 STATION NETCDFs +0.06778398354848227 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200903_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200903_H_GLOBAL.out new file mode 100644 index 00000000..820c25c8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200903_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200903 STATION NETCDFs +0.07262858152389526 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200903_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200903_M_GLOBAL.out new file mode 100644 index 00000000..a7057fab --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200903_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200903 STATION NETCDFs +0.06061509052912394 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200904_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200904_D_GLOBAL.out new file mode 100644 index 00000000..1a1039af --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200904_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200904 STATION NETCDFs +0.07227007548014323 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200904_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200904_H_GLOBAL.out new file mode 100644 index 00000000..f540a350 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200904_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200904 STATION NETCDFs +0.07343449195226033 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200904_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200904_M_GLOBAL.out new file mode 100644 index 00000000..3a70a32a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200904_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200904 STATION NETCDFs +0.07178486585617065 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200905_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200905_D_GLOBAL.out new file mode 100644 index 00000000..a7090244 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200905_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200905 STATION NETCDFs +0.07202676932017009 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200905_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200905_H_GLOBAL.out new file mode 100644 index 00000000..ab08c6af --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200905_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200905 STATION NETCDFs +0.08303236564000448 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200905_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200905_M_GLOBAL.out new file mode 100644 index 00000000..cb77791d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200905_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200905 STATION NETCDFs +0.06684768199920654 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200906_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200906_D_GLOBAL.out new file mode 100644 index 00000000..b530c32e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200906_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200906 STATION NETCDFs +0.08335526784261067 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200906_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200906_H_GLOBAL.out new file mode 100644 index 00000000..9aafce83 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200906_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200906 STATION NETCDFs +0.07644853591918946 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200906_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200906_M_GLOBAL.out new file mode 100644 index 00000000..8c0b2ed4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200906_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200906 STATION NETCDFs +0.06704388062159221 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200907_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200907_D_GLOBAL.out new file mode 100644 index 00000000..78ec6769 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200907_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200907 STATION NETCDFs +0.07567619482676188 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200907_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200907_H_GLOBAL.out new file mode 100644 index 00000000..94a06c26 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200907_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200907 STATION NETCDFs +0.07565480868021647 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200907_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200907_M_GLOBAL.out new file mode 100644 index 00000000..a20ba991 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200907_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200907 STATION NETCDFs +0.0634200096130371 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200908_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200908_D_GLOBAL.out new file mode 100644 index 00000000..98ccdfcd --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200908_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200908 STATION NETCDFs +0.06935932238896687 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200908_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200908_H_GLOBAL.out new file mode 100644 index 00000000..d2e615ef --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200908_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200908 STATION NETCDFs +0.06555498043696086 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200908_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200908_M_GLOBAL.out new file mode 100644 index 00000000..5f8b1b76 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200908_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200908 STATION NETCDFs +0.06787624756495157 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200909_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200909_D_GLOBAL.out new file mode 100644 index 00000000..62a377ea --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200909_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200909 STATION NETCDFs +0.06864202817281087 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200909_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200909_H_GLOBAL.out new file mode 100644 index 00000000..b37e84ef --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200909_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200909 STATION NETCDFs +0.06537346045176189 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200909_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200909_M_GLOBAL.out new file mode 100644 index 00000000..f5c66d0b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200909_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200909 STATION NETCDFs +0.08047755559285481 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200910_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200910_D_GLOBAL.out new file mode 100644 index 00000000..e72c86c8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200910_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200910 STATION NETCDFs +0.07474393447240193 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200910_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200910_H_GLOBAL.out new file mode 100644 index 00000000..e3dc0cff --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200910_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200910 STATION NETCDFs +0.05988465944925944 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200910_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200910_M_GLOBAL.out new file mode 100644 index 00000000..52928b5b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200910_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200910 STATION NETCDFs +0.07982495625813803 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200911_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200911_D_GLOBAL.out new file mode 100644 index 00000000..c4c42c85 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200911_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200911 STATION NETCDFs +0.06859294970830282 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200911_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200911_H_GLOBAL.out new file mode 100644 index 00000000..73a7de79 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200911_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200911 STATION NETCDFs +0.0794275959332784 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200911_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200911_M_GLOBAL.out new file mode 100644 index 00000000..954efdc7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200911_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200911 STATION NETCDFs +0.0714815338452657 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200912_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200912_D_GLOBAL.out new file mode 100644 index 00000000..dd0fab3e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200912_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200912 STATION NETCDFs +0.09141999880472819 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200912_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200912_H_GLOBAL.out new file mode 100644 index 00000000..236e2e5b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200912_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200912 STATION NETCDFs +0.09729633331298829 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_200912_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_200912_M_GLOBAL.out new file mode 100644 index 00000000..920d7d8a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_200912_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200912 STATION NETCDFs +0.10313224792480469 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201001_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201001_D_GLOBAL.out new file mode 100644 index 00000000..4ca34f8b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201001_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201001 STATION NETCDFs +0.09417622089385987 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201001_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201001_H_GLOBAL.out new file mode 100644 index 00000000..a3e77d2a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201001_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201001 STATION NETCDFs +0.11375112136205037 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201001_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201001_M_GLOBAL.out new file mode 100644 index 00000000..4d865eea --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201001_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201001 STATION NETCDFs +0.08965437809626262 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201002_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201002_D_GLOBAL.out new file mode 100644 index 00000000..08c7d803 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201002_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201002 STATION NETCDFs +0.08600941101710001 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201002_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201002_H_GLOBAL.out new file mode 100644 index 00000000..b7da15aa --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201002_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201002 STATION NETCDFs +0.0991413950920105 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201002_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201002_M_GLOBAL.out new file mode 100644 index 00000000..0f308b56 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201002_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201002 STATION NETCDFs +0.0932722012201945 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201003_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201003_D_GLOBAL.out new file mode 100644 index 00000000..5a833927 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201003_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201003 STATION NETCDFs +0.08912926912307739 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201003_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201003_H_GLOBAL.out new file mode 100644 index 00000000..eedfc705 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201003_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201003 STATION NETCDFs +0.08889472881952921 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201003_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201003_M_GLOBAL.out new file mode 100644 index 00000000..e5c88210 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201003_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201003 STATION NETCDFs +0.09240783850351969 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201004_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201004_D_GLOBAL.out new file mode 100644 index 00000000..3c214991 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201004_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201004 STATION NETCDFs +0.09345078865687052 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201004_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201004_H_GLOBAL.out new file mode 100644 index 00000000..c2455196 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201004_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201004 STATION NETCDFs +0.08985938628514607 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201004_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201004_M_GLOBAL.out new file mode 100644 index 00000000..df0f6a4f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201004_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201004 STATION NETCDFs +0.09271817207336426 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201005_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201005_D_GLOBAL.out new file mode 100644 index 00000000..1d2b1f09 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201005_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201005 STATION NETCDFs +0.08814013401667277 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201005_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201005_H_GLOBAL.out new file mode 100644 index 00000000..19415f91 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201005_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201005 STATION NETCDFs +0.09409718116124471 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201005_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201005_M_GLOBAL.out new file mode 100644 index 00000000..40cbf7f6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201005_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201005 STATION NETCDFs +0.09738314549128214 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201006_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201006_D_GLOBAL.out new file mode 100644 index 00000000..d9c5bedb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201006_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201006 STATION NETCDFs +0.10480676492055258 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201006_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201006_H_GLOBAL.out new file mode 100644 index 00000000..18a69acd --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201006_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201006 STATION NETCDFs +0.09105895757675171 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201006_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201006_M_GLOBAL.out new file mode 100644 index 00000000..76109345 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201006_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201006 STATION NETCDFs +0.10409814914067586 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201007_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201007_D_GLOBAL.out new file mode 100644 index 00000000..1633ab9a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201007_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201007 STATION NETCDFs +0.08876680930455526 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201007_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201007_H_GLOBAL.out new file mode 100644 index 00000000..61b53f77 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201007_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201007 STATION NETCDFs +0.11287481387456258 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201007_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201007_M_GLOBAL.out new file mode 100644 index 00000000..ab7b9fca --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201007_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201007 STATION NETCDFs +0.0892049511273702 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201008_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201008_D_GLOBAL.out new file mode 100644 index 00000000..d7f1af5b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201008_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201008 STATION NETCDFs +0.09391787846883139 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201008_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201008_H_GLOBAL.out new file mode 100644 index 00000000..b676b3d4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201008_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201008 STATION NETCDFs +0.10278966029485066 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201008_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201008_M_GLOBAL.out new file mode 100644 index 00000000..ffad7b00 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201008_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201008 STATION NETCDFs +0.09637192487716675 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201009_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201009_D_GLOBAL.out new file mode 100644 index 00000000..f5db54f1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201009_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201009 STATION NETCDFs +0.08672258456548056 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201009_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201009_H_GLOBAL.out new file mode 100644 index 00000000..c2847c9f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201009_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201009 STATION NETCDFs +0.1033363421758016 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201009_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201009_M_GLOBAL.out new file mode 100644 index 00000000..bfe35154 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201009_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201009 STATION NETCDFs +0.0860909660657247 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201010_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201010_D_GLOBAL.out new file mode 100644 index 00000000..71deb142 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201010_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201010 STATION NETCDFs +0.12195820013682047 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201010_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201010_H_GLOBAL.out new file mode 100644 index 00000000..9b0a2965 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201010_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201010 STATION NETCDFs +0.10443936983744304 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201010_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201010_M_GLOBAL.out new file mode 100644 index 00000000..fdf2abe5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201010_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201010 STATION NETCDFs +0.0957577109336853 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201011_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201011_D_GLOBAL.out new file mode 100644 index 00000000..6abe8661 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201011_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201011 STATION NETCDFs +0.09454702933629354 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201011_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201011_H_GLOBAL.out new file mode 100644 index 00000000..a06a13ec --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201011_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201011 STATION NETCDFs +0.09718623161315917 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201011_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201011_M_GLOBAL.out new file mode 100644 index 00000000..b803c89a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201011_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201011 STATION NETCDFs +0.09002817074457804 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201012_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201012_D_GLOBAL.out new file mode 100644 index 00000000..8b287eab --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201012_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201012 STATION NETCDFs +0.10456311702728271 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201012_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201012_H_GLOBAL.out new file mode 100644 index 00000000..10611cff --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201012_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201012 STATION NETCDFs +0.09837483167648316 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201012_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201012_M_GLOBAL.out new file mode 100644 index 00000000..627c665d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201012_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201012 STATION NETCDFs +0.09336659908294678 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201101_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201101_D_GLOBAL.out new file mode 100644 index 00000000..f2633c19 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201101_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201101 STATION NETCDFs +0.10239989757537842 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201101_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201101_H_GLOBAL.out new file mode 100644 index 00000000..35e6f2df --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201101_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201101 STATION NETCDFs +0.09078324635823568 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201101_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201101_M_GLOBAL.out new file mode 100644 index 00000000..af9e282c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201101_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201101 STATION NETCDFs +0.09633945226669312 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201102_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201102_D_GLOBAL.out new file mode 100644 index 00000000..d0f45b47 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201102_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201102 STATION NETCDFs +0.09683028062184652 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201102_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201102_H_GLOBAL.out new file mode 100644 index 00000000..573b86d8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201102_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201102 STATION NETCDFs +0.09137185414632161 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201102_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201102_M_GLOBAL.out new file mode 100644 index 00000000..2ccb0869 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201102_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201102 STATION NETCDFs +0.09275096654891968 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201103_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201103_D_GLOBAL.out new file mode 100644 index 00000000..a5c32b1c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201103_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201103 STATION NETCDFs +0.09771954615910848 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201103_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201103_H_GLOBAL.out new file mode 100644 index 00000000..c6d6ec67 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201103_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201103 STATION NETCDFs +0.09927598635355632 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201103_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201103_M_GLOBAL.out new file mode 100644 index 00000000..4a4e01e3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201103_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201103 STATION NETCDFs +0.09336942434310913 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201104_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201104_D_GLOBAL.out new file mode 100644 index 00000000..42a40090 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201104_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201104 STATION NETCDFs +0.09367027282714843 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201104_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201104_H_GLOBAL.out new file mode 100644 index 00000000..2077bbde --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201104_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201104 STATION NETCDFs +0.10063257217407226 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201104_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201104_M_GLOBAL.out new file mode 100644 index 00000000..fc4074ac --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201104_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201104 STATION NETCDFs +0.10502108335494995 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201105_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201105_D_GLOBAL.out new file mode 100644 index 00000000..9054099d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201105_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201105 STATION NETCDFs +0.08660808801651002 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201105_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201105_H_GLOBAL.out new file mode 100644 index 00000000..0bfc1e2f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201105_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201105 STATION NETCDFs +0.09678621689478556 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201105_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201105_M_GLOBAL.out new file mode 100644 index 00000000..2726fe22 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201105_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201105 STATION NETCDFs +0.09086666901906332 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201106_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201106_D_GLOBAL.out new file mode 100644 index 00000000..b9395ded --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201106_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201106 STATION NETCDFs +0.08885288635889689 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201106_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201106_H_GLOBAL.out new file mode 100644 index 00000000..51ea1db6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201106_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201106 STATION NETCDFs +0.09267853895823161 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201106_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201106_M_GLOBAL.out new file mode 100644 index 00000000..98ee9622 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201106_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201106 STATION NETCDFs +0.085983145236969 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201107_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201107_D_GLOBAL.out new file mode 100644 index 00000000..c85f38c9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201107_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201107 STATION NETCDFs +0.10365991195042928 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201107_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201107_H_GLOBAL.out new file mode 100644 index 00000000..5ff3eeae --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201107_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201107 STATION NETCDFs +0.10342805782953898 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201107_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201107_M_GLOBAL.out new file mode 100644 index 00000000..3a17dfc5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201107_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201107 STATION NETCDFs +0.10770763158798217 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201108_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201108_D_GLOBAL.out new file mode 100644 index 00000000..787eef8f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201108_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201108 STATION NETCDFs +0.10988101959228516 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201108_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201108_H_GLOBAL.out new file mode 100644 index 00000000..3dfffc18 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201108_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201108 STATION NETCDFs +0.10621993939081828 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201108_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201108_M_GLOBAL.out new file mode 100644 index 00000000..a9a38014 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201108_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201108 STATION NETCDFs +0.10300129254659017 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201109_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201109_D_GLOBAL.out new file mode 100644 index 00000000..20b8bfea --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201109_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201109 STATION NETCDFs +0.10133251349131266 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201109_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201109_H_GLOBAL.out new file mode 100644 index 00000000..0771a337 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201109_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201109 STATION NETCDFs +0.10803429285685222 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201109_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201109_M_GLOBAL.out new file mode 100644 index 00000000..3e2bc722 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201109_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201109 STATION NETCDFs +0.10419393380482991 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201110_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201110_D_GLOBAL.out new file mode 100644 index 00000000..06edc1bb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201110_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201110 STATION NETCDFs +0.10354046821594239 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201110_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201110_H_GLOBAL.out new file mode 100644 index 00000000..7270d9cd --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201110_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201110 STATION NETCDFs +0.10719045400619506 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201110_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201110_M_GLOBAL.out new file mode 100644 index 00000000..a6b9a351 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201110_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201110 STATION NETCDFs +0.11799152294794718 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201111_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201111_D_GLOBAL.out new file mode 100644 index 00000000..0a281728 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201111_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201111 STATION NETCDFs +0.10434396266937256 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201111_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201111_H_GLOBAL.out new file mode 100644 index 00000000..20e8379c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201111_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201111 STATION NETCDFs +0.09956978956858317 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201111_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201111_M_GLOBAL.out new file mode 100644 index 00000000..433cbada --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201111_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201111 STATION NETCDFs +0.0874777356783549 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201112_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201112_D_GLOBAL.out new file mode 100644 index 00000000..6c54e808 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201112_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201112 STATION NETCDFs +0.11350692907969157 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201112_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201112_H_GLOBAL.out new file mode 100644 index 00000000..705cbae2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201112_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201112 STATION NETCDFs +0.11095227400461832 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201112_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201112_M_GLOBAL.out new file mode 100644 index 00000000..5aeaa7e1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201112_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201112 STATION NETCDFs +0.11333512862523397 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201201_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201201_D_GLOBAL.out new file mode 100644 index 00000000..c0bacd58 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201201_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201201 STATION NETCDFs +0.0993844747543335 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201201_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201201_H_GLOBAL.out new file mode 100644 index 00000000..cea8f06e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201201_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201201 STATION NETCDFs +0.10986694494883219 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201201_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201201_M_GLOBAL.out new file mode 100644 index 00000000..f556bf1e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201201_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201201 STATION NETCDFs +0.1037203828493754 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201202_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201202_D_GLOBAL.out new file mode 100644 index 00000000..42828745 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201202_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201202 STATION NETCDFs +0.1188247561454773 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201202_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201202_H_GLOBAL.out new file mode 100644 index 00000000..60491346 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201202_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201202 STATION NETCDFs +0.11652184724807739 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201202_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201202_M_GLOBAL.out new file mode 100644 index 00000000..ce0d5126 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201202_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201202 STATION NETCDFs +0.1138622244199117 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201203_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201203_D_GLOBAL.out new file mode 100644 index 00000000..e3967281 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201203_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201203 STATION NETCDFs +0.11758194367090861 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201203_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201203_H_GLOBAL.out new file mode 100644 index 00000000..04c80e69 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201203_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201203 STATION NETCDFs +0.11160578330357869 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201203_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201203_M_GLOBAL.out new file mode 100644 index 00000000..f0016b84 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201203_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201203 STATION NETCDFs +0.11332565148671468 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201204_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201204_D_GLOBAL.out new file mode 100644 index 00000000..3e6212dd --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201204_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201204 STATION NETCDFs +0.1262784202893575 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201204_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201204_H_GLOBAL.out new file mode 100644 index 00000000..598400af --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201204_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201204 STATION NETCDFs +0.11233469645182291 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201204_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201204_M_GLOBAL.out new file mode 100644 index 00000000..673de679 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201204_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201204 STATION NETCDFs +0.12351166407267253 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201205_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201205_D_GLOBAL.out new file mode 100644 index 00000000..8435e0ba --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201205_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201205 STATION NETCDFs +0.10668527682622274 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201205_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201205_H_GLOBAL.out new file mode 100644 index 00000000..c83d8964 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201205_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201205 STATION NETCDFs +0.10893539190292359 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201205_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201205_M_GLOBAL.out new file mode 100644 index 00000000..7f44260a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201205_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201205 STATION NETCDFs +0.10721382300059 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201206_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201206_D_GLOBAL.out new file mode 100644 index 00000000..8cf4b3d7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201206_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201206 STATION NETCDFs +0.13835906187693278 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201206_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201206_H_GLOBAL.out new file mode 100644 index 00000000..b8828d7e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201206_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201206 STATION NETCDFs +0.12770935694376628 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201206_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201206_M_GLOBAL.out new file mode 100644 index 00000000..ca29292f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201206_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201206 STATION NETCDFs +0.11820634603500366 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201207_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201207_D_GLOBAL.out new file mode 100644 index 00000000..180f9ff1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201207_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201207 STATION NETCDFs +0.09951447248458863 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201207_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201207_H_GLOBAL.out new file mode 100644 index 00000000..64592e69 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201207_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201207 STATION NETCDFs +0.1118553876876831 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201207_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201207_M_GLOBAL.out new file mode 100644 index 00000000..a9a3cfab --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201207_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201207 STATION NETCDFs +0.1241144061088562 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201208_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201208_D_GLOBAL.out new file mode 100644 index 00000000..96a0bf30 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201208_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201208 STATION NETCDFs +0.11430509090423584 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201208_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201208_H_GLOBAL.out new file mode 100644 index 00000000..8e461f6d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201208_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201208 STATION NETCDFs +0.10833755334218344 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201208_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201208_M_GLOBAL.out new file mode 100644 index 00000000..8f97830f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201208_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201208 STATION NETCDFs +0.10201764106750488 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201209_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201209_D_GLOBAL.out new file mode 100644 index 00000000..8974e098 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201209_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201209 STATION NETCDFs +0.1062812089920044 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201209_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201209_H_GLOBAL.out new file mode 100644 index 00000000..d044783c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201209_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201209 STATION NETCDFs +0.1192597508430481 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201209_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201209_M_GLOBAL.out new file mode 100644 index 00000000..a7c7701e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201209_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201209 STATION NETCDFs +0.11013839642206828 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201210_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201210_D_GLOBAL.out new file mode 100644 index 00000000..78644d82 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201210_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201210 STATION NETCDFs +0.12283163865407308 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201210_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201210_H_GLOBAL.out new file mode 100644 index 00000000..aa3bd77c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201210_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201210 STATION NETCDFs +0.11527779102325439 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201210_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201210_M_GLOBAL.out new file mode 100644 index 00000000..e417cf6a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201210_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201210 STATION NETCDFs +0.14063610633214316 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201211_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201211_D_GLOBAL.out new file mode 100644 index 00000000..60e8a8d4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201211_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201211 STATION NETCDFs +0.11999699274698893 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201211_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201211_H_GLOBAL.out new file mode 100644 index 00000000..bddda449 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201211_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201211 STATION NETCDFs +0.11663409074147542 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201211_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201211_M_GLOBAL.out new file mode 100644 index 00000000..d44c492f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201211_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201211 STATION NETCDFs +0.12015957434972127 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201212_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201212_D_GLOBAL.out new file mode 100644 index 00000000..2415efc1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201212_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201212 STATION NETCDFs +0.15504060983657836 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201212_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201212_H_GLOBAL.out new file mode 100644 index 00000000..e86580e8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201212_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201212 STATION NETCDFs +0.11150502761205038 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201212_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201212_M_GLOBAL.out new file mode 100644 index 00000000..93d2ac82 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201212_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201212 STATION NETCDFs +0.12978719075520834 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201301_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201301_D_GLOBAL.out new file mode 100644 index 00000000..a4e0ae66 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201301_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201301 STATION NETCDFs +0.1261857549349467 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201301_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201301_H_GLOBAL.out new file mode 100644 index 00000000..1ea5059f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201301_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201301 STATION NETCDFs +0.12463892698287964 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201301_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201301_M_GLOBAL.out new file mode 100644 index 00000000..8c417503 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201301_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201301 STATION NETCDFs +0.12949711084365845 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201302_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201302_D_GLOBAL.out new file mode 100644 index 00000000..618eb96e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201302_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201302 STATION NETCDFs +0.11507355372111003 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201302_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201302_H_GLOBAL.out new file mode 100644 index 00000000..b4881db1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201302_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201302 STATION NETCDFs +0.1283582091331482 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201302_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201302_M_GLOBAL.out new file mode 100644 index 00000000..60e72000 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201302_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201302 STATION NETCDFs +0.11394940614700318 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201303_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201303_D_GLOBAL.out new file mode 100644 index 00000000..117db102 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201303_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201303 STATION NETCDFs +0.13108112812042236 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201303_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201303_H_GLOBAL.out new file mode 100644 index 00000000..2c9619d1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201303_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201303 STATION NETCDFs +0.09368513822555542 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201303_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201303_M_GLOBAL.out new file mode 100644 index 00000000..3adc75f4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201303_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201303 STATION NETCDFs +0.11687525113423665 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201304_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201304_D_GLOBAL.out new file mode 100644 index 00000000..71b5d8a1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201304_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201304 STATION NETCDFs +0.09718339840571086 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201304_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201304_H_GLOBAL.out new file mode 100644 index 00000000..9a24e577 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201304_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201304 STATION NETCDFs +0.09528883298238118 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201304_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201304_M_GLOBAL.out new file mode 100644 index 00000000..40246834 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201304_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201304 STATION NETCDFs +0.1147000789642334 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201305_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201305_D_GLOBAL.out new file mode 100644 index 00000000..1b5e34a0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201305_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201305 STATION NETCDFs +0.11895488500595093 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201305_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201305_H_GLOBAL.out new file mode 100644 index 00000000..49942c38 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201305_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201305 STATION NETCDFs +0.12138094902038574 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201305_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201305_M_GLOBAL.out new file mode 100644 index 00000000..2351231b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201305_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201305 STATION NETCDFs +0.11050643920898437 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201306_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201306_D_GLOBAL.out new file mode 100644 index 00000000..b9e24a2d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201306_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201306 STATION NETCDFs +0.11531559228897095 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201306_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201306_H_GLOBAL.out new file mode 100644 index 00000000..f5c2c743 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201306_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201306 STATION NETCDFs +0.10022244453430176 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201306_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201306_M_GLOBAL.out new file mode 100644 index 00000000..859fb917 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201306_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201306 STATION NETCDFs +0.11513579686482747 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201307_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201307_D_GLOBAL.out new file mode 100644 index 00000000..3190f075 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201307_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201307 STATION NETCDFs +0.11856507460276286 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201307_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201307_H_GLOBAL.out new file mode 100644 index 00000000..7bce7964 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201307_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201307 STATION NETCDFs +0.11452470620473226 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201307_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201307_M_GLOBAL.out new file mode 100644 index 00000000..4563ccde --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201307_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201307 STATION NETCDFs +0.1075761357943217 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201308_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201308_D_GLOBAL.out new file mode 100644 index 00000000..3d735bdb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201308_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201308 STATION NETCDFs +0.10057406028111776 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201308_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201308_H_GLOBAL.out new file mode 100644 index 00000000..8e3e2872 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201308_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201308 STATION NETCDFs +0.10080770651499431 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201308_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201308_M_GLOBAL.out new file mode 100644 index 00000000..3b443d1d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201308_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201308 STATION NETCDFs +0.11291192372639974 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201309_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201309_D_GLOBAL.out new file mode 100644 index 00000000..61a73986 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201309_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201309 STATION NETCDFs +0.11644810438156128 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201309_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201309_H_GLOBAL.out new file mode 100644 index 00000000..02e26124 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201309_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201309 STATION NETCDFs +0.1216539184252421 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201309_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201309_M_GLOBAL.out new file mode 100644 index 00000000..eb5ab133 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201309_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201309 STATION NETCDFs +0.11970043182373047 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201310_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201310_D_GLOBAL.out new file mode 100644 index 00000000..a88b34cb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201310_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201310 STATION NETCDFs +0.11800138552983602 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201310_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201310_H_GLOBAL.out new file mode 100644 index 00000000..12a2bcab --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201310_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201310 STATION NETCDFs +0.10663234392801921 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201310_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201310_M_GLOBAL.out new file mode 100644 index 00000000..c28faa00 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201310_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201310 STATION NETCDFs +0.1113491972287496 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201311_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201311_D_GLOBAL.out new file mode 100644 index 00000000..8cbe8e5e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201311_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201311 STATION NETCDFs +0.12443429231643677 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201311_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201311_H_GLOBAL.out new file mode 100644 index 00000000..d5e6536a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201311_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201311 STATION NETCDFs +0.11846269369125366 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201311_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201311_M_GLOBAL.out new file mode 100644 index 00000000..5e4ef7e5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201311_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201311 STATION NETCDFs +0.11404253641764323 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201312_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201312_D_GLOBAL.out new file mode 100644 index 00000000..480cc875 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201312_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201312 STATION NETCDFs +0.12887334028879802 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201312_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201312_H_GLOBAL.out new file mode 100644 index 00000000..be27d138 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201312_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201312 STATION NETCDFs +0.13009459575017293 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201312_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201312_M_GLOBAL.out new file mode 100644 index 00000000..08096be5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201312_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201312 STATION NETCDFs +0.1149143656094869 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201401_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201401_D_GLOBAL.out new file mode 100644 index 00000000..65996324 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201401_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201401 STATION NETCDFs +0.10771481196085612 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201401_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201401_H_GLOBAL.out new file mode 100644 index 00000000..80ccfe81 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201401_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201401 STATION NETCDFs +0.12452720801035563 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201401_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201401_M_GLOBAL.out new file mode 100644 index 00000000..763d15ca --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201401_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201401 STATION NETCDFs +0.11028474966684977 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201402_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201402_D_GLOBAL.out new file mode 100644 index 00000000..7fe53f67 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201402_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201402 STATION NETCDFs +0.1266547679901123 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201402_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201402_H_GLOBAL.out new file mode 100644 index 00000000..2bbe4040 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201402_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201402 STATION NETCDFs +0.12780710458755493 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201402_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201402_M_GLOBAL.out new file mode 100644 index 00000000..438e0943 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201402_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201402 STATION NETCDFs +0.12608333826065063 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201403_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201403_D_GLOBAL.out new file mode 100644 index 00000000..e7c3a087 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201403_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201403 STATION NETCDFs +0.11083606878916423 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201403_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201403_H_GLOBAL.out new file mode 100644 index 00000000..151cab95 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201403_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201403 STATION NETCDFs +0.11849769751230875 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201403_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201403_M_GLOBAL.out new file mode 100644 index 00000000..8dd691d3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201403_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201403 STATION NETCDFs +0.12136343320210775 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201404_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201404_D_GLOBAL.out new file mode 100644 index 00000000..a4b80763 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201404_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201404 STATION NETCDFs +0.11842077573140462 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201404_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201404_H_GLOBAL.out new file mode 100644 index 00000000..94c33321 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201404_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201404 STATION NETCDFs +0.1230239748954773 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201404_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201404_M_GLOBAL.out new file mode 100644 index 00000000..bbc03131 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201404_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201404 STATION NETCDFs +0.1356582204500834 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201405_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201405_D_GLOBAL.out new file mode 100644 index 00000000..7feae289 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201405_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201405 STATION NETCDFs +0.12255709966023763 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201405_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201405_H_GLOBAL.out new file mode 100644 index 00000000..dde11878 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201405_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201405 STATION NETCDFs +0.11851666371027629 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201405_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201405_M_GLOBAL.out new file mode 100644 index 00000000..1b9d3d59 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201405_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201405 STATION NETCDFs +0.12608360052108764 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201406_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201406_D_GLOBAL.out new file mode 100644 index 00000000..5138eb21 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201406_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201406 STATION NETCDFs +0.12149554093678792 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201406_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201406_H_GLOBAL.out new file mode 100644 index 00000000..52af99f9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201406_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201406 STATION NETCDFs +0.12028045256932576 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201406_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201406_M_GLOBAL.out new file mode 100644 index 00000000..3522cb07 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201406_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201406 STATION NETCDFs +0.12222824494043986 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201407_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201407_D_GLOBAL.out new file mode 100644 index 00000000..95b19679 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201407_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201407 STATION NETCDFs +0.13440420230229697 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201407_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201407_H_GLOBAL.out new file mode 100644 index 00000000..457765c7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201407_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201407 STATION NETCDFs +0.12032084067662557 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201407_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201407_M_GLOBAL.out new file mode 100644 index 00000000..8a95afb0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201407_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201407 STATION NETCDFs +0.1165886918703715 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201408_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201408_D_GLOBAL.out new file mode 100644 index 00000000..a3e1b514 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201408_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201408 STATION NETCDFs +0.11876457929611206 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201408_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201408_H_GLOBAL.out new file mode 100644 index 00000000..a552ac60 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201408_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201408 STATION NETCDFs +0.13742429812749227 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201408_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201408_M_GLOBAL.out new file mode 100644 index 00000000..dc38367c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201408_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201408 STATION NETCDFs +0.11841751337051391 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201409_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201409_D_GLOBAL.out new file mode 100644 index 00000000..373ef1f0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201409_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201409 STATION NETCDFs +0.1443085233370463 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201409_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201409_H_GLOBAL.out new file mode 100644 index 00000000..0c3da67b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201409_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201409 STATION NETCDFs +0.14544392426808675 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201409_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201409_M_GLOBAL.out new file mode 100644 index 00000000..6c9aa864 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201409_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201409 STATION NETCDFs +0.12321763833363851 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201410_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201410_D_GLOBAL.out new file mode 100644 index 00000000..812f0a8f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201410_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201410 STATION NETCDFs +0.12759257157643636 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201410_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201410_H_GLOBAL.out new file mode 100644 index 00000000..2a7907d8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201410_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201410 STATION NETCDFs +0.13287792205810547 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201410_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201410_M_GLOBAL.out new file mode 100644 index 00000000..8d808148 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201410_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201410 STATION NETCDFs +0.13097169796625774 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201411_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201411_D_GLOBAL.out new file mode 100644 index 00000000..48e861bb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201411_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201411 STATION NETCDFs +0.14222434759140015 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201411_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201411_H_GLOBAL.out new file mode 100644 index 00000000..30500f9d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201411_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201411 STATION NETCDFs +0.12630028327306111 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201411_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201411_M_GLOBAL.out new file mode 100644 index 00000000..03dd891a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201411_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201411 STATION NETCDFs +0.1123218814531962 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201412_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201412_D_GLOBAL.out new file mode 100644 index 00000000..6f965681 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201412_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201412 STATION NETCDFs +0.13500471115112306 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201412_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201412_H_GLOBAL.out new file mode 100644 index 00000000..fda071f6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201412_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201412 STATION NETCDFs +0.14471124013264974 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201412_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201412_M_GLOBAL.out new file mode 100644 index 00000000..cbc3a990 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201412_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201412 STATION NETCDFs +0.136276912689209 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201501_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201501_D_GLOBAL.out new file mode 100644 index 00000000..41d7a7b7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201501_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201501 STATION NETCDFs +0.14031160672505696 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201501_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201501_H_GLOBAL.out new file mode 100644 index 00000000..c04a9764 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201501_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201501 STATION NETCDFs +0.14427629311879475 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201501_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201501_M_GLOBAL.out new file mode 100644 index 00000000..7fcc7a4b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201501_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201501 STATION NETCDFs +0.13035389979680378 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201502_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201502_D_GLOBAL.out new file mode 100644 index 00000000..fda1eb2b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201502_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201502 STATION NETCDFs +0.15117000738779704 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201502_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201502_H_GLOBAL.out new file mode 100644 index 00000000..74f55610 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201502_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201502 STATION NETCDFs +0.12824705441792805 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201502_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201502_M_GLOBAL.out new file mode 100644 index 00000000..e2d916e8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201502_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201502 STATION NETCDFs +0.143668266137441 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201503_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201503_D_GLOBAL.out new file mode 100644 index 00000000..22e28de7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201503_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201503 STATION NETCDFs +0.13604960838953653 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201503_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201503_H_GLOBAL.out new file mode 100644 index 00000000..1a3b56f5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201503_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201503 STATION NETCDFs +0.14034322102864583 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201503_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201503_M_GLOBAL.out new file mode 100644 index 00000000..b9155f2e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201503_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201503 STATION NETCDFs +0.13732662598292034 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201504_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201504_D_GLOBAL.out new file mode 100644 index 00000000..5394b172 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201504_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201504 STATION NETCDFs +0.13211416403452556 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201504_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201504_H_GLOBAL.out new file mode 100644 index 00000000..0cba044d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201504_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201504 STATION NETCDFs +0.11942140261332194 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201504_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201504_M_GLOBAL.out new file mode 100644 index 00000000..757e2463 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201504_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201504 STATION NETCDFs +0.15463080406188964 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201505_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201505_D_GLOBAL.out new file mode 100644 index 00000000..8a47623d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201505_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201505 STATION NETCDFs +0.14294496774673462 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201505_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201505_H_GLOBAL.out new file mode 100644 index 00000000..23ddbf13 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201505_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201505 STATION NETCDFs +0.11202748616536458 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201505_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201505_M_GLOBAL.out new file mode 100644 index 00000000..9a79d822 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201505_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201505 STATION NETCDFs +0.13094605207443238 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201506_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201506_D_GLOBAL.out new file mode 100644 index 00000000..388080c3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201506_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201506 STATION NETCDFs +0.13608498175938924 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201506_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201506_H_GLOBAL.out new file mode 100644 index 00000000..484735db --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201506_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201506 STATION NETCDFs +0.1320452849070231 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201506_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201506_M_GLOBAL.out new file mode 100644 index 00000000..6df7976f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201506_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201506 STATION NETCDFs +0.1326296329498291 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201507_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201507_D_GLOBAL.out new file mode 100644 index 00000000..a673aece --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201507_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201507 STATION NETCDFs +0.1434836228688558 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201507_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201507_H_GLOBAL.out new file mode 100644 index 00000000..0719d8c4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201507_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201507 STATION NETCDFs +0.14005929231643677 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201507_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201507_M_GLOBAL.out new file mode 100644 index 00000000..c4c4db37 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201507_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201507 STATION NETCDFs +0.14153410196304322 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201508_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201508_D_GLOBAL.out new file mode 100644 index 00000000..908ea27c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201508_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201508 STATION NETCDFs +0.14140092134475707 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201508_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201508_H_GLOBAL.out new file mode 100644 index 00000000..dffec524 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201508_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201508 STATION NETCDFs +0.13066000143686932 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201508_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201508_M_GLOBAL.out new file mode 100644 index 00000000..e57228a0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201508_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201508 STATION NETCDFs +0.16000605821609498 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201509_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201509_D_GLOBAL.out new file mode 100644 index 00000000..2b7fba8a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201509_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201509 STATION NETCDFs +0.14615687131881713 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201509_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201509_H_GLOBAL.out new file mode 100644 index 00000000..6e6f6c43 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201509_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201509 STATION NETCDFs +0.14260961214701334 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201509_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201509_M_GLOBAL.out new file mode 100644 index 00000000..53a86239 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201509_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201509 STATION NETCDFs +0.12988137006759642 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201510_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201510_D_GLOBAL.out new file mode 100644 index 00000000..c906c6f1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201510_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201510 STATION NETCDFs +0.13938464721043906 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201510_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201510_H_GLOBAL.out new file mode 100644 index 00000000..af2bd2f7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201510_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201510 STATION NETCDFs +0.14901969830195108 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201510_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201510_M_GLOBAL.out new file mode 100644 index 00000000..3f1bda4b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201510_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201510 STATION NETCDFs +0.12994905710220336 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201511_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201511_D_GLOBAL.out new file mode 100644 index 00000000..c98231bd --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201511_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201511 STATION NETCDFs +0.1411242127418518 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201511_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201511_H_GLOBAL.out new file mode 100644 index 00000000..f5da3439 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201511_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201511 STATION NETCDFs +0.14419334332148234 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201511_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201511_M_GLOBAL.out new file mode 100644 index 00000000..7577292f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201511_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201511 STATION NETCDFs +0.12822997967402142 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201512_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201512_D_GLOBAL.out new file mode 100644 index 00000000..d0d00c5c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201512_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201512 STATION NETCDFs +0.1446275552113851 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201512_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201512_H_GLOBAL.out new file mode 100644 index 00000000..359e4f65 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201512_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201512 STATION NETCDFs +0.11714011430740356 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201512_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201512_M_GLOBAL.out new file mode 100644 index 00000000..49ec4f6a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201512_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201512 STATION NETCDFs +0.13057141701380412 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201601_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201601_D_GLOBAL.out new file mode 100644 index 00000000..a9a60ee9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201601_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201601 STATION NETCDFs +0.13210150798161824 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201601_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201601_H_GLOBAL.out new file mode 100644 index 00000000..e8a2a5e6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201601_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201601 STATION NETCDFs +0.14116012652715046 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201601_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201601_M_GLOBAL.out new file mode 100644 index 00000000..3ed98679 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201601_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201601 STATION NETCDFs +0.13180982669194538 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201602_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201602_D_GLOBAL.out new file mode 100644 index 00000000..976e4f17 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201602_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201602 STATION NETCDFs +0.14285244544347128 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201602_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201602_H_GLOBAL.out new file mode 100644 index 00000000..cffdfd82 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201602_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201602 STATION NETCDFs +0.14026274681091308 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201602_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201602_M_GLOBAL.out new file mode 100644 index 00000000..4ef882d5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201602_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201602 STATION NETCDFs +0.1409603794415792 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201603_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201603_D_GLOBAL.out new file mode 100644 index 00000000..e82e5b13 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201603_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201603 STATION NETCDFs +0.15432283878326417 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201603_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201603_H_GLOBAL.out new file mode 100644 index 00000000..51cdb0a7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201603_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201603 STATION NETCDFs +0.12032315731048585 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201603_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201603_M_GLOBAL.out new file mode 100644 index 00000000..8ffe614f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201603_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201603 STATION NETCDFs +0.13182002305984497 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201604_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201604_D_GLOBAL.out new file mode 100644 index 00000000..283c1988 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201604_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201604 STATION NETCDFs +0.1338426351547241 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201604_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201604_H_GLOBAL.out new file mode 100644 index 00000000..468738c5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201604_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201604 STATION NETCDFs +0.1319231907526652 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201604_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201604_M_GLOBAL.out new file mode 100644 index 00000000..7d861ff1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201604_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201604 STATION NETCDFs +0.1343415856361389 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201605_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201605_D_GLOBAL.out new file mode 100644 index 00000000..ddda8360 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201605_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201605 STATION NETCDFs +0.15259026686350505 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201605_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201605_H_GLOBAL.out new file mode 100644 index 00000000..87e53ec1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201605_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201605 STATION NETCDFs +0.13201273679733277 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201605_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201605_M_GLOBAL.out new file mode 100644 index 00000000..6cb2dbb2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201605_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201605 STATION NETCDFs +0.1396903872489929 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201606_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201606_D_GLOBAL.out new file mode 100644 index 00000000..930307c9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201606_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201606 STATION NETCDFs +0.1405494491259257 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201606_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201606_H_GLOBAL.out new file mode 100644 index 00000000..62827979 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201606_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201606 STATION NETCDFs +0.1259293556213379 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201606_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201606_M_GLOBAL.out new file mode 100644 index 00000000..f9b1a029 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201606_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201606 STATION NETCDFs +0.12975913286209106 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201607_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201607_D_GLOBAL.out new file mode 100644 index 00000000..973520a2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201607_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201607 STATION NETCDFs +0.12502535184224448 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201607_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201607_H_GLOBAL.out new file mode 100644 index 00000000..f67683d8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201607_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201607 STATION NETCDFs +0.13310400247573853 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201607_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201607_M_GLOBAL.out new file mode 100644 index 00000000..097a9048 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201607_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201607 STATION NETCDFs +0.13452256520589193 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201608_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201608_D_GLOBAL.out new file mode 100644 index 00000000..974f3797 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201608_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201608 STATION NETCDFs +0.14171096881230671 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201608_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201608_H_GLOBAL.out new file mode 100644 index 00000000..13270120 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201608_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201608 STATION NETCDFs +0.13947510719299316 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201608_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201608_M_GLOBAL.out new file mode 100644 index 00000000..26e506d6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201608_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201608 STATION NETCDFs +0.15544462203979492 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201609_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201609_D_GLOBAL.out new file mode 100644 index 00000000..738f2b39 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201609_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201609 STATION NETCDFs +0.13081305027008056 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201609_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201609_H_GLOBAL.out new file mode 100644 index 00000000..25baa2ae --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201609_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201609 STATION NETCDFs +0.1366171439488729 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201609_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201609_M_GLOBAL.out new file mode 100644 index 00000000..844c6fa9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201609_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201609 STATION NETCDFs +0.13834194342295328 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201610_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201610_D_GLOBAL.out new file mode 100644 index 00000000..9427d7df --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201610_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201610 STATION NETCDFs +0.13445392449696858 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201610_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201610_H_GLOBAL.out new file mode 100644 index 00000000..9f0f639c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201610_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201610 STATION NETCDFs +0.12948182026545207 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201610_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201610_M_GLOBAL.out new file mode 100644 index 00000000..a2cf264e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201610_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201610 STATION NETCDFs +0.13285903135935465 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201611_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201611_D_GLOBAL.out new file mode 100644 index 00000000..fa7cc56c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201611_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201611 STATION NETCDFs +0.1380655606587728 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201611_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201611_H_GLOBAL.out new file mode 100644 index 00000000..063219c7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201611_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201611 STATION NETCDFs +0.1241673986117045 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201611_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201611_M_GLOBAL.out new file mode 100644 index 00000000..f2e8a3d9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201611_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201611 STATION NETCDFs +0.12413140932718912 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201612_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201612_D_GLOBAL.out new file mode 100644 index 00000000..2dde0e0d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201612_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201612 STATION NETCDFs +0.12514979044596355 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201612_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201612_H_GLOBAL.out new file mode 100644 index 00000000..87afad3c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201612_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201612 STATION NETCDFs +0.1345822850863139 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201612_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201612_M_GLOBAL.out new file mode 100644 index 00000000..5671e482 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201612_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201612 STATION NETCDFs +0.12498815457026163 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201701_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201701_D_GLOBAL.out new file mode 100644 index 00000000..f7b60744 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201701_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201701 STATION NETCDFs +0.1273245930671692 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201701_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201701_H_GLOBAL.out new file mode 100644 index 00000000..5f934e99 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201701_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201701 STATION NETCDFs +0.14089778661727906 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201701_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201701_M_GLOBAL.out new file mode 100644 index 00000000..55c33018 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201701_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201701 STATION NETCDFs +0.12457419236501058 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201702_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201702_D_GLOBAL.out new file mode 100644 index 00000000..58ee8013 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201702_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201702 STATION NETCDFs +0.12545003096262614 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201702_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201702_H_GLOBAL.out new file mode 100644 index 00000000..4020c05e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201702_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201702 STATION NETCDFs +0.1259743531545003 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201702_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201702_M_GLOBAL.out new file mode 100644 index 00000000..2c62a826 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201702_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201702 STATION NETCDFs +0.13359158436457316 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201703_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201703_D_GLOBAL.out new file mode 100644 index 00000000..1a268a96 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201703_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201703 STATION NETCDFs +0.12010852893193563 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201703_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201703_H_GLOBAL.out new file mode 100644 index 00000000..3d7f8a91 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201703_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201703 STATION NETCDFs +0.13308688402175903 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201703_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201703_M_GLOBAL.out new file mode 100644 index 00000000..48f0b027 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201703_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201703 STATION NETCDFs +0.11902294158935547 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201704_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201704_D_GLOBAL.out new file mode 100644 index 00000000..a4111c1c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201704_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201704 STATION NETCDFs +0.12674051523208618 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201704_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201704_H_GLOBAL.out new file mode 100644 index 00000000..7adf817f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201704_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201704 STATION NETCDFs +0.12790416876475016 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201704_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201704_M_GLOBAL.out new file mode 100644 index 00000000..7dd456f0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201704_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201704 STATION NETCDFs +0.13008445501327515 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201705_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201705_D_GLOBAL.out new file mode 100644 index 00000000..60c9d79d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201705_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201705 STATION NETCDFs +0.13282835086186726 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201705_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201705_H_GLOBAL.out new file mode 100644 index 00000000..5536fb06 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201705_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201705 STATION NETCDFs +0.1305690288543701 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201705_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201705_M_GLOBAL.out new file mode 100644 index 00000000..a3078eac --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201705_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201705 STATION NETCDFs +0.11761333147684733 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201706_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201706_D_GLOBAL.out new file mode 100644 index 00000000..4d8c9ede --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201706_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201706 STATION NETCDFs +0.1259377121925354 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201706_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201706_H_GLOBAL.out new file mode 100644 index 00000000..0c3e697e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201706_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201706 STATION NETCDFs +0.12793080806732177 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201706_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201706_M_GLOBAL.out new file mode 100644 index 00000000..d97d06dc --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201706_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201706 STATION NETCDFs +0.13573052485783896 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201707_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201707_D_GLOBAL.out new file mode 100644 index 00000000..086b14ad --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201707_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201707 STATION NETCDFs +0.14090903202692667 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201707_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201707_H_GLOBAL.out new file mode 100644 index 00000000..3ff4c126 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201707_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201707 STATION NETCDFs +0.12464109261830648 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201707_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201707_M_GLOBAL.out new file mode 100644 index 00000000..fe9cefb4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201707_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201707 STATION NETCDFs +0.13903069893519085 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201708_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201708_D_GLOBAL.out new file mode 100644 index 00000000..c9bf0349 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201708_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201708 STATION NETCDFs +0.15044135649998983 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201708_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201708_H_GLOBAL.out new file mode 100644 index 00000000..65ac7eb0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201708_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201708 STATION NETCDFs +0.12041230201721191 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201708_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201708_M_GLOBAL.out new file mode 100644 index 00000000..f09e4387 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201708_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201708 STATION NETCDFs +0.1553383191426595 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201709_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201709_D_GLOBAL.out new file mode 100644 index 00000000..9676e906 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201709_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201709 STATION NETCDFs +0.13158372243245442 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201709_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201709_H_GLOBAL.out new file mode 100644 index 00000000..629cf2fa --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201709_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201709 STATION NETCDFs +0.12644098997116088 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201709_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201709_M_GLOBAL.out new file mode 100644 index 00000000..8b066854 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201709_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201709 STATION NETCDFs +0.13379934231440227 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201710_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201710_D_GLOBAL.out new file mode 100644 index 00000000..270d4e58 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201710_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201710 STATION NETCDFs +0.1325840950012207 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201710_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201710_H_GLOBAL.out new file mode 100644 index 00000000..09c32d00 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201710_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201710 STATION NETCDFs +0.1381222446759542 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201710_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201710_M_GLOBAL.out new file mode 100644 index 00000000..fd8f127d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201710_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201710 STATION NETCDFs +0.14931596517562867 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201711_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201711_D_GLOBAL.out new file mode 100644 index 00000000..69fea654 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201711_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201711 STATION NETCDFs +0.18583877086639405 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201711_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201711_H_GLOBAL.out new file mode 100644 index 00000000..7da63c91 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201711_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201711 STATION NETCDFs +0.17271756728490192 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201711_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201711_M_GLOBAL.out new file mode 100644 index 00000000..61758a9a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201711_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201711 STATION NETCDFs +0.15053563515345256 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201712_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201712_D_GLOBAL.out new file mode 100644 index 00000000..4c97b10d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201712_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201712 STATION NETCDFs +0.1486838181813558 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201712_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201712_H_GLOBAL.out new file mode 100644 index 00000000..284ff871 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201712_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201712 STATION NETCDFs +0.1352467934290568 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201712_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201712_M_GLOBAL.out new file mode 100644 index 00000000..31f2209a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201712_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201712 STATION NETCDFs +0.140735920270284 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201801_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201801_D_GLOBAL.out new file mode 100644 index 00000000..1a3f7b66 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201801_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201801 STATION NETCDFs +0.14500654141108196 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201801_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201801_H_GLOBAL.out new file mode 100644 index 00000000..ba4bfd35 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201801_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201801 STATION NETCDFs +0.1306728959083557 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201801_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201801_M_GLOBAL.out new file mode 100644 index 00000000..893b529d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201801_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201801 STATION NETCDFs +0.15683230956395466 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201802_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201802_D_GLOBAL.out new file mode 100644 index 00000000..2f921b49 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201802_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201802 STATION NETCDFs +0.1434425751368205 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201802_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201802_H_GLOBAL.out new file mode 100644 index 00000000..90334438 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201802_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201802 STATION NETCDFs +0.15237839619318644 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201802_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201802_M_GLOBAL.out new file mode 100644 index 00000000..5164c551 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201802_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201802 STATION NETCDFs +0.1477794051170349 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201803_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201803_D_GLOBAL.out new file mode 100644 index 00000000..9d2075e4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201803_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201803 STATION NETCDFs +0.13728758494059246 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201803_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201803_H_GLOBAL.out new file mode 100644 index 00000000..3eeb1d10 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201803_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201803 STATION NETCDFs +0.1250483751296997 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201803_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201803_M_GLOBAL.out new file mode 100644 index 00000000..3703e534 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201803_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201803 STATION NETCDFs +0.14021111726760865 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201804_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201804_D_GLOBAL.out new file mode 100644 index 00000000..b9f3bded --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201804_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201804 STATION NETCDFs +0.1462187965710958 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201804_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201804_H_GLOBAL.out new file mode 100644 index 00000000..02902a53 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201804_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201804 STATION NETCDFs +0.1375197966893514 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201804_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201804_M_GLOBAL.out new file mode 100644 index 00000000..d7076999 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201804_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201804 STATION NETCDFs +0.13702536424001058 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201805_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201805_D_GLOBAL.out new file mode 100644 index 00000000..d9a52b63 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201805_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201805 STATION NETCDFs +0.15222315788269042 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201805_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201805_H_GLOBAL.out new file mode 100644 index 00000000..80ceed78 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201805_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201805 STATION NETCDFs +0.13940067291259767 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201805_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201805_M_GLOBAL.out new file mode 100644 index 00000000..5019022f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201805_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201805 STATION NETCDFs +0.16676570177078248 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201806_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201806_D_GLOBAL.out new file mode 100644 index 00000000..9300f3aa --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201806_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201806 STATION NETCDFs +0.14103713432947795 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201806_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201806_H_GLOBAL.out new file mode 100644 index 00000000..1f5b48a9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201806_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201806 STATION NETCDFs +0.12922235329945883 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201806_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201806_M_GLOBAL.out new file mode 100644 index 00000000..f9427fc7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201806_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201806 STATION NETCDFs +0.14492922623952229 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201807_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201807_D_GLOBAL.out new file mode 100644 index 00000000..5042921a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201807_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201807 STATION NETCDFs +0.13947807947794597 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201807_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201807_H_GLOBAL.out new file mode 100644 index 00000000..f4686829 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201807_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201807 STATION NETCDFs +0.14754936297734578 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201807_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201807_M_GLOBAL.out new file mode 100644 index 00000000..8a1425cb --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201807_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201807 STATION NETCDFs +0.1412996768951416 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201808_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201808_D_GLOBAL.out new file mode 100644 index 00000000..cb367f5b --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201808_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201808 STATION NETCDFs +0.15008407831192017 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201808_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201808_H_GLOBAL.out new file mode 100644 index 00000000..a8ed892a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201808_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201808 STATION NETCDFs +0.15205029646555582 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201808_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201808_M_GLOBAL.out new file mode 100644 index 00000000..b32a896e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201808_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201808 STATION NETCDFs +0.14758455753326416 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201809_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201809_D_GLOBAL.out new file mode 100644 index 00000000..beb2f6fd --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201809_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201809 STATION NETCDFs +0.15599868297576905 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201809_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201809_H_GLOBAL.out new file mode 100644 index 00000000..df2b51c6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201809_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201809 STATION NETCDFs +0.14628568490346272 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201809_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201809_M_GLOBAL.out new file mode 100644 index 00000000..0a624fa3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201809_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201809 STATION NETCDFs +0.13422303597132365 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201810_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201810_D_GLOBAL.out new file mode 100644 index 00000000..98aa8254 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201810_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201810 STATION NETCDFs +0.14710322221120198 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201810_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201810_H_GLOBAL.out new file mode 100644 index 00000000..fd1f3d62 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201810_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201810 STATION NETCDFs +0.13794679641723634 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201810_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201810_M_GLOBAL.out new file mode 100644 index 00000000..290e45bf --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201810_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201810 STATION NETCDFs +0.14017439285914104 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201811_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201811_D_GLOBAL.out new file mode 100644 index 00000000..4e58bb31 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201811_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201811 STATION NETCDFs +0.1346940795580546 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201811_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201811_H_GLOBAL.out new file mode 100644 index 00000000..0b3d2198 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201811_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201811 STATION NETCDFs +0.14407715400060017 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201811_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201811_M_GLOBAL.out new file mode 100644 index 00000000..ce7fb087 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201811_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201811 STATION NETCDFs +0.1513402263323466 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201812_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201812_D_GLOBAL.out new file mode 100644 index 00000000..468c51a1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201812_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201812 STATION NETCDFs +0.12494914531707764 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201812_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201812_H_GLOBAL.out new file mode 100644 index 00000000..ba48d1e1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201812_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201812 STATION NETCDFs +0.1350227912267049 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201812_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201812_M_GLOBAL.out new file mode 100644 index 00000000..8f606366 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201812_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201812 STATION NETCDFs +0.1441969354947408 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201912_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201912_D_GLOBAL.out new file mode 100644 index 00000000..758fb18a --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201912_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201912 STATION NETCDFs +0.16321197350819905 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201912_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201912_H_GLOBAL.out new file mode 100644 index 00000000..2324434f --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201912_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201912 STATION NETCDFs +0.16670556465784708 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_201912_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_201912_M_GLOBAL.out new file mode 100644 index 00000000..2034ee8e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_201912_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201912 STATION NETCDFs +0.14925702412923178 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202001_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202001_D_GLOBAL.out new file mode 100644 index 00000000..563dfe74 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202001_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202001 STATION NETCDFs +0.18409219185511272 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202001_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202001_H_GLOBAL.out new file mode 100644 index 00000000..fdb6e8ef --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202001_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202001 STATION NETCDFs +0.19389691352844238 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202001_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202001_M_GLOBAL.out new file mode 100644 index 00000000..273ed8ad --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202001_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202001 STATION NETCDFs +0.19806174834569296 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202002_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202002_D_GLOBAL.out new file mode 100644 index 00000000..9039e5a8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202002_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202002 STATION NETCDFs +0.1768320600191752 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202002_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202002_H_GLOBAL.out new file mode 100644 index 00000000..d003e270 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202002_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202002 STATION NETCDFs +0.19479305346806844 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202002_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202002_M_GLOBAL.out new file mode 100644 index 00000000..136918c6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202002_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202002 STATION NETCDFs +0.18179707129796346 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202003_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202003_D_GLOBAL.out new file mode 100644 index 00000000..bbac6c9e --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202003_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202003 STATION NETCDFs +0.17474215825398762 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202003_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202003_H_GLOBAL.out new file mode 100644 index 00000000..0da3c1b5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202003_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202003 STATION NETCDFs +0.1765021244684855 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202003_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202003_M_GLOBAL.out new file mode 100644 index 00000000..8bbd20ba --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202003_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202003 STATION NETCDFs +0.172597603003184 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202004_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202004_D_GLOBAL.out new file mode 100644 index 00000000..b7286404 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202004_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202004 STATION NETCDFs +0.1959187110265096 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202004_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202004_H_GLOBAL.out new file mode 100644 index 00000000..5641de16 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202004_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202004 STATION NETCDFs +0.18505086104075114 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202004_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202004_M_GLOBAL.out new file mode 100644 index 00000000..560a396d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202004_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202004 STATION NETCDFs +0.19774445295333862 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202005_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202005_D_GLOBAL.out new file mode 100644 index 00000000..b4ca89ec --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202005_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202005 STATION NETCDFs +0.20532833337783812 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202005_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202005_H_GLOBAL.out new file mode 100644 index 00000000..09a702e9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202005_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202005 STATION NETCDFs +0.17054406801859537 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202005_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202005_M_GLOBAL.out new file mode 100644 index 00000000..2c1f4d25 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202005_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202005 STATION NETCDFs +0.18601239522298177 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202006_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202006_D_GLOBAL.out new file mode 100644 index 00000000..03cfb1da --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202006_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202006 STATION NETCDFs +0.17175872325897218 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202006_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202006_H_GLOBAL.out new file mode 100644 index 00000000..cf0c9bf8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202006_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202006 STATION NETCDFs +0.15395681460698446 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202006_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202006_M_GLOBAL.out new file mode 100644 index 00000000..b834ba89 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202006_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202006 STATION NETCDFs +0.1617934823036194 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202007_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202007_D_GLOBAL.out new file mode 100644 index 00000000..5f59fed8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202007_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202007 STATION NETCDFs +0.17539049784342448 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202007_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202007_H_GLOBAL.out new file mode 100644 index 00000000..5adca4e6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202007_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202007 STATION NETCDFs +0.155459992090861 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202007_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202007_M_GLOBAL.out new file mode 100644 index 00000000..479f7b36 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202007_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202007 STATION NETCDFs +0.16250302791595458 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202008_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202008_D_GLOBAL.out new file mode 100644 index 00000000..1981eed9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202008_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202008 STATION NETCDFs +0.15744526386260987 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202008_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202008_H_GLOBAL.out new file mode 100644 index 00000000..85905703 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202008_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202008 STATION NETCDFs +0.1603985826174418 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202008_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202008_M_GLOBAL.out new file mode 100644 index 00000000..6b6db448 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202008_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202008 STATION NETCDFs +0.15662195682525634 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202009_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202009_D_GLOBAL.out new file mode 100644 index 00000000..613ea186 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202009_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202009 STATION NETCDFs +0.15519940853118896 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202009_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202009_H_GLOBAL.out new file mode 100644 index 00000000..2bf723f5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202009_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202009 STATION NETCDFs +0.17927191654841104 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202009_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202009_M_GLOBAL.out new file mode 100644 index 00000000..d54c9206 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202009_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202009 STATION NETCDFs +0.1591539184252421 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202010_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202010_D_GLOBAL.out new file mode 100644 index 00000000..9d56ff49 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202010_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202010 STATION NETCDFs +0.16616973876953126 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202010_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202010_H_GLOBAL.out new file mode 100644 index 00000000..6b0334b1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202010_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202010 STATION NETCDFs +0.14817468325297037 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202010_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202010_M_GLOBAL.out new file mode 100644 index 00000000..4c640077 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202010_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202010 STATION NETCDFs +0.15416033267974855 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202011_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202011_D_GLOBAL.out new file mode 100644 index 00000000..ff838197 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202011_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202011 STATION NETCDFs +0.15816406011581421 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202011_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202011_H_GLOBAL.out new file mode 100644 index 00000000..1933c0c8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202011_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202011 STATION NETCDFs +0.17585362593332926 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202011_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202011_M_GLOBAL.out new file mode 100644 index 00000000..b855551c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202011_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202011 STATION NETCDFs +0.15487929185231528 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202012_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202012_D_GLOBAL.out new file mode 100644 index 00000000..774db4a4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202012_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202012 STATION NETCDFs +0.1585469126701355 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202012_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202012_H_GLOBAL.out new file mode 100644 index 00000000..151d9668 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202012_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202012 STATION NETCDFs +0.16666417519251506 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202012_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202012_M_GLOBAL.out new file mode 100644 index 00000000..c358e243 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202012_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202012 STATION NETCDFs +0.17185632387797037 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202101_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202101_D_GLOBAL.out new file mode 100644 index 00000000..95199f59 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202101_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202101 STATION NETCDFs +0.04704653024673462 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202101_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202101_H_GLOBAL.out new file mode 100644 index 00000000..2fd13dd1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202101_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202101 STATION NETCDFs +0.036856631437937416 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202101_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202101_M_GLOBAL.out new file mode 100644 index 00000000..8e0a43a5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202101_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202101 STATION NETCDFs +0.04089150826136271 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202102_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202102_D_GLOBAL.out new file mode 100644 index 00000000..4679c0f0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202102_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202102 STATION NETCDFs +0.04953451156616211 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202102_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202102_H_GLOBAL.out new file mode 100644 index 00000000..8de9de6d --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202102_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202102 STATION NETCDFs +0.04316858053207397 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202102_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202102_M_GLOBAL.out new file mode 100644 index 00000000..5d30e74c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202102_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202102 STATION NETCDFs +0.038639648755391436 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202103_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202103_D_GLOBAL.out new file mode 100644 index 00000000..12121bf0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202103_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202103 STATION NETCDFs +0.044664653142293294 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202103_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202103_H_GLOBAL.out new file mode 100644 index 00000000..b66c3986 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202103_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202103 STATION NETCDFs +0.052896674474080405 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202103_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202103_M_GLOBAL.out new file mode 100644 index 00000000..d6fb2d9c --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202103_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202103 STATION NETCDFs +0.031850898265838624 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202104_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202104_D_GLOBAL.out new file mode 100644 index 00000000..8a0cd926 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202104_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202104 STATION NETCDFs +0.02837730646133423 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202104_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202104_H_GLOBAL.out new file mode 100644 index 00000000..1d5fa314 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202104_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202104 STATION NETCDFs +0.03549286127090454 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202104_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202104_M_GLOBAL.out new file mode 100644 index 00000000..082d38f1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202104_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202104 STATION NETCDFs +0.03153761227925619 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202105_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202105_D_GLOBAL.out new file mode 100644 index 00000000..2a7157b5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202105_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202105 STATION NETCDFs +0.03290450970331828 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202105_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202105_H_GLOBAL.out new file mode 100644 index 00000000..f198efc4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202105_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202105 STATION NETCDFs +0.030186724662780762 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202105_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202105_M_GLOBAL.out new file mode 100644 index 00000000..3efcb198 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202105_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202105 STATION NETCDFs +0.030166061719258626 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202106_D_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202106_D_GLOBAL.out new file mode 100644 index 00000000..368ae412 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202106_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202106 STATION NETCDFs +0.0377770185470581 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202106_H_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202106_H_GLOBAL.out new file mode 100644 index 00000000..5a252665 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202106_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202106 STATION NETCDFs +0.03532427946726481 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM10/T2/0_202106_M_GLOBAL.out b/run/stage_logs/NAPMD_PM10/T2/0_202106_M_GLOBAL.out new file mode 100644 index 00000000..f18f1f72 --- /dev/null +++ b/run/stage_logs/NAPMD_PM10/T2/0_202106_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202106 STATION NETCDFs +0.04721165895462036 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S1/0_1996.out b/run/stage_logs/NAPMD_PM2.5/S1/0_1996.out new file mode 100644 index 00000000..632fa678 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S1/0_1996.out @@ -0,0 +1,10 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1996/PM2.5_1996.csv +23 -- PARSING RAW DATA +28 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +45 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +62 -- PARSING RAW DATA +0.045745360851287845 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S1/0_1997.out b/run/stage_logs/NAPMD_PM2.5/S1/0_1997.out new file mode 100644 index 00000000..2a1cc1d6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S1/0_1997.out @@ -0,0 +1,12 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1997/PM2.5_1997.csv +23 -- PARSING RAW DATA +28 -- PARSING RAW DATA +30 -- PARSING RAW DATA +350 -- PARSING RAW DATA +351 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +45 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +0.08509081204732259 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S1/0_1998.out b/run/stage_logs/NAPMD_PM2.5/S1/0_1998.out new file mode 100644 index 00000000..36e59bce --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S1/0_1998.out @@ -0,0 +1,15 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1998/PM2.5_1998.csv +13 -- PARSING RAW DATA +23 -- PARSING RAW DATA +28 -- PARSING RAW DATA +30 -- PARSING RAW DATA +350 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +45 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +0.11361919641494751 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S1/0_1999.out b/run/stage_logs/NAPMD_PM2.5/S1/0_1999.out new file mode 100644 index 00000000..890aee1f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S1/0_1999.out @@ -0,0 +1,15 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1999/PM2.5_1999.csv +13 -- PARSING RAW DATA +23 -- PARSING RAW DATA +28 -- PARSING RAW DATA +30 -- PARSING RAW DATA +350 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +45 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +0.11794097423553467 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S1/0_2000.out b/run/stage_logs/NAPMD_PM2.5/S1/0_2000.out new file mode 100644 index 00000000..93440127 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S1/0_2000.out @@ -0,0 +1,20 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/daily/2000/PM2.5_2000.csv +325 -- PARSING RAW DATA +327 -- PARSING RAW DATA +331 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2000/PM2.5_2000.csv +13 -- PARSING RAW DATA +23 -- PARSING RAW DATA +28 -- PARSING RAW DATA +30 -- PARSING RAW DATA +350 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +360 -- PARSING RAW DATA +45 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +0.11952663660049438 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S1/0_2001.out b/run/stage_logs/NAPMD_PM2.5/S1/0_2001.out new file mode 100644 index 00000000..0e8057c0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S1/0_2001.out @@ -0,0 +1,20 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/daily/2001/PM2.5_2001.csv +325 -- PARSING RAW DATA +327 -- PARSING RAW DATA +331 -- PARSING RAW DATA +339 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2001/PM2.5_2001.csv +13 -- PARSING RAW DATA +23 -- PARSING RAW DATA +28 -- PARSING RAW DATA +30 -- PARSING RAW DATA +350 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +45 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +0.1209474245707194 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S1/0_2002.out b/run/stage_logs/NAPMD_PM2.5/S1/0_2002.out new file mode 100644 index 00000000..e6341f97 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S1/0_2002.out @@ -0,0 +1,22 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/daily/2002/PM2.5_2002.csv +325 -- PARSING RAW DATA +327 -- PARSING RAW DATA +331 -- PARSING RAW DATA +335 -- PARSING RAW DATA +339 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2002/PM2.5_2002.csv +13 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +28 -- PARSING RAW DATA +30 -- PARSING RAW DATA +350 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +45 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +0.12354493141174316 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S1/0_2003.out b/run/stage_logs/NAPMD_PM2.5/S1/0_2003.out new file mode 100644 index 00000000..f4868c89 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S1/0_2003.out @@ -0,0 +1,23 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/daily/2003/PM2.5_2003.csv +325 -- PARSING RAW DATA +327 -- PARSING RAW DATA +331 -- PARSING RAW DATA +335 -- PARSING RAW DATA +339 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2003/PM2.5_2003.csv +13 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +274 -- PARSING RAW DATA +30 -- PARSING RAW DATA +350 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +360 -- PARSING RAW DATA +45 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +0.12504716714223227 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S1/0_2004.out b/run/stage_logs/NAPMD_PM2.5/S1/0_2004.out new file mode 100644 index 00000000..d5f786c4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S1/0_2004.out @@ -0,0 +1,20 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/daily/2004/PM2.5_2004.csv +3 -- PARSING RAW DATA +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2004/PM2.5_2004.csv +13 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +274 -- PARSING RAW DATA +30 -- PARSING RAW DATA +350 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +45 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +0.11540329058965047 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S1/0_2005.out b/run/stage_logs/NAPMD_PM2.5/S1/0_2005.out new file mode 100644 index 00000000..4e3d0e78 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S1/0_2005.out @@ -0,0 +1,17 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/daily/2005/PM2.5_2005.csv +3 -- PARSING RAW DATA +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2005/PM2.5_2005.csv +13 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +274 -- PARSING RAW DATA +30 -- PARSING RAW DATA +350 -- PARSING RAW DATA +354 -- PARSING RAW DATA +45 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +62 -- PARSING RAW DATA +0.10829797188440958 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S1/0_2006.out b/run/stage_logs/NAPMD_PM2.5/S1/0_2006.out new file mode 100644 index 00000000..f4a8ffca --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S1/0_2006.out @@ -0,0 +1,21 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/daily/2006/PM2.5_2006.csv +3 -- PARSING RAW DATA +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2006/PM2.5_2006.csv +13 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +274 -- PARSING RAW DATA +30 -- PARSING RAW DATA +350 -- PARSING RAW DATA +351 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +360 -- PARSING RAW DATA +45 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +62 -- PARSING RAW DATA +0.12337329387664794 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S1/0_2007.out b/run/stage_logs/NAPMD_PM2.5/S1/0_2007.out new file mode 100644 index 00000000..8b991cad --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S1/0_2007.out @@ -0,0 +1,20 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/daily/2007/PM2.5_2007.csv +3 -- PARSING RAW DATA +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2007/PM2.5_2007.csv +13 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +274 -- PARSING RAW DATA +30 -- PARSING RAW DATA +350 -- PARSING RAW DATA +351 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +360 -- PARSING RAW DATA +45 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +0.12281258106231689 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S1/0_2008.out b/run/stage_logs/NAPMD_PM2.5/S1/0_2008.out new file mode 100644 index 00000000..68ee1023 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S1/0_2008.out @@ -0,0 +1,20 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/daily/2008/PM2.5_2008.csv +3 -- PARSING RAW DATA +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2008/PM2.5_2008.csv +13 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +274 -- PARSING RAW DATA +30 -- PARSING RAW DATA +350 -- PARSING RAW DATA +351 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +360 -- PARSING RAW DATA +45 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +0.12321000893910726 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S1/0_2009.out b/run/stage_logs/NAPMD_PM2.5/S1/0_2009.out new file mode 100644 index 00000000..ce353cb5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S1/0_2009.out @@ -0,0 +1,20 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/daily/2009/PM2.5_2009.csv +3 -- PARSING RAW DATA +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2009/PM2.5_2009.csv +13 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +274 -- PARSING RAW DATA +30 -- PARSING RAW DATA +350 -- PARSING RAW DATA +351 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +360 -- PARSING RAW DATA +45 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +0.1223758339881897 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S1/0_2010.out b/run/stage_logs/NAPMD_PM2.5/S1/0_2010.out new file mode 100644 index 00000000..8233ed36 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S1/0_2010.out @@ -0,0 +1,50 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/daily/2010/PM2.5_2010.csv +289 -- PARSING RAW DATA +293 -- PARSING RAW DATA +294 -- PARSING RAW DATA +3 -- PARSING RAW DATA +304 -- PARSING RAW DATA +305 -- PARSING RAW DATA +306 -- PARSING RAW DATA +307 -- PARSING RAW DATA +308 -- PARSING RAW DATA +309 -- PARSING RAW DATA +310 -- PARSING RAW DATA +315 -- PARSING RAW DATA +318 -- PARSING RAW DATA +320 -- PARSING RAW DATA +321 -- PARSING RAW DATA +322 -- PARSING RAW DATA +325 -- PARSING RAW DATA +328 -- PARSING RAW DATA +331 -- PARSING RAW DATA +346 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2010/PM2.5_2010.csv +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +118 -- PARSING RAW DATA +119 -- PARSING RAW DATA +13 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +274 -- PARSING RAW DATA +30 -- PARSING RAW DATA +350 -- PARSING RAW DATA +351 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +360 -- PARSING RAW DATA +37 -- PARSING RAW DATA +45 -- PARSING RAW DATA +48 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +76 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +0.20075039466222128 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S1/0_2011.out b/run/stage_logs/NAPMD_PM2.5/S1/0_2011.out new file mode 100644 index 00000000..efd2abd4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S1/0_2011.out @@ -0,0 +1,55 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/daily/2011/PM2.5_2011.csv +289 -- PARSING RAW DATA +291 -- PARSING RAW DATA +292 -- PARSING RAW DATA +293 -- PARSING RAW DATA +294 -- PARSING RAW DATA +3 -- PARSING RAW DATA +304 -- PARSING RAW DATA +305 -- PARSING RAW DATA +306 -- PARSING RAW DATA +307 -- PARSING RAW DATA +308 -- PARSING RAW DATA +309 -- PARSING RAW DATA +310 -- PARSING RAW DATA +315 -- PARSING RAW DATA +320 -- PARSING RAW DATA +321 -- PARSING RAW DATA +322 -- PARSING RAW DATA +325 -- PARSING RAW DATA +328 -- PARSING RAW DATA +331 -- PARSING RAW DATA +346 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2011/PM2.5_2011.csv +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +118 -- PARSING RAW DATA +119 -- PARSING RAW DATA +13 -- PARSING RAW DATA +17 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +274 -- PARSING RAW DATA +30 -- PARSING RAW DATA +350 -- PARSING RAW DATA +351 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +360 -- PARSING RAW DATA +37 -- PARSING RAW DATA +4 -- PARSING RAW DATA +45 -- PARSING RAW DATA +48 -- PARSING RAW DATA +56 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +76 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +94 -- PARSING RAW DATA +0.255666975180308 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S1/0_2012.out b/run/stage_logs/NAPMD_PM2.5/S1/0_2012.out new file mode 100644 index 00000000..d1e45662 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S1/0_2012.out @@ -0,0 +1,58 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/daily/2012/PM2.5_2012.csv +289 -- PARSING RAW DATA +291 -- PARSING RAW DATA +292 -- PARSING RAW DATA +293 -- PARSING RAW DATA +294 -- PARSING RAW DATA +3 -- PARSING RAW DATA +304 -- PARSING RAW DATA +305 -- PARSING RAW DATA +306 -- PARSING RAW DATA +307 -- PARSING RAW DATA +308 -- PARSING RAW DATA +309 -- PARSING RAW DATA +310 -- PARSING RAW DATA +311 -- PARSING RAW DATA +315 -- PARSING RAW DATA +316 -- PARSING RAW DATA +320 -- PARSING RAW DATA +321 -- PARSING RAW DATA +322 -- PARSING RAW DATA +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2012/PM2.5_2012.csv +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +118 -- PARSING RAW DATA +119 -- PARSING RAW DATA +13 -- PARSING RAW DATA +17 -- PARSING RAW DATA +18 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +274 -- PARSING RAW DATA +30 -- PARSING RAW DATA +350 -- PARSING RAW DATA +351 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +360 -- PARSING RAW DATA +37 -- PARSING RAW DATA +4 -- PARSING RAW DATA +45 -- PARSING RAW DATA +48 -- PARSING RAW DATA +5 -- PARSING RAW DATA +56 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +76 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +94 -- PARSING RAW DATA +0.2511347532272339 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S1/0_2013.out b/run/stage_logs/NAPMD_PM2.5/S1/0_2013.out new file mode 100644 index 00000000..d85625d6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S1/0_2013.out @@ -0,0 +1,67 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/daily/2013/PM2.5_2013.csv +289 -- PARSING RAW DATA +290 -- PARSING RAW DATA +291 -- PARSING RAW DATA +292 -- PARSING RAW DATA +293 -- PARSING RAW DATA +294 -- PARSING RAW DATA +296 -- PARSING RAW DATA +298 -- PARSING RAW DATA +299 -- PARSING RAW DATA +3 -- PARSING RAW DATA +300 -- PARSING RAW DATA +301 -- PARSING RAW DATA +302 -- PARSING RAW DATA +303 -- PARSING RAW DATA +304 -- PARSING RAW DATA +305 -- PARSING RAW DATA +306 -- PARSING RAW DATA +307 -- PARSING RAW DATA +308 -- PARSING RAW DATA +309 -- PARSING RAW DATA +310 -- PARSING RAW DATA +311 -- PARSING RAW DATA +315 -- PARSING RAW DATA +316 -- PARSING RAW DATA +318 -- PARSING RAW DATA +319 -- PARSING RAW DATA +320 -- PARSING RAW DATA +321 -- PARSING RAW DATA +322 -- PARSING RAW DATA +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2013/PM2.5_2013.csv +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +118 -- PARSING RAW DATA +119 -- PARSING RAW DATA +13 -- PARSING RAW DATA +17 -- PARSING RAW DATA +18 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +274 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +350 -- PARSING RAW DATA +351 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +360 -- PARSING RAW DATA +37 -- PARSING RAW DATA +4 -- PARSING RAW DATA +45 -- PARSING RAW DATA +48 -- PARSING RAW DATA +5 -- PARSING RAW DATA +56 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +0.3026726762453715 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S1/0_2014.out b/run/stage_logs/NAPMD_PM2.5/S1/0_2014.out new file mode 100644 index 00000000..8eab9f2a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S1/0_2014.out @@ -0,0 +1,83 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/daily/2014/PM2.5_2014.csv +289 -- PARSING RAW DATA +290 -- PARSING RAW DATA +291 -- PARSING RAW DATA +292 -- PARSING RAW DATA +293 -- PARSING RAW DATA +294 -- PARSING RAW DATA +296 -- PARSING RAW DATA +298 -- PARSING RAW DATA +299 -- PARSING RAW DATA +3 -- PARSING RAW DATA +300 -- PARSING RAW DATA +301 -- PARSING RAW DATA +302 -- PARSING RAW DATA +303 -- PARSING RAW DATA +304 -- PARSING RAW DATA +305 -- PARSING RAW DATA +306 -- PARSING RAW DATA +307 -- PARSING RAW DATA +308 -- PARSING RAW DATA +309 -- PARSING RAW DATA +310 -- PARSING RAW DATA +311 -- PARSING RAW DATA +313 -- PARSING RAW DATA +315 -- PARSING RAW DATA +316 -- PARSING RAW DATA +318 -- PARSING RAW DATA +319 -- PARSING RAW DATA +320 -- PARSING RAW DATA +321 -- PARSING RAW DATA +322 -- PARSING RAW DATA +325 -- PARSING RAW DATA +331 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2014/PM2.5_2014.csv +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +118 -- PARSING RAW DATA +119 -- PARSING RAW DATA +120 -- PARSING RAW DATA +13 -- PARSING RAW DATA +17 -- PARSING RAW DATA +18 -- PARSING RAW DATA +2 -- PARSING RAW DATA +21 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +274 -- PARSING RAW DATA +286 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +325 -- PARSING RAW DATA +336 -- PARSING RAW DATA +337 -- PARSING RAW DATA +34 -- PARSING RAW DATA +340 -- PARSING RAW DATA +350 -- PARSING RAW DATA +351 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +360 -- PARSING RAW DATA +37 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +43 -- PARSING RAW DATA +45 -- PARSING RAW DATA +48 -- PARSING RAW DATA +5 -- PARSING RAW DATA +52 -- PARSING RAW DATA +56 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +83 -- PARSING RAW DATA +84 -- PARSING RAW DATA +90 -- PARSING RAW DATA +95 -- PARSING RAW DATA +0.39669590393702187 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S1/0_2015.out b/run/stage_logs/NAPMD_PM2.5/S1/0_2015.out new file mode 100644 index 00000000..a813c66a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S1/0_2015.out @@ -0,0 +1,94 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/daily/2015/PM2.5_2015.csv +289 -- PARSING RAW DATA +290 -- PARSING RAW DATA +291 -- PARSING RAW DATA +292 -- PARSING RAW DATA +293 -- PARSING RAW DATA +294 -- PARSING RAW DATA +296 -- PARSING RAW DATA +299 -- PARSING RAW DATA +3 -- PARSING RAW DATA +300 -- PARSING RAW DATA +301 -- PARSING RAW DATA +302 -- PARSING RAW DATA +303 -- PARSING RAW DATA +304 -- PARSING RAW DATA +305 -- PARSING RAW DATA +306 -- PARSING RAW DATA +307 -- PARSING RAW DATA +308 -- PARSING RAW DATA +309 -- PARSING RAW DATA +310 -- PARSING RAW DATA +311 -- PARSING RAW DATA +313 -- PARSING RAW DATA +315 -- PARSING RAW DATA +316 -- PARSING RAW DATA +318 -- PARSING RAW DATA +319 -- PARSING RAW DATA +320 -- PARSING RAW DATA +321 -- PARSING RAW DATA +322 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2015/PM2.5_2015.csv +1 -- PARSING RAW DATA +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +118 -- PARSING RAW DATA +119 -- PARSING RAW DATA +120 -- PARSING RAW DATA +13 -- PARSING RAW DATA +17 -- PARSING RAW DATA +18 -- PARSING RAW DATA +2 -- PARSING RAW DATA +20 -- PARSING RAW DATA +21 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +271 -- PARSING RAW DATA +274 -- PARSING RAW DATA +278 -- PARSING RAW DATA +279 -- PARSING RAW DATA +286 -- PARSING RAW DATA +30 -- PARSING RAW DATA +325 -- PARSING RAW DATA +329 -- PARSING RAW DATA +331 -- PARSING RAW DATA +334 -- PARSING RAW DATA +336 -- PARSING RAW DATA +337 -- PARSING RAW DATA +34 -- PARSING RAW DATA +340 -- PARSING RAW DATA +350 -- PARSING RAW DATA +351 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +360 -- PARSING RAW DATA +37 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +43 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +48 -- PARSING RAW DATA +5 -- PARSING RAW DATA +52 -- PARSING RAW DATA +53 -- PARSING RAW DATA +56 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +83 -- PARSING RAW DATA +84 -- PARSING RAW DATA +89 -- PARSING RAW DATA +9 -- PARSING RAW DATA +90 -- PARSING RAW DATA +93 -- PARSING RAW DATA +95 -- PARSING RAW DATA +98 -- PARSING RAW DATA +0.4031432112058004 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S1/0_2016.out b/run/stage_logs/NAPMD_PM2.5/S1/0_2016.out new file mode 100644 index 00000000..7f718f6c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S1/0_2016.out @@ -0,0 +1,106 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/daily/2016/PM2.5_2016.csv +289 -- PARSING RAW DATA +290 -- PARSING RAW DATA +291 -- PARSING RAW DATA +292 -- PARSING RAW DATA +293 -- PARSING RAW DATA +294 -- PARSING RAW DATA +296 -- PARSING RAW DATA +298 -- PARSING RAW DATA +299 -- PARSING RAW DATA +300 -- PARSING RAW DATA +301 -- PARSING RAW DATA +302 -- PARSING RAW DATA +303 -- PARSING RAW DATA +304 -- PARSING RAW DATA +305 -- PARSING RAW DATA +306 -- PARSING RAW DATA +307 -- PARSING RAW DATA +308 -- PARSING RAW DATA +309 -- PARSING RAW DATA +310 -- PARSING RAW DATA +311 -- PARSING RAW DATA +312 -- PARSING RAW DATA +313 -- PARSING RAW DATA +314 -- PARSING RAW DATA +315 -- PARSING RAW DATA +316 -- PARSING RAW DATA +317 -- PARSING RAW DATA +318 -- PARSING RAW DATA +319 -- PARSING RAW DATA +320 -- PARSING RAW DATA +321 -- PARSING RAW DATA +322 -- PARSING RAW DATA +323 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2016/PM2.5_2016.csv +1 -- PARSING RAW DATA +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +119 -- PARSING RAW DATA +12 -- PARSING RAW DATA +120 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +17 -- PARSING RAW DATA +18 -- PARSING RAW DATA +2 -- PARSING RAW DATA +20 -- PARSING RAW DATA +21 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +26 -- PARSING RAW DATA +271 -- PARSING RAW DATA +273 -- PARSING RAW DATA +274 -- PARSING RAW DATA +278 -- PARSING RAW DATA +279 -- PARSING RAW DATA +285 -- PARSING RAW DATA +30 -- PARSING RAW DATA +325 -- PARSING RAW DATA +329 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +334 -- PARSING RAW DATA +336 -- PARSING RAW DATA +337 -- PARSING RAW DATA +34 -- PARSING RAW DATA +340 -- PARSING RAW DATA +350 -- PARSING RAW DATA +351 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +360 -- PARSING RAW DATA +37 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +43 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +48 -- PARSING RAW DATA +5 -- PARSING RAW DATA +51 -- PARSING RAW DATA +52 -- PARSING RAW DATA +53 -- PARSING RAW DATA +56 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +65 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +83 -- PARSING RAW DATA +84 -- PARSING RAW DATA +85 -- PARSING RAW DATA +89 -- PARSING RAW DATA +9 -- PARSING RAW DATA +90 -- PARSING RAW DATA +93 -- PARSING RAW DATA +95 -- PARSING RAW DATA +98 -- PARSING RAW DATA +0.5100939432779948 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S1/0_2017.out b/run/stage_logs/NAPMD_PM2.5/S1/0_2017.out new file mode 100644 index 00000000..24387b23 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S1/0_2017.out @@ -0,0 +1,145 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/daily/2017/PM2.5_2017.csv +289 -- PARSING RAW DATA +290 -- PARSING RAW DATA +291 -- PARSING RAW DATA +292 -- PARSING RAW DATA +293 -- PARSING RAW DATA +294 -- PARSING RAW DATA +296 -- PARSING RAW DATA +298 -- PARSING RAW DATA +299 -- PARSING RAW DATA +300 -- PARSING RAW DATA +301 -- PARSING RAW DATA +302 -- PARSING RAW DATA +303 -- PARSING RAW DATA +304 -- PARSING RAW DATA +305 -- PARSING RAW DATA +306 -- PARSING RAW DATA +307 -- PARSING RAW DATA +308 -- PARSING RAW DATA +309 -- PARSING RAW DATA +310 -- PARSING RAW DATA +311 -- PARSING RAW DATA +312 -- PARSING RAW DATA +313 -- PARSING RAW DATA +314 -- PARSING RAW DATA +315 -- PARSING RAW DATA +316 -- PARSING RAW DATA +317 -- PARSING RAW DATA +318 -- PARSING RAW DATA +319 -- PARSING RAW DATA +320 -- PARSING RAW DATA +321 -- PARSING RAW DATA +322 -- PARSING RAW DATA +323 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2017/PM2.5_2017.csv +1 -- PARSING RAW DATA +10 -- PARSING RAW DATA +103 -- PARSING RAW DATA +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +119 -- PARSING RAW DATA +12 -- PARSING RAW DATA +120 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +17 -- PARSING RAW DATA +18 -- PARSING RAW DATA +2 -- PARSING RAW DATA +20 -- PARSING RAW DATA +21 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +24 -- PARSING RAW DATA +26 -- PARSING RAW DATA +271 -- PARSING RAW DATA +273 -- PARSING RAW DATA +274 -- PARSING RAW DATA +278 -- PARSING RAW DATA +279 -- PARSING RAW DATA +285 -- PARSING RAW DATA +288 -- PARSING RAW DATA +30 -- PARSING RAW DATA +32 -- PARSING RAW DATA +325 -- PARSING RAW DATA +329 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +334 -- PARSING RAW DATA +336 -- PARSING RAW DATA +337 -- PARSING RAW DATA +34 -- PARSING RAW DATA +340 -- PARSING RAW DATA +341 -- PARSING RAW DATA +350 -- PARSING RAW DATA +351 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +358 -- PARSING RAW DATA +360 -- PARSING RAW DATA +37 -- PARSING RAW DATA +39 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +42 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +454 -- PARSING RAW DATA +455 -- PARSING RAW DATA +456 -- PARSING RAW DATA +457 -- PARSING RAW DATA +458 -- PARSING RAW DATA +459 -- PARSING RAW DATA +46 -- PARSING RAW DATA +460 -- PARSING RAW DATA +461 -- PARSING RAW DATA +462 -- PARSING RAW DATA +463 -- PARSING RAW DATA +465 -- PARSING RAW DATA +466 -- PARSING RAW DATA +467 -- PARSING RAW DATA +468 -- PARSING RAW DATA +469 -- PARSING RAW DATA +471 -- PARSING RAW DATA +472 -- PARSING RAW DATA +473 -- PARSING RAW DATA +474 -- PARSING RAW DATA +475 -- PARSING RAW DATA +476 -- PARSING RAW DATA +477 -- PARSING RAW DATA +478 -- PARSING RAW DATA +479 -- PARSING RAW DATA +48 -- PARSING RAW DATA +480 -- PARSING RAW DATA +481 -- PARSING RAW DATA +482 -- PARSING RAW DATA +483 -- PARSING RAW DATA +484 -- PARSING RAW DATA +5 -- PARSING RAW DATA +51 -- PARSING RAW DATA +52 -- PARSING RAW DATA +529 -- PARSING RAW DATA +53 -- PARSING RAW DATA +531 -- PARSING RAW DATA +56 -- PARSING RAW DATA +57 -- PARSING RAW DATA +6 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +65 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +83 -- PARSING RAW DATA +84 -- PARSING RAW DATA +85 -- PARSING RAW DATA +89 -- PARSING RAW DATA +9 -- PARSING RAW DATA +95 -- PARSING RAW DATA +98 -- PARSING RAW DATA +0.5614428877830505 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S1/0_2018.out b/run/stage_logs/NAPMD_PM2.5/S1/0_2018.out new file mode 100644 index 00000000..4ffe91f7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S1/0_2018.out @@ -0,0 +1,124 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/daily/2018/PM2.5_2018.csv +289 -- PARSING RAW DATA +290 -- PARSING RAW DATA +291 -- PARSING RAW DATA +292 -- PARSING RAW DATA +293 -- PARSING RAW DATA +294 -- PARSING RAW DATA +295 -- PARSING RAW DATA +296 -- PARSING RAW DATA +297 -- PARSING RAW DATA +298 -- PARSING RAW DATA +299 -- PARSING RAW DATA +300 -- PARSING RAW DATA +301 -- PARSING RAW DATA +302 -- PARSING RAW DATA +303 -- PARSING RAW DATA +304 -- PARSING RAW DATA +305 -- PARSING RAW DATA +306 -- PARSING RAW DATA +307 -- PARSING RAW DATA +308 -- PARSING RAW DATA +309 -- PARSING RAW DATA +310 -- PARSING RAW DATA +311 -- PARSING RAW DATA +312 -- PARSING RAW DATA +313 -- PARSING RAW DATA +314 -- PARSING RAW DATA +315 -- PARSING RAW DATA +316 -- PARSING RAW DATA +317 -- PARSING RAW DATA +318 -- PARSING RAW DATA +319 -- PARSING RAW DATA +320 -- PARSING RAW DATA +321 -- PARSING RAW DATA +322 -- PARSING RAW DATA +323 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2018/PM2.5_2018.csv +1 -- PARSING RAW DATA +10 -- PARSING RAW DATA +103 -- PARSING RAW DATA +107 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +119 -- PARSING RAW DATA +12 -- PARSING RAW DATA +120 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +17 -- PARSING RAW DATA +18 -- PARSING RAW DATA +2 -- PARSING RAW DATA +20 -- PARSING RAW DATA +21 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +24 -- PARSING RAW DATA +26 -- PARSING RAW DATA +271 -- PARSING RAW DATA +273 -- PARSING RAW DATA +274 -- PARSING RAW DATA +278 -- PARSING RAW DATA +279 -- PARSING RAW DATA +288 -- PARSING RAW DATA +30 -- PARSING RAW DATA +32 -- PARSING RAW DATA +325 -- PARSING RAW DATA +329 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +334 -- PARSING RAW DATA +336 -- PARSING RAW DATA +337 -- PARSING RAW DATA +34 -- PARSING RAW DATA +340 -- PARSING RAW DATA +341 -- PARSING RAW DATA +350 -- PARSING RAW DATA +351 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +356 -- PARSING RAW DATA +360 -- PARSING RAW DATA +37 -- PARSING RAW DATA +370 -- PARSING RAW DATA +371 -- PARSING RAW DATA +375 -- PARSING RAW DATA +39 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +42 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +457 -- PARSING RAW DATA +46 -- PARSING RAW DATA +462 -- PARSING RAW DATA +463 -- PARSING RAW DATA +465 -- PARSING RAW DATA +48 -- PARSING RAW DATA +5 -- PARSING RAW DATA +51 -- PARSING RAW DATA +52 -- PARSING RAW DATA +529 -- PARSING RAW DATA +53 -- PARSING RAW DATA +531 -- PARSING RAW DATA +56 -- PARSING RAW DATA +57 -- PARSING RAW DATA +6 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +65 -- PARSING RAW DATA +73 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +83 -- PARSING RAW DATA +84 -- PARSING RAW DATA +89 -- PARSING RAW DATA +9 -- PARSING RAW DATA +95 -- PARSING RAW DATA +98 -- PARSING RAW DATA +0.611575170358022 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S1/0_2019.out b/run/stage_logs/NAPMD_PM2.5/S1/0_2019.out new file mode 100644 index 00000000..1d9afae9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S1/0_2019.out @@ -0,0 +1,38 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/daily/2019/PM2.5_2019.csv +289 -- PARSING RAW DATA +290 -- PARSING RAW DATA +291 -- PARSING RAW DATA +292 -- PARSING RAW DATA +293 -- PARSING RAW DATA +294 -- PARSING RAW DATA +295 -- PARSING RAW DATA +296 -- PARSING RAW DATA +297 -- PARSING RAW DATA +298 -- PARSING RAW DATA +299 -- PARSING RAW DATA +300 -- PARSING RAW DATA +301 -- PARSING RAW DATA +302 -- PARSING RAW DATA +303 -- PARSING RAW DATA +304 -- PARSING RAW DATA +305 -- PARSING RAW DATA +306 -- PARSING RAW DATA +307 -- PARSING RAW DATA +308 -- PARSING RAW DATA +309 -- PARSING RAW DATA +310 -- PARSING RAW DATA +311 -- PARSING RAW DATA +312 -- PARSING RAW DATA +313 -- PARSING RAW DATA +314 -- PARSING RAW DATA +315 -- PARSING RAW DATA +316 -- PARSING RAW DATA +317 -- PARSING RAW DATA +318 -- PARSING RAW DATA +319 -- PARSING RAW DATA +320 -- PARSING RAW DATA +321 -- PARSING RAW DATA +322 -- PARSING RAW DATA +323 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2019/PM2.5_2019.csv +0.40236664613087975 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S1/0_2020.out b/run/stage_logs/NAPMD_PM2.5/S1/0_2020.out new file mode 100644 index 00000000..7d66cd2a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S1/0_2020.out @@ -0,0 +1,184 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/daily/2020/PM2.5_2020.csv +289 -- PARSING RAW DATA +290 -- PARSING RAW DATA +291 -- PARSING RAW DATA +292 -- PARSING RAW DATA +293 -- PARSING RAW DATA +294 -- PARSING RAW DATA +295 -- PARSING RAW DATA +296 -- PARSING RAW DATA +297 -- PARSING RAW DATA +298 -- PARSING RAW DATA +299 -- PARSING RAW DATA +300 -- PARSING RAW DATA +301 -- PARSING RAW DATA +302 -- PARSING RAW DATA +303 -- PARSING RAW DATA +304 -- PARSING RAW DATA +305 -- PARSING RAW DATA +306 -- PARSING RAW DATA +307 -- PARSING RAW DATA +308 -- PARSING RAW DATA +309 -- PARSING RAW DATA +310 -- PARSING RAW DATA +311 -- PARSING RAW DATA +312 -- PARSING RAW DATA +313 -- PARSING RAW DATA +314 -- PARSING RAW DATA +315 -- PARSING RAW DATA +316 -- PARSING RAW DATA +317 -- PARSING RAW DATA +318 -- PARSING RAW DATA +319 -- PARSING RAW DATA +320 -- PARSING RAW DATA +321 -- PARSING RAW DATA +322 -- PARSING RAW DATA +323 -- PARSING RAW DATA +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2020/PM2.5_2020.csv +1 -- PARSING RAW DATA +10 -- PARSING RAW DATA +103 -- PARSING RAW DATA +108 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +117 -- PARSING RAW DATA +118 -- PARSING RAW DATA +119 -- PARSING RAW DATA +12 -- PARSING RAW DATA +120 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +17 -- PARSING RAW DATA +18 -- PARSING RAW DATA +2 -- PARSING RAW DATA +20 -- PARSING RAW DATA +21 -- PARSING RAW DATA +22 -- PARSING RAW DATA +23 -- PARSING RAW DATA +24 -- PARSING RAW DATA +26 -- PARSING RAW DATA +271 -- PARSING RAW DATA +273 -- PARSING RAW DATA +274 -- PARSING RAW DATA +278 -- PARSING RAW DATA +279 -- PARSING RAW DATA +28 -- PARSING RAW DATA +288 -- PARSING RAW DATA +3 -- PARSING RAW DATA +30 -- PARSING RAW DATA +32 -- PARSING RAW DATA +325 -- PARSING RAW DATA +329 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +334 -- PARSING RAW DATA +336 -- PARSING RAW DATA +337 -- PARSING RAW DATA +34 -- PARSING RAW DATA +340 -- PARSING RAW DATA +341 -- PARSING RAW DATA +35 -- PARSING RAW DATA +350 -- PARSING RAW DATA +351 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +355 -- PARSING RAW DATA +356 -- PARSING RAW DATA +357 -- PARSING RAW DATA +358 -- PARSING RAW DATA +360 -- PARSING RAW DATA +363 -- PARSING RAW DATA +364 -- PARSING RAW DATA +365 -- PARSING RAW DATA +366 -- PARSING RAW DATA +368 -- PARSING RAW DATA +369 -- PARSING RAW DATA +37 -- PARSING RAW DATA +370 -- PARSING RAW DATA +371 -- PARSING RAW DATA +372 -- PARSING RAW DATA +373 -- PARSING RAW DATA +374 -- PARSING RAW DATA +375 -- PARSING RAW DATA +39 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +41 -- PARSING RAW DATA +42 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +453 -- PARSING RAW DATA +454 -- PARSING RAW DATA +455 -- PARSING RAW DATA +456 -- PARSING RAW DATA +457 -- PARSING RAW DATA +458 -- PARSING RAW DATA +459 -- PARSING RAW DATA +46 -- PARSING RAW DATA +460 -- PARSING RAW DATA +461 -- PARSING RAW DATA +462 -- PARSING RAW DATA +463 -- PARSING RAW DATA +464 -- PARSING RAW DATA +465 -- PARSING RAW DATA +466 -- PARSING RAW DATA +467 -- PARSING RAW DATA +468 -- PARSING RAW DATA +469 -- PARSING RAW DATA +471 -- PARSING RAW DATA +473 -- PARSING RAW DATA +474 -- PARSING RAW DATA +475 -- PARSING RAW DATA +476 -- PARSING RAW DATA +477 -- PARSING RAW DATA +478 -- PARSING RAW DATA +479 -- PARSING RAW DATA +48 -- PARSING RAW DATA +480 -- PARSING RAW DATA +481 -- PARSING RAW DATA +482 -- PARSING RAW DATA +483 -- PARSING RAW DATA +485 -- PARSING RAW DATA +486 -- PARSING RAW DATA +487 -- PARSING RAW DATA +488 -- PARSING RAW DATA +489 -- PARSING RAW DATA +490 -- PARSING RAW DATA +5 -- PARSING RAW DATA +51 -- PARSING RAW DATA +52 -- PARSING RAW DATA +53 -- PARSING RAW DATA +530 -- PARSING RAW DATA +531 -- PARSING RAW DATA +534 -- PARSING RAW DATA +540 -- PARSING RAW DATA +543 -- PARSING RAW DATA +544 -- PARSING RAW DATA +546 -- PARSING RAW DATA +547 -- PARSING RAW DATA +549 -- PARSING RAW DATA +550 -- PARSING RAW DATA +553 -- PARSING RAW DATA +554 -- PARSING RAW DATA +56 -- PARSING RAW DATA +57 -- PARSING RAW DATA +6 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +65 -- PARSING RAW DATA +70 -- PARSING RAW DATA +73 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +81 -- PARSING RAW DATA +83 -- PARSING RAW DATA +84 -- PARSING RAW DATA +89 -- PARSING RAW DATA +9 -- PARSING RAW DATA +95 -- PARSING RAW DATA +98 -- PARSING RAW DATA +99 -- PARSING RAW DATA +0.753134016195933 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S1/0_2021.out b/run/stage_logs/NAPMD_PM2.5/S1/0_2021.out new file mode 100644 index 00000000..16bc468a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S1/0_2021.out @@ -0,0 +1,12 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2021/PM2.5_2021.csv +350 -- PARSING RAW DATA +351 -- PARSING RAW DATA +352 -- PARSING RAW DATA +354 -- PARSING RAW DATA +355 -- PARSING RAW DATA +356 -- PARSING RAW DATA +357 -- PARSING RAW DATA +358 -- PARSING RAW DATA +360 -- PARSING RAW DATA +544 -- PARSING RAW DATA +0.060459975401560465 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_103_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_103_BA.out new file mode 100644 index 00000000..39bd2f66 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_103_BA.out @@ -0,0 +1,4 @@ +103_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.00515596071879069 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_107_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_107_BA.out new file mode 100644 index 00000000..41128805 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_107_BA.out @@ -0,0 +1,4 @@ +107_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.02564957141876221 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_108_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_108_BA.out new file mode 100644 index 00000000..d2639d7c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_108_BA.out @@ -0,0 +1,4 @@ +108_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.030036600430806477 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_109_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_109_BA.out new file mode 100644 index 00000000..033259fe --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_109_BA.out @@ -0,0 +1,4 @@ +109_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.02806926965713501 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_10_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_10_BA.out new file mode 100644 index 00000000..83f1030c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_10_BA.out @@ -0,0 +1,4 @@ +10_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.014307796955108643 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_110_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_110_BA.out new file mode 100644 index 00000000..eb913c01 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_110_BA.out @@ -0,0 +1,4 @@ +110_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.027644789218902587 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_113_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_113_BA.out new file mode 100644 index 00000000..4a7fa2db --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_113_BA.out @@ -0,0 +1,4 @@ +113_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.024917276700337727 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_117_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_117_BA.out new file mode 100644 index 00000000..81730e28 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_117_BA.out @@ -0,0 +1,4 @@ +117_BA -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.002597522735595703 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_118_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_118_BA.out new file mode 100644 index 00000000..65a7601b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_118_BA.out @@ -0,0 +1,4 @@ +118_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.016941614945729575 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_119_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_119_BA.out new file mode 100644 index 00000000..443468ef --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_119_BA.out @@ -0,0 +1,4 @@ +119_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.02369644244511922 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_11_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_11_BA.out new file mode 100644 index 00000000..64adb558 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_11_BA.out @@ -0,0 +1,4 @@ +11_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01252354383468628 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_120_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_120_BA.out new file mode 100644 index 00000000..f82ccef8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_120_BA.out @@ -0,0 +1,4 @@ +120_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01564203898111979 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_12_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_12_BA.out new file mode 100644 index 00000000..29d4b163 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_12_BA.out @@ -0,0 +1,4 @@ +12_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.010579828421274822 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_13_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_13_BA.out new file mode 100644 index 00000000..7646aadc --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_13_BA.out @@ -0,0 +1,30 @@ +13_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1998-02-23 13:00:00 1998-12-31 12:00:00 1050397260 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/13_BA_1050397260_1050845040.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/13_BA_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-11-13 01:00:00 1051370640 1051827900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/13_BA_1051370640_1051827900.npz'] +2001-02-20 16:00:00 2001-12-31 12:00:00 1051971360 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/13_BA_1051971360_1052423280.npz'] +2001-12-31 12:00:00 2002-12-22 08:00:00 1052423280 1052935680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/13_BA_1052423280_1052935680.npz'] +2003-01-02 01:00:00 2003-12-31 12:00:00 1052951100 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/13_BA_1052951100_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/13_BA_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/13_BA_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/13_BA_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/13_BA_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/13_BA_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/13_BA_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/13_BA_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/13_BA_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 11:00:00 1056105360 1056630900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/13_BA_1056105360_1056630900.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/13_BA_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/13_BA_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/13_BA_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/13_BA_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/13_BA_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/13_BA_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/13_BA_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/13_BA_1060313040_1060838640.npz'] +2017-12-31 13:00:00 2018-12-31 13:00:00 1060838700 1061364300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/13_BA_1060838700_1061364300.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/13_BA_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.1573517402013143 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_15_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_15_BA.out new file mode 100644 index 00000000..77d4a57e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_15_BA.out @@ -0,0 +1,4 @@ +15_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.011581746737162273 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_17_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_17_BA.out new file mode 100644 index 00000000..8fcb2732 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_17_BA.out @@ -0,0 +1,4 @@ +17_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.029007538159688314 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_18_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_18_BA.out new file mode 100644 index 00000000..e06ae396 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_18_BA.out @@ -0,0 +1,4 @@ +18_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.029859928290049235 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_1_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_1_BA.out new file mode 100644 index 00000000..afe219ec --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_1_BA.out @@ -0,0 +1,4 @@ +1_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.011677038669586182 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_20_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_20_BA.out new file mode 100644 index 00000000..f28897e1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_20_BA.out @@ -0,0 +1,4 @@ +20_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.011813847223917644 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_21_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_21_BA.out new file mode 100644 index 00000000..bba00e17 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_21_BA.out @@ -0,0 +1,4 @@ +21_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01459442377090454 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_22_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_22_BA.out new file mode 100644 index 00000000..c9ce6e27 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_22_BA.out @@ -0,0 +1,4 @@ +22_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.04612026214599609 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_23_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_23_BA.out new file mode 100644 index 00000000..65fc95e4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_23_BA.out @@ -0,0 +1,32 @@ +23_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1996-07-30 13:00:00 1996-12-31 12:00:00 1049572140 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/23_BA_1049572140_1049793840.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/23_BA_1049793840_1050319440.npz'] +1997-12-31 12:00:00 1998-12-30 04:00:00 1050319440 1050843120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/23_BA_1050319440_1050843120.npz'] +1999-01-11 03:00:00 1999-12-31 12:00:00 1050860340 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/23_BA_1050860340_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/23_BA_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/23_BA_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/23_BA_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/23_BA_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/23_BA_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/23_BA_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/23_BA_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/23_BA_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/23_BA_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/23_BA_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/23_BA_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/23_BA_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/23_BA_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/23_BA_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/23_BA_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/23_BA_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/23_BA_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/23_BA_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/23_BA_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/23_BA_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/23_BA_1060313040_1060838640.npz'] +2017-12-31 13:00:00 2018-12-31 13:00:00 1060838700 1061364300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/23_BA_1060838700_1061364300.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/23_BA_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.1888447880744934 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_24_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_24_BA.out new file mode 100644 index 00000000..feb57928 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_24_BA.out @@ -0,0 +1,4 @@ +24_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.014139143625895183 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_26_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_26_BA.out new file mode 100644 index 00000000..b350f142 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_26_BA.out @@ -0,0 +1,4 @@ +26_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01344312032063802 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_271_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_271_BA.out new file mode 100644 index 00000000..c5e54e0d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_271_BA.out @@ -0,0 +1,4 @@ +271_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.006441732247670491 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_273_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_273_BA.out new file mode 100644 index 00000000..0d31c91d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_273_BA.out @@ -0,0 +1,4 @@ +273_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01565094788869222 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_274_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_274_BA.out new file mode 100644 index 00000000..14db874e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_274_BA.out @@ -0,0 +1,4 @@ +274_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0433083176612854 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_278_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_278_BA.out new file mode 100644 index 00000000..61bd47d4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_278_BA.out @@ -0,0 +1,4 @@ +278_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.013006901741027832 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_279_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_279_BA.out new file mode 100644 index 00000000..4670fa56 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_279_BA.out @@ -0,0 +1,4 @@ +279_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.015484841664632161 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_285_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_285_BA.out new file mode 100644 index 00000000..e7ad6a6e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_285_BA.out @@ -0,0 +1,4 @@ +285_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.004958327611287435 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_286_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_286_BA.out new file mode 100644 index 00000000..13dec4ce --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_286_BA.out @@ -0,0 +1,4 @@ +286_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.003335607051849365 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_288_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_288_BA.out new file mode 100644 index 00000000..730eb889 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_288_BA.out @@ -0,0 +1,4 @@ +288_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.00909948746363322 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_289_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_289_BA.out new file mode 100644 index 00000000..694e6cf7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_289_BA.out @@ -0,0 +1,4 @@ +289_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.011911046504974366 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_28_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_28_BA.out new file mode 100644 index 00000000..65573473 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_28_BA.out @@ -0,0 +1,4 @@ +28_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.016171983877817788 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_290_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_290_BA.out new file mode 100644 index 00000000..6d9c330d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_290_BA.out @@ -0,0 +1,4 @@ +290_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.00836785634358724 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_291_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_291_BA.out new file mode 100644 index 00000000..ebdddefd --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_291_BA.out @@ -0,0 +1,4 @@ +291_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.008024259408315023 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_292_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_292_BA.out new file mode 100644 index 00000000..46a68253 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_292_BA.out @@ -0,0 +1,4 @@ +292_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.011674280961354573 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_293_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_293_BA.out new file mode 100644 index 00000000..e601bc9e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_293_BA.out @@ -0,0 +1,4 @@ +293_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.013136486212412516 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_294_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_294_BA.out new file mode 100644 index 00000000..d9ec4b85 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_294_BA.out @@ -0,0 +1,4 @@ +294_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.011054615179697672 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_295_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_295_BA.out new file mode 100644 index 00000000..fb969fce --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_295_BA.out @@ -0,0 +1,4 @@ +295_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.007785216967264811 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_296_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_296_BA.out new file mode 100644 index 00000000..e01b16e4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_296_BA.out @@ -0,0 +1,4 @@ +296_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01167758305867513 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_297_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_297_BA.out new file mode 100644 index 00000000..e6bba0bf --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_297_BA.out @@ -0,0 +1,4 @@ +297_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.007922867933909098 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_298_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_298_BA.out new file mode 100644 index 00000000..4071da8a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_298_BA.out @@ -0,0 +1,4 @@ +298_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.011678457260131836 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_299_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_299_BA.out new file mode 100644 index 00000000..fa87d99a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_299_BA.out @@ -0,0 +1,4 @@ +299_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.011706419785817464 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_2_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_2_BA.out new file mode 100644 index 00000000..263fa4d1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_2_BA.out @@ -0,0 +1,4 @@ +2_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.025948015848795573 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_300_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_300_BA.out new file mode 100644 index 00000000..749d30eb --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_300_BA.out @@ -0,0 +1,4 @@ +300_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.009532463550567628 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_301_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_301_BA.out new file mode 100644 index 00000000..1d85a055 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_301_BA.out @@ -0,0 +1,4 @@ +301_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.009356327851613363 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_302_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_302_BA.out new file mode 100644 index 00000000..5491e849 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_302_BA.out @@ -0,0 +1,4 @@ +302_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.013570821285247803 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_303_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_303_BA.out new file mode 100644 index 00000000..b3a26c8d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_303_BA.out @@ -0,0 +1,4 @@ +303_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0038156509399414062 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_304_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_304_BA.out new file mode 100644 index 00000000..f79e2cd9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_304_BA.out @@ -0,0 +1,4 @@ +304_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.005667412281036377 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_305_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_305_BA.out new file mode 100644 index 00000000..2b5d1284 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_305_BA.out @@ -0,0 +1,4 @@ +305_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0054220159848531084 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_306_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_306_BA.out new file mode 100644 index 00000000..0f722802 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_306_BA.out @@ -0,0 +1,4 @@ +306_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.006180783112843831 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_307_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_307_BA.out new file mode 100644 index 00000000..e1670afe --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_307_BA.out @@ -0,0 +1,4 @@ +307_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.004876915613810221 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_308_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_308_BA.out new file mode 100644 index 00000000..163a3999 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_308_BA.out @@ -0,0 +1,4 @@ +308_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.005392642815907797 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_309_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_309_BA.out new file mode 100644 index 00000000..ec7bec86 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_309_BA.out @@ -0,0 +1,4 @@ +309_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.011635573705037434 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_30_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_30_BA.out new file mode 100644 index 00000000..80e0e678 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_30_BA.out @@ -0,0 +1,31 @@ +30_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1997-12-30 13:00:00 1997-12-31 03:00:00 1050318060 1050318900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/30_BA_1050318060_1050318900.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1998-02-22 04:00:00 1998-12-31 12:00:00 1050395280 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/30_BA_1050395280_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/30_BA_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/30_BA_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/30_BA_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/30_BA_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/30_BA_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/30_BA_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/30_BA_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/30_BA_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/30_BA_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/30_BA_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/30_BA_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/30_BA_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/30_BA_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/30_BA_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/30_BA_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/30_BA_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-27 10:00:00 1057682160 1058203320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/30_BA_1057682160_1058203320.npz'] +2013-01-03 06:00:00 2013-12-31 12:00:00 1058213160 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/30_BA_1058213160_1058734800.npz'] +2013-12-31 13:00:00 2014-12-28 19:00:00 1058734860 1059256500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/30_BA_1058734860_1059256500.npz'] +2015-01-06 11:00:00 2015-12-31 12:00:00 1059268980 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/30_BA_1059268980_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/30_BA_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/30_BA_1060313040_1060838640.npz'] +2017-12-31 13:00:00 2018-12-31 13:00:00 1060838700 1061364300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/30_BA_1060838700_1061364300.npz'] +2020-01-02 06:00:00 2020-12-31 13:00:00 1061892360 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/30_BA_1061892360_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.16826765934626262 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_310_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_310_BA.out new file mode 100644 index 00000000..bc1300ed --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_310_BA.out @@ -0,0 +1,4 @@ +310_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01212619145711263 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_311_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_311_BA.out new file mode 100644 index 00000000..7495f9bf --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_311_BA.out @@ -0,0 +1,4 @@ +311_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.011351676781972249 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_312_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_312_BA.out new file mode 100644 index 00000000..d47d82be --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_312_BA.out @@ -0,0 +1,4 @@ +312_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.002475591500600179 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_313_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_313_BA.out new file mode 100644 index 00000000..80c79232 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_313_BA.out @@ -0,0 +1,4 @@ +313_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0035733977953592935 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_314_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_314_BA.out new file mode 100644 index 00000000..03b54ec3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_314_BA.out @@ -0,0 +1,4 @@ +314_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0031315207481384276 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_315_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_315_BA.out new file mode 100644 index 00000000..8b625e41 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_315_BA.out @@ -0,0 +1,4 @@ +315_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.009392789999643962 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_316_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_316_BA.out new file mode 100644 index 00000000..b2f6563a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_316_BA.out @@ -0,0 +1,4 @@ +316_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.004893314838409424 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_317_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_317_BA.out new file mode 100644 index 00000000..3c964a03 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_317_BA.out @@ -0,0 +1,4 @@ +317_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.00901577075322469 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_318_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_318_BA.out new file mode 100644 index 00000000..16939dae --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_318_BA.out @@ -0,0 +1,4 @@ +318_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.012313298384348552 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_319_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_319_BA.out new file mode 100644 index 00000000..5bfdd635 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_319_BA.out @@ -0,0 +1,4 @@ +319_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.010628763834635417 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_320_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_320_BA.out new file mode 100644 index 00000000..741e1f60 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_320_BA.out @@ -0,0 +1,4 @@ +320_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0064468860626220705 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_321_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_321_BA.out new file mode 100644 index 00000000..32038ccd --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_321_BA.out @@ -0,0 +1,4 @@ +321_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.006682125727335612 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_322_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_322_BA.out new file mode 100644 index 00000000..e1cfc395 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_322_BA.out @@ -0,0 +1,4 @@ +322_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.013847287495930989 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_323_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_323_BA.out new file mode 100644 index 00000000..9088227a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_323_BA.out @@ -0,0 +1,4 @@ +323_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.008846016724904378 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_325_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_325_BA.out new file mode 100644 index 00000000..1ceead56 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_325_BA.out @@ -0,0 +1,462 @@ +325_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1999-12-31 00:00:00 2000-12-31 00:00:00 1051369920 1051896960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1051369920_1051896960.npz'] +'StationConcatenate' object has no attribute 'existing_data' +2000-12-31 00:00:00 2001-12-31 00:00:00 1051896960 1052422560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1051896960_1052422560.npz'] +2001-12-31 00:00:00 2002-12-31 00:00:00 1052422560 1052948160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1052422560_1052948160.npz'] +2002-12-31 00:00:00 2003-12-31 00:00:00 1052948160 1053473760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1052948160_1053473760.npz'] +2003-12-31 00:00:00 2004-12-31 00:00:00 1053473760 1054000800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1053473760_1054000800.npz'] +2004-12-31 00:00:00 2005-12-31 00:00:00 1054000800 1054526400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1054000800_1054526400.npz'] +2005-12-31 00:00:00 2006-12-31 00:00:00 1054526400 1055052000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1054526400_1055052000.npz'] +2006-12-31 00:00:00 2007-12-31 00:00:00 1055052000 1055577600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1055052000_1055577600.npz'] +2007-12-31 00:00:00 2008-12-31 00:00:00 1055577600 1056104640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1055577600_1056104640.npz'] +2008-12-31 00:00:00 2009-12-31 00:00:00 1056104640 1056630240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1056104640_1056630240.npz'] +2009-12-31 00:00:00 2010-12-31 00:00:00 1056630240 1057155840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1056630240_1057155840.npz'] +2010-12-31 00:00:00 2011-12-31 00:00:00 1057155840 1057681440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1057155840_1057681440.npz'] +2011-12-31 00:00:00 2012-12-31 00:00:00 1057681440 1058208480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1057681440_1058208480.npz'] +2012-12-31 00:00:00 2013-12-31 00:00:00 1058208480 1058734080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058208480_1058734080.npz'] +2014-01-02 00:00:00 2014-01-27 00:00:00 1058736960 1058772960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz'] +2014-01-28 02:00:00 2014-01-28 03:00:00 1058774520 1058774580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-01-29 00:00:00 2014-01-30 00:00:00 1058775840 1058777280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-01-30 00:00:00 2014-02-01 00:00:00 1058777280 1058780160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-02-01 00:00:00 2014-02-02 00:00:00 1058780160 1058781600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-02-02 00:00:00 2014-02-04 00:00:00 1058781600 1058784480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-02-04 00:00:00 2014-02-05 00:00:00 1058784480 1058785920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-02-05 00:00:00 2014-02-07 00:00:00 1058785920 1058788800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-02-07 00:00:00 2014-02-08 00:00:00 1058788800 1058790240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-02-08 00:00:00 2014-02-10 00:00:00 1058790240 1058793120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-02-10 00:00:00 2014-02-11 00:00:00 1058793120 1058794560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-02-11 00:00:00 2014-02-13 00:00:00 1058794560 1058797440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-02-13 00:00:00 2014-02-14 00:00:00 1058797440 1058798880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-02-14 00:00:00 2014-02-16 00:00:00 1058798880 1058801760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-02-16 00:00:00 2014-02-17 00:00:00 1058801760 1058803200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-02-17 00:00:00 2014-02-19 00:00:00 1058803200 1058806080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-02-19 00:00:00 2014-02-20 00:00:00 1058806080 1058807520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-02-20 00:00:00 2014-02-22 00:00:00 1058807520 1058810400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-02-22 00:00:00 2014-02-23 00:00:00 1058810400 1058811840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-02-23 00:00:00 2014-02-25 00:00:00 1058811840 1058814720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-02-25 00:00:00 2014-02-26 00:00:00 1058814720 1058816160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-02-26 00:00:00 2014-02-28 00:00:00 1058816160 1058819040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-02-28 00:00:00 2014-03-01 00:00:00 1058819040 1058820480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-03-01 00:00:00 2014-03-03 00:00:00 1058820480 1058823360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-03-03 00:00:00 2014-03-04 00:00:00 1058823360 1058824800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-03-04 00:00:00 2014-03-06 00:00:00 1058824800 1058827680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-03-06 00:00:00 2014-03-07 00:00:00 1058827680 1058829120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-03-07 00:00:00 2014-03-09 00:00:00 1058829120 1058832000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-03-09 00:00:00 2014-03-10 00:00:00 1058832000 1058833440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-03-10 00:00:00 2014-03-12 00:00:00 1058833440 1058836320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-03-12 00:00:00 2014-03-13 00:00:00 1058836320 1058837760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-03-13 00:00:00 2014-03-15 00:00:00 1058837760 1058840640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-03-15 00:00:00 2014-03-16 00:00:00 1058840640 1058842080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-03-16 00:00:00 2014-03-18 00:00:00 1058842080 1058844960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-03-18 00:00:00 2014-03-19 00:00:00 1058844960 1058846400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-03-19 00:00:00 2014-03-21 00:00:00 1058846400 1058849280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-03-21 00:00:00 2014-03-22 00:00:00 1058849280 1058850720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-03-22 00:00:00 2014-03-24 00:00:00 1058850720 1058853600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-03-24 00:00:00 2014-03-25 00:00:00 1058853600 1058855040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-03-25 00:00:00 2014-03-27 00:00:00 1058855040 1058857920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-03-27 00:00:00 2014-03-28 00:00:00 1058857920 1058859360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-03-28 00:00:00 2014-03-30 00:00:00 1058859360 1058862240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-03-30 00:00:00 2014-03-31 00:00:00 1058862240 1058863680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-03-31 00:00:00 2014-04-02 00:00:00 1058863680 1058866560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-04-02 00:00:00 2014-04-03 00:00:00 1058866560 1058868000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-04-03 00:00:00 2014-04-05 00:00:00 1058868000 1058870880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-04-05 00:00:00 2014-04-06 00:00:00 1058870880 1058872320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-04-06 00:00:00 2014-04-08 00:00:00 1058872320 1058875200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-04-08 00:00:00 2014-04-09 00:00:00 1058875200 1058876640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-04-09 00:00:00 2014-04-11 00:00:00 1058876640 1058879520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-04-11 00:00:00 2014-04-12 00:00:00 1058879520 1058880960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-04-12 00:00:00 2014-04-14 00:00:00 1058880960 1058883840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-04-14 00:00:00 2014-04-15 00:00:00 1058883840 1058885280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-04-15 00:00:00 2014-04-17 00:00:00 1058885280 1058888160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-04-17 00:00:00 2014-04-18 00:00:00 1058888160 1058889600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-04-18 00:00:00 2014-04-20 00:00:00 1058889600 1058892480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-04-20 00:00:00 2014-04-21 00:00:00 1058892480 1058893920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-04-21 00:00:00 2014-04-23 00:00:00 1058893920 1058896800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-04-23 00:00:00 2014-04-24 00:00:00 1058896800 1058898240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-04-24 00:00:00 2014-04-26 00:00:00 1058898240 1058901120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-04-26 00:00:00 2014-04-27 00:00:00 1058901120 1058902560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-04-27 00:00:00 2014-04-29 00:00:00 1058902560 1058905440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-04-29 00:00:00 2014-04-30 00:00:00 1058905440 1058906880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-04-30 00:00:00 2014-05-02 00:00:00 1058906880 1058909760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-05-02 00:00:00 2014-05-03 00:00:00 1058909760 1058911200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-05-03 00:00:00 2014-05-05 00:00:00 1058911200 1058914080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-05-05 00:00:00 2014-05-06 00:00:00 1058914080 1058915520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-05-06 00:00:00 2014-05-08 00:00:00 1058915520 1058918400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-05-08 00:00:00 2014-05-09 00:00:00 1058918400 1058919840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-05-09 00:00:00 2014-05-11 00:00:00 1058919840 1058922720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-05-11 00:00:00 2014-05-12 00:00:00 1058922720 1058924160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-05-12 00:00:00 2014-05-14 00:00:00 1058924160 1058927040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-05-14 00:00:00 2014-05-15 00:00:00 1058927040 1058928480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-05-15 00:00:00 2014-05-17 00:00:00 1058928480 1058931360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-05-17 00:00:00 2014-05-18 00:00:00 1058931360 1058932800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-05-18 00:00:00 2014-05-20 00:00:00 1058932800 1058935680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-05-20 00:00:00 2014-05-21 00:00:00 1058935680 1058937120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-05-21 00:00:00 2014-05-23 00:00:00 1058937120 1058940000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-05-23 00:00:00 2014-05-24 00:00:00 1058940000 1058941440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-05-24 00:00:00 2014-05-26 00:00:00 1058941440 1058944320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-05-26 00:00:00 2014-05-27 00:00:00 1058944320 1058945760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-05-27 00:00:00 2014-05-29 00:00:00 1058945760 1058948640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-05-29 00:00:00 2014-05-30 00:00:00 1058948640 1058950080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-05-30 00:00:00 2014-06-01 00:00:00 1058950080 1058952960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-06-01 00:00:00 2014-06-02 00:00:00 1058952960 1058954400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-06-02 00:00:00 2014-06-03 03:00:00 1058954400 1058956020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-06-04 00:00:00 2014-06-05 00:00:00 1058957280 1058958720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-06-05 00:00:00 2014-06-07 00:00:00 1058958720 1058961600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-06-07 00:00:00 2014-06-08 00:00:00 1058961600 1058963040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-06-08 00:00:00 2014-06-10 00:00:00 1058963040 1058965920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-06-10 00:00:00 2014-06-11 00:00:00 1058965920 1058967360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-06-11 00:00:00 2014-06-13 00:00:00 1058967360 1058970240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-06-13 00:00:00 2014-06-14 00:00:00 1058970240 1058971680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-06-14 00:00:00 2014-06-16 00:00:00 1058971680 1058974560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-06-16 00:00:00 2014-06-17 00:00:00 1058974560 1058976000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-06-17 00:00:00 2014-06-19 00:00:00 1058976000 1058978880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-06-19 00:00:00 2014-06-20 00:00:00 1058978880 1058980320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-06-20 00:00:00 2014-06-22 00:00:00 1058980320 1058983200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-06-22 00:00:00 2014-06-23 00:00:00 1058983200 1058984640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-06-23 00:00:00 2014-06-25 00:00:00 1058984640 1058987520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-06-25 00:00:00 2014-06-26 00:00:00 1058987520 1058988960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-06-26 00:00:00 2014-06-28 00:00:00 1058988960 1058991840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-06-28 00:00:00 2014-06-29 00:00:00 1058991840 1058993280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-06-29 00:00:00 2014-07-01 00:00:00 1058993280 1058996160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-07-01 00:00:00 2014-07-02 00:00:00 1058996160 1058997600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-07-02 00:00:00 2014-07-04 00:00:00 1058997600 1059000480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-07-04 00:00:00 2014-07-05 00:00:00 1059000480 1059001920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-07-05 00:00:00 2014-07-07 00:00:00 1059001920 1059004800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-07-07 00:00:00 2014-07-08 00:00:00 1059004800 1059006240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-07-08 00:00:00 2014-07-16 00:00:00 1059006240 1059017760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-07-16 00:00:00 2014-07-17 00:00:00 1059017760 1059019200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-07-17 00:00:00 2014-07-19 00:00:00 1059019200 1059022080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-07-19 00:00:00 2014-07-20 00:00:00 1059022080 1059023520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-07-20 00:00:00 2014-07-22 00:00:00 1059023520 1059026400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-07-22 00:00:00 2014-07-23 00:00:00 1059026400 1059027840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-07-23 00:00:00 2014-07-25 00:00:00 1059027840 1059030720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-07-25 00:00:00 2014-07-26 00:00:00 1059030720 1059032160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-07-26 00:00:00 2014-07-28 00:00:00 1059032160 1059035040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-07-28 00:00:00 2014-07-29 00:00:00 1059035040 1059036480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-07-29 00:00:00 2014-07-31 00:00:00 1059036480 1059039360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-07-31 00:00:00 2014-08-01 00:00:00 1059039360 1059040800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-08-01 00:00:00 2014-08-03 00:00:00 1059040800 1059043680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-08-03 00:00:00 2014-08-04 00:00:00 1059043680 1059045120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-08-04 00:00:00 2014-08-06 00:00:00 1059045120 1059048000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-08-06 00:00:00 2014-08-07 00:00:00 1059048000 1059049440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-08-07 00:00:00 2014-08-09 00:00:00 1059049440 1059052320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-08-09 00:00:00 2014-08-10 00:00:00 1059052320 1059053760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-08-10 00:00:00 2014-08-12 00:00:00 1059053760 1059056640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-08-12 00:00:00 2014-08-13 00:00:00 1059056640 1059058080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-08-13 00:00:00 2014-08-15 00:00:00 1059058080 1059060960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-08-15 00:00:00 2014-08-16 00:00:00 1059060960 1059062400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-08-16 00:00:00 2014-08-18 00:00:00 1059062400 1059065280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-08-18 00:00:00 2014-08-19 00:00:00 1059065280 1059066720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-08-19 00:00:00 2014-08-21 00:00:00 1059066720 1059069600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-08-21 00:00:00 2014-08-22 00:00:00 1059069600 1059071040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-08-22 00:00:00 2014-08-24 00:00:00 1059071040 1059073920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-08-24 00:00:00 2014-08-25 00:00:00 1059073920 1059075360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-08-25 00:00:00 2014-08-27 00:00:00 1059075360 1059078240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-08-27 00:00:00 2014-08-28 00:00:00 1059078240 1059079680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-08-28 00:00:00 2014-08-30 00:00:00 1059079680 1059082560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-08-30 00:00:00 2014-08-31 00:00:00 1059082560 1059084000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-08-31 00:00:00 2014-09-05 00:00:00 1059084000 1059091200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-09-05 00:00:00 2014-09-06 00:00:00 1059091200 1059092640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-09-06 00:00:00 2014-09-06 05:00:00 1059092640 1059092940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-09-08 00:00:00 2014-09-09 00:00:00 1059095520 1059096960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-09-09 00:00:00 2014-09-11 00:00:00 1059096960 1059099840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-09-11 00:00:00 2014-09-12 00:00:00 1059099840 1059101280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-09-12 00:00:00 2014-09-14 00:00:00 1059101280 1059104160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-09-14 00:00:00 2014-09-15 00:00:00 1059104160 1059105600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-09-15 00:00:00 2014-09-17 00:00:00 1059105600 1059108480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-09-17 00:00:00 2014-09-18 00:00:00 1059108480 1059109920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-09-18 00:00:00 2014-09-20 00:00:00 1059109920 1059112800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-09-20 00:00:00 2014-09-21 00:00:00 1059112800 1059114240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-09-21 00:00:00 2014-09-23 00:00:00 1059114240 1059117120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-09-23 00:00:00 2014-09-24 00:00:00 1059117120 1059118560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-09-24 00:00:00 2014-09-26 00:00:00 1059118560 1059121440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-09-26 00:00:00 2014-09-27 00:00:00 1059121440 1059122880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-09-27 00:00:00 2014-09-29 00:00:00 1059122880 1059125760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-09-29 00:00:00 2014-09-30 00:00:00 1059125760 1059127200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-09-30 00:00:00 2014-10-02 00:00:00 1059127200 1059130080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-10-02 00:00:00 2014-10-03 00:00:00 1059130080 1059131520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-10-03 00:00:00 2014-10-05 00:00:00 1059131520 1059134400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-10-05 00:00:00 2014-10-06 00:00:00 1059134400 1059135840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-10-06 00:00:00 2014-10-08 00:00:00 1059135840 1059138720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-10-08 00:00:00 2014-10-09 00:00:00 1059138720 1059140160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-10-09 00:00:00 2014-10-11 00:00:00 1059140160 1059143040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-10-11 00:00:00 2014-10-12 00:00:00 1059143040 1059144480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-10-12 00:00:00 2014-10-14 00:00:00 1059144480 1059147360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-10-14 00:00:00 2014-10-15 00:00:00 1059147360 1059148800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-10-15 00:00:00 2014-10-17 00:00:00 1059148800 1059151680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-10-17 00:00:00 2014-10-18 00:00:00 1059151680 1059153120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-10-18 00:00:00 2014-10-20 00:00:00 1059153120 1059156000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-10-20 00:00:00 2014-10-21 00:00:00 1059156000 1059157440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-10-21 00:00:00 2014-10-23 00:00:00 1059157440 1059160320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-10-23 00:00:00 2014-10-24 00:00:00 1059160320 1059161760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-10-24 00:00:00 2014-10-26 00:00:00 1059161760 1059164640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-10-26 00:00:00 2014-10-27 00:00:00 1059164640 1059166080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-10-27 00:00:00 2014-10-29 00:00:00 1059166080 1059168960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-10-29 00:00:00 2014-10-30 00:00:00 1059168960 1059170400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-10-30 00:00:00 2014-11-01 00:00:00 1059170400 1059173280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-11-01 00:00:00 2014-11-02 00:00:00 1059173280 1059174720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-11-02 00:00:00 2014-11-04 00:00:00 1059174720 1059177600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-11-04 00:00:00 2014-11-05 00:00:00 1059177600 1059179040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-11-05 00:00:00 2014-11-07 00:00:00 1059179040 1059181920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-11-07 00:00:00 2014-11-08 00:00:00 1059181920 1059183360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-11-08 00:00:00 2014-11-10 00:00:00 1059183360 1059186240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-11-10 00:00:00 2014-11-11 00:00:00 1059186240 1059187680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-11-11 00:00:00 2014-11-13 00:00:00 1059187680 1059190560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-11-13 00:00:00 2014-11-14 00:00:00 1059190560 1059192000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-11-14 00:00:00 2014-11-16 00:00:00 1059192000 1059194880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-11-16 00:00:00 2014-11-17 00:00:00 1059194880 1059196320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-11-17 00:00:00 2014-11-19 00:00:00 1059196320 1059199200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-11-19 00:00:00 2014-11-20 00:00:00 1059199200 1059200640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-11-20 00:00:00 2014-11-22 00:00:00 1059200640 1059203520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-11-22 00:00:00 2014-11-23 00:00:00 1059203520 1059204960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-11-23 00:00:00 2014-11-25 00:00:00 1059204960 1059207840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-11-25 00:00:00 2014-11-26 00:00:00 1059207840 1059209280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-11-26 00:00:00 2014-11-28 00:00:00 1059209280 1059212160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-11-28 00:00:00 2014-11-29 00:00:00 1059212160 1059213600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-11-29 00:00:00 2014-12-01 00:00:00 1059213600 1059216480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-12-01 00:00:00 2014-12-02 00:00:00 1059216480 1059217920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-12-02 00:00:00 2014-12-04 00:00:00 1059217920 1059220800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-12-04 00:00:00 2014-12-05 00:00:00 1059220800 1059222240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-12-05 00:00:00 2014-12-07 00:00:00 1059222240 1059225120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-12-07 00:00:00 2014-12-08 00:00:00 1059225120 1059226560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-12-08 00:00:00 2014-12-10 00:00:00 1059226560 1059229440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-12-10 00:00:00 2014-12-11 00:00:00 1059229440 1059230880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-12-11 00:00:00 2014-12-13 00:00:00 1059230880 1059233760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-12-13 00:00:00 2014-12-14 00:00:00 1059233760 1059235200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-12-14 00:00:00 2014-12-15 17:00:00 1059235200 1059237660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-12-16 00:00:00 2014-12-17 00:00:00 1059238080 1059239520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-12-17 00:00:00 2014-12-19 00:00:00 1059239520 1059242400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-12-19 00:00:00 2014-12-20 00:00:00 1059242400 1059243840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-12-20 00:00:00 2014-12-22 00:00:00 1059243840 1059246720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-12-22 00:00:00 2014-12-23 00:00:00 1059246720 1059248160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-12-23 00:00:00 2014-12-25 00:00:00 1059248160 1059251040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-12-25 00:00:00 2014-12-26 00:00:00 1059251040 1059252480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-12-26 00:00:00 2014-12-28 00:00:00 1059252480 1059255360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-12-28 00:00:00 2014-12-29 00:00:00 1059255360 1059256800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058736960_1059256800.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz +2014-12-29 00:00:00 2014-12-31 13:00:00 1059256800 1059260460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1058774520_1059260460.npz'] +2014-12-31 13:00:00 2015-12-31 13:00:00 1059260460 1059786060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1059260460_1059786060.npz'] +2015-12-31 13:00:00 2016-12-31 13:00:00 1059786060 1060313100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1059786060_1060313100.npz'] +2016-12-31 13:00:00 2017-12-31 13:00:00 1060313100 1060838700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1060313100_1060838700.npz'] +2017-12-31 13:00:00 2018-12-31 13:00:00 1060838700 1061364300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1060838700_1061364300.npz'] +2020-03-02 21:00:00 2020-12-31 13:00:00 1061979660 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/325_BA_1061979660_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.20430961847305298 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_327_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_327_BA.out new file mode 100644 index 00000000..f4eadeb5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_327_BA.out @@ -0,0 +1,4 @@ +327_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0023999770482381185 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_328_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_328_BA.out new file mode 100644 index 00000000..22322ca8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_328_BA.out @@ -0,0 +1,4 @@ +328_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.003311888376871745 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_329_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_329_BA.out new file mode 100644 index 00000000..93ef6326 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_329_BA.out @@ -0,0 +1,4 @@ +329_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01195743481318156 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_32_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_32_BA.out new file mode 100644 index 00000000..34adaebf --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_32_BA.out @@ -0,0 +1,4 @@ +32_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.011937105655670166 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_331_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_331_BA.out new file mode 100644 index 00000000..c5ee0fa9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_331_BA.out @@ -0,0 +1,4 @@ +331_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.019634652137756347 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_332_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_332_BA.out new file mode 100644 index 00000000..3b875a41 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_332_BA.out @@ -0,0 +1,4 @@ +332_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.00900203784306844 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_334_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_334_BA.out new file mode 100644 index 00000000..25333deb --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_334_BA.out @@ -0,0 +1,4 @@ +334_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.017485618591308594 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_335_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_335_BA.out new file mode 100644 index 00000000..8dc02442 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_335_BA.out @@ -0,0 +1,4 @@ +335_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.009089569250742594 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_336_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_336_BA.out new file mode 100644 index 00000000..e3418fa2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_336_BA.out @@ -0,0 +1,4 @@ +336_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01115571657816569 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_337_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_337_BA.out new file mode 100644 index 00000000..9e84fd6f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_337_BA.out @@ -0,0 +1,4 @@ +337_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.016164135932922364 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_339_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_339_BA.out new file mode 100644 index 00000000..f7373547 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_339_BA.out @@ -0,0 +1,4 @@ +339_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0016998807589213053 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_340_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_340_BA.out new file mode 100644 index 00000000..d44f4f1f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_340_BA.out @@ -0,0 +1,4 @@ +340_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.023740128676096598 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_341_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_341_BA.out new file mode 100644 index 00000000..2489ba02 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_341_BA.out @@ -0,0 +1,4 @@ +341_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.006307375431060791 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_346_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_346_BA.out new file mode 100644 index 00000000..181ffbe3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_346_BA.out @@ -0,0 +1,4 @@ +346_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.008261303106943766 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_34_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_34_BA.out new file mode 100644 index 00000000..49d1dadc --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_34_BA.out @@ -0,0 +1,4 @@ +34_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.020997472604115806 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_350_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_350_BA.out new file mode 100644 index 00000000..e8bd125c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_350_BA.out @@ -0,0 +1,4 @@ +350_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.06186283032099406 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_351_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_351_BA.out new file mode 100644 index 00000000..36f80f52 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_351_BA.out @@ -0,0 +1,4 @@ +351_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.042368002732594806 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_352_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_352_BA.out new file mode 100644 index 00000000..65a97aa1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_352_BA.out @@ -0,0 +1,4 @@ +352_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.07120289007822672 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_354_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_354_BA.out new file mode 100644 index 00000000..6065970d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_354_BA.out @@ -0,0 +1,4 @@ +354_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.06909676790237426 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_355_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_355_BA.out new file mode 100644 index 00000000..25f6d193 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_355_BA.out @@ -0,0 +1,4 @@ +355_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.003942322731018066 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_356_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_356_BA.out new file mode 100644 index 00000000..e8261003 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_356_BA.out @@ -0,0 +1,4 @@ +356_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.011614084243774414 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_357_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_357_BA.out new file mode 100644 index 00000000..38a683c4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_357_BA.out @@ -0,0 +1,4 @@ +357_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.008966553211212158 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_358_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_358_BA.out new file mode 100644 index 00000000..c1522022 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_358_BA.out @@ -0,0 +1,4 @@ +358_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.03502861261367798 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_35_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_35_BA.out new file mode 100644 index 00000000..ed38507b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_35_BA.out @@ -0,0 +1,4 @@ +35_BA -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.007585450013478597 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_360_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_360_BA.out new file mode 100644 index 00000000..ea2ca735 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_360_BA.out @@ -0,0 +1,4 @@ +360_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.04357961018880208 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_363_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_363_BA.out new file mode 100644 index 00000000..39e3f10b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_363_BA.out @@ -0,0 +1,4 @@ +363_BA -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.008377643426259358 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_364_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_364_BA.out new file mode 100644 index 00000000..044f24d3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_364_BA.out @@ -0,0 +1,4 @@ +364_BA -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0030998110771179197 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_365_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_365_BA.out new file mode 100644 index 00000000..c99da4e9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_365_BA.out @@ -0,0 +1,4 @@ +365_BA -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.009665199120839437 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_366_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_366_BA.out new file mode 100644 index 00000000..b0d6de4a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_366_BA.out @@ -0,0 +1,4 @@ +366_BA -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.002928582827250163 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_368_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_368_BA.out new file mode 100644 index 00000000..e656f4d5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_368_BA.out @@ -0,0 +1,4 @@ +368_BA -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0060956478118896484 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_369_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_369_BA.out new file mode 100644 index 00000000..f4910953 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_369_BA.out @@ -0,0 +1,4 @@ +369_BA -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0064178466796875 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_370_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_370_BA.out new file mode 100644 index 00000000..462256b4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_370_BA.out @@ -0,0 +1,4 @@ +370_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.00480271577835083 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_371_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_371_BA.out new file mode 100644 index 00000000..de12e857 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_371_BA.out @@ -0,0 +1,4 @@ +371_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0063347975413004555 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_372_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_372_BA.out new file mode 100644 index 00000000..9144214a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_372_BA.out @@ -0,0 +1,4 @@ +372_BA -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.002158192793528239 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_373_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_373_BA.out new file mode 100644 index 00000000..ab1c8348 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_373_BA.out @@ -0,0 +1,4 @@ +373_BA -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.010195048650105794 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_374_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_374_BA.out new file mode 100644 index 00000000..4ab875fb --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_374_BA.out @@ -0,0 +1,4 @@ +374_BA -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.009263900915781657 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_375_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_375_BA.out new file mode 100644 index 00000000..642d9d63 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_375_BA.out @@ -0,0 +1,4 @@ +375_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.009361461798350016 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_37_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_37_BA.out new file mode 100644 index 00000000..2b619ffa --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_37_BA.out @@ -0,0 +1,4 @@ +37_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.03041807810465495 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_39_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_39_BA.out new file mode 100644 index 00000000..5a2afb32 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_39_BA.out @@ -0,0 +1,4 @@ +39_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0063931862513224285 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_3_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_3_BA.out new file mode 100644 index 00000000..e0440702 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_3_BA.out @@ -0,0 +1,99 @@ +3_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2004-01-05 00:00:00 2004-12-31 00:00:00 1053480960 1054000800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1053480960_1054000800.npz'] +'StationConcatenate' object has no attribute 'existing_data' +2004-12-31 00:00:00 2005-12-31 00:00:00 1054000800 1054526400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1054000800_1054526400.npz'] +2005-12-31 00:00:00 2006-12-31 00:00:00 1054526400 1055052000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1054526400_1055052000.npz'] +2006-12-31 00:00:00 2007-12-29 00:00:00 1055052000 1055574720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1055052000_1055574720.npz'] +2007-12-31 00:00:00 2008-08-09 00:00:00 1055577600 1055897280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1055577600_1055897280.npz'] +2009-02-23 00:00:00 2009-12-29 00:00:00 1056182400 1056627360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1056182400_1056627360.npz'] +2010-01-03 00:00:00 2010-12-31 00:00:00 1056634560 1057155840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1056634560_1057155840.npz'] +2010-12-31 00:00:00 2011-12-31 00:00:00 1057155840 1057681440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1057155840_1057681440.npz'] +2011-12-31 00:00:00 2012-12-31 00:00:00 1057681440 1058208480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1057681440_1058208480.npz'] +2012-12-31 00:00:00 2013-04-01 00:00:00 1058208480 1058339520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058208480_1058734080.npz'] +2013-04-01 00:00:00 2013-04-11 00:00:00 1058339520 1058353920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058208480_1058734080.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058340000_1058734860.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058340000_1058734860.npz +2013-04-11 00:00:00 2013-05-28 00:00:00 1058353920 1058421600 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058208480_1058734080.npz'] +2013-05-28 00:00:00 2013-06-04 00:00:00 1058421600 1058431680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058208480_1058734080.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058340000_1058734860.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058340000_1058734860.npz +2013-06-04 00:00:00 2013-06-05 00:00:00 1058431680 1058433120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058208480_1058734080.npz'] +2013-06-05 00:00:00 2013-06-16 00:00:00 1058433120 1058448960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058208480_1058734080.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058340000_1058734860.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058340000_1058734860.npz +2013-06-16 00:00:00 2013-06-16 23:00:00 1058448960 1058450340 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058340000_1058734860.npz'] +2013-06-17 00:00:00 2013-08-04 00:00:00 1058450400 1058519520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058208480_1058734080.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058340000_1058734860.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058340000_1058734860.npz +2013-08-04 02:00:00 2013-08-04 23:00:00 1058519640 1058520900 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058340000_1058734860.npz'] +2013-08-05 00:00:00 2013-08-27 00:00:00 1058520960 1058552640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058208480_1058734080.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058340000_1058734860.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058340000_1058734860.npz +2013-08-27 00:00:00 2013-09-24 00:00:00 1058552640 1058592960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058208480_1058734080.npz'] +2013-09-24 00:00:00 2013-11-24 00:00:00 1058592960 1058680800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058208480_1058734080.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058340000_1058734860.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058340000_1058734860.npz +2013-11-24 00:00:00 2013-11-24 23:00:00 1058680800 1058682180 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058340000_1058734860.npz'] +2013-11-25 00:00:00 2013-12-31 00:00:00 1058682240 1058734080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058208480_1058734080.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058340000_1058734860.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058340000_1058734860.npz +2013-12-31 00:00:00 2014-01-01 00:00:00 1058734080 1058735520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058340000_1058734860.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058734080_1059259680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058340000_1058734860.npz +2014-01-01 00:00:00 2014-01-27 00:00:00 1058735520 1058772960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058734080_1059259680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz +2014-01-27 00:00:00 2014-01-29 00:00:00 1058772960 1058775840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz'] +2014-01-29 00:00:00 2014-04-14 00:00:00 1058775840 1058883840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058734080_1059259680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz +2014-04-14 00:00:00 2014-04-17 00:00:00 1058883840 1058888160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz'] +2014-04-17 00:00:00 2014-04-20 00:00:00 1058888160 1058892480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058734080_1059259680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz +2014-04-20 00:00:00 2014-04-21 00:00:00 1058892480 1058893920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz'] +2014-04-21 00:00:00 2014-04-27 00:00:00 1058893920 1058902560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058734080_1059259680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz +2014-04-27 00:00:00 2014-05-06 00:00:00 1058902560 1058915520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz'] +2014-05-06 00:00:00 2014-05-25 00:00:00 1058915520 1058942880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058734080_1059259680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz +2014-05-25 00:00:00 2014-05-26 00:00:00 1058942880 1058944320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz'] +2014-05-26 00:00:00 2014-06-15 00:00:00 1058944320 1058973120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058734080_1059259680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz +2014-06-15 00:00:00 2014-06-18 00:00:00 1058973120 1058977440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz'] +2014-06-18 00:00:00 2014-06-22 00:00:00 1058977440 1058983200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058734080_1059259680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz +2014-06-22 00:00:00 2014-06-29 00:00:00 1058983200 1058993280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz'] +2014-06-29 00:00:00 2014-07-09 00:00:00 1058993280 1059007680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058734080_1059259680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz +2014-07-09 00:00:00 2014-07-19 23:00:00 1059007680 1059023460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz'] +2014-07-20 00:00:00 2014-07-23 00:00:00 1059023520 1059027840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058734080_1059259680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz +2014-07-23 00:00:00 2014-07-25 00:00:00 1059027840 1059030720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz'] +2014-07-25 00:00:00 2014-08-07 00:00:00 1059030720 1059049440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058734080_1059259680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz +2014-08-07 00:00:00 2014-08-08 00:00:00 1059049440 1059050880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz'] +2014-08-08 00:00:00 2014-08-17 00:00:00 1059050880 1059063840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058734080_1059259680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz +2014-08-17 00:00:00 2014-08-18 00:00:00 1059063840 1059065280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz'] +2014-08-18 00:00:00 2014-08-24 00:00:00 1059065280 1059073920 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058734080_1059259680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz +2014-08-24 00:00:00 2014-08-25 00:00:00 1059073920 1059075360 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz'] +2014-08-25 00:00:00 2014-09-04 00:00:00 1059075360 1059089760 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058734080_1059259680.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz'] +OVERLAP RESOLVED BY "RANKING ALGORITHM" CHECK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058735220_1059088800.npz +2014-09-04 00:00:00 2014-12-31 00:00:00 1059089760 1059259680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1058734080_1059259680.npz'] +2014-12-31 00:00:00 2015-12-31 00:00:00 1059259680 1059785280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1059259680_1059785280.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/3_BA_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.038392496109008786 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_40_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_40_BA.out new file mode 100644 index 00000000..e4ebd86b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_40_BA.out @@ -0,0 +1,4 @@ +40_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.016340219974517824 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_41_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_41_BA.out new file mode 100644 index 00000000..f7706242 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_41_BA.out @@ -0,0 +1,4 @@ +41_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.015579136212666829 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_42_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_42_BA.out new file mode 100644 index 00000000..70febeb9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_42_BA.out @@ -0,0 +1,4 @@ +42_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.011876261234283448 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_43_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_43_BA.out new file mode 100644 index 00000000..21c1d486 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_43_BA.out @@ -0,0 +1,4 @@ +43_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.019976711273193358 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_44_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_44_BA.out new file mode 100644 index 00000000..1a3949e7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_44_BA.out @@ -0,0 +1,4 @@ +44_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.011277969678243 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_453_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_453_BA.out new file mode 100644 index 00000000..5c41bcf5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_453_BA.out @@ -0,0 +1,4 @@ +453_BA -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.009032849470774333 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_454_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_454_BA.out new file mode 100644 index 00000000..01a7b70a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_454_BA.out @@ -0,0 +1,4 @@ +454_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.010439451535542805 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_455_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_455_BA.out new file mode 100644 index 00000000..d2c32e4f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_455_BA.out @@ -0,0 +1,4 @@ +455_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.012527998288472493 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_456_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_456_BA.out new file mode 100644 index 00000000..b6b6d9e9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_456_BA.out @@ -0,0 +1,4 @@ +456_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.009945837656656902 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_457_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_457_BA.out new file mode 100644 index 00000000..4daab0ee --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_457_BA.out @@ -0,0 +1,4 @@ +457_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.012057018280029298 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_458_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_458_BA.out new file mode 100644 index 00000000..5e991ac2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_458_BA.out @@ -0,0 +1,4 @@ +458_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.011331407229105632 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_459_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_459_BA.out new file mode 100644 index 00000000..b6cc9433 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_459_BA.out @@ -0,0 +1,4 @@ +459_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.007944178581237794 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_45_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_45_BA.out new file mode 100644 index 00000000..11a4b6be --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_45_BA.out @@ -0,0 +1,32 @@ +45_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1996-05-06 04:00:00 1996-12-31 12:00:00 1049449200 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/45_BA_1049449200_1049793840.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/45_BA_1049793840_1050319440.npz'] +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/45_BA_1050319440_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/45_BA_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/45_BA_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-29 23:00:00 1051897680 1052421060 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/45_BA_1051897680_1052421060.npz'] +2002-01-03 03:00:00 2002-12-29 21:00:00 1052427060 1052946540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/45_BA_1052427060_1052946540.npz'] +2003-01-07 05:00:00 2003-12-31 12:00:00 1052958540 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/45_BA_1052958540_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/45_BA_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 08:00:00 1054001520 1054526880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/45_BA_1054001520_1054526880.npz'] +2005-12-31 12:00:00 2006-12-29 03:00:00 1054527120 1055049300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/45_BA_1054527120_1055049300.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/45_BA_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/45_BA_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/45_BA_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/45_BA_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/45_BA_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/45_BA_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/45_BA_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 11:00:00 1057156560 1057682100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/45_BA_1057156560_1057682100.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/45_BA_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/45_BA_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/45_BA_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/45_BA_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/45_BA_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/45_BA_1060313040_1060838640.npz'] +2017-12-31 13:00:00 2018-12-31 13:00:00 1060838700 1061364300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/45_BA_1060838700_1061364300.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/45_BA_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.11938246488571166 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_460_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_460_BA.out new file mode 100644 index 00000000..6df717a6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_460_BA.out @@ -0,0 +1,4 @@ +460_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.009249866008758545 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_461_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_461_BA.out new file mode 100644 index 00000000..45122082 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_461_BA.out @@ -0,0 +1,4 @@ +461_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.009137097994486492 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_462_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_462_BA.out new file mode 100644 index 00000000..6983b071 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_462_BA.out @@ -0,0 +1,4 @@ +462_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.007880874474843343 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_463_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_463_BA.out new file mode 100644 index 00000000..3e7a63e2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_463_BA.out @@ -0,0 +1,4 @@ +463_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.012528316179911295 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_464_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_464_BA.out new file mode 100644 index 00000000..827ba4c0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_464_BA.out @@ -0,0 +1,4 @@ +464_BA -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0017679532368977864 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_465_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_465_BA.out new file mode 100644 index 00000000..9572b727 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_465_BA.out @@ -0,0 +1,4 @@ +465_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.012719921271006266 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_466_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_466_BA.out new file mode 100644 index 00000000..b3cea97d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_466_BA.out @@ -0,0 +1,4 @@ +466_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.010817718505859376 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_467_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_467_BA.out new file mode 100644 index 00000000..5882a4c4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_467_BA.out @@ -0,0 +1,4 @@ +467_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.012355581919352213 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_468_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_468_BA.out new file mode 100644 index 00000000..a1ec8971 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_468_BA.out @@ -0,0 +1,4 @@ +468_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0018084923426310222 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_469_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_469_BA.out new file mode 100644 index 00000000..d0b66b12 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_469_BA.out @@ -0,0 +1,4 @@ +469_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.002920083204905192 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_46_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_46_BA.out new file mode 100644 index 00000000..0af4efe7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_46_BA.out @@ -0,0 +1,4 @@ +46_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.019371279080708823 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_471_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_471_BA.out new file mode 100644 index 00000000..1c18042e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_471_BA.out @@ -0,0 +1,4 @@ +471_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.002559951941172282 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_473_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_473_BA.out new file mode 100644 index 00000000..df3ab583 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_473_BA.out @@ -0,0 +1,4 @@ +473_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.007640333970387777 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_474_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_474_BA.out new file mode 100644 index 00000000..0ebfd1b1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_474_BA.out @@ -0,0 +1,4 @@ +474_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.009164957205454509 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_475_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_475_BA.out new file mode 100644 index 00000000..6b2662c6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_475_BA.out @@ -0,0 +1,4 @@ +475_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0030577460924784343 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_476_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_476_BA.out new file mode 100644 index 00000000..815cd953 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_476_BA.out @@ -0,0 +1,4 @@ +476_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.00416175127029419 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_477_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_477_BA.out new file mode 100644 index 00000000..26d1b255 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_477_BA.out @@ -0,0 +1,4 @@ +477_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.00885621706644694 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_478_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_478_BA.out new file mode 100644 index 00000000..a65cfb4b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_478_BA.out @@ -0,0 +1,4 @@ +478_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.003262531757354736 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_479_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_479_BA.out new file mode 100644 index 00000000..f4f72234 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_479_BA.out @@ -0,0 +1,4 @@ +479_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.004934461911519369 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_480_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_480_BA.out new file mode 100644 index 00000000..2cb78677 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_480_BA.out @@ -0,0 +1,4 @@ +480_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01127164363861084 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_481_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_481_BA.out new file mode 100644 index 00000000..0e7c5a52 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_481_BA.out @@ -0,0 +1,4 @@ +481_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.003777484099070231 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_482_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_482_BA.out new file mode 100644 index 00000000..c3f69abf --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_482_BA.out @@ -0,0 +1,4 @@ +482_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.011688884099324543 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_483_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_483_BA.out new file mode 100644 index 00000000..fb669204 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_483_BA.out @@ -0,0 +1,4 @@ +483_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.008975478013356526 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_485_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_485_BA.out new file mode 100644 index 00000000..f064c058 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_485_BA.out @@ -0,0 +1,4 @@ +485_BA -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.003059864044189453 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_486_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_486_BA.out new file mode 100644 index 00000000..851a466f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_486_BA.out @@ -0,0 +1,4 @@ +486_BA -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.009554672241210937 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_487_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_487_BA.out new file mode 100644 index 00000000..3dad358a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_487_BA.out @@ -0,0 +1,4 @@ +487_BA -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.007489585876464843 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_488_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_488_BA.out new file mode 100644 index 00000000..9020e444 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_488_BA.out @@ -0,0 +1,4 @@ +488_BA -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.007141220569610596 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_489_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_489_BA.out new file mode 100644 index 00000000..e7a990ed --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_489_BA.out @@ -0,0 +1,4 @@ +489_BA -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0075563788414001465 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_48_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_48_BA.out new file mode 100644 index 00000000..af21740e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_48_BA.out @@ -0,0 +1,4 @@ +48_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.033242321014404295 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_490_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_490_BA.out new file mode 100644 index 00000000..c520f771 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_490_BA.out @@ -0,0 +1,4 @@ +490_BA -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.009702086448669434 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_4_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_4_BA.out new file mode 100644 index 00000000..ac397154 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_4_BA.out @@ -0,0 +1,4 @@ +4_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01641783316930135 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_51_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_51_BA.out new file mode 100644 index 00000000..486921e9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_51_BA.out @@ -0,0 +1,4 @@ +51_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01249232292175293 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_529_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_529_BA.out new file mode 100644 index 00000000..1f942b62 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_529_BA.out @@ -0,0 +1,4 @@ +529_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.005342268943786621 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_52_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_52_BA.out new file mode 100644 index 00000000..0fcdbfac --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_52_BA.out @@ -0,0 +1,4 @@ +52_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0205305814743042 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_530_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_530_BA.out new file mode 100644 index 00000000..846f2efc --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_530_BA.out @@ -0,0 +1,4 @@ +530_BA -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.008651113510131836 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_531_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_531_BA.out new file mode 100644 index 00000000..f23c3811 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_531_BA.out @@ -0,0 +1,4 @@ +531_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.008700680732727051 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_534_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_534_BA.out new file mode 100644 index 00000000..60de0545 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_534_BA.out @@ -0,0 +1,4 @@ +534_BA -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0014109293619791667 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_53_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_53_BA.out new file mode 100644 index 00000000..170219a2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_53_BA.out @@ -0,0 +1,4 @@ +53_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.008781147003173829 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_540_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_540_BA.out new file mode 100644 index 00000000..ed6ddbb5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_540_BA.out @@ -0,0 +1,4 @@ +540_BA -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0022345463434855144 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_543_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_543_BA.out new file mode 100644 index 00000000..aa92366a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_543_BA.out @@ -0,0 +1,4 @@ +543_BA -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.007617719968159993 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_546_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_546_BA.out new file mode 100644 index 00000000..3c2f3dfa --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_546_BA.out @@ -0,0 +1,4 @@ +546_BA -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0026283939679463703 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_549_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_549_BA.out new file mode 100644 index 00000000..4a932706 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_549_BA.out @@ -0,0 +1,4 @@ +549_BA -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0073600689570109045 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_550_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_550_BA.out new file mode 100644 index 00000000..3c26418d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_550_BA.out @@ -0,0 +1,4 @@ +550_BA -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.008788736661275227 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_553_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_553_BA.out new file mode 100644 index 00000000..6c66e3ff --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_553_BA.out @@ -0,0 +1,4 @@ +553_BA -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0041750907897949215 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_554_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_554_BA.out new file mode 100644 index 00000000..f026b03b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_554_BA.out @@ -0,0 +1,4 @@ +554_BA -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0028992652893066405 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_56_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_56_BA.out new file mode 100644 index 00000000..a9ee06e2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_56_BA.out @@ -0,0 +1,4 @@ +56_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.027526529630025227 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_57_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_57_BA.out new file mode 100644 index 00000000..69ad69f0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_57_BA.out @@ -0,0 +1,32 @@ +57_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1996-05-30 13:00:00 1996-12-31 12:00:00 1049484300 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/57_BA_1049484300_1049793840.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/57_BA_1049793840_1050319440.npz'] +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/57_BA_1050319440_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/57_BA_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/57_BA_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/57_BA_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/57_BA_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/57_BA_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/57_BA_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/57_BA_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/57_BA_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/57_BA_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/57_BA_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/57_BA_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/57_BA_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/57_BA_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/57_BA_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/57_BA_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/57_BA_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/57_BA_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/57_BA_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/57_BA_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/57_BA_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/57_BA_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/57_BA_1060313040_1060838640.npz'] +2017-12-31 13:00:00 2018-12-31 13:00:00 1060838700 1061364300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/57_BA_1060838700_1061364300.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/57_BA_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.16214683055877685 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_59_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_59_BA.out new file mode 100644 index 00000000..1ec201a0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_59_BA.out @@ -0,0 +1,4 @@ +59_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.024768495559692384 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_5_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_5_BA.out new file mode 100644 index 00000000..988c53fb --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_5_BA.out @@ -0,0 +1,4 @@ +5_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.016565378506978354 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_61_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_61_BA.out new file mode 100644 index 00000000..7cb46082 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_61_BA.out @@ -0,0 +1,4 @@ +61_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.021346628665924072 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_62_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_62_BA.out new file mode 100644 index 00000000..5bc53521 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_62_BA.out @@ -0,0 +1,31 @@ +62_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1996-02-24 13:00:00 1996-02-25 04:00:00 1049346060 1049346960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/62_BA_1049346060_1049346960.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1998-02-28 13:00:00 1998-12-31 12:00:00 1050404460 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/62_BA_1050404460_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/62_BA_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/62_BA_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/62_BA_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/62_BA_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/62_BA_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/62_BA_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/62_BA_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/62_BA_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/62_BA_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/62_BA_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/62_BA_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/62_BA_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/62_BA_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/62_BA_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/62_BA_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/62_BA_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/62_BA_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/62_BA_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/62_BA_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/62_BA_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 03:00:00 1059786000 1060312500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/62_BA_1059786000_1060312500.npz'] +2017-01-03 01:00:00 2017-12-31 12:00:00 1060316700 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/62_BA_1060316700_1060838640.npz'] +2017-12-31 13:00:00 2018-12-31 13:00:00 1060838700 1061364300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/62_BA_1060838700_1061364300.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/pm2p5/temporary_S1/62_BA_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.18175824880599975 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_63_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_63_BA.out new file mode 100644 index 00000000..ec7529b3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_63_BA.out @@ -0,0 +1,4 @@ +63_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.024227126439412435 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_64_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_64_BA.out new file mode 100644 index 00000000..09353b14 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_64_BA.out @@ -0,0 +1,4 @@ +64_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.023715869585673014 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_65_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_65_BA.out new file mode 100644 index 00000000..a8b68b79 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_65_BA.out @@ -0,0 +1,4 @@ +65_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.012635966142018637 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_6_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_6_BA.out new file mode 100644 index 00000000..4d790a87 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_6_BA.out @@ -0,0 +1,4 @@ +6_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.012299664815266927 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_70_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_70_BA.out new file mode 100644 index 00000000..f6837a6e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_70_BA.out @@ -0,0 +1,4 @@ +70_BA -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0027404904365539553 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_73_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_73_BA.out new file mode 100644 index 00000000..29e6dfd0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_73_BA.out @@ -0,0 +1,4 @@ +73_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.005032813549041748 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_76_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_76_BA.out new file mode 100644 index 00000000..2d6a31c3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_76_BA.out @@ -0,0 +1,4 @@ +76_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.011427191893259685 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_79_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_79_BA.out new file mode 100644 index 00000000..ffdf91c8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_79_BA.out @@ -0,0 +1,4 @@ +79_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.023961230119069418 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_80_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_80_BA.out new file mode 100644 index 00000000..3657ade5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_80_BA.out @@ -0,0 +1,4 @@ +80_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.03203781048456828 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_81_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_81_BA.out new file mode 100644 index 00000000..77b434e9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_81_BA.out @@ -0,0 +1,4 @@ +81_BA -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.00205767552057902 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_83_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_83_BA.out new file mode 100644 index 00000000..325aad58 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_83_BA.out @@ -0,0 +1,4 @@ +83_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.019917404651641844 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_84_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_84_BA.out new file mode 100644 index 00000000..e9f0d9be --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_84_BA.out @@ -0,0 +1,4 @@ +84_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.027197221914927166 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_85_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_85_BA.out new file mode 100644 index 00000000..10f89f4c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_85_BA.out @@ -0,0 +1,4 @@ +85_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.009860503673553466 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_90_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_90_BA.out new file mode 100644 index 00000000..370a7dd4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_90_BA.out @@ -0,0 +1,4 @@ +90_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.008509433269500733 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_93_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_93_BA.out new file mode 100644 index 00000000..94c88e56 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_93_BA.out @@ -0,0 +1,4 @@ +93_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0031847397486368815 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_94_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_94_BA.out new file mode 100644 index 00000000..2fe1fb14 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_94_BA.out @@ -0,0 +1,4 @@ +94_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0033937692642211914 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_95_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_95_BA.out new file mode 100644 index 00000000..2f8acd02 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_95_BA.out @@ -0,0 +1,4 @@ +95_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01757479508717855 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_99_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_99_BA.out new file mode 100644 index 00000000..7494c8ef --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_99_BA.out @@ -0,0 +1,4 @@ +99_BA -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0059120376904805505 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/0_9_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/0_9_BA.out new file mode 100644 index 00000000..98a3a338 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/0_9_BA.out @@ -0,0 +1,4 @@ +9_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01824566920598348 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/1_472_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/1_472_BA.out new file mode 100644 index 00000000..fcbccf22 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/1_472_BA.out @@ -0,0 +1,5 @@ +472_BA -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +NO VALID DATA TO WRITE OUT AFTER REMOVING UNIQUE STATION DATA WITH EXTENT < 31 DAYS. +STATION WILL NOT CONTINUE IN PIPELINE. \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/1_484_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/1_484_BA.out new file mode 100644 index 00000000..39841e5a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/1_484_BA.out @@ -0,0 +1,5 @@ +484_BA -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +NO VALID DATA TO WRITE OUT AFTER REMOVING UNIQUE STATION DATA WITH EXTENT < 31 DAYS. +STATION WILL NOT CONTINUE IN PIPELINE. \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/1_544_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/1_544_BA.out new file mode 100644 index 00000000..d86343ba --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/1_544_BA.out @@ -0,0 +1,3 @@ +544_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +ALL OF LONGITUDE VALUES ARE NaN. STATION REMOVED FROM FURTHER PROCESSING IN PIPELINE \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/1_547_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/1_547_BA.out new file mode 100644 index 00000000..1b80a9cf --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/1_547_BA.out @@ -0,0 +1,3 @@ +547_BA -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +ALL OF LONGITUDE VALUES ARE NaN. STATION REMOVED FROM FURTHER PROCESSING IN PIPELINE \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/1_89_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/1_89_BA.out new file mode 100644 index 00000000..30f6c67e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/1_89_BA.out @@ -0,0 +1,3 @@ +89_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +ALL OF LONGITUDE VALUES ARE NaN. STATION REMOVED FROM FURTHER PROCESSING IN PIPELINE \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S2/1_98_BA.out b/run/stage_logs/NAPMD_PM2.5/S2/1_98_BA.out new file mode 100644 index 00000000..329fcf97 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S2/1_98_BA.out @@ -0,0 +1,3 @@ +98_BA -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +ALL OF LONGITUDE VALUES ARE NaN. STATION REMOVED FROM FURTHER PROCESSING IN PIPELINE \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_103_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_103_BA.out new file mode 100644 index 00000000..63c271df --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_103_BA.out @@ -0,0 +1,23 @@ +103_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.7094391266504922 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_107_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_107_BA.out new file mode 100644 index 00000000..dc8eb650 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_107_BA.out @@ -0,0 +1,23 @@ +107_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.024326737721761 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_108_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_108_BA.out new file mode 100644 index 00000000..fbd70b3c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_108_BA.out @@ -0,0 +1,23 @@ +108_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.403129764397939 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_109_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_109_BA.out new file mode 100644 index 00000000..17845e43 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_109_BA.out @@ -0,0 +1,23 @@ +109_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.4028728604316711 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_10_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_10_BA.out new file mode 100644 index 00000000..528d552f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_10_BA.out @@ -0,0 +1,23 @@ +10_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.7826983054478964 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_110_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_110_BA.out new file mode 100644 index 00000000..3f29a9b2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_110_BA.out @@ -0,0 +1,23 @@ +110_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.5730549613634746 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_113_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_113_BA.out new file mode 100644 index 00000000..e1fd7bee --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_113_BA.out @@ -0,0 +1,23 @@ +113_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.0783097664515178 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_117_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_117_BA.out new file mode 100644 index 00000000..7c0072a6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_117_BA.out @@ -0,0 +1,23 @@ +117_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9719801982243855 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_118_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_118_BA.out new file mode 100644 index 00000000..d64510d5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_118_BA.out @@ -0,0 +1,23 @@ +118_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9271294474601746 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_119_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_119_BA.out new file mode 100644 index 00000000..73faad99 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_119_BA.out @@ -0,0 +1,23 @@ +119_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.143085459868113 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_11_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_11_BA.out new file mode 100644 index 00000000..86517d8e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_11_BA.out @@ -0,0 +1,23 @@ +11_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1657822330792744 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_120_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_120_BA.out new file mode 100644 index 00000000..664b02b1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_120_BA.out @@ -0,0 +1,23 @@ +120_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.2007660746574402 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_12_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_12_BA.out new file mode 100644 index 00000000..6bda3eef --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_12_BA.out @@ -0,0 +1,23 @@ +12_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.8516085306803385 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_13_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_13_BA.out new file mode 100644 index 00000000..fa900ec5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_13_BA.out @@ -0,0 +1,23 @@ +13_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.7013266841570536 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_15_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_15_BA.out new file mode 100644 index 00000000..30f62718 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_15_BA.out @@ -0,0 +1,23 @@ +15_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9261404037475586 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_17_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_17_BA.out new file mode 100644 index 00000000..e68f79c2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_17_BA.out @@ -0,0 +1,23 @@ +17_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.070066487789154 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_18_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_18_BA.out new file mode 100644 index 00000000..eb43f1a5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_18_BA.out @@ -0,0 +1,23 @@ +18_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.4871227184931437 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_1_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_1_BA.out new file mode 100644 index 00000000..8e1fb6cb --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_1_BA.out @@ -0,0 +1,23 @@ +1_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8242534637451172 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_20_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_20_BA.out new file mode 100644 index 00000000..e6c4d240 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_20_BA.out @@ -0,0 +1,23 @@ +20_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8197912851969401 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_21_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_21_BA.out new file mode 100644 index 00000000..39737971 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_21_BA.out @@ -0,0 +1,23 @@ +21_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.316591501235962 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_22_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_22_BA.out new file mode 100644 index 00000000..0b7072d7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_22_BA.out @@ -0,0 +1,23 @@ +22_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.1507378737131755 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_23_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_23_BA.out new file mode 100644 index 00000000..3494f712 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_23_BA.out @@ -0,0 +1,23 @@ +23_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.117008582750956 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_24_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_24_BA.out new file mode 100644 index 00000000..a366dd77 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_24_BA.out @@ -0,0 +1,23 @@ +24_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1530729850133261 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_26_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_26_BA.out new file mode 100644 index 00000000..d8327738 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_26_BA.out @@ -0,0 +1,23 @@ +26_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.3597706278165183 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_271_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_271_BA.out new file mode 100644 index 00000000..1ccff4ab --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_271_BA.out @@ -0,0 +1,23 @@ +271_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.3218603094418844 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_273_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_273_BA.out new file mode 100644 index 00000000..61cd6f58 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_273_BA.out @@ -0,0 +1,23 @@ +273_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9011726339658102 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_274_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_274_BA.out new file mode 100644 index 00000000..89f5a59c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_274_BA.out @@ -0,0 +1,23 @@ +274_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.4978054682413737 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_278_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_278_BA.out new file mode 100644 index 00000000..6aefbdb3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_278_BA.out @@ -0,0 +1,23 @@ +278_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7277983466784159 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_279_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_279_BA.out new file mode 100644 index 00000000..f8311a51 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_279_BA.out @@ -0,0 +1,23 @@ +279_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8579617023468018 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_285_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_285_BA.out new file mode 100644 index 00000000..eb156cb8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_285_BA.out @@ -0,0 +1,23 @@ +285_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8099938193957011 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_286_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_286_BA.out new file mode 100644 index 00000000..45fbe903 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_286_BA.out @@ -0,0 +1,23 @@ +286_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.6598414659500123 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_288_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_288_BA.out new file mode 100644 index 00000000..a94b796d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_288_BA.out @@ -0,0 +1,23 @@ +288_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8012983679771424 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_289_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_289_BA.out new file mode 100644 index 00000000..c5fa42c5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_289_BA.out @@ -0,0 +1,23 @@ +289_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0185778697331747 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_28_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_28_BA.out new file mode 100644 index 00000000..8ef92f20 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_28_BA.out @@ -0,0 +1,23 @@ +28_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0464428146680196 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_290_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_290_BA.out new file mode 100644 index 00000000..9a4ac41f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_290_BA.out @@ -0,0 +1,23 @@ +290_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.121353562672933 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_291_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_291_BA.out new file mode 100644 index 00000000..d7d8f125 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_291_BA.out @@ -0,0 +1,23 @@ +291_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6657704075177511 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_292_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_292_BA.out new file mode 100644 index 00000000..0eb5e6bc --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_292_BA.out @@ -0,0 +1,23 @@ +292_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8263364553451538 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_293_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_293_BA.out new file mode 100644 index 00000000..7aadb6b4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_293_BA.out @@ -0,0 +1,23 @@ +293_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8365014314651489 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_294_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_294_BA.out new file mode 100644 index 00000000..4eb5fe84 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_294_BA.out @@ -0,0 +1,23 @@ +294_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9217424194018046 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_295_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_295_BA.out new file mode 100644 index 00000000..6d6044bd --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_295_BA.out @@ -0,0 +1,23 @@ +295_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6397292852401734 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_296_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_296_BA.out new file mode 100644 index 00000000..c27d9189 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_296_BA.out @@ -0,0 +1,23 @@ +296_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.4788727243741353 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_297_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_297_BA.out new file mode 100644 index 00000000..99404f11 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_297_BA.out @@ -0,0 +1,23 @@ +297_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.187678050994873 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_298_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_298_BA.out new file mode 100644 index 00000000..d1c5a21e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_298_BA.out @@ -0,0 +1,23 @@ +298_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.693257999420166 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_299_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_299_BA.out new file mode 100644 index 00000000..3cb48556 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_299_BA.out @@ -0,0 +1,23 @@ +299_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.6586164077123007 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_2_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_2_BA.out new file mode 100644 index 00000000..668f2b6e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_2_BA.out @@ -0,0 +1,23 @@ +2_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9808099071184794 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_300_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_300_BA.out new file mode 100644 index 00000000..d02e24ad --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_300_BA.out @@ -0,0 +1,23 @@ +300_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0608878135681152 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_301_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_301_BA.out new file mode 100644 index 00000000..26c0465c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_301_BA.out @@ -0,0 +1,23 @@ +301_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.241607936223348 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_302_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_302_BA.out new file mode 100644 index 00000000..9f49e8de --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_302_BA.out @@ -0,0 +1,23 @@ +302_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9787546912829082 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_303_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_303_BA.out new file mode 100644 index 00000000..b4fac5c8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_303_BA.out @@ -0,0 +1,23 @@ +303_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.950796922047933 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_304_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_304_BA.out new file mode 100644 index 00000000..17673bfd --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_304_BA.out @@ -0,0 +1,23 @@ +304_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9718596140543619 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_305_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_305_BA.out new file mode 100644 index 00000000..055ffd30 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_305_BA.out @@ -0,0 +1,23 @@ +305_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7033372203509013 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_306_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_306_BA.out new file mode 100644 index 00000000..be739976 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_306_BA.out @@ -0,0 +1,23 @@ +306_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.257167363166809 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_307_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_307_BA.out new file mode 100644 index 00000000..4ee31106 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_307_BA.out @@ -0,0 +1,23 @@ +307_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.6966000119845073 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_308_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_308_BA.out new file mode 100644 index 00000000..58bd3892 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_308_BA.out @@ -0,0 +1,23 @@ +308_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.987387220064799 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_309_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_309_BA.out new file mode 100644 index 00000000..9e269ff7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_309_BA.out @@ -0,0 +1,23 @@ +309_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.6852250734965006 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_30_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_30_BA.out new file mode 100644 index 00000000..9d1802cf --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_30_BA.out @@ -0,0 +1,23 @@ +30_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.745759598414103 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_310_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_310_BA.out new file mode 100644 index 00000000..4a788f85 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_310_BA.out @@ -0,0 +1,23 @@ +310_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.7056474049886068 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_311_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_311_BA.out new file mode 100644 index 00000000..9f0255a9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_311_BA.out @@ -0,0 +1,23 @@ +311_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.672799809773763 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_312_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_312_BA.out new file mode 100644 index 00000000..87f5e80d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_312_BA.out @@ -0,0 +1,23 @@ +312_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6458724498748779 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_313_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_313_BA.out new file mode 100644 index 00000000..63a7cba1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_313_BA.out @@ -0,0 +1,23 @@ +313_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1303250630696615 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_314_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_314_BA.out new file mode 100644 index 00000000..6355ec8e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_314_BA.out @@ -0,0 +1,23 @@ +314_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6493291020393371 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_315_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_315_BA.out new file mode 100644 index 00000000..1fd86924 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_315_BA.out @@ -0,0 +1,23 @@ +315_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6761583646138509 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_316_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_316_BA.out new file mode 100644 index 00000000..a76e8cba --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_316_BA.out @@ -0,0 +1,23 @@ +316_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.5191059827804565 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_317_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_317_BA.out new file mode 100644 index 00000000..6e2d48b3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_317_BA.out @@ -0,0 +1,23 @@ +317_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.6126102288564046 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_318_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_318_BA.out new file mode 100644 index 00000000..6c996bc0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_318_BA.out @@ -0,0 +1,23 @@ +318_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.6579014897346496 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_319_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_319_BA.out new file mode 100644 index 00000000..a412cac0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_319_BA.out @@ -0,0 +1,23 @@ +319_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7905857602755229 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_320_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_320_BA.out new file mode 100644 index 00000000..23ff3189 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_320_BA.out @@ -0,0 +1,23 @@ +320_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6665315707524617 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_321_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_321_BA.out new file mode 100644 index 00000000..09e19770 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_321_BA.out @@ -0,0 +1,23 @@ +321_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1902259866396585 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_322_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_322_BA.out new file mode 100644 index 00000000..b9bfcc0d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_322_BA.out @@ -0,0 +1,23 @@ +322_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.7014193177223205 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_323_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_323_BA.out new file mode 100644 index 00000000..56e0f8c3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_323_BA.out @@ -0,0 +1,23 @@ +323_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0460997343063354 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_325_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_325_BA.out new file mode 100644 index 00000000..3f77f27d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_325_BA.out @@ -0,0 +1,23 @@ +325_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.9518465598424275 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_327_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_327_BA.out new file mode 100644 index 00000000..f368abc2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_327_BA.out @@ -0,0 +1,23 @@ +327_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6590301871299744 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_328_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_328_BA.out new file mode 100644 index 00000000..608a5a56 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_328_BA.out @@ -0,0 +1,23 @@ +328_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.6682634353637695 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_329_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_329_BA.out new file mode 100644 index 00000000..892c553a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_329_BA.out @@ -0,0 +1,23 @@ +329_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.2847031195958456 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_32_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_32_BA.out new file mode 100644 index 00000000..0200dc0c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_32_BA.out @@ -0,0 +1,23 @@ +32_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.2599617838859558 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_331_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_331_BA.out new file mode 100644 index 00000000..9456c0c7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_331_BA.out @@ -0,0 +1,23 @@ +331_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.4760089238484702 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_332_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_332_BA.out new file mode 100644 index 00000000..cbc1837d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_332_BA.out @@ -0,0 +1,23 @@ +332_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.794639511903127 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_334_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_334_BA.out new file mode 100644 index 00000000..c79b521d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_334_BA.out @@ -0,0 +1,23 @@ +334_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.8724441488583883 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_335_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_335_BA.out new file mode 100644 index 00000000..aa391bd4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_335_BA.out @@ -0,0 +1,23 @@ +335_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.6450863043467203 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_336_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_336_BA.out new file mode 100644 index 00000000..6f0ab2f1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_336_BA.out @@ -0,0 +1,23 @@ +336_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8032988468805949 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_337_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_337_BA.out new file mode 100644 index 00000000..192789a9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_337_BA.out @@ -0,0 +1,23 @@ +337_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9323699434598287 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_339_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_339_BA.out new file mode 100644 index 00000000..2c2cd6c6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_339_BA.out @@ -0,0 +1,23 @@ +339_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.6755396564801535 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_340_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_340_BA.out new file mode 100644 index 00000000..de4b5d99 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_340_BA.out @@ -0,0 +1,23 @@ +340_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.2466236432393392 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_341_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_341_BA.out new file mode 100644 index 00000000..0f251c8f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_341_BA.out @@ -0,0 +1,23 @@ +341_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7728916684786479 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_346_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_346_BA.out new file mode 100644 index 00000000..f2766523 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_346_BA.out @@ -0,0 +1,23 @@ +346_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7311706026395162 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_34_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_34_BA.out new file mode 100644 index 00000000..2ebe2001 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_34_BA.out @@ -0,0 +1,23 @@ +34_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1594666798909505 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_350_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_350_BA.out new file mode 100644 index 00000000..d6ac40d6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_350_BA.out @@ -0,0 +1,23 @@ +350_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.8736576636632285 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_351_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_351_BA.out new file mode 100644 index 00000000..59b1f7d8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_351_BA.out @@ -0,0 +1,23 @@ +351_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.720802660783132 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_352_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_352_BA.out new file mode 100644 index 00000000..695f552b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_352_BA.out @@ -0,0 +1,23 @@ +352_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.110882536570231 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_354_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_354_BA.out new file mode 100644 index 00000000..7abfc9db --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_354_BA.out @@ -0,0 +1,23 @@ +354_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.8826593001683554 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_355_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_355_BA.out new file mode 100644 index 00000000..f853d8fd --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_355_BA.out @@ -0,0 +1,23 @@ +355_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.74750812848409 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_356_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_356_BA.out new file mode 100644 index 00000000..fd7bce87 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_356_BA.out @@ -0,0 +1,23 @@ +356_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0656872987747192 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_357_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_357_BA.out new file mode 100644 index 00000000..45a44e1c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_357_BA.out @@ -0,0 +1,23 @@ +357_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.2349335471789042 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_358_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_358_BA.out new file mode 100644 index 00000000..1f5c0a15 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_358_BA.out @@ -0,0 +1,23 @@ +358_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.303440749645233 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_35_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_35_BA.out new file mode 100644 index 00000000..127ac023 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_35_BA.out @@ -0,0 +1,23 @@ +35_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6280952374140422 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_360_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_360_BA.out new file mode 100644 index 00000000..1fa5cde8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_360_BA.out @@ -0,0 +1,23 @@ +360_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.52347282965978 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_363_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_363_BA.out new file mode 100644 index 00000000..80d57a16 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_363_BA.out @@ -0,0 +1,23 @@ +363_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.6975249687830607 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_364_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_364_BA.out new file mode 100644 index 00000000..213e5056 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_364_BA.out @@ -0,0 +1,23 @@ +364_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7603510936101278 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_365_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_365_BA.out new file mode 100644 index 00000000..ddc68454 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_365_BA.out @@ -0,0 +1,23 @@ +365_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.2302995920181274 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_366_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_366_BA.out new file mode 100644 index 00000000..3580f70d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_366_BA.out @@ -0,0 +1,23 @@ +366_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.140281359354655 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_368_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_368_BA.out new file mode 100644 index 00000000..bcaf4446 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_368_BA.out @@ -0,0 +1,23 @@ +368_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.141898238658905 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_369_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_369_BA.out new file mode 100644 index 00000000..9d07bd69 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_369_BA.out @@ -0,0 +1,23 @@ +369_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1855774680773417 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_370_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_370_BA.out new file mode 100644 index 00000000..979b4c78 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_370_BA.out @@ -0,0 +1,23 @@ +370_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.753547747929891 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_371_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_371_BA.out new file mode 100644 index 00000000..8c790bd2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_371_BA.out @@ -0,0 +1,23 @@ +371_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1855516632397969 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_372_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_372_BA.out new file mode 100644 index 00000000..0a925a0f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_372_BA.out @@ -0,0 +1,23 @@ +372_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9849728425343831 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_373_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_373_BA.out new file mode 100644 index 00000000..1accbdf5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_373_BA.out @@ -0,0 +1,23 @@ +373_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6696255763371786 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_374_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_374_BA.out new file mode 100644 index 00000000..449b18a1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_374_BA.out @@ -0,0 +1,23 @@ +374_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.6839098453521728 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_375_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_375_BA.out new file mode 100644 index 00000000..092d2102 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_375_BA.out @@ -0,0 +1,23 @@ +375_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7135339816411336 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_37_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_37_BA.out new file mode 100644 index 00000000..235eb4c9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_37_BA.out @@ -0,0 +1,23 @@ +37_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.1403307994206746 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_39_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_39_BA.out new file mode 100644 index 00000000..6485689c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_39_BA.out @@ -0,0 +1,23 @@ +39_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.7671652714411417 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_3_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_3_BA.out new file mode 100644 index 00000000..c5020a05 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_3_BA.out @@ -0,0 +1,23 @@ +3_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.8162996212641398 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_40_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_40_BA.out new file mode 100644 index 00000000..2bef9d98 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_40_BA.out @@ -0,0 +1,23 @@ +40_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.9554024497667948 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_41_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_41_BA.out new file mode 100644 index 00000000..cc5fb578 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_41_BA.out @@ -0,0 +1,23 @@ +41_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7485989411671956 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_42_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_42_BA.out new file mode 100644 index 00000000..999e9411 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_42_BA.out @@ -0,0 +1,23 @@ +42_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.766572618484497 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_43_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_43_BA.out new file mode 100644 index 00000000..e77725d9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_43_BA.out @@ -0,0 +1,23 @@ +43_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.588946278889974 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_44_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_44_BA.out new file mode 100644 index 00000000..c53ee05d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_44_BA.out @@ -0,0 +1,23 @@ +44_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7177097002665201 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_453_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_453_BA.out new file mode 100644 index 00000000..ac4819b1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_453_BA.out @@ -0,0 +1,23 @@ +453_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.6876885374387105 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_454_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_454_BA.out new file mode 100644 index 00000000..09ddc310 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_454_BA.out @@ -0,0 +1,23 @@ +454_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.7068079789479573 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_455_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_455_BA.out new file mode 100644 index 00000000..3bed7515 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_455_BA.out @@ -0,0 +1,23 @@ +455_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8184477766354878 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_456_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_456_BA.out new file mode 100644 index 00000000..11722235 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_456_BA.out @@ -0,0 +1,23 @@ +456_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.7260878483454387 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_457_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_457_BA.out new file mode 100644 index 00000000..1eec5029 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_457_BA.out @@ -0,0 +1,23 @@ +457_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.7487204829851786 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_458_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_458_BA.out new file mode 100644 index 00000000..48419533 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_458_BA.out @@ -0,0 +1,23 @@ +458_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.6555424571037292 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_459_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_459_BA.out new file mode 100644 index 00000000..463c5f61 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_459_BA.out @@ -0,0 +1,23 @@ +459_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.823708697160085 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_45_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_45_BA.out new file mode 100644 index 00000000..b613d09b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_45_BA.out @@ -0,0 +1,23 @@ +45_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.7785974303881327 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_460_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_460_BA.out new file mode 100644 index 00000000..fbebf1e2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_460_BA.out @@ -0,0 +1,23 @@ +460_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.685292410850525 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_461_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_461_BA.out new file mode 100644 index 00000000..5ff8f158 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_461_BA.out @@ -0,0 +1,23 @@ +461_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6464588165283203 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_462_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_462_BA.out new file mode 100644 index 00000000..89365958 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_462_BA.out @@ -0,0 +1,23 @@ +462_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7024634838104248 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_463_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_463_BA.out new file mode 100644 index 00000000..e82b0175 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_463_BA.out @@ -0,0 +1,23 @@ +463_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7852103193600972 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_464_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_464_BA.out new file mode 100644 index 00000000..df3480e0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_464_BA.out @@ -0,0 +1,23 @@ +464_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9810887654622396 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_465_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_465_BA.out new file mode 100644 index 00000000..498205e7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_465_BA.out @@ -0,0 +1,23 @@ +465_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1798206647237142 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_466_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_466_BA.out new file mode 100644 index 00000000..44e4eb29 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_466_BA.out @@ -0,0 +1,23 @@ +466_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.6854038079579672 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_467_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_467_BA.out new file mode 100644 index 00000000..1eeef70f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_467_BA.out @@ -0,0 +1,23 @@ +467_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.080549124876658 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_468_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_468_BA.out new file mode 100644 index 00000000..072c4c2a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_468_BA.out @@ -0,0 +1,23 @@ +468_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5061354915301005 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_469_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_469_BA.out new file mode 100644 index 00000000..a29cef36 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_469_BA.out @@ -0,0 +1,23 @@ +469_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6588907758394877 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_46_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_46_BA.out new file mode 100644 index 00000000..97ddfaaf --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_46_BA.out @@ -0,0 +1,23 @@ +46_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.2230691949526469 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_471_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_471_BA.out new file mode 100644 index 00000000..e61ef0d7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_471_BA.out @@ -0,0 +1,23 @@ +471_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6360373616218566 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_473_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_473_BA.out new file mode 100644 index 00000000..18224e9a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_473_BA.out @@ -0,0 +1,23 @@ +473_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0080092867215475 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_474_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_474_BA.out new file mode 100644 index 00000000..d6b7c629 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_474_BA.out @@ -0,0 +1,23 @@ +474_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8086017409960429 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_475_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_475_BA.out new file mode 100644 index 00000000..2a68a410 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_475_BA.out @@ -0,0 +1,23 @@ +475_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7190792401631673 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_476_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_476_BA.out new file mode 100644 index 00000000..357fde72 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_476_BA.out @@ -0,0 +1,23 @@ +476_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.7505961616834005 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_477_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_477_BA.out new file mode 100644 index 00000000..4e3fe9b6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_477_BA.out @@ -0,0 +1,23 @@ +477_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1078885356585184 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_478_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_478_BA.out new file mode 100644 index 00000000..fc516be6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_478_BA.out @@ -0,0 +1,23 @@ +478_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0462727348009746 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_479_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_479_BA.out new file mode 100644 index 00000000..d990df41 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_479_BA.out @@ -0,0 +1,23 @@ +479_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7896719455718995 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_480_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_480_BA.out new file mode 100644 index 00000000..06c96365 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_480_BA.out @@ -0,0 +1,23 @@ +480_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6517593065897623 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_481_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_481_BA.out new file mode 100644 index 00000000..bf0ba6da --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_481_BA.out @@ -0,0 +1,23 @@ +481_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6306805690129598 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_482_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_482_BA.out new file mode 100644 index 00000000..9164ca80 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_482_BA.out @@ -0,0 +1,23 @@ +482_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.7250349442164103 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_483_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_483_BA.out new file mode 100644 index 00000000..7d1d598e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_483_BA.out @@ -0,0 +1,23 @@ +483_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0512762387593588 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_485_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_485_BA.out new file mode 100644 index 00000000..5b91a026 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_485_BA.out @@ -0,0 +1,23 @@ +485_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.6810020605723064 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_486_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_486_BA.out new file mode 100644 index 00000000..97098970 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_486_BA.out @@ -0,0 +1,23 @@ +486_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.6526342590649923 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_487_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_487_BA.out new file mode 100644 index 00000000..73f2ec72 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_487_BA.out @@ -0,0 +1,23 @@ +487_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0558337171872456 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_488_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_488_BA.out new file mode 100644 index 00000000..f52e75bb --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_488_BA.out @@ -0,0 +1,23 @@ +488_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.6554142355918884 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_489_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_489_BA.out new file mode 100644 index 00000000..7426a28c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_489_BA.out @@ -0,0 +1,23 @@ +489_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.196893302599589 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_48_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_48_BA.out new file mode 100644 index 00000000..e7babb1d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_48_BA.out @@ -0,0 +1,23 @@ +48_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.426322333017985 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_490_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_490_BA.out new file mode 100644 index 00000000..70d883c4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_490_BA.out @@ -0,0 +1,23 @@ +490_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.62328652938207 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_4_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_4_BA.out new file mode 100644 index 00000000..d43bb28e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_4_BA.out @@ -0,0 +1,23 @@ +4_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0063165267308554 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_51_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_51_BA.out new file mode 100644 index 00000000..2e9d39aa --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_51_BA.out @@ -0,0 +1,23 @@ +51_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6676399747530619 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_529_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_529_BA.out new file mode 100644 index 00000000..ba4b24d6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_529_BA.out @@ -0,0 +1,23 @@ +529_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1219621499379475 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_52_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_52_BA.out new file mode 100644 index 00000000..4403de45 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_52_BA.out @@ -0,0 +1,23 @@ +52_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9665679097175598 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_530_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_530_BA.out new file mode 100644 index 00000000..74e1199a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_530_BA.out @@ -0,0 +1,23 @@ +530_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6785609722137451 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_531_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_531_BA.out new file mode 100644 index 00000000..7a79d4a4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_531_BA.out @@ -0,0 +1,23 @@ +531_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.2852117697397867 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_534_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_534_BA.out new file mode 100644 index 00000000..1a2f60d2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_534_BA.out @@ -0,0 +1,23 @@ +534_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7293430447578431 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_53_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_53_BA.out new file mode 100644 index 00000000..f5ae5806 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_53_BA.out @@ -0,0 +1,23 @@ +53_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0398407896359763 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_540_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_540_BA.out new file mode 100644 index 00000000..d8de9853 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_540_BA.out @@ -0,0 +1,23 @@ +540_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.4987256169319153 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_543_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_543_BA.out new file mode 100644 index 00000000..dbcdb971 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_543_BA.out @@ -0,0 +1,23 @@ +543_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6509922424952189 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_546_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_546_BA.out new file mode 100644 index 00000000..491f5dae --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_546_BA.out @@ -0,0 +1,23 @@ +546_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9964711189270019 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_549_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_549_BA.out new file mode 100644 index 00000000..d8be8615 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_549_BA.out @@ -0,0 +1,23 @@ +549_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7861358284950256 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_550_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_550_BA.out new file mode 100644 index 00000000..b1c87d2a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_550_BA.out @@ -0,0 +1,23 @@ +550_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0308689634005228 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_553_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_553_BA.out new file mode 100644 index 00000000..86fb49ed --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_553_BA.out @@ -0,0 +1,23 @@ +553_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5473985155423482 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_554_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_554_BA.out new file mode 100644 index 00000000..c8316df4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_554_BA.out @@ -0,0 +1,23 @@ +554_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.712924631436666 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_56_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_56_BA.out new file mode 100644 index 00000000..95e793bb --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_56_BA.out @@ -0,0 +1,23 @@ +56_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.3546245098114014 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_57_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_57_BA.out new file mode 100644 index 00000000..d93d1206 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_57_BA.out @@ -0,0 +1,23 @@ +57_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.8456641912460325 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_59_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_59_BA.out new file mode 100644 index 00000000..4cc176d8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_59_BA.out @@ -0,0 +1,23 @@ +59_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.1272789597511292 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_5_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_5_BA.out new file mode 100644 index 00000000..0ac8d03c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_5_BA.out @@ -0,0 +1,23 @@ +5_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8722668568293254 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_61_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_61_BA.out new file mode 100644 index 00000000..6cc6edf9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_61_BA.out @@ -0,0 +1,23 @@ +61_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.951901892820994 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_62_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_62_BA.out new file mode 100644 index 00000000..25743c15 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_62_BA.out @@ -0,0 +1,23 @@ +62_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.685539988676707 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_63_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_63_BA.out new file mode 100644 index 00000000..bdc433c9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_63_BA.out @@ -0,0 +1,23 @@ +63_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.962281839052836 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_64_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_64_BA.out new file mode 100644 index 00000000..e15c59b4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_64_BA.out @@ -0,0 +1,23 @@ +64_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.4863918781280518 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_65_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_65_BA.out new file mode 100644 index 00000000..4d6958e3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_65_BA.out @@ -0,0 +1,23 @@ +65_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.099811033407847 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_6_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_6_BA.out new file mode 100644 index 00000000..c7d50277 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_6_BA.out @@ -0,0 +1,23 @@ +6_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6113650600115458 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_70_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_70_BA.out new file mode 100644 index 00000000..ec0e63fb --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_70_BA.out @@ -0,0 +1,23 @@ +70_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6519898494084676 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_73_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_73_BA.out new file mode 100644 index 00000000..0ab12819 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_73_BA.out @@ -0,0 +1,23 @@ +73_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6981799642244975 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_76_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_76_BA.out new file mode 100644 index 00000000..5137a7e6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_76_BA.out @@ -0,0 +1,23 @@ +76_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7150481462478637 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_79_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_79_BA.out new file mode 100644 index 00000000..113a0def --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_79_BA.out @@ -0,0 +1,23 @@ +79_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.08401784102122 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_80_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_80_BA.out new file mode 100644 index 00000000..28d7e915 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_80_BA.out @@ -0,0 +1,23 @@ +80_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.0699739257494607 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_81_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_81_BA.out new file mode 100644 index 00000000..df68e1fc --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_81_BA.out @@ -0,0 +1,23 @@ +81_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.706382421652476 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_83_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_83_BA.out new file mode 100644 index 00000000..5c2c031b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_83_BA.out @@ -0,0 +1,23 @@ +83_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.3837836861610413 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_84_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_84_BA.out new file mode 100644 index 00000000..55021fc5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_84_BA.out @@ -0,0 +1,23 @@ +84_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.384427583217621 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_85_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_85_BA.out new file mode 100644 index 00000000..8e44104c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_85_BA.out @@ -0,0 +1,23 @@ +85_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1468457659085591 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_90_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_90_BA.out new file mode 100644 index 00000000..98e547e6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_90_BA.out @@ -0,0 +1,23 @@ +90_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1931745489438375 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_93_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_93_BA.out new file mode 100644 index 00000000..d3751b1e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_93_BA.out @@ -0,0 +1,23 @@ +93_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.69021075963974 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_94_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_94_BA.out new file mode 100644 index 00000000..6dba355b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_94_BA.out @@ -0,0 +1,23 @@ +94_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8077980995178222 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_95_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_95_BA.out new file mode 100644 index 00000000..d1a855d1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_95_BA.out @@ -0,0 +1,23 @@ +95_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8354735255241394 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_99_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_99_BA.out new file mode 100644 index 00000000..dfa35f71 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_99_BA.out @@ -0,0 +1,23 @@ +99_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.701013441880544 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/S3/0_9_BA.out b/run/stage_logs/NAPMD_PM2.5/S3/0_9_BA.out new file mode 100644 index 00000000..b5d40a9c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/S3/0_9_BA.out @@ -0,0 +1,23 @@ +9_BA -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.6646039446194967 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_103_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_103_BA_D_GLOBAL.out new file mode 100644 index 00000000..a394d206 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_103_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +103_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4124178647994995 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_103_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_103_BA_H_GLOBAL.out new file mode 100644 index 00000000..af05f187 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_103_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +103_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3952292720476786 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_103_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_103_BA_M_GLOBAL.out new file mode 100644 index 00000000..3f44a14c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_103_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +103_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.25634492238362633 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_107_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_107_BA_D_GLOBAL.out new file mode 100644 index 00000000..36fa572d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_107_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +107_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6059083779652914 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_107_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_107_BA_H_GLOBAL.out new file mode 100644 index 00000000..68214208 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_107_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +107_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.680221951007843 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_107_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_107_BA_M_GLOBAL.out new file mode 100644 index 00000000..cf26f0ae --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_107_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +107_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7128657619158427 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_108_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_108_BA_D_GLOBAL.out new file mode 100644 index 00000000..df73a986 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_108_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +108_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8674238721529642 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_108_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_108_BA_H_GLOBAL.out new file mode 100644 index 00000000..aeddb980 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_108_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +108_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.070766254266103 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_108_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_108_BA_M_GLOBAL.out new file mode 100644 index 00000000..4706c5c7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_108_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +108_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8205613573392232 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_109_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_109_BA_D_GLOBAL.out new file mode 100644 index 00000000..868d9e59 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_109_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +109_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6070633729298909 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_109_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_109_BA_H_GLOBAL.out new file mode 100644 index 00000000..6c07c190 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_109_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +109_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0230878869692486 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_109_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_109_BA_M_GLOBAL.out new file mode 100644 index 00000000..4b1aa22f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_109_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +109_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3873063564300536 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_10_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_10_BA_D_GLOBAL.out new file mode 100644 index 00000000..e773ec9d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_10_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +10_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5356890002886454 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_10_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_10_BA_H_GLOBAL.out new file mode 100644 index 00000000..6df6c1cf --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_10_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +10_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6016263484954834 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_10_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_10_BA_M_GLOBAL.out new file mode 100644 index 00000000..cd2fcdfb --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_10_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +10_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6751234491666158 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_110_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_110_BA_D_GLOBAL.out new file mode 100644 index 00000000..a5579df1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_110_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +110_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.731693116823832 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_110_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_110_BA_H_GLOBAL.out new file mode 100644 index 00000000..3479726b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_110_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +110_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.033534753322601 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_110_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_110_BA_M_GLOBAL.out new file mode 100644 index 00000000..9e5cacd3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_110_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +110_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8733558336893718 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_113_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_113_BA_D_GLOBAL.out new file mode 100644 index 00000000..e1abc5c1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_113_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +113_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8165404160817464 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_113_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_113_BA_H_GLOBAL.out new file mode 100644 index 00000000..4556c1f0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_113_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +113_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0072349150975546 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_113_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_113_BA_M_GLOBAL.out new file mode 100644 index 00000000..79cb4c9b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_113_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +113_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8454263369242351 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_117_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_117_BA_D_GLOBAL.out new file mode 100644 index 00000000..0420546d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_117_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +117_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.12937580744425456 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_117_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_117_BA_H_GLOBAL.out new file mode 100644 index 00000000..ebd19560 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_117_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +117_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.29544410308202107 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_117_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_117_BA_M_GLOBAL.out new file mode 100644 index 00000000..c9b9bc11 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_117_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +117_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.11997882922490438 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_118_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_118_BA_D_GLOBAL.out new file mode 100644 index 00000000..540316c2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_118_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +118_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2199375987052918 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_118_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_118_BA_H_GLOBAL.out new file mode 100644 index 00000000..66f7d641 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_118_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +118_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4066292643547058 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_118_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_118_BA_M_GLOBAL.out new file mode 100644 index 00000000..91cc83a0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_118_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +118_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9585291783014933 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_119_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_119_BA_D_GLOBAL.out new file mode 100644 index 00000000..c03fab88 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_119_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +119_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8018316666285197 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_119_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_119_BA_H_GLOBAL.out new file mode 100644 index 00000000..61b68bc9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_119_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +119_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0486947258313495 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_119_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_119_BA_M_GLOBAL.out new file mode 100644 index 00000000..7c50a005 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_119_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +119_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8384607076644898 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_11_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_11_BA_D_GLOBAL.out new file mode 100644 index 00000000..43af345f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_11_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +11_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4022477149963379 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_11_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_11_BA_H_GLOBAL.out new file mode 100644 index 00000000..642711de --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_11_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +11_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7921762108802796 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_11_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_11_BA_M_GLOBAL.out new file mode 100644 index 00000000..0af457d6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_11_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +11_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3846922993659973 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_120_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_120_BA_D_GLOBAL.out new file mode 100644 index 00000000..4d650c1f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_120_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +120_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2012327512105305 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_120_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_120_BA_H_GLOBAL.out new file mode 100644 index 00000000..08cbb33c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_120_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +120_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4178807854652404 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_120_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_120_BA_M_GLOBAL.out new file mode 100644 index 00000000..6a038c6f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_120_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +120_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6287057677904765 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_12_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_12_BA_D_GLOBAL.out new file mode 100644 index 00000000..8c1021ac --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_12_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +12_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9181715369224548 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_12_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_12_BA_H_GLOBAL.out new file mode 100644 index 00000000..6bff20ce --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_12_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +12_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9096839348475139 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_12_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_12_BA_M_GLOBAL.out new file mode 100644 index 00000000..bee89852 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_12_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +12_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8168280283610027 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_13_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_13_BA_D_GLOBAL.out new file mode 100644 index 00000000..04a5f209 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_13_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +13_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.3643823146820067 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_13_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_13_BA_H_GLOBAL.out new file mode 100644 index 00000000..862aa533 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_13_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +13_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.829521648089091 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_13_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_13_BA_M_GLOBAL.out new file mode 100644 index 00000000..22dcebdb --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_13_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +13_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.584594742457072 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_15_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_15_BA_D_GLOBAL.out new file mode 100644 index 00000000..e3071645 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_15_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +15_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8783792893091837 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_15_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_15_BA_H_GLOBAL.out new file mode 100644 index 00000000..8b19b126 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_15_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +15_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6291207234064738 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_15_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_15_BA_M_GLOBAL.out new file mode 100644 index 00000000..4ab94b46 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_15_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +15_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3829313556353251 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_17_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_17_BA_D_GLOBAL.out new file mode 100644 index 00000000..a1dcc38b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_17_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +17_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8192596435546875 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_17_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_17_BA_H_GLOBAL.out new file mode 100644 index 00000000..e1a74bc1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_17_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +17_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5412227233250937 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_17_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_17_BA_M_GLOBAL.out new file mode 100644 index 00000000..ddfa1377 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_17_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +17_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5368059794108073 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_18_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_18_BA_D_GLOBAL.out new file mode 100644 index 00000000..ee732458 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_18_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +18_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7807522853215535 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_18_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_18_BA_H_GLOBAL.out new file mode 100644 index 00000000..39a01a02 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_18_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +18_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9876072684923808 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_18_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_18_BA_M_GLOBAL.out new file mode 100644 index 00000000..837c9d5a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_18_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +18_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7681555628776551 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_1_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_1_BA_D_GLOBAL.out new file mode 100644 index 00000000..9b255e31 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_1_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +1_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9325926740964253 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_1_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_1_BA_H_GLOBAL.out new file mode 100644 index 00000000..2b1ddc8e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_1_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +1_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2767388184865316 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_1_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_1_BA_M_GLOBAL.out new file mode 100644 index 00000000..f2dc8624 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_1_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +1_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5484521746635437 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_20_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_20_BA_D_GLOBAL.out new file mode 100644 index 00000000..5278f78e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_20_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +20_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0458465655644735 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_20_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_20_BA_H_GLOBAL.out new file mode 100644 index 00000000..074f3dea --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_20_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +20_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.174534591039022 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_20_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_20_BA_M_GLOBAL.out new file mode 100644 index 00000000..5d8a5e15 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_20_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +20_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.512371317545573 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_21_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_21_BA_D_GLOBAL.out new file mode 100644 index 00000000..50fcff2b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_21_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +21_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.659880785147349 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_21_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_21_BA_H_GLOBAL.out new file mode 100644 index 00000000..528a4bc0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_21_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +21_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7871599952379863 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_21_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_21_BA_M_GLOBAL.out new file mode 100644 index 00000000..96e29bd3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_21_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +21_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4903035124142965 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_22_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_22_BA_D_GLOBAL.out new file mode 100644 index 00000000..7add0b68 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_22_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +22_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0174302021662394 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_22_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_22_BA_H_GLOBAL.out new file mode 100644 index 00000000..b930c909 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_22_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +22_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.62847638130188 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_22_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_22_BA_M_GLOBAL.out new file mode 100644 index 00000000..9c267d12 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_22_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +22_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.184636163711548 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_23_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_23_BA_D_GLOBAL.out new file mode 100644 index 00000000..55eea5fa --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_23_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +23_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.680492118994395 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_23_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_23_BA_H_GLOBAL.out new file mode 100644 index 00000000..0ab25ef6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_23_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +23_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.010934901237488 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_23_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_23_BA_M_GLOBAL.out new file mode 100644 index 00000000..c575181b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_23_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +23_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.3410070578257245 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_24_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_24_BA_D_GLOBAL.out new file mode 100644 index 00000000..c73f8e2b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_24_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +24_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3948242942492167 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_24_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_24_BA_H_GLOBAL.out new file mode 100644 index 00000000..4f467f1a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_24_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +24_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.43183050950368246 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_24_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_24_BA_M_GLOBAL.out new file mode 100644 index 00000000..f40fe832 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_24_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +24_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.548387062549591 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_26_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_26_BA_D_GLOBAL.out new file mode 100644 index 00000000..a9b3c544 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_26_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +26_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8677993774414062 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_26_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_26_BA_H_GLOBAL.out new file mode 100644 index 00000000..66abdd2f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_26_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +26_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8123102982838949 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_26_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_26_BA_M_GLOBAL.out new file mode 100644 index 00000000..78e4c4c0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_26_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +26_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.080770528316498 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_271_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_271_BA_D_GLOBAL.out new file mode 100644 index 00000000..9a4b9b73 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_271_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +271_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7768942713737488 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_271_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_271_BA_H_GLOBAL.out new file mode 100644 index 00000000..c5237b97 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_271_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +271_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6292561690012614 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_271_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_271_BA_M_GLOBAL.out new file mode 100644 index 00000000..36e189fe --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_271_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +271_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7561679601669311 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_273_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_273_BA_D_GLOBAL.out new file mode 100644 index 00000000..979c278d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_273_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +273_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.48783597548802693 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_273_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_273_BA_H_GLOBAL.out new file mode 100644 index 00000000..30968559 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_273_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +273_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1344332814216613 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_273_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_273_BA_M_GLOBAL.out new file mode 100644 index 00000000..a1139840 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_273_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +273_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9467002073923747 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_274_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_274_BA_D_GLOBAL.out new file mode 100644 index 00000000..1648373c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_274_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +274_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2194287419319152 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_274_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_274_BA_H_GLOBAL.out new file mode 100644 index 00000000..d4df1bf9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_274_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +274_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9655389110247294 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_274_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_274_BA_M_GLOBAL.out new file mode 100644 index 00000000..299e2c90 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_274_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +274_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0434882124265035 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_278_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_278_BA_D_GLOBAL.out new file mode 100644 index 00000000..73edc029 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_278_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +278_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6485832333564758 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_278_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_278_BA_H_GLOBAL.out new file mode 100644 index 00000000..f45c8754 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_278_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +278_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8699728171030681 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_278_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_278_BA_M_GLOBAL.out new file mode 100644 index 00000000..bab10e19 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_278_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +278_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2309497674306233 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_279_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_279_BA_D_GLOBAL.out new file mode 100644 index 00000000..9514c561 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_279_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +279_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1205097397168478 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_279_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_279_BA_H_GLOBAL.out new file mode 100644 index 00000000..4fb18f8b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_279_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +279_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3543003042538961 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_279_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_279_BA_M_GLOBAL.out new file mode 100644 index 00000000..384cd240 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_279_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +279_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8570718089739482 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_285_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_285_BA_D_GLOBAL.out new file mode 100644 index 00000000..59a62f97 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_285_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +285_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.16058687369028726 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_285_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_285_BA_H_GLOBAL.out new file mode 100644 index 00000000..ade62977 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_285_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +285_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.31687671343485513 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_285_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_285_BA_M_GLOBAL.out new file mode 100644 index 00000000..1689e8b9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_285_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +285_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.11115837494532267 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_286_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_286_BA_D_GLOBAL.out new file mode 100644 index 00000000..2cd89d3c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_286_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +286_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.17972362438837688 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_286_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_286_BA_H_GLOBAL.out new file mode 100644 index 00000000..39dab22f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_286_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +286_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3568519870440165 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_286_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_286_BA_M_GLOBAL.out new file mode 100644 index 00000000..e47f8ffa --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_286_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +286_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.12409037748972575 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_288_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_288_BA_D_GLOBAL.out new file mode 100644 index 00000000..41d756ef --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_288_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +288_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.30557564496994016 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_288_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_288_BA_H_GLOBAL.out new file mode 100644 index 00000000..77274eba --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_288_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +288_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8475211064020792 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_288_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_288_BA_M_GLOBAL.out new file mode 100644 index 00000000..5b9a646d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_288_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +288_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5459558645884196 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_289_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_289_BA_D_GLOBAL.out new file mode 100644 index 00000000..0e6ccb8c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_289_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +289_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0675408204396566 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_289_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_289_BA_M_GLOBAL.out new file mode 100644 index 00000000..5dd44782 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_289_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +289_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6842629114786785 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_28_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_28_BA_D_GLOBAL.out new file mode 100644 index 00000000..a8fb8a70 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_28_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +28_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7472253839174906 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_28_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_28_BA_H_GLOBAL.out new file mode 100644 index 00000000..e437ec0a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_28_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +28_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5320903499921164 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_28_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_28_BA_M_GLOBAL.out new file mode 100644 index 00000000..6eeaead1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_28_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +28_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6905691027641296 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_290_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_290_BA_D_GLOBAL.out new file mode 100644 index 00000000..d1ce7c7d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_290_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +290_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4392715334892272 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_290_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_290_BA_M_GLOBAL.out new file mode 100644 index 00000000..d11532d6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_290_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +290_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.185837177435557 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_291_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_291_BA_D_GLOBAL.out new file mode 100644 index 00000000..beae7424 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_291_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +291_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7431122541427613 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_291_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_291_BA_M_GLOBAL.out new file mode 100644 index 00000000..a52ca173 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_291_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +291_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8389420588811238 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_292_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_292_BA_D_GLOBAL.out new file mode 100644 index 00000000..94cb9cc1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_292_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +292_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6745351155598958 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_292_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_292_BA_M_GLOBAL.out new file mode 100644 index 00000000..43130d5c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_292_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +292_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.719276213645935 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_293_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_293_BA_D_GLOBAL.out new file mode 100644 index 00000000..9460e870 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_293_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +293_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9243991692860921 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_293_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_293_BA_M_GLOBAL.out new file mode 100644 index 00000000..856365da --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_293_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +293_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8944473743438721 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_294_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_294_BA_D_GLOBAL.out new file mode 100644 index 00000000..b0e53c1a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_294_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +294_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7592887043952943 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_294_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_294_BA_M_GLOBAL.out new file mode 100644 index 00000000..87c3c833 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_294_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +294_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9867387453715006 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_295_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_295_BA_D_GLOBAL.out new file mode 100644 index 00000000..8a1e7068 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_295_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +295_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7482027212778727 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_295_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_295_BA_M_GLOBAL.out new file mode 100644 index 00000000..efef0499 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_295_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +295_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3266731897989909 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_296_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_296_BA_D_GLOBAL.out new file mode 100644 index 00000000..cc7e9328 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_296_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +296_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8471570014953613 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_296_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_296_BA_M_GLOBAL.out new file mode 100644 index 00000000..9a9da57a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_296_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +296_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6581176916758219 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_297_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_297_BA_D_GLOBAL.out new file mode 100644 index 00000000..cab46f56 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_297_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +297_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3911297996838888 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_297_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_297_BA_M_GLOBAL.out new file mode 100644 index 00000000..d90e6ab9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_297_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +297_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6832234462102255 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_298_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_298_BA_D_GLOBAL.out new file mode 100644 index 00000000..b596bfff --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_298_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +298_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4784194668134054 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_298_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_298_BA_M_GLOBAL.out new file mode 100644 index 00000000..7b71dac9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_298_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +298_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3540139158566793 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_299_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_299_BA_D_GLOBAL.out new file mode 100644 index 00000000..adaa0b65 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_299_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +299_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4251583377520243 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_299_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_299_BA_M_GLOBAL.out new file mode 100644 index 00000000..71526fb9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_299_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +299_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8394371469815572 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_2_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_2_BA_D_GLOBAL.out new file mode 100644 index 00000000..0d32483f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_2_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +2_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2286474227905273 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_2_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_2_BA_H_GLOBAL.out new file mode 100644 index 00000000..cea9978d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_2_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +2_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8324123978614807 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_2_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_2_BA_M_GLOBAL.out new file mode 100644 index 00000000..06d3b2d8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_2_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +2_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9840551376342773 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_300_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_300_BA_D_GLOBAL.out new file mode 100644 index 00000000..6c9160f3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_300_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +300_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1936892747879029 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_300_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_300_BA_M_GLOBAL.out new file mode 100644 index 00000000..040af0fe --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_300_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +300_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6026847600936889 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_301_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_301_BA_D_GLOBAL.out new file mode 100644 index 00000000..0ea56367 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_301_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +301_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4590145349502563 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_301_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_301_BA_M_GLOBAL.out new file mode 100644 index 00000000..7058305a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_301_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +301_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8278611302375793 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_302_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_302_BA_D_GLOBAL.out new file mode 100644 index 00000000..841b238f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_302_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +302_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5544761141141257 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_302_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_302_BA_M_GLOBAL.out new file mode 100644 index 00000000..34943662 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_302_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +302_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6976240714391072 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_303_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_303_BA_D_GLOBAL.out new file mode 100644 index 00000000..0bdfafe3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_303_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +303_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3293991009394328 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_303_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_303_BA_M_GLOBAL.out new file mode 100644 index 00000000..cfa374ff --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_303_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +303_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7643111666043599 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_304_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_304_BA_D_GLOBAL.out new file mode 100644 index 00000000..decac956 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_304_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +304_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.817231051127116 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_304_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_304_BA_M_GLOBAL.out new file mode 100644 index 00000000..cf28aad3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_304_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +304_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9747682372728984 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_305_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_305_BA_D_GLOBAL.out new file mode 100644 index 00000000..89019566 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_305_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +305_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0705085794130962 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_305_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_305_BA_M_GLOBAL.out new file mode 100644 index 00000000..6ac85670 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_305_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +305_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.796299982070923 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_306_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_306_BA_D_GLOBAL.out new file mode 100644 index 00000000..e93f5429 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_306_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +306_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5039607485135396 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_306_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_306_BA_M_GLOBAL.out new file mode 100644 index 00000000..a43fb494 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_306_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +306_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9116375962893168 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_307_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_307_BA_D_GLOBAL.out new file mode 100644 index 00000000..a2557549 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_307_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +307_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6991300106048584 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_307_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_307_BA_M_GLOBAL.out new file mode 100644 index 00000000..77b5bd7a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_307_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +307_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9354411562283833 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_308_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_308_BA_D_GLOBAL.out new file mode 100644 index 00000000..a9086793 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_308_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +308_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4946839531262717 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_308_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_308_BA_M_GLOBAL.out new file mode 100644 index 00000000..d727e90c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_308_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +308_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7959566712379456 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_309_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_309_BA_D_GLOBAL.out new file mode 100644 index 00000000..107c7a8f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_309_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +309_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9900568842887878 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_309_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_309_BA_M_GLOBAL.out new file mode 100644 index 00000000..234eeb2e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_309_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +309_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.697063151995341 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_30_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_30_BA_D_GLOBAL.out new file mode 100644 index 00000000..899bb46a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_30_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +30_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.2981165806452433 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_30_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_30_BA_H_GLOBAL.out new file mode 100644 index 00000000..172568ca --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_30_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +30_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9728877266248068 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_30_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_30_BA_M_GLOBAL.out new file mode 100644 index 00000000..a5c40b2f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_30_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +30_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.289818894863129 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_310_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_310_BA_D_GLOBAL.out new file mode 100644 index 00000000..5ecfea98 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_310_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +310_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9809104641278584 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_310_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_310_BA_M_GLOBAL.out new file mode 100644 index 00000000..a14323c4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_310_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +310_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7157987038294473 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_311_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_311_BA_D_GLOBAL.out new file mode 100644 index 00000000..70b56f5a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_311_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +311_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8995187362035115 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_311_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_311_BA_M_GLOBAL.out new file mode 100644 index 00000000..b26dc102 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_311_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +311_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7596339464187623 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_312_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_312_BA_D_GLOBAL.out new file mode 100644 index 00000000..e2b98a7d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_312_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +312_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0518551230430604 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_312_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_312_BA_M_GLOBAL.out new file mode 100644 index 00000000..84885c64 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_312_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +312_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0724911570549012 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_313_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_313_BA_D_GLOBAL.out new file mode 100644 index 00000000..ad54b933 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_313_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +313_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6478803515434265 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_313_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_313_BA_M_GLOBAL.out new file mode 100644 index 00000000..24a28e78 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_313_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +313_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0791839043299356 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_314_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_314_BA_D_GLOBAL.out new file mode 100644 index 00000000..595b43b5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_314_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +314_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0235190590222676 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_314_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_314_BA_M_GLOBAL.out new file mode 100644 index 00000000..85adda09 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_314_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +314_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9993785301844279 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_315_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_315_BA_D_GLOBAL.out new file mode 100644 index 00000000..71d734d1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_315_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +315_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9952187458674113 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_315_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_315_BA_M_GLOBAL.out new file mode 100644 index 00000000..ff21fdd8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_315_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +315_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6747015873591105 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_316_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_316_BA_D_GLOBAL.out new file mode 100644 index 00000000..59e9fc46 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_316_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +316_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.84574982325236 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_316_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_316_BA_M_GLOBAL.out new file mode 100644 index 00000000..3c08d0ea --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_316_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +316_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5890159130096435 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_317_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_317_BA_D_GLOBAL.out new file mode 100644 index 00000000..f643370d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_317_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +317_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0581246654192606 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_317_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_317_BA_M_GLOBAL.out new file mode 100644 index 00000000..bcc5e514 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_317_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +317_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1247698346773782 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_318_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_318_BA_D_GLOBAL.out new file mode 100644 index 00000000..428535ab --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_318_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +318_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8000815272331238 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_318_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_318_BA_M_GLOBAL.out new file mode 100644 index 00000000..26e85c15 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_318_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +318_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5530824621518453 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_319_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_319_BA_D_GLOBAL.out new file mode 100644 index 00000000..1bd50050 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_319_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +319_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1926428914070129 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_319_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_319_BA_M_GLOBAL.out new file mode 100644 index 00000000..6304d980 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_319_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +319_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7864571253458659 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_320_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_320_BA_D_GLOBAL.out new file mode 100644 index 00000000..464e9967 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_320_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +320_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9547946373621623 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_320_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_320_BA_M_GLOBAL.out new file mode 100644 index 00000000..46e497f0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_320_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +320_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9784216284751892 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_321_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_321_BA_D_GLOBAL.out new file mode 100644 index 00000000..e6a7f02e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_321_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +321_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0608474334081015 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_321_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_321_BA_M_GLOBAL.out new file mode 100644 index 00000000..d5f0c537 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_321_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +321_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9087985396385192 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_322_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_322_BA_D_GLOBAL.out new file mode 100644 index 00000000..1d1b54fa --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_322_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +322_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8625123778978983 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_322_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_322_BA_M_GLOBAL.out new file mode 100644 index 00000000..d8ee3345 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_322_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +322_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8066531459490458 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_323_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_323_BA_D_GLOBAL.out new file mode 100644 index 00000000..e648458b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_323_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +323_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.028501311937968 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_323_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_323_BA_M_GLOBAL.out new file mode 100644 index 00000000..c4b7dea5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_323_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +323_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.545802895228068 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_325_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_325_BA_D_GLOBAL.out new file mode 100644 index 00000000..9f4442f9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_325_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +325_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.275343692302704 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_325_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_325_BA_H_GLOBAL.out new file mode 100644 index 00000000..7234e827 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_325_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +325_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8856186985969543 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_325_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_325_BA_M_GLOBAL.out new file mode 100644 index 00000000..c60fcea2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_325_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +325_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.465118145942688 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_327_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_327_BA_D_GLOBAL.out new file mode 100644 index 00000000..01c2f68c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_327_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +327_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.359666109085083 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_327_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_327_BA_M_GLOBAL.out new file mode 100644 index 00000000..4dc97f00 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_327_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +327_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8516423304875692 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_328_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_328_BA_D_GLOBAL.out new file mode 100644 index 00000000..cfef0a4a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_328_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +328_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3665901939074198 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_328_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_328_BA_M_GLOBAL.out new file mode 100644 index 00000000..f07eae61 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_328_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +328_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3750787576039632 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_329_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_329_BA_D_GLOBAL.out new file mode 100644 index 00000000..7e77896a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_329_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +329_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5907637397448222 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_329_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_329_BA_H_GLOBAL.out new file mode 100644 index 00000000..d4677435 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_329_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +329_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.300395147005717 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_329_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_329_BA_M_GLOBAL.out new file mode 100644 index 00000000..ec7d31aa --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_329_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +329_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0706759770711263 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_32_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_32_BA_D_GLOBAL.out new file mode 100644 index 00000000..d67a7063 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_32_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +32_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6303360184033712 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_32_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_32_BA_H_GLOBAL.out new file mode 100644 index 00000000..d55b6455 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_32_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +32_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5073102792104085 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_32_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_32_BA_M_GLOBAL.out new file mode 100644 index 00000000..0f7f1bed --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_32_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +32_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6129212339719137 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_331_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_331_BA_D_GLOBAL.out new file mode 100644 index 00000000..4cb4c918 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_331_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +331_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.12154643535614 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_331_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_331_BA_H_GLOBAL.out new file mode 100644 index 00000000..dd096a46 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_331_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +331_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.092854110399882 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_331_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_331_BA_M_GLOBAL.out new file mode 100644 index 00000000..15a51387 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_331_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +331_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.193384357293447 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_332_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_332_BA_D_GLOBAL.out new file mode 100644 index 00000000..a8ba4a1d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_332_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +332_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3990472435951233 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_332_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_332_BA_H_GLOBAL.out new file mode 100644 index 00000000..8dc3116d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_332_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +332_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6499671697616577 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_332_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_332_BA_M_GLOBAL.out new file mode 100644 index 00000000..2c778071 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_332_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +332_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7605741739273071 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_334_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_334_BA_D_GLOBAL.out new file mode 100644 index 00000000..c1e1acee --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_334_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +334_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0658582369486491 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_334_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_334_BA_H_GLOBAL.out new file mode 100644 index 00000000..48b1405d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_334_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +334_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7023699800173442 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_334_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_334_BA_M_GLOBAL.out new file mode 100644 index 00000000..69a89ee6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_334_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +334_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3850809534390767 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_335_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_335_BA_D_GLOBAL.out new file mode 100644 index 00000000..104e052d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_335_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +335_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2795955022176107 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_335_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_335_BA_M_GLOBAL.out new file mode 100644 index 00000000..fef9909a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_335_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +335_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2545760909716288 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_336_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_336_BA_D_GLOBAL.out new file mode 100644 index 00000000..75c53f0e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_336_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +336_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.156999377409617 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_336_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_336_BA_H_GLOBAL.out new file mode 100644 index 00000000..47533240 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_336_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +336_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1832303921381633 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_336_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_336_BA_M_GLOBAL.out new file mode 100644 index 00000000..819e2e41 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_336_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +336_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.643886677424113 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_337_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_337_BA_D_GLOBAL.out new file mode 100644 index 00000000..c2e4655f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_337_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +337_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1465842405954996 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_337_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_337_BA_H_GLOBAL.out new file mode 100644 index 00000000..6fffae27 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_337_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +337_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8977800567944845 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_337_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_337_BA_M_GLOBAL.out new file mode 100644 index 00000000..fe5a6880 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_337_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +337_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9395207166671753 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_339_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_339_BA_D_GLOBAL.out new file mode 100644 index 00000000..6143741d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_339_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +339_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6698218385378519 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_339_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_339_BA_M_GLOBAL.out new file mode 100644 index 00000000..6d4e965e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_339_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +339_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.19270160992940266 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_340_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_340_BA_D_GLOBAL.out new file mode 100644 index 00000000..7d3252b2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_340_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +340_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2093366980552673 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_340_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_340_BA_H_GLOBAL.out new file mode 100644 index 00000000..84e55a1f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_340_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +340_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3383447567621867 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_340_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_340_BA_M_GLOBAL.out new file mode 100644 index 00000000..cada8131 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_340_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +340_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6434543649355571 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_341_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_341_BA_D_GLOBAL.out new file mode 100644 index 00000000..7cfdbbe5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_341_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +341_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6964279770851135 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_341_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_341_BA_H_GLOBAL.out new file mode 100644 index 00000000..925440ac --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_341_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +341_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.896427039305369 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_341_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_341_BA_M_GLOBAL.out new file mode 100644 index 00000000..f4052ae8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_341_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +341_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3296268502871195 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_346_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_346_BA_D_GLOBAL.out new file mode 100644 index 00000000..9b523c5f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_346_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +346_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3560666561126709 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_346_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_346_BA_M_GLOBAL.out new file mode 100644 index 00000000..bcf0d02f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_346_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +346_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.310727592309316 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_34_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_34_BA_D_GLOBAL.out new file mode 100644 index 00000000..dab80d6d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_34_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +34_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6168784340222676 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_34_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_34_BA_H_GLOBAL.out new file mode 100644 index 00000000..71c14bf0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_34_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +34_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.294536860783895 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_34_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_34_BA_M_GLOBAL.out new file mode 100644 index 00000000..686b5fa8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_34_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +34_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5361969272295634 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_350_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_350_BA_D_GLOBAL.out new file mode 100644 index 00000000..331039b3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_350_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +350_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.4103034138679504 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_350_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_350_BA_H_GLOBAL.out new file mode 100644 index 00000000..629bcdcb --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_350_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +350_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.6615962545077005 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_350_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_350_BA_M_GLOBAL.out new file mode 100644 index 00000000..18ca70c0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_350_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +350_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4738465110460917 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_351_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_351_BA_D_GLOBAL.out new file mode 100644 index 00000000..8575a13f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_351_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +351_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0082008798917135 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_351_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_351_BA_H_GLOBAL.out new file mode 100644 index 00000000..57ebe764 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_351_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +351_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.135000737508138 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_351_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_351_BA_M_GLOBAL.out new file mode 100644 index 00000000..7f92393b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_351_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +351_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9146863182385763 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_352_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_352_BA_D_GLOBAL.out new file mode 100644 index 00000000..7a155cd6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_352_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +352_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.6512611985206602 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_352_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_352_BA_H_GLOBAL.out new file mode 100644 index 00000000..cb100087 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_352_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +352_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.9566990971565246 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_352_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_352_BA_M_GLOBAL.out new file mode 100644 index 00000000..10d4d65a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_352_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +352_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.7354761282602946 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_354_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_354_BA_D_GLOBAL.out new file mode 100644 index 00000000..49e31f5f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_354_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +354_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.4774322589238484 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_354_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_354_BA_H_GLOBAL.out new file mode 100644 index 00000000..d38e1b9d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_354_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +354_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.7133477012316387 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_354_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_354_BA_M_GLOBAL.out new file mode 100644 index 00000000..7c767bc5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_354_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +354_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.4521671414375303 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_355_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_355_BA_D_GLOBAL.out new file mode 100644 index 00000000..63367c6a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_355_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +355_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.20578191677729288 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_355_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_355_BA_H_GLOBAL.out new file mode 100644 index 00000000..d81ed9ef --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_355_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +355_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4807145635286967 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_355_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_355_BA_M_GLOBAL.out new file mode 100644 index 00000000..e23431de --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_355_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +355_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.25276379187901815 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_356_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_356_BA_D_GLOBAL.out new file mode 100644 index 00000000..9f79f902 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_356_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +356_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4791431943575541 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_356_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_356_BA_H_GLOBAL.out new file mode 100644 index 00000000..6be8de1c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_356_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +356_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8275317986806233 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_356_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_356_BA_M_GLOBAL.out new file mode 100644 index 00000000..e4d0d444 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_356_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +356_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3221013267834981 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_357_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_357_BA_D_GLOBAL.out new file mode 100644 index 00000000..233f1c2b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_357_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +357_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.39342050155003866 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_357_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_357_BA_H_GLOBAL.out new file mode 100644 index 00000000..ad0d903e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_357_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +357_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6056042472521465 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_357_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_357_BA_M_GLOBAL.out new file mode 100644 index 00000000..6130fd9e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_357_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +357_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.41994060277938844 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_358_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_358_BA_D_GLOBAL.out new file mode 100644 index 00000000..a1fd2b42 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_358_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +358_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.132239369551341 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_358_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_358_BA_H_GLOBAL.out new file mode 100644 index 00000000..1a536265 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_358_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +358_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.240336231390635 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_358_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_358_BA_M_GLOBAL.out new file mode 100644 index 00000000..151ccfe4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_358_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +358_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6341886162757873 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_35_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_35_BA_D_GLOBAL.out new file mode 100644 index 00000000..9b8bca9c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_35_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +35_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.09670426448186238 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_35_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_35_BA_H_GLOBAL.out new file mode 100644 index 00000000..ba7f72a5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_35_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +35_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2103222688039144 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_35_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_35_BA_M_GLOBAL.out new file mode 100644 index 00000000..9cd5104b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_35_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +35_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.016742193698883058 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_360_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_360_BA_D_GLOBAL.out new file mode 100644 index 00000000..187f7b51 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_360_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +360_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1347601850827536 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_360_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_360_BA_H_GLOBAL.out new file mode 100644 index 00000000..d032460b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_360_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +360_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.088894740740458 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_360_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_360_BA_M_GLOBAL.out new file mode 100644 index 00000000..5ac2b742 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_360_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +360_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9659547050793966 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_363_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_363_BA_D_GLOBAL.out new file mode 100644 index 00000000..474176a0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_363_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +363_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.1503085732460022 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_363_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_363_BA_H_GLOBAL.out new file mode 100644 index 00000000..c61d9b9a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_363_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +363_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.32022951046625775 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_363_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_363_BA_M_GLOBAL.out new file mode 100644 index 00000000..2ff7fab6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_363_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +363_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.02241227626800537 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_364_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_364_BA_D_GLOBAL.out new file mode 100644 index 00000000..3516567e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_364_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +364_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.10850512981414795 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_364_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_364_BA_H_GLOBAL.out new file mode 100644 index 00000000..9c62ede4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_364_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +364_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.26816974878311156 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_364_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_364_BA_M_GLOBAL.out new file mode 100644 index 00000000..94244640 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_364_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +364_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.0878771146138509 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_365_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_365_BA_D_GLOBAL.out new file mode 100644 index 00000000..9d9dcb19 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_365_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +365_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.1437184492746989 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_365_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_365_BA_H_GLOBAL.out new file mode 100644 index 00000000..a19140d5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_365_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +365_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.31751678387324017 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_365_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_365_BA_M_GLOBAL.out new file mode 100644 index 00000000..eb1718e4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_365_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +365_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.20898253917694093 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_366_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_366_BA_D_GLOBAL.out new file mode 100644 index 00000000..0b11de3b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_366_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +366_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.28128629525502524 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_366_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_366_BA_H_GLOBAL.out new file mode 100644 index 00000000..7f8b8c02 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_366_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +366_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4683720628420512 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_366_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_366_BA_M_GLOBAL.out new file mode 100644 index 00000000..060a8407 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_366_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +366_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.1161674420038859 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_368_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_368_BA_D_GLOBAL.out new file mode 100644 index 00000000..e73b06b2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_368_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +368_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.03993268013000488 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_368_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_368_BA_H_GLOBAL.out new file mode 100644 index 00000000..621102b0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_368_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +368_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.31629050970077516 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_368_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_368_BA_M_GLOBAL.out new file mode 100644 index 00000000..be630722 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_368_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +368_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.017687892913818358 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_369_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_369_BA_D_GLOBAL.out new file mode 100644 index 00000000..d2f6aa9b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_369_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +369_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.08759288390477499 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_369_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_369_BA_H_GLOBAL.out new file mode 100644 index 00000000..1247b682 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_369_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +369_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.19788791735967 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_369_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_369_BA_M_GLOBAL.out new file mode 100644 index 00000000..7e00cd55 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_369_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +369_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.010131545861562093 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_370_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_370_BA_D_GLOBAL.out new file mode 100644 index 00000000..eb64b0ac --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_370_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +370_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3924212137858073 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_370_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_370_BA_H_GLOBAL.out new file mode 100644 index 00000000..9630c263 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_370_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +370_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5707725683848063 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_370_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_370_BA_M_GLOBAL.out new file mode 100644 index 00000000..274911d3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_370_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +370_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.1784682830174764 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_371_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_371_BA_D_GLOBAL.out new file mode 100644 index 00000000..3ac26a67 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_371_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +371_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.45423566500345863 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_371_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_371_BA_H_GLOBAL.out new file mode 100644 index 00000000..1c4f0c08 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_371_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +371_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4379211703936259 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_371_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_371_BA_M_GLOBAL.out new file mode 100644 index 00000000..7f31f3ab --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_371_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +371_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.1865512728691101 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_372_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_372_BA_D_GLOBAL.out new file mode 100644 index 00000000..9eac2952 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_372_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +372_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2972164591153463 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_372_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_372_BA_H_GLOBAL.out new file mode 100644 index 00000000..e290cd26 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_372_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +372_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.44736591577529905 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_372_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_372_BA_M_GLOBAL.out new file mode 100644 index 00000000..243920d9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_372_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +372_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2629418214162191 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_373_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_373_BA_D_GLOBAL.out new file mode 100644 index 00000000..13bec250 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_373_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +373_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.27164869705835976 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_373_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_373_BA_H_GLOBAL.out new file mode 100644 index 00000000..74e00df1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_373_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +373_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.46216179529825846 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_373_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_373_BA_M_GLOBAL.out new file mode 100644 index 00000000..d7f38b3d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_373_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +373_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.27970439990361534 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_374_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_374_BA_D_GLOBAL.out new file mode 100644 index 00000000..112c4ba0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_374_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +374_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.04452135960261027 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_374_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_374_BA_H_GLOBAL.out new file mode 100644 index 00000000..3accf87a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_374_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +374_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.43862481514612833 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_374_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_374_BA_M_GLOBAL.out new file mode 100644 index 00000000..572dea6b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_374_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +374_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.09927868843078613 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_375_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_375_BA_D_GLOBAL.out new file mode 100644 index 00000000..75cb3770 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_375_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +375_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.14491829474767048 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_375_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_375_BA_H_GLOBAL.out new file mode 100644 index 00000000..c1855268 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_375_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +375_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3803753654162089 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_375_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_375_BA_M_GLOBAL.out new file mode 100644 index 00000000..747fce09 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_375_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +375_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.25520093043645226 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_37_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_37_BA_D_GLOBAL.out new file mode 100644 index 00000000..584ff830 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_37_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +37_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.378803300857544 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_37_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_37_BA_H_GLOBAL.out new file mode 100644 index 00000000..cd0e38e9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_37_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +37_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8328847448031107 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_37_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_37_BA_M_GLOBAL.out new file mode 100644 index 00000000..4f499aa5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_37_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +37_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.60893048842748 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_39_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_39_BA_D_GLOBAL.out new file mode 100644 index 00000000..f32fd354 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_39_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +39_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.17870067755381266 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_39_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_39_BA_H_GLOBAL.out new file mode 100644 index 00000000..822750ae --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_39_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +39_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7268719911575318 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_39_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_39_BA_M_GLOBAL.out new file mode 100644 index 00000000..61fc7dc5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_39_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +39_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.18989155689875284 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_3_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_3_BA_D_GLOBAL.out new file mode 100644 index 00000000..b0e5e5a5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_3_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +3_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8144619901974997 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_3_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_3_BA_H_GLOBAL.out new file mode 100644 index 00000000..c99c5415 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_3_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +3_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8507300416628519 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_3_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_3_BA_M_GLOBAL.out new file mode 100644 index 00000000..eb32f28f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_3_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +3_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.957756499449412 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_40_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_40_BA_D_GLOBAL.out new file mode 100644 index 00000000..860d0786 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_40_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +40_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6797270019849141 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_40_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_40_BA_H_GLOBAL.out new file mode 100644 index 00000000..1c5fdc05 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_40_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +40_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3863860805829367 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_40_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_40_BA_M_GLOBAL.out new file mode 100644 index 00000000..53001729 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_40_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +40_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2862429777781168 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_41_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_41_BA_D_GLOBAL.out new file mode 100644 index 00000000..d1d97ab3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_41_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +41_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5561255733172099 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_41_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_41_BA_H_GLOBAL.out new file mode 100644 index 00000000..a8bf19f2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_41_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +41_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9537289857864379 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_41_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_41_BA_M_GLOBAL.out new file mode 100644 index 00000000..9993a403 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_41_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +41_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7495031793912251 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_42_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_42_BA_D_GLOBAL.out new file mode 100644 index 00000000..66fb94a2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_42_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +42_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5485565066337585 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_42_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_42_BA_H_GLOBAL.out new file mode 100644 index 00000000..e9f37201 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_42_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +42_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7373074611028035 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_42_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_42_BA_M_GLOBAL.out new file mode 100644 index 00000000..126df279 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_42_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +42_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.155437699953715 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_43_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_43_BA_D_GLOBAL.out new file mode 100644 index 00000000..dea31c21 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_43_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +43_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.118990953763326 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_43_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_43_BA_H_GLOBAL.out new file mode 100644 index 00000000..e3fac7c1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_43_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +43_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3417210658391316 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_43_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_43_BA_M_GLOBAL.out new file mode 100644 index 00000000..65279160 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_43_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +43_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5888102650642395 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_44_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_44_BA_D_GLOBAL.out new file mode 100644 index 00000000..006fd105 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_44_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +44_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7096160332361857 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_44_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_44_BA_H_GLOBAL.out new file mode 100644 index 00000000..ae369c8e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_44_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +44_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8961127956708272 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_44_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_44_BA_M_GLOBAL.out new file mode 100644 index 00000000..697b360f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_44_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +44_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6592595299084981 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_453_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_453_BA_D_GLOBAL.out new file mode 100644 index 00000000..69b3bb6d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_453_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +453_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.12833739519119264 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_453_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_453_BA_H_GLOBAL.out new file mode 100644 index 00000000..a412f3db --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_453_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +453_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.46436740159988404 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_453_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_453_BA_M_GLOBAL.out new file mode 100644 index 00000000..b1fc644c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_453_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +453_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.1020201047261556 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_454_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_454_BA_D_GLOBAL.out new file mode 100644 index 00000000..0f347cfc --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_454_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +454_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.15678645372390748 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_454_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_454_BA_H_GLOBAL.out new file mode 100644 index 00000000..0290edd2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_454_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +454_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4756435950597127 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_454_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_454_BA_M_GLOBAL.out new file mode 100644 index 00000000..132ff2ab --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_454_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +454_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.1079852302869161 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_455_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_455_BA_D_GLOBAL.out new file mode 100644 index 00000000..dc319ced --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_455_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +455_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.27491604884465537 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_455_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_455_BA_H_GLOBAL.out new file mode 100644 index 00000000..bb228215 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_455_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +455_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.34806885321935016 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_455_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_455_BA_M_GLOBAL.out new file mode 100644 index 00000000..23b4f3e4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_455_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +455_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.12270017067591349 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_456_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_456_BA_D_GLOBAL.out new file mode 100644 index 00000000..a17eeed2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_456_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +456_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3317341963450114 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_456_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_456_BA_H_GLOBAL.out new file mode 100644 index 00000000..9d95867b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_456_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +456_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3295127272605896 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_456_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_456_BA_M_GLOBAL.out new file mode 100644 index 00000000..6089d340 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_456_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +456_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2995842417081197 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_457_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_457_BA_D_GLOBAL.out new file mode 100644 index 00000000..613627bb --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_457_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +457_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.49203029870986936 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_457_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_457_BA_H_GLOBAL.out new file mode 100644 index 00000000..66d3ec74 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_457_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +457_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4297858198483785 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_457_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_457_BA_M_GLOBAL.out new file mode 100644 index 00000000..efd22a97 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_457_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +457_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4404925068219503 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_458_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_458_BA_D_GLOBAL.out new file mode 100644 index 00000000..8a70f38d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_458_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +458_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.13103160858154297 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_458_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_458_BA_H_GLOBAL.out new file mode 100644 index 00000000..1cb059a8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_458_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +458_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.510076892375946 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_458_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_458_BA_M_GLOBAL.out new file mode 100644 index 00000000..90b42a67 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_458_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +458_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.19790881474812824 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_459_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_459_BA_D_GLOBAL.out new file mode 100644 index 00000000..1a7218f0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_459_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +459_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.03689850966135661 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_459_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_459_BA_H_GLOBAL.out new file mode 100644 index 00000000..ca6736a3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_459_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +459_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.24920355478922526 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_459_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_459_BA_M_GLOBAL.out new file mode 100644 index 00000000..9d20f39b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_459_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +459_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.13621323506037394 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_45_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_45_BA_D_GLOBAL.out new file mode 100644 index 00000000..6efff0d5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_45_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +45_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.51065536737442 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_45_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_45_BA_H_GLOBAL.out new file mode 100644 index 00000000..944600b6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_45_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +45_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.9553585489590963 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_45_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_45_BA_M_GLOBAL.out new file mode 100644 index 00000000..d61cfb11 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_45_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +45_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3777569770812987 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_460_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_460_BA_D_GLOBAL.out new file mode 100644 index 00000000..504c0bbc --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_460_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +460_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.14821491638819376 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_460_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_460_BA_H_GLOBAL.out new file mode 100644 index 00000000..45284b8a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_460_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +460_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2946326772371928 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_460_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_460_BA_M_GLOBAL.out new file mode 100644 index 00000000..e83b4e6c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_460_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +460_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.05999605655670166 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_461_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_461_BA_D_GLOBAL.out new file mode 100644 index 00000000..2caa86c9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_461_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +461_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.06804114977518717 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_461_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_461_BA_H_GLOBAL.out new file mode 100644 index 00000000..70441913 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_461_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +461_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3584985097249349 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_461_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_461_BA_M_GLOBAL.out new file mode 100644 index 00000000..626ddbe3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_461_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +461_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.05263845125834147 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_462_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_462_BA_D_GLOBAL.out new file mode 100644 index 00000000..45dcecc6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_462_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +462_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5988537907600403 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_462_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_462_BA_H_GLOBAL.out new file mode 100644 index 00000000..750a7f39 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_462_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +462_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6645711859067281 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_462_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_462_BA_M_GLOBAL.out new file mode 100644 index 00000000..e2d763fd --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_462_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +462_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4714033842086792 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_463_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_463_BA_D_GLOBAL.out new file mode 100644 index 00000000..9c1b84b0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_463_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +463_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.613218116760254 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_463_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_463_BA_H_GLOBAL.out new file mode 100644 index 00000000..5907a8cf --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_463_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +463_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8372201800346375 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_463_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_463_BA_M_GLOBAL.out new file mode 100644 index 00000000..1db11d4c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_463_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +463_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.44001920223236085 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_464_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_464_BA_D_GLOBAL.out new file mode 100644 index 00000000..fdb3fa9c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_464_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +464_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.12024803161621093 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_464_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_464_BA_H_GLOBAL.out new file mode 100644 index 00000000..8353ad66 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_464_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +464_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.23524308999379476 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_464_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_464_BA_M_GLOBAL.out new file mode 100644 index 00000000..011c0774 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_464_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +464_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.17227197488149007 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_465_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_465_BA_D_GLOBAL.out new file mode 100644 index 00000000..45ea4991 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_465_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +465_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5573901176452637 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_465_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_465_BA_H_GLOBAL.out new file mode 100644 index 00000000..62a8b630 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_465_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +465_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5905101696650187 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_465_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_465_BA_M_GLOBAL.out new file mode 100644 index 00000000..ca27851b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_465_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +465_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3966860294342041 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_466_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_466_BA_D_GLOBAL.out new file mode 100644 index 00000000..39f51381 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_466_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +466_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.12808767954508463 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_466_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_466_BA_H_GLOBAL.out new file mode 100644 index 00000000..364344f3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_466_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +466_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3438640316327413 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_466_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_466_BA_M_GLOBAL.out new file mode 100644 index 00000000..8e8a38da --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_466_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +466_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3012516180674235 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_467_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_467_BA_D_GLOBAL.out new file mode 100644 index 00000000..d300d903 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_467_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +467_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.14397840499877929 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_467_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_467_BA_H_GLOBAL.out new file mode 100644 index 00000000..c2507eeb --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_467_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +467_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.47609996795654297 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_467_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_467_BA_M_GLOBAL.out new file mode 100644 index 00000000..429dc853 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_467_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +467_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.04949773550033569 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_468_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_468_BA_D_GLOBAL.out new file mode 100644 index 00000000..62593769 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_468_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +468_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.11131844520568848 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_468_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_468_BA_H_GLOBAL.out new file mode 100644 index 00000000..7177ff6c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_468_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +468_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.23849199612935384 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_468_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_468_BA_M_GLOBAL.out new file mode 100644 index 00000000..32f05618 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_468_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +468_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.09391504128774007 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_469_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_469_BA_D_GLOBAL.out new file mode 100644 index 00000000..88eb2233 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_469_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +469_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.1226080060005188 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_469_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_469_BA_H_GLOBAL.out new file mode 100644 index 00000000..4ec11209 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_469_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +469_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.47996863921483357 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_469_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_469_BA_M_GLOBAL.out new file mode 100644 index 00000000..5071f661 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_469_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +469_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.28344682852427167 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_46_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_46_BA_D_GLOBAL.out new file mode 100644 index 00000000..74bfae60 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_46_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +46_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0806034803390503 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_46_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_46_BA_H_GLOBAL.out new file mode 100644 index 00000000..341af15d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_46_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +46_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2837390899658203 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_46_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_46_BA_M_GLOBAL.out new file mode 100644 index 00000000..02645b2c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_46_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +46_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5141940514246622 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_471_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_471_BA_D_GLOBAL.out new file mode 100644 index 00000000..56d6c681 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_471_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +471_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.10926562547683716 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_471_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_471_BA_H_GLOBAL.out new file mode 100644 index 00000000..777f8bc4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_471_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +471_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.23019304275512695 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_471_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_471_BA_M_GLOBAL.out new file mode 100644 index 00000000..f4d5e18f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_471_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +471_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.014361592133839925 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_473_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_473_BA_D_GLOBAL.out new file mode 100644 index 00000000..0024c791 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_473_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +473_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.038988157113393145 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_473_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_473_BA_H_GLOBAL.out new file mode 100644 index 00000000..b07ffda8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_473_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +473_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.21812617778778076 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_473_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_473_BA_M_GLOBAL.out new file mode 100644 index 00000000..9054cde7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_473_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +473_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.013453511397043864 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_474_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_474_BA_D_GLOBAL.out new file mode 100644 index 00000000..db05a71d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_474_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +474_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.31047922372817993 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_474_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_474_BA_H_GLOBAL.out new file mode 100644 index 00000000..c0b55168 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_474_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +474_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5120880524317424 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_474_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_474_BA_M_GLOBAL.out new file mode 100644 index 00000000..602e3088 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_474_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +474_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.29501529932022097 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_475_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_475_BA_D_GLOBAL.out new file mode 100644 index 00000000..c7eb01b8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_475_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +475_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2246251583099365 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_475_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_475_BA_H_GLOBAL.out new file mode 100644 index 00000000..c27498bd --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_475_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +475_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.29626890023549396 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_475_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_475_BA_M_GLOBAL.out new file mode 100644 index 00000000..994e9fbc --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_475_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +475_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.03997265497843425 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_476_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_476_BA_D_GLOBAL.out new file mode 100644 index 00000000..f46b0538 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_476_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +476_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.10840146541595459 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_476_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_476_BA_H_GLOBAL.out new file mode 100644 index 00000000..c1625bcf --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_476_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +476_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4215313196182251 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_476_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_476_BA_M_GLOBAL.out new file mode 100644 index 00000000..eacf7f4b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_476_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +476_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.20369745492935182 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_477_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_477_BA_D_GLOBAL.out new file mode 100644 index 00000000..0d04218e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_477_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +477_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.11435471773147583 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_477_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_477_BA_H_GLOBAL.out new file mode 100644 index 00000000..b7064c8c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_477_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +477_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2613508621851603 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_477_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_477_BA_M_GLOBAL.out new file mode 100644 index 00000000..76e1ea9e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_477_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +477_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.05103046099344889 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_478_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_478_BA_D_GLOBAL.out new file mode 100644 index 00000000..f47b3fe6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_478_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +478_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.20285208622614542 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_478_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_478_BA_H_GLOBAL.out new file mode 100644 index 00000000..4a58e8d2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_478_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +478_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2817561070124308 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_478_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_478_BA_M_GLOBAL.out new file mode 100644 index 00000000..da60dbf6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_478_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +478_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.06766774654388427 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_479_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_479_BA_D_GLOBAL.out new file mode 100644 index 00000000..71fcdf1a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_479_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +479_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.13132564624150594 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_479_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_479_BA_H_GLOBAL.out new file mode 100644 index 00000000..a97c71a2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_479_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +479_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5105140050252278 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_479_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_479_BA_M_GLOBAL.out new file mode 100644 index 00000000..c09775c2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_479_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +479_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.15949747165044148 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_480_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_480_BA_D_GLOBAL.out new file mode 100644 index 00000000..c87f02fb --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_480_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +480_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.1565983772277832 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_480_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_480_BA_H_GLOBAL.out new file mode 100644 index 00000000..1f9f735a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_480_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +480_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5968429247538248 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_480_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_480_BA_M_GLOBAL.out new file mode 100644 index 00000000..a2a391d6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_480_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +480_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.05819807449976603 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_481_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_481_BA_D_GLOBAL.out new file mode 100644 index 00000000..9418f122 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_481_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +481_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.11914414564768473 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_481_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_481_BA_H_GLOBAL.out new file mode 100644 index 00000000..b7bf7682 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_481_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +481_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3973337213198344 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_481_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_481_BA_M_GLOBAL.out new file mode 100644 index 00000000..5778d24a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_481_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +481_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2044134259223938 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_482_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_482_BA_D_GLOBAL.out new file mode 100644 index 00000000..a382a667 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_482_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +482_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.1843526244163513 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_482_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_482_BA_H_GLOBAL.out new file mode 100644 index 00000000..6230d502 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_482_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +482_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.32712871630986534 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_482_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_482_BA_M_GLOBAL.out new file mode 100644 index 00000000..8441c065 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_482_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +482_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.1268057386080424 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_483_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_483_BA_D_GLOBAL.out new file mode 100644 index 00000000..aeb85dac --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_483_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +483_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.05561960538228353 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_483_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_483_BA_H_GLOBAL.out new file mode 100644 index 00000000..c4ed1885 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_483_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +483_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3482518513997396 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_483_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_483_BA_M_GLOBAL.out new file mode 100644 index 00000000..486cae8a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_483_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +483_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.11345125834147135 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_485_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_485_BA_D_GLOBAL.out new file mode 100644 index 00000000..b0b02721 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_485_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +485_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2892029682795207 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_485_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_485_BA_H_GLOBAL.out new file mode 100644 index 00000000..c0beea5d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_485_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +485_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4375581463177999 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_485_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_485_BA_M_GLOBAL.out new file mode 100644 index 00000000..a4da98dd --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_485_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +485_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.13834234873453777 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_486_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_486_BA_D_GLOBAL.out new file mode 100644 index 00000000..b7cb8476 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_486_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +486_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2985135475794474 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_486_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_486_BA_H_GLOBAL.out new file mode 100644 index 00000000..1e82b6b9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_486_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +486_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4502512613932292 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_486_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_486_BA_M_GLOBAL.out new file mode 100644 index 00000000..5208f851 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_486_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +486_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.03545109430948893 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_487_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_487_BA_D_GLOBAL.out new file mode 100644 index 00000000..162f5327 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_487_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +487_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2687983194986979 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_487_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_487_BA_H_GLOBAL.out new file mode 100644 index 00000000..341042c3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_487_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +487_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3172885298728943 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_487_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_487_BA_M_GLOBAL.out new file mode 100644 index 00000000..5fceceff --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_487_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +487_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.0547934611638387 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_488_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_488_BA_D_GLOBAL.out new file mode 100644 index 00000000..f1f5fc25 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_488_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +488_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2665794293085734 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_488_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_488_BA_H_GLOBAL.out new file mode 100644 index 00000000..d69d362e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_488_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +488_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.26432748635609943 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_488_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_488_BA_M_GLOBAL.out new file mode 100644 index 00000000..aa03e8c6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_488_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +488_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.07193038860956828 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_489_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_489_BA_D_GLOBAL.out new file mode 100644 index 00000000..d2be7655 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_489_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +489_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.10375860134760538 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_489_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_489_BA_H_GLOBAL.out new file mode 100644 index 00000000..4e6ba1bd --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_489_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +489_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2915451725323995 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_489_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_489_BA_M_GLOBAL.out new file mode 100644 index 00000000..e5e0f778 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_489_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +489_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.253572678565979 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_48_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_48_BA_D_GLOBAL.out new file mode 100644 index 00000000..e8f2f02a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_48_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +48_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.794861920674642 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_48_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_48_BA_H_GLOBAL.out new file mode 100644 index 00000000..8f0a0e08 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_48_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +48_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0920662999153137 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_48_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_48_BA_M_GLOBAL.out new file mode 100644 index 00000000..0948e5ae --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_48_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +48_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7667940378189086 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_490_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_490_BA_D_GLOBAL.out new file mode 100644 index 00000000..e7234e77 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_490_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +490_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.1199951410293579 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_490_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_490_BA_H_GLOBAL.out new file mode 100644 index 00000000..4e723f9b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_490_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +490_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3662696162859599 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_490_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_490_BA_M_GLOBAL.out new file mode 100644 index 00000000..7a95a6d9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_490_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +490_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.02658062775929769 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_4_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_4_BA_D_GLOBAL.out new file mode 100644 index 00000000..b202a940 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_4_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +4_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7990343928337097 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_4_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_4_BA_H_GLOBAL.out new file mode 100644 index 00000000..8d51e280 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_4_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +4_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1333714087804159 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_4_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_4_BA_M_GLOBAL.out new file mode 100644 index 00000000..3a5a43e5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_4_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +4_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8463328043619792 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_51_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_51_BA_D_GLOBAL.out new file mode 100644 index 00000000..41eeb955 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_51_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +51_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9268338998158773 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_51_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_51_BA_H_GLOBAL.out new file mode 100644 index 00000000..e8e33977 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_51_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +51_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.037723755836487 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_51_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_51_BA_M_GLOBAL.out new file mode 100644 index 00000000..671db6b9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_51_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +51_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.37649077574412027 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_529_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_529_BA_D_GLOBAL.out new file mode 100644 index 00000000..e30bf19a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_529_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +529_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2705052375793457 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_529_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_529_BA_H_GLOBAL.out new file mode 100644 index 00000000..7c86f78b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_529_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +529_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5474812110265096 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_529_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_529_BA_M_GLOBAL.out new file mode 100644 index 00000000..b2c6882c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_529_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +529_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.41199145714441937 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_52_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_52_BA_D_GLOBAL.out new file mode 100644 index 00000000..8b6f55f6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_52_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +52_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0919379750887552 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_52_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_52_BA_H_GLOBAL.out new file mode 100644 index 00000000..056bc8d3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_52_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +52_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8496916651725769 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_52_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_52_BA_M_GLOBAL.out new file mode 100644 index 00000000..eab184b5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_52_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +52_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8782269795735677 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_530_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_530_BA_D_GLOBAL.out new file mode 100644 index 00000000..8f52ac75 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_530_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +530_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.02771671215693156 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_530_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_530_BA_H_GLOBAL.out new file mode 100644 index 00000000..a1ac89ef --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_530_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +530_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.29237225850423176 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_530_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_530_BA_M_GLOBAL.out new file mode 100644 index 00000000..6da129f2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_530_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +530_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.016759733359018963 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_531_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_531_BA_D_GLOBAL.out new file mode 100644 index 00000000..3a171f16 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_531_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +531_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7295477151870727 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_531_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_531_BA_H_GLOBAL.out new file mode 100644 index 00000000..46ef510c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_531_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +531_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9195271690686544 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_531_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_531_BA_M_GLOBAL.out new file mode 100644 index 00000000..013fc5cb --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_531_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +531_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8744332869847615 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_534_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_534_BA_D_GLOBAL.out new file mode 100644 index 00000000..3b55f496 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_534_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +534_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.1351457635561625 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_534_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_534_BA_H_GLOBAL.out new file mode 100644 index 00000000..56bde1b6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_534_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +534_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2765061696370443 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_534_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_534_BA_M_GLOBAL.out new file mode 100644 index 00000000..3ac3579b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_534_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +534_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.1254364530245463 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_53_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_53_BA_D_GLOBAL.out new file mode 100644 index 00000000..b922307a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_53_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +53_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7009689728418986 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_53_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_53_BA_H_GLOBAL.out new file mode 100644 index 00000000..65c2a8b5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_53_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +53_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1088927745819093 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_53_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_53_BA_M_GLOBAL.out new file mode 100644 index 00000000..9158a6d7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_53_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +53_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9246453722318013 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_540_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_540_BA_D_GLOBAL.out new file mode 100644 index 00000000..9df3b802 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_540_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +540_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.025936615467071534 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_540_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_540_BA_H_GLOBAL.out new file mode 100644 index 00000000..c9a636ac --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_540_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +540_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.18664461374282837 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_540_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_540_BA_M_GLOBAL.out new file mode 100644 index 00000000..b81f4020 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_540_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +540_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.005840591589609782 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_543_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_543_BA_D_GLOBAL.out new file mode 100644 index 00000000..95a635bf --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_543_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +543_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2773096998532613 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_543_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_543_BA_H_GLOBAL.out new file mode 100644 index 00000000..14a2008d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_543_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +543_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2583694140116374 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_543_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_543_BA_M_GLOBAL.out new file mode 100644 index 00000000..c1b3dbfd --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_543_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +543_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.07524236440658569 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_546_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_546_BA_D_GLOBAL.out new file mode 100644 index 00000000..36609815 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_546_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +546_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.02976587216059367 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_546_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_546_BA_H_GLOBAL.out new file mode 100644 index 00000000..ccf8bc63 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_546_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +546_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.22971671024958293 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_546_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_546_BA_M_GLOBAL.out new file mode 100644 index 00000000..8bc4da7d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_546_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +546_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.00962282419204712 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_549_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_549_BA_D_GLOBAL.out new file mode 100644 index 00000000..5eb7fc96 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_549_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +549_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.06905534664789835 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_549_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_549_BA_H_GLOBAL.out new file mode 100644 index 00000000..b42a6eb5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_549_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +549_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2959004481633504 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_549_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_549_BA_M_GLOBAL.out new file mode 100644 index 00000000..2b0a5525 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_549_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +549_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.026998905340830485 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_550_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_550_BA_D_GLOBAL.out new file mode 100644 index 00000000..133d5034 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_550_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +550_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.23111343383789062 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_550_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_550_BA_H_GLOBAL.out new file mode 100644 index 00000000..e5e2a1bb --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_550_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +550_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.24930284023284913 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_550_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_550_BA_M_GLOBAL.out new file mode 100644 index 00000000..55bdc035 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_550_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +550_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.08156795899073283 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_553_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_553_BA_D_GLOBAL.out new file mode 100644 index 00000000..485ef505 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_553_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +553_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.10508517821629842 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_553_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_553_BA_H_GLOBAL.out new file mode 100644 index 00000000..784e52a7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_553_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +553_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.263625172773997 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_553_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_553_BA_M_GLOBAL.out new file mode 100644 index 00000000..ad8eef68 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_553_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +553_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3057039221127828 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_554_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_554_BA_D_GLOBAL.out new file mode 100644 index 00000000..94ee02e4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_554_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +554_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.24845890601476034 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_554_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_554_BA_H_GLOBAL.out new file mode 100644 index 00000000..996adc26 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_554_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +554_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4374795198440552 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_554_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_554_BA_M_GLOBAL.out new file mode 100644 index 00000000..10ba40ce --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_554_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +554_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2267332434654236 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_56_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_56_BA_D_GLOBAL.out new file mode 100644 index 00000000..0bde0e8a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_56_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +56_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.885850175221761 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_56_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_56_BA_H_GLOBAL.out new file mode 100644 index 00000000..2a4669b8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_56_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +56_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8008563796679178 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_56_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_56_BA_M_GLOBAL.out new file mode 100644 index 00000000..630307fb --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_56_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +56_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.701321041584015 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_57_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_57_BA_D_GLOBAL.out new file mode 100644 index 00000000..f7457654 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_57_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +57_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.490647765000661 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_57_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_57_BA_H_GLOBAL.out new file mode 100644 index 00000000..5e81bd15 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_57_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +57_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.700331624348958 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_57_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_57_BA_M_GLOBAL.out new file mode 100644 index 00000000..93d0631a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_57_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +57_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6904836455980936 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_59_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_59_BA_D_GLOBAL.out new file mode 100644 index 00000000..fa24d0f8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_59_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +59_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9941609025001525 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_59_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_59_BA_H_GLOBAL.out new file mode 100644 index 00000000..2ed35447 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_59_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +59_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8023889223734537 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_59_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_59_BA_M_GLOBAL.out new file mode 100644 index 00000000..2faf9b6d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_59_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +59_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8826567689577739 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_5_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_5_BA_D_GLOBAL.out new file mode 100644 index 00000000..6fe0d509 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_5_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +5_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.433439060052236 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_5_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_5_BA_H_GLOBAL.out new file mode 100644 index 00000000..4df78dbf --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_5_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +5_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7198525468508403 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_5_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_5_BA_M_GLOBAL.out new file mode 100644 index 00000000..94b052fc --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_5_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +5_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8102259039878845 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_61_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_61_BA_D_GLOBAL.out new file mode 100644 index 00000000..5555cbcf --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_61_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +61_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0684152444203694 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_61_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_61_BA_H_GLOBAL.out new file mode 100644 index 00000000..c7d4c95c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_61_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +61_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4297688921292624 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_61_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_61_BA_M_GLOBAL.out new file mode 100644 index 00000000..787652cf --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_61_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +61_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2781827131907144 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_62_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_62_BA_D_GLOBAL.out new file mode 100644 index 00000000..7acbbd50 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_62_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +62_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.435311535994212 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_62_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_62_BA_H_GLOBAL.out new file mode 100644 index 00000000..1269cb99 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_62_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +62_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.4270694812138873 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_62_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_62_BA_M_GLOBAL.out new file mode 100644 index 00000000..c373b605 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_62_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +62_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.3823811491330464 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_63_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_63_BA_D_GLOBAL.out new file mode 100644 index 00000000..25524793 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_63_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +63_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4120633522669475 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_63_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_63_BA_H_GLOBAL.out new file mode 100644 index 00000000..4e99fe22 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_63_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +63_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4901023507118225 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_63_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_63_BA_M_GLOBAL.out new file mode 100644 index 00000000..9a139238 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_63_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +63_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7599960803985596 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_64_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_64_BA_D_GLOBAL.out new file mode 100644 index 00000000..d3943d11 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_64_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +64_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8024630506833395 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_64_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_64_BA_H_GLOBAL.out new file mode 100644 index 00000000..83d49dba --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_64_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +64_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9834582169850667 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_64_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_64_BA_M_GLOBAL.out new file mode 100644 index 00000000..cdf57f94 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_64_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +64_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7520393848419189 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_65_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_65_BA_D_GLOBAL.out new file mode 100644 index 00000000..2246723b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_65_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +65_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.873782769838969 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_65_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_65_BA_H_GLOBAL.out new file mode 100644 index 00000000..90c1b5d6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_65_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +65_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6477803389231364 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_65_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_65_BA_M_GLOBAL.out new file mode 100644 index 00000000..36973615 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_65_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +65_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7612407406171163 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_6_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_6_BA_D_GLOBAL.out new file mode 100644 index 00000000..71b7daad --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_6_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +6_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3339929262797038 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_6_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_6_BA_H_GLOBAL.out new file mode 100644 index 00000000..6055e46b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_6_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +6_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8653208017349243 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_6_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_6_BA_M_GLOBAL.out new file mode 100644 index 00000000..b494c5c3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_6_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +6_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6564963539441426 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_70_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_70_BA_D_GLOBAL.out new file mode 100644 index 00000000..f959231e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_70_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +70_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.060535645484924315 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_70_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_70_BA_H_GLOBAL.out new file mode 100644 index 00000000..e66f7d92 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_70_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +70_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.28584843476613364 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_70_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_70_BA_M_GLOBAL.out new file mode 100644 index 00000000..8a766e4b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_70_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +70_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.11115438938140869 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_73_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_73_BA_D_GLOBAL.out new file mode 100644 index 00000000..9d834192 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_73_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +73_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.35500169595082604 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_73_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_73_BA_H_GLOBAL.out new file mode 100644 index 00000000..3497af7d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_73_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +73_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5344466646512349 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_73_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_73_BA_M_GLOBAL.out new file mode 100644 index 00000000..5eda602b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_73_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +73_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.09631190697352092 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_76_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_76_BA_D_GLOBAL.out new file mode 100644 index 00000000..f0afd48d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_76_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +76_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3673466523488363 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_76_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_76_BA_H_GLOBAL.out new file mode 100644 index 00000000..de3bf64a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_76_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +76_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5485844771067302 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_76_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_76_BA_M_GLOBAL.out new file mode 100644 index 00000000..825f0efd --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_76_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +76_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2789968411127726 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_79_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_79_BA_D_GLOBAL.out new file mode 100644 index 00000000..ec992729 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_79_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +79_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6454139669736227 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_79_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_79_BA_H_GLOBAL.out new file mode 100644 index 00000000..55d1feaf --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_79_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +79_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0332314531008402 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_79_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_79_BA_M_GLOBAL.out new file mode 100644 index 00000000..92dcfed7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_79_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +79_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6571285088857015 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_80_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_80_BA_D_GLOBAL.out new file mode 100644 index 00000000..dfd0f648 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_80_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +80_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7188492933909099 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_80_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_80_BA_H_GLOBAL.out new file mode 100644 index 00000000..c768580f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_80_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +80_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1970466216405233 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_80_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_80_BA_M_GLOBAL.out new file mode 100644 index 00000000..7a2395ff --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_80_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +80_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7602164983749389 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_81_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_81_BA_D_GLOBAL.out new file mode 100644 index 00000000..3aa81d5d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_81_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +81_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.10699901580810547 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_81_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_81_BA_H_GLOBAL.out new file mode 100644 index 00000000..d620bd91 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_81_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +81_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.19110605716705323 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_81_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_81_BA_M_GLOBAL.out new file mode 100644 index 00000000..35827295 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_81_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +81_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.022113088766733804 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_83_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_83_BA_D_GLOBAL.out new file mode 100644 index 00000000..b9746739 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_83_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +83_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5457113981246948 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_83_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_83_BA_H_GLOBAL.out new file mode 100644 index 00000000..201e46ff --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_83_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +83_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8552743554115295 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_83_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_83_BA_M_GLOBAL.out new file mode 100644 index 00000000..10416442 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_83_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +83_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.204825015862783 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_84_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_84_BA_D_GLOBAL.out new file mode 100644 index 00000000..5cbf9c19 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_84_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +84_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4890397310256958 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_84_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_84_BA_H_GLOBAL.out new file mode 100644 index 00000000..30aea873 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_84_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +84_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.213928190867106 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_84_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_84_BA_M_GLOBAL.out new file mode 100644 index 00000000..9115b127 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_84_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +84_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8760124643643697 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_85_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_85_BA_D_GLOBAL.out new file mode 100644 index 00000000..e5295123 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_85_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +85_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.1755273660024007 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_85_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_85_BA_H_GLOBAL.out new file mode 100644 index 00000000..49910c76 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_85_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +85_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.533022654056549 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_85_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_85_BA_M_GLOBAL.out new file mode 100644 index 00000000..6e8b5abd --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_85_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +85_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.13461954196294149 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_90_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_90_BA_D_GLOBAL.out new file mode 100644 index 00000000..d7dac913 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_90_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +90_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6205050309499105 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_90_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_90_BA_H_GLOBAL.out new file mode 100644 index 00000000..a51b5229 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_90_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +90_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7593147277832031 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_90_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_90_BA_M_GLOBAL.out new file mode 100644 index 00000000..2d2dbb03 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_90_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +90_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6148828347524007 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_93_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_93_BA_D_GLOBAL.out new file mode 100644 index 00000000..e9a75573 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_93_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +93_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.18698701063791912 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_93_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_93_BA_H_GLOBAL.out new file mode 100644 index 00000000..03304ece --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_93_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +93_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.29512884219487506 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_93_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_93_BA_M_GLOBAL.out new file mode 100644 index 00000000..504a5a22 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_93_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +93_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.07638173898061117 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_94_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_94_BA_D_GLOBAL.out new file mode 100644 index 00000000..3e7e40f3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_94_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +94_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.35498029788335167 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_94_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_94_BA_H_GLOBAL.out new file mode 100644 index 00000000..75c5f0d4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_94_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +94_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.500387724240621 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_94_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_94_BA_M_GLOBAL.out new file mode 100644 index 00000000..fb478351 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_94_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +94_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3396806081136068 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_95_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_95_BA_D_GLOBAL.out new file mode 100644 index 00000000..1fe47f0c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_95_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +95_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.995444385210673 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_95_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_95_BA_H_GLOBAL.out new file mode 100644 index 00000000..b2a0c96b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_95_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +95_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7881542563438415 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_95_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_95_BA_M_GLOBAL.out new file mode 100644 index 00000000..0df96c5a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_95_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +95_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6409329930941264 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_99_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_99_BA_D_GLOBAL.out new file mode 100644 index 00000000..b4bb77e8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_99_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +99_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.12400025129318237 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_99_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_99_BA_H_GLOBAL.out new file mode 100644 index 00000000..0a712685 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_99_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +99_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2111923336982727 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_99_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_99_BA_M_GLOBAL.out new file mode 100644 index 00000000..14030753 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_99_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +99_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.025527981917063396 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_9_BA_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_9_BA_D_GLOBAL.out new file mode 100644 index 00000000..32cc8c14 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_9_BA_D_GLOBAL.out @@ -0,0 +1,3 @@ +9_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0898814002672832 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_9_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_9_BA_H_GLOBAL.out new file mode 100644 index 00000000..5f12a6cb --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_9_BA_H_GLOBAL.out @@ -0,0 +1,3 @@ +9_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7786549806594849 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/0_9_BA_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/0_9_BA_M_GLOBAL.out new file mode 100644 index 00000000..dc13e82d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/0_9_BA_M_GLOBAL.out @@ -0,0 +1,3 @@ +9_BA -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.830320680141449 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_289_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_289_BA_H_GLOBAL.out new file mode 100644 index 00000000..b1cafdc8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_289_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +289_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_290_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_290_BA_H_GLOBAL.out new file mode 100644 index 00000000..9d5ca2eb --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_290_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +290_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_291_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_291_BA_H_GLOBAL.out new file mode 100644 index 00000000..3ddf48b7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_291_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +291_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_292_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_292_BA_H_GLOBAL.out new file mode 100644 index 00000000..c9152791 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_292_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +292_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_293_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_293_BA_H_GLOBAL.out new file mode 100644 index 00000000..0d84246a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_293_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +293_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_294_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_294_BA_H_GLOBAL.out new file mode 100644 index 00000000..326b6b87 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_294_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +294_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_295_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_295_BA_H_GLOBAL.out new file mode 100644 index 00000000..2e8d9b7f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_295_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +295_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_296_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_296_BA_H_GLOBAL.out new file mode 100644 index 00000000..96f53d1d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_296_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +296_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_297_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_297_BA_H_GLOBAL.out new file mode 100644 index 00000000..f5cc33f7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_297_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +297_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_298_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_298_BA_H_GLOBAL.out new file mode 100644 index 00000000..d0c05a88 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_298_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +298_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_299_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_299_BA_H_GLOBAL.out new file mode 100644 index 00000000..38b3c933 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_299_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +299_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_300_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_300_BA_H_GLOBAL.out new file mode 100644 index 00000000..f2b9b19e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_300_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +300_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_301_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_301_BA_H_GLOBAL.out new file mode 100644 index 00000000..f48e4670 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_301_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +301_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_302_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_302_BA_H_GLOBAL.out new file mode 100644 index 00000000..eac710ae --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_302_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +302_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_303_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_303_BA_H_GLOBAL.out new file mode 100644 index 00000000..abe2d0b2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_303_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +303_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_304_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_304_BA_H_GLOBAL.out new file mode 100644 index 00000000..9647aace --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_304_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +304_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_305_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_305_BA_H_GLOBAL.out new file mode 100644 index 00000000..a46720b1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_305_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +305_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_306_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_306_BA_H_GLOBAL.out new file mode 100644 index 00000000..143d7450 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_306_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +306_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_307_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_307_BA_H_GLOBAL.out new file mode 100644 index 00000000..3cc7ee8b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_307_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +307_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_308_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_308_BA_H_GLOBAL.out new file mode 100644 index 00000000..dc5211ac --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_308_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +308_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_309_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_309_BA_H_GLOBAL.out new file mode 100644 index 00000000..4fc6ef97 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_309_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +309_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_310_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_310_BA_H_GLOBAL.out new file mode 100644 index 00000000..b01c5bec --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_310_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +310_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_311_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_311_BA_H_GLOBAL.out new file mode 100644 index 00000000..5f117bba --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_311_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +311_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_312_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_312_BA_H_GLOBAL.out new file mode 100644 index 00000000..41cff784 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_312_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +312_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_313_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_313_BA_H_GLOBAL.out new file mode 100644 index 00000000..cc6c5709 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_313_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +313_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_314_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_314_BA_H_GLOBAL.out new file mode 100644 index 00000000..97448ea9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_314_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +314_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_315_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_315_BA_H_GLOBAL.out new file mode 100644 index 00000000..918f9c7c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_315_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +315_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_316_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_316_BA_H_GLOBAL.out new file mode 100644 index 00000000..063b72df --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_316_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +316_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_317_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_317_BA_H_GLOBAL.out new file mode 100644 index 00000000..666324e5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_317_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +317_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_318_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_318_BA_H_GLOBAL.out new file mode 100644 index 00000000..ad24f3a6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_318_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +318_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_319_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_319_BA_H_GLOBAL.out new file mode 100644 index 00000000..5c521527 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_319_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +319_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_320_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_320_BA_H_GLOBAL.out new file mode 100644 index 00000000..7d267a30 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_320_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +320_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_321_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_321_BA_H_GLOBAL.out new file mode 100644 index 00000000..8752eb4c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_321_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +321_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_322_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_322_BA_H_GLOBAL.out new file mode 100644 index 00000000..b1e3b542 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_322_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +322_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_323_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_323_BA_H_GLOBAL.out new file mode 100644 index 00000000..74948fad --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_323_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +323_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_327_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_327_BA_H_GLOBAL.out new file mode 100644 index 00000000..75b877c3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_327_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +327_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_328_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_328_BA_H_GLOBAL.out new file mode 100644 index 00000000..09736da8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_328_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +328_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_335_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_335_BA_H_GLOBAL.out new file mode 100644 index 00000000..5612e27e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_335_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +335_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_339_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_339_BA_H_GLOBAL.out new file mode 100644 index 00000000..307d631b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_339_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +339_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T1/1_346_BA_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T1/1_346_BA_H_GLOBAL.out new file mode 100644 index 00000000..2707421f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T1/1_346_BA_H_GLOBAL.out @@ -0,0 +1,2 @@ +346_BA -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199512_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199512_D_GLOBAL.out new file mode 100644 index 00000000..1b5f8a49 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199512_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199512 STATION NETCDFs +0.16248897711435953 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199512_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199512_H_GLOBAL.out new file mode 100644 index 00000000..835d846b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199512_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199512 STATION NETCDFs +0.03408371607462565 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199512_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199512_M_GLOBAL.out new file mode 100644 index 00000000..ccc98552 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199512_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199512 STATION NETCDFs +0.0985295295715332 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199601_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199601_D_GLOBAL.out new file mode 100644 index 00000000..99dd6a11 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199601_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199601 STATION NETCDFs +0.06666353146235147 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199601_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199601_H_GLOBAL.out new file mode 100644 index 00000000..c5e11a5f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199601_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199601 STATION NETCDFs +0.1605215589205424 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199601_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199601_M_GLOBAL.out new file mode 100644 index 00000000..174d88e7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199601_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199601 STATION NETCDFs +0.020616439978281657 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199602_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199602_D_GLOBAL.out new file mode 100644 index 00000000..0e6f5e0c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199602_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199602 STATION NETCDFs +0.12735363642374675 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199602_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199602_H_GLOBAL.out new file mode 100644 index 00000000..7a943a87 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199602_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199602 STATION NETCDFs +0.12447226444880168 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199602_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199602_M_GLOBAL.out new file mode 100644 index 00000000..bfb27150 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199602_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199602 STATION NETCDFs +0.12031437158584594 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199603_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199603_D_GLOBAL.out new file mode 100644 index 00000000..73625504 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199603_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199603 STATION NETCDFs +0.02626509666442871 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199603_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199603_H_GLOBAL.out new file mode 100644 index 00000000..1ad27cf2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199603_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199603 STATION NETCDFs +0.020844455560048422 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199603_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199603_M_GLOBAL.out new file mode 100644 index 00000000..8ed60868 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199603_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199603 STATION NETCDFs +0.13993112643559774 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199604_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199604_D_GLOBAL.out new file mode 100644 index 00000000..88df1dc5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199604_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199604 STATION NETCDFs +0.07337585290273031 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199604_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199604_H_GLOBAL.out new file mode 100644 index 00000000..41b6b467 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199604_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199604 STATION NETCDFs +0.02272787094116211 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199604_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199604_M_GLOBAL.out new file mode 100644 index 00000000..c759740f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199604_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199604 STATION NETCDFs +0.15281854073206583 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199605_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199605_D_GLOBAL.out new file mode 100644 index 00000000..7a76f048 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199605_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199605 STATION NETCDFs +0.07338703870773315 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199605_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199605_H_GLOBAL.out new file mode 100644 index 00000000..e5a575ca --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199605_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199605 STATION NETCDFs +0.15949928363164265 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199605_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199605_M_GLOBAL.out new file mode 100644 index 00000000..d1457ff8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199605_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199605 STATION NETCDFs +0.08083932002385458 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199606_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199606_D_GLOBAL.out new file mode 100644 index 00000000..ab4e82e3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199606_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199606 STATION NETCDFs +0.028229780991872153 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199606_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199606_H_GLOBAL.out new file mode 100644 index 00000000..20914fe2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199606_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199606 STATION NETCDFs +0.02079982360204061 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199606_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199606_M_GLOBAL.out new file mode 100644 index 00000000..a4fe3b60 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199606_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199606 STATION NETCDFs +0.03433002233505249 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199607_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199607_D_GLOBAL.out new file mode 100644 index 00000000..00f7ff32 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199607_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199607 STATION NETCDFs +0.023187851905822753 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199607_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199607_H_GLOBAL.out new file mode 100644 index 00000000..ce99dfe2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199607_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199607 STATION NETCDFs +0.02533587614695231 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199607_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199607_M_GLOBAL.out new file mode 100644 index 00000000..411e2478 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199607_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199607 STATION NETCDFs +0.020824766159057616 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199608_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199608_D_GLOBAL.out new file mode 100644 index 00000000..57387ac5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199608_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199608 STATION NETCDFs +0.09195200204849244 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199608_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199608_H_GLOBAL.out new file mode 100644 index 00000000..4e29e6a0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199608_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199608 STATION NETCDFs +0.02198338508605957 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199608_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199608_M_GLOBAL.out new file mode 100644 index 00000000..96785e99 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199608_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199608 STATION NETCDFs +0.02662597894668579 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199609_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199609_D_GLOBAL.out new file mode 100644 index 00000000..3ef1c618 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199609_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199609 STATION NETCDFs +0.07976646820704142 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199609_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199609_H_GLOBAL.out new file mode 100644 index 00000000..3661b48f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199609_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199609 STATION NETCDFs +0.024671932061513264 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199609_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199609_M_GLOBAL.out new file mode 100644 index 00000000..4477eb3a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199609_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199609 STATION NETCDFs +0.11176360448201497 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199610_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199610_D_GLOBAL.out new file mode 100644 index 00000000..5dee1a04 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199610_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199610 STATION NETCDFs +0.04076999028523763 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199610_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199610_H_GLOBAL.out new file mode 100644 index 00000000..72e6181b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199610_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199610 STATION NETCDFs +0.030901499589284263 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199610_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199610_M_GLOBAL.out new file mode 100644 index 00000000..abf09f58 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199610_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199610 STATION NETCDFs +0.0737091620763143 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199611_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199611_D_GLOBAL.out new file mode 100644 index 00000000..1501dc6c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199611_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199611 STATION NETCDFs +0.023300496737162273 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199611_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199611_H_GLOBAL.out new file mode 100644 index 00000000..982f7b98 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199611_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199611 STATION NETCDFs +0.023867416381835937 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199611_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199611_M_GLOBAL.out new file mode 100644 index 00000000..2b405dac --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199611_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199611 STATION NETCDFs +0.07925082445144653 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199612_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199612_D_GLOBAL.out new file mode 100644 index 00000000..bf79d9c5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199612_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199612 STATION NETCDFs +0.1832411011060079 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199612_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199612_H_GLOBAL.out new file mode 100644 index 00000000..545856e2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199612_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199612 STATION NETCDFs +0.1613362471262614 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199612_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199612_M_GLOBAL.out new file mode 100644 index 00000000..d7913654 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199612_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199612 STATION NETCDFs +0.12651277383168538 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199701_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199701_D_GLOBAL.out new file mode 100644 index 00000000..c91dfb7a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199701_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199701 STATION NETCDFs +0.08447869221369425 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199701_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199701_H_GLOBAL.out new file mode 100644 index 00000000..7956b893 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199701_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199701 STATION NETCDFs +0.03584770361582438 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199701_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199701_M_GLOBAL.out new file mode 100644 index 00000000..97bc9783 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199701_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199701 STATION NETCDFs +0.02633711099624634 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199702_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199702_D_GLOBAL.out new file mode 100644 index 00000000..b0494cbe --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199702_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199702 STATION NETCDFs +0.1870406190554301 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199702_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199702_H_GLOBAL.out new file mode 100644 index 00000000..fa951f21 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199702_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199702 STATION NETCDFs +0.025672650337219237 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199702_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199702_M_GLOBAL.out new file mode 100644 index 00000000..7758b440 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199702_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199702 STATION NETCDFs +0.0292725404103597 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199703_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199703_D_GLOBAL.out new file mode 100644 index 00000000..28a62352 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199703_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199703 STATION NETCDFs +0.055571385224660236 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199703_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199703_H_GLOBAL.out new file mode 100644 index 00000000..ccabd552 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199703_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199703 STATION NETCDFs +0.026108860969543457 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199703_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199703_M_GLOBAL.out new file mode 100644 index 00000000..4364cdd4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199703_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199703 STATION NETCDFs +0.028864463170369465 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199704_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199704_D_GLOBAL.out new file mode 100644 index 00000000..2bfd6ab4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199704_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199704 STATION NETCDFs +0.04339828093846639 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199704_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199704_H_GLOBAL.out new file mode 100644 index 00000000..965d2cd7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199704_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199704 STATION NETCDFs +0.025793381532033286 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199704_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199704_M_GLOBAL.out new file mode 100644 index 00000000..a631b76b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199704_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199704 STATION NETCDFs +0.10951085488001505 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199705_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199705_D_GLOBAL.out new file mode 100644 index 00000000..ca326ed0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199705_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199705 STATION NETCDFs +0.031555084387461345 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199705_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199705_H_GLOBAL.out new file mode 100644 index 00000000..9ed79fbc --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199705_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199705 STATION NETCDFs +0.033930528163909915 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199705_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199705_M_GLOBAL.out new file mode 100644 index 00000000..1a3dc957 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199705_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199705 STATION NETCDFs +0.04527864853541056 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199706_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199706_D_GLOBAL.out new file mode 100644 index 00000000..d9ab3e00 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199706_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199706 STATION NETCDFs +0.13106495539347332 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199706_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199706_H_GLOBAL.out new file mode 100644 index 00000000..c5eacf36 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199706_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199706 STATION NETCDFs +0.027196383476257323 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199706_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199706_M_GLOBAL.out new file mode 100644 index 00000000..9ac80668 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199706_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199706 STATION NETCDFs +0.02448688745498657 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199707_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199707_D_GLOBAL.out new file mode 100644 index 00000000..4117f050 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199707_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199707 STATION NETCDFs +0.044800412654876706 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199707_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199707_H_GLOBAL.out new file mode 100644 index 00000000..513185d3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199707_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199707 STATION NETCDFs +0.12697030703226725 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199707_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199707_M_GLOBAL.out new file mode 100644 index 00000000..2ef20aa8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199707_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199707 STATION NETCDFs +0.036132979393005374 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199708_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199708_D_GLOBAL.out new file mode 100644 index 00000000..0cc33f99 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199708_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199708 STATION NETCDFs +0.08548819621404012 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199708_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199708_H_GLOBAL.out new file mode 100644 index 00000000..91296a36 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199708_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199708 STATION NETCDFs +0.030675689379374187 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199708_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199708_M_GLOBAL.out new file mode 100644 index 00000000..6a243460 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199708_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199708 STATION NETCDFs +0.028808200359344484 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199709_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199709_D_GLOBAL.out new file mode 100644 index 00000000..5ece3e2d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199709_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199709 STATION NETCDFs +0.19365983406702678 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199709_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199709_H_GLOBAL.out new file mode 100644 index 00000000..2f35d5bb --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199709_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199709 STATION NETCDFs +0.029287413756052653 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199709_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199709_M_GLOBAL.out new file mode 100644 index 00000000..11b82c5b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199709_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199709 STATION NETCDFs +0.031052740414937337 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199710_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199710_D_GLOBAL.out new file mode 100644 index 00000000..804cf3bc --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199710_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199710 STATION NETCDFs +0.15912249485651653 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199710_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199710_H_GLOBAL.out new file mode 100644 index 00000000..d7d1c4f2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199710_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199710 STATION NETCDFs +0.03183435201644898 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199710_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199710_M_GLOBAL.out new file mode 100644 index 00000000..c990a6e2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199710_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199710 STATION NETCDFs +0.10975536505381266 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199711_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199711_D_GLOBAL.out new file mode 100644 index 00000000..7d4bd626 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199711_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199711 STATION NETCDFs +0.036172914505004886 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199711_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199711_H_GLOBAL.out new file mode 100644 index 00000000..fbbeec5b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199711_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199711 STATION NETCDFs +0.08398063977559407 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199711_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199711_M_GLOBAL.out new file mode 100644 index 00000000..8bc4669d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199711_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199711 STATION NETCDFs +0.027045071125030518 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199712_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199712_D_GLOBAL.out new file mode 100644 index 00000000..2c1f53a0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199712_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199712 STATION NETCDFs +0.03322076002756755 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199712_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199712_H_GLOBAL.out new file mode 100644 index 00000000..122a88dc --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199712_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199712 STATION NETCDFs +0.02869422435760498 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199712_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199712_M_GLOBAL.out new file mode 100644 index 00000000..e1afcb4d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199712_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199712 STATION NETCDFs +0.16184343099594117 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199801_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199801_D_GLOBAL.out new file mode 100644 index 00000000..6baa39a1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199801_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199801 STATION NETCDFs +0.026977328459421794 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199801_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199801_H_GLOBAL.out new file mode 100644 index 00000000..acbeabd4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199801_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199801 STATION NETCDFs +0.028488115469614664 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199801_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199801_M_GLOBAL.out new file mode 100644 index 00000000..9e8325e0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199801_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199801 STATION NETCDFs +0.029123735427856446 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199802_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199802_D_GLOBAL.out new file mode 100644 index 00000000..ad7dd688 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199802_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199802 STATION NETCDFs +0.18681325117746989 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199802_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199802_H_GLOBAL.out new file mode 100644 index 00000000..60e06ad4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199802_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199802 STATION NETCDFs +0.13642967939376832 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199802_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199802_M_GLOBAL.out new file mode 100644 index 00000000..79c434e9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199802_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199802 STATION NETCDFs +0.18940951824188232 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199803_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199803_D_GLOBAL.out new file mode 100644 index 00000000..932e9351 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199803_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199803 STATION NETCDFs +0.12102634906768799 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199803_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199803_H_GLOBAL.out new file mode 100644 index 00000000..2293f6d5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199803_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199803 STATION NETCDFs +0.21022106011708577 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199803_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199803_M_GLOBAL.out new file mode 100644 index 00000000..97c5c935 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199803_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199803 STATION NETCDFs +0.03913740714391072 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199804_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199804_D_GLOBAL.out new file mode 100644 index 00000000..c75c29cb --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199804_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199804 STATION NETCDFs +0.03835788170496623 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199804_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199804_H_GLOBAL.out new file mode 100644 index 00000000..5fe5fba2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199804_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199804 STATION NETCDFs +0.03679966926574707 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199804_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199804_M_GLOBAL.out new file mode 100644 index 00000000..fd01d7ad --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199804_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199804 STATION NETCDFs +0.18769497474034627 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199805_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199805_D_GLOBAL.out new file mode 100644 index 00000000..71e0ea47 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199805_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199805 STATION NETCDFs +0.12084733645121257 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199805_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199805_H_GLOBAL.out new file mode 100644 index 00000000..e32a907a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199805_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199805 STATION NETCDFs +0.029949084917704264 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199805_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199805_M_GLOBAL.out new file mode 100644 index 00000000..409fc177 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199805_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199805 STATION NETCDFs +0.033854873975118 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199806_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199806_D_GLOBAL.out new file mode 100644 index 00000000..6e64a212 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199806_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199806 STATION NETCDFs +0.05493738651275635 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199806_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199806_H_GLOBAL.out new file mode 100644 index 00000000..1f9fa23a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199806_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199806 STATION NETCDFs +0.051244568824768064 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199806_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199806_M_GLOBAL.out new file mode 100644 index 00000000..865e0078 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199806_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199806 STATION NETCDFs +0.03080342213312785 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199807_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199807_D_GLOBAL.out new file mode 100644 index 00000000..7b5ea5b9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199807_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199807 STATION NETCDFs +0.03622168302536011 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199807_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199807_H_GLOBAL.out new file mode 100644 index 00000000..cb25dc5d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199807_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199807 STATION NETCDFs +0.1237284223238627 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199807_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199807_M_GLOBAL.out new file mode 100644 index 00000000..c4131244 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199807_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199807 STATION NETCDFs +0.03244078556696574 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199808_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199808_D_GLOBAL.out new file mode 100644 index 00000000..7a47fb88 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199808_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199808 STATION NETCDFs +0.1411187489827474 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199808_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199808_H_GLOBAL.out new file mode 100644 index 00000000..4d078832 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199808_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199808 STATION NETCDFs +0.038372878233591715 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199808_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199808_M_GLOBAL.out new file mode 100644 index 00000000..629e1e4c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199808_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199808 STATION NETCDFs +0.05461248556772868 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199809_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199809_D_GLOBAL.out new file mode 100644 index 00000000..dd71e67c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199809_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199809 STATION NETCDFs +0.10410519440968831 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199809_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199809_H_GLOBAL.out new file mode 100644 index 00000000..efd6cc7e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199809_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199809 STATION NETCDFs +0.1212515672047933 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199809_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199809_M_GLOBAL.out new file mode 100644 index 00000000..9f3798fa --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199809_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199809 STATION NETCDFs +0.028523178895314534 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199810_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199810_D_GLOBAL.out new file mode 100644 index 00000000..b0c0825d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199810_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199810 STATION NETCDFs +0.03604633013407389 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199810_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199810_H_GLOBAL.out new file mode 100644 index 00000000..60a296f7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199810_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199810 STATION NETCDFs +0.044671507676442464 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199810_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199810_M_GLOBAL.out new file mode 100644 index 00000000..1e9f6352 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199810_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199810 STATION NETCDFs +0.16694790124893188 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199811_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199811_D_GLOBAL.out new file mode 100644 index 00000000..b258b185 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199811_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199811 STATION NETCDFs +0.11324957609176636 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199811_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199811_H_GLOBAL.out new file mode 100644 index 00000000..cc479c02 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199811_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199811 STATION NETCDFs +0.0362689216931661 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199811_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199811_M_GLOBAL.out new file mode 100644 index 00000000..81970ea8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199811_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199811 STATION NETCDFs +0.03446823755900065 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199812_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199812_D_GLOBAL.out new file mode 100644 index 00000000..4741c1ff --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199812_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199812 STATION NETCDFs +0.03666939735412598 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199812_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199812_H_GLOBAL.out new file mode 100644 index 00000000..8e1ec138 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199812_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199812 STATION NETCDFs +0.055336316426595054 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199812_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199812_M_GLOBAL.out new file mode 100644 index 00000000..db4bbaed --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199812_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199812 STATION NETCDFs +0.036435918013254805 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199901_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199901_D_GLOBAL.out new file mode 100644 index 00000000..b015a087 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199901_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199901 STATION NETCDFs +0.05626091957092285 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199901_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199901_H_GLOBAL.out new file mode 100644 index 00000000..d29f2b0f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199901_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199901 STATION NETCDFs +0.13967715899149577 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199901_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199901_M_GLOBAL.out new file mode 100644 index 00000000..cee535f7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199901_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199901 STATION NETCDFs +0.12629888852437338 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199902_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199902_D_GLOBAL.out new file mode 100644 index 00000000..e77444ed --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199902_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199902 STATION NETCDFs +0.03189311424891154 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199902_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199902_H_GLOBAL.out new file mode 100644 index 00000000..92a4010a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199902_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199902 STATION NETCDFs +0.03375024795532226 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199902_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199902_M_GLOBAL.out new file mode 100644 index 00000000..86b1eb26 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199902_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199902 STATION NETCDFs +0.18823493719100953 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199903_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199903_D_GLOBAL.out new file mode 100644 index 00000000..3470eae9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199903_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199903 STATION NETCDFs +0.025993303457895914 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199903_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199903_H_GLOBAL.out new file mode 100644 index 00000000..e45cdc3e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199903_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199903 STATION NETCDFs +0.05114343563715617 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199903_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199903_M_GLOBAL.out new file mode 100644 index 00000000..22b88285 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199903_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199903 STATION NETCDFs +0.04396164417266846 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199904_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199904_D_GLOBAL.out new file mode 100644 index 00000000..7ecc3f46 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199904_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199904 STATION NETCDFs +0.0542389988899231 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199904_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199904_H_GLOBAL.out new file mode 100644 index 00000000..3b58d175 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199904_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199904 STATION NETCDFs +0.05075613657633463 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199904_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199904_M_GLOBAL.out new file mode 100644 index 00000000..c808a278 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199904_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199904 STATION NETCDFs +0.03819968303044637 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199905_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199905_D_GLOBAL.out new file mode 100644 index 00000000..4cb39395 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199905_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199905 STATION NETCDFs +0.03535048166910807 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199905_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199905_H_GLOBAL.out new file mode 100644 index 00000000..6270f185 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199905_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199905 STATION NETCDFs +0.12296818494796753 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199905_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199905_M_GLOBAL.out new file mode 100644 index 00000000..6baa0d3c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199905_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199905 STATION NETCDFs +0.029669312636057536 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199906_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199906_D_GLOBAL.out new file mode 100644 index 00000000..78f62ce6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199906_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199906 STATION NETCDFs +0.03898460467656453 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199906_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199906_H_GLOBAL.out new file mode 100644 index 00000000..fac4cd46 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199906_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199906 STATION NETCDFs +0.03604762156804402 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199906_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199906_M_GLOBAL.out new file mode 100644 index 00000000..b51dbcb3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199906_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199906 STATION NETCDFs +0.18159762620925904 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199907_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199907_D_GLOBAL.out new file mode 100644 index 00000000..6c59c082 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199907_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199907 STATION NETCDFs +0.03625556230545044 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199907_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199907_H_GLOBAL.out new file mode 100644 index 00000000..e1254690 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199907_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199907 STATION NETCDFs +0.13271209398905437 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199907_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199907_M_GLOBAL.out new file mode 100644 index 00000000..554ee26f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199907_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199907 STATION NETCDFs +0.037870395183563235 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199908_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199908_D_GLOBAL.out new file mode 100644 index 00000000..71cae61e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199908_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199908 STATION NETCDFs +0.039466389020284015 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199908_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199908_H_GLOBAL.out new file mode 100644 index 00000000..bbc8cf8d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199908_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199908 STATION NETCDFs +0.02986101309458415 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199908_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199908_M_GLOBAL.out new file mode 100644 index 00000000..656701a3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199908_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199908 STATION NETCDFs +0.034573622544606525 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199909_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199909_D_GLOBAL.out new file mode 100644 index 00000000..d1400065 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199909_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199909 STATION NETCDFs +0.04334735870361328 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199909_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199909_H_GLOBAL.out new file mode 100644 index 00000000..a4e6f601 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199909_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199909 STATION NETCDFs +0.05596081813176473 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199909_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199909_M_GLOBAL.out new file mode 100644 index 00000000..36f5be3a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199909_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199909 STATION NETCDFs +0.037233988444010414 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199910_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199910_D_GLOBAL.out new file mode 100644 index 00000000..23938894 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199910_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199910 STATION NETCDFs +0.1078407327334086 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199910_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199910_H_GLOBAL.out new file mode 100644 index 00000000..180cd554 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199910_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199910 STATION NETCDFs +0.025289666652679444 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199910_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199910_M_GLOBAL.out new file mode 100644 index 00000000..63549ecf --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199910_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199910 STATION NETCDFs +0.03470718463261922 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199911_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199911_D_GLOBAL.out new file mode 100644 index 00000000..9a41ec4f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199911_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199911 STATION NETCDFs +0.0322434663772583 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199911_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199911_H_GLOBAL.out new file mode 100644 index 00000000..622506a3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199911_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199911 STATION NETCDFs +0.04716881513595581 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199911_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199911_M_GLOBAL.out new file mode 100644 index 00000000..e23a269c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199911_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199911 STATION NETCDFs +0.03477031389872233 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199912_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199912_D_GLOBAL.out new file mode 100644 index 00000000..ebd847c5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199912_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199912 STATION NETCDFs +0.03817989031473796 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199912_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199912_H_GLOBAL.out new file mode 100644 index 00000000..e9248030 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199912_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199912 STATION NETCDFs +0.034322122732798256 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_199912_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_199912_M_GLOBAL.out new file mode 100644 index 00000000..e71fb497 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_199912_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199912 STATION NETCDFs +0.04613619645436605 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200001_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200001_D_GLOBAL.out new file mode 100644 index 00000000..9c2116c9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200001_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200001 STATION NETCDFs +0.04603667259216308 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200001_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200001_H_GLOBAL.out new file mode 100644 index 00000000..76ea6a0b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200001_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200001 STATION NETCDFs +0.17772141695022584 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200001_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200001_M_GLOBAL.out new file mode 100644 index 00000000..c1ce0c3a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200001_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200001 STATION NETCDFs +0.0503422737121582 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200002_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200002_D_GLOBAL.out new file mode 100644 index 00000000..0fe227e5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200002_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200002 STATION NETCDFs +0.04333093563715617 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200002_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200002_H_GLOBAL.out new file mode 100644 index 00000000..e9843c71 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200002_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200002 STATION NETCDFs +0.13335270086924236 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200002_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200002_M_GLOBAL.out new file mode 100644 index 00000000..ca83bd3a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200002_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200002 STATION NETCDFs +0.14461996555328369 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200003_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200003_D_GLOBAL.out new file mode 100644 index 00000000..cf089124 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200003_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200003 STATION NETCDFs +0.042502049605051676 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200003_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200003_H_GLOBAL.out new file mode 100644 index 00000000..27b5cc8d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200003_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200003 STATION NETCDFs +0.13403085072835286 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200003_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200003_M_GLOBAL.out new file mode 100644 index 00000000..263fe40a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200003_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200003 STATION NETCDFs +0.18572131792704263 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200004_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200004_D_GLOBAL.out new file mode 100644 index 00000000..e5983f38 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200004_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200004 STATION NETCDFs +0.04708942969640096 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200004_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200004_H_GLOBAL.out new file mode 100644 index 00000000..1dd58058 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200004_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200004 STATION NETCDFs +0.10848085482915243 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200004_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200004_M_GLOBAL.out new file mode 100644 index 00000000..63af5d86 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200004_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200004 STATION NETCDFs +0.1813636859258016 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200005_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200005_D_GLOBAL.out new file mode 100644 index 00000000..9bf64be3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200005_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200005 STATION NETCDFs +0.21122763951619467 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200005_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200005_H_GLOBAL.out new file mode 100644 index 00000000..fc2490ee --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200005_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200005 STATION NETCDFs +0.03344757954279582 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200005_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200005_M_GLOBAL.out new file mode 100644 index 00000000..f3eafea8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200005_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200005 STATION NETCDFs +0.054258279005686444 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200006_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200006_D_GLOBAL.out new file mode 100644 index 00000000..db753bea --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200006_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200006 STATION NETCDFs +0.18926986853281658 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200006_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200006_H_GLOBAL.out new file mode 100644 index 00000000..4badae01 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200006_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200006 STATION NETCDFs +0.033464598655700686 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200006_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200006_M_GLOBAL.out new file mode 100644 index 00000000..c7490abc --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200006_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200006 STATION NETCDFs +0.04360721508661906 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200007_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200007_D_GLOBAL.out new file mode 100644 index 00000000..f423d81e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200007_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200007 STATION NETCDFs +0.03991121053695679 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200007_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200007_H_GLOBAL.out new file mode 100644 index 00000000..7589095c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200007_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200007 STATION NETCDFs +0.035881499449412026 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200007_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200007_M_GLOBAL.out new file mode 100644 index 00000000..defb49a7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200007_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200007 STATION NETCDFs +0.035513448715209964 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200008_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200008_D_GLOBAL.out new file mode 100644 index 00000000..dfb9c9f3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200008_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200008 STATION NETCDFs +0.20002763668696086 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200008_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200008_H_GLOBAL.out new file mode 100644 index 00000000..8d6623dc --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200008_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200008 STATION NETCDFs +0.15714759826660157 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200008_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200008_M_GLOBAL.out new file mode 100644 index 00000000..6aa2ed93 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200008_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200008 STATION NETCDFs +0.20291802088419597 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200009_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200009_D_GLOBAL.out new file mode 100644 index 00000000..4ed29221 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200009_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200009 STATION NETCDFs +0.12823753754297892 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200009_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200009_H_GLOBAL.out new file mode 100644 index 00000000..e90ae49e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200009_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200009 STATION NETCDFs +0.13992177645365397 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200009_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200009_M_GLOBAL.out new file mode 100644 index 00000000..bec0b8a6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200009_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200009 STATION NETCDFs +0.12911590735117595 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200010_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200010_D_GLOBAL.out new file mode 100644 index 00000000..f7ce2ec2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200010_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200010 STATION NETCDFs +0.10781269868214925 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200010_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200010_H_GLOBAL.out new file mode 100644 index 00000000..faf45c81 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200010_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200010 STATION NETCDFs +0.0359454353650411 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200010_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200010_M_GLOBAL.out new file mode 100644 index 00000000..dded1be4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200010_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200010 STATION NETCDFs +0.03991722663243612 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200011_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200011_D_GLOBAL.out new file mode 100644 index 00000000..e52fa66b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200011_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200011 STATION NETCDFs +0.20925216674804686 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200011_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200011_H_GLOBAL.out new file mode 100644 index 00000000..f9eb2429 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200011_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200011 STATION NETCDFs +0.11582593123118083 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200011_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200011_M_GLOBAL.out new file mode 100644 index 00000000..190cfe81 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200011_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200011 STATION NETCDFs +0.19852352142333984 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200012_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200012_D_GLOBAL.out new file mode 100644 index 00000000..04f5efd9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200012_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200012 STATION NETCDFs +0.031142163276672363 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200012_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200012_H_GLOBAL.out new file mode 100644 index 00000000..b0dc0919 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200012_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200012 STATION NETCDFs +0.05348430871963501 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200012_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200012_M_GLOBAL.out new file mode 100644 index 00000000..823daedf --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200012_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200012 STATION NETCDFs +0.039576868216196694 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200101_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200101_D_GLOBAL.out new file mode 100644 index 00000000..50838755 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200101_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200101 STATION NETCDFs +0.14564726750055948 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200101_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200101_H_GLOBAL.out new file mode 100644 index 00000000..60673fe2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200101_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200101 STATION NETCDFs +0.17461805740992228 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200101_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200101_M_GLOBAL.out new file mode 100644 index 00000000..723ae111 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200101_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200101 STATION NETCDFs +0.038456801573435465 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200102_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200102_D_GLOBAL.out new file mode 100644 index 00000000..6d558309 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200102_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200102 STATION NETCDFs +0.15958939790725707 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200102_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200102_H_GLOBAL.out new file mode 100644 index 00000000..97721820 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200102_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200102 STATION NETCDFs +0.13679275512695313 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200102_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200102_M_GLOBAL.out new file mode 100644 index 00000000..705c7d7d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200102_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200102 STATION NETCDFs +0.03593365351359049 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200103_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200103_D_GLOBAL.out new file mode 100644 index 00000000..95193d8c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200103_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200103 STATION NETCDFs +0.030852365493774413 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200103_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200103_H_GLOBAL.out new file mode 100644 index 00000000..082f0285 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200103_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200103 STATION NETCDFs +0.03798192342122396 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200103_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200103_M_GLOBAL.out new file mode 100644 index 00000000..a5cef261 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200103_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200103 STATION NETCDFs +0.03785453637440999 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200104_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200104_D_GLOBAL.out new file mode 100644 index 00000000..c24c8ae6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200104_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200104 STATION NETCDFs +0.15526923735936482 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200104_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200104_H_GLOBAL.out new file mode 100644 index 00000000..a7f10b57 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200104_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200104 STATION NETCDFs +0.03627490599950155 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200104_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200104_M_GLOBAL.out new file mode 100644 index 00000000..45ffe096 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200104_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200104 STATION NETCDFs +0.05223391056060791 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200105_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200105_D_GLOBAL.out new file mode 100644 index 00000000..37af2982 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200105_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200105 STATION NETCDFs +0.039697607358296715 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200105_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200105_H_GLOBAL.out new file mode 100644 index 00000000..b901ae1d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200105_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200105 STATION NETCDFs +0.13337789376576742 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200105_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200105_M_GLOBAL.out new file mode 100644 index 00000000..45a797ed --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200105_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200105 STATION NETCDFs +0.04220297733942668 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200106_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200106_D_GLOBAL.out new file mode 100644 index 00000000..f7780e5a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200106_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200106 STATION NETCDFs +0.049639137585957845 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200106_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200106_H_GLOBAL.out new file mode 100644 index 00000000..9a59b4e2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200106_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200106 STATION NETCDFs +0.03310503959655762 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200106_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200106_M_GLOBAL.out new file mode 100644 index 00000000..5301d2a4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200106_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200106 STATION NETCDFs +0.055777700742085774 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200107_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200107_D_GLOBAL.out new file mode 100644 index 00000000..ae71fbcd --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200107_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200107 STATION NETCDFs +0.20910345713297526 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200107_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200107_H_GLOBAL.out new file mode 100644 index 00000000..0e2441e2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200107_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200107 STATION NETCDFs +0.19291446606318155 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200107_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200107_M_GLOBAL.out new file mode 100644 index 00000000..500eef14 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200107_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200107 STATION NETCDFs +0.050252179304758705 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200108_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200108_D_GLOBAL.out new file mode 100644 index 00000000..a215a038 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200108_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200108 STATION NETCDFs +0.05435199737548828 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200108_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200108_H_GLOBAL.out new file mode 100644 index 00000000..82954440 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200108_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200108 STATION NETCDFs +0.11007342338562012 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200108_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200108_M_GLOBAL.out new file mode 100644 index 00000000..6a125f07 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200108_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200108 STATION NETCDFs +0.19103670914967855 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200109_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200109_D_GLOBAL.out new file mode 100644 index 00000000..896b612a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200109_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200109 STATION NETCDFs +0.034427213668823245 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200109_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200109_H_GLOBAL.out new file mode 100644 index 00000000..44206b59 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200109_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200109 STATION NETCDFs +0.041588886578877764 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200109_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200109_M_GLOBAL.out new file mode 100644 index 00000000..2ccb5939 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200109_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200109 STATION NETCDFs +0.044424291451772055 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200110_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200110_D_GLOBAL.out new file mode 100644 index 00000000..7cf571c4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200110_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200110 STATION NETCDFs +0.21690930128097535 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200110_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200110_H_GLOBAL.out new file mode 100644 index 00000000..d4bb773b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200110_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200110 STATION NETCDFs +0.18784218231836955 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200110_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200110_M_GLOBAL.out new file mode 100644 index 00000000..c1823112 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200110_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200110 STATION NETCDFs +0.19376498063405354 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200111_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200111_D_GLOBAL.out new file mode 100644 index 00000000..267b4f9f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200111_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200111 STATION NETCDFs +0.0568337082862854 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200111_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200111_H_GLOBAL.out new file mode 100644 index 00000000..7d5c7be2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200111_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200111 STATION NETCDFs +0.12673285404841106 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200111_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200111_M_GLOBAL.out new file mode 100644 index 00000000..04e5b2d0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200111_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200111 STATION NETCDFs +0.04240887959798177 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200112_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200112_D_GLOBAL.out new file mode 100644 index 00000000..a9a247b4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200112_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200112 STATION NETCDFs +0.03758979638417562 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200112_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200112_H_GLOBAL.out new file mode 100644 index 00000000..f8f61125 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200112_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200112 STATION NETCDFs +0.03310682773590088 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200112_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200112_M_GLOBAL.out new file mode 100644 index 00000000..ffc972d5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200112_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200112 STATION NETCDFs +0.06164381901423136 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200201_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200201_D_GLOBAL.out new file mode 100644 index 00000000..b8fe076e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200201_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200201 STATION NETCDFs +0.043085058530171715 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200201_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200201_H_GLOBAL.out new file mode 100644 index 00000000..3f81311b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200201_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200201 STATION NETCDFs +0.1771472454071045 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200201_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200201_M_GLOBAL.out new file mode 100644 index 00000000..577383c6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200201_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200201 STATION NETCDFs +0.04376206398010254 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200202_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200202_D_GLOBAL.out new file mode 100644 index 00000000..85bf4779 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200202_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200202 STATION NETCDFs +0.1904917597770691 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200202_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200202_H_GLOBAL.out new file mode 100644 index 00000000..73026617 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200202_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200202 STATION NETCDFs +0.11789321899414062 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200202_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200202_M_GLOBAL.out new file mode 100644 index 00000000..483d7237 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200202_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200202 STATION NETCDFs +0.1656872550646464 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200203_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200203_D_GLOBAL.out new file mode 100644 index 00000000..ba00b486 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200203_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200203 STATION NETCDFs +0.03540260394414266 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200203_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200203_H_GLOBAL.out new file mode 100644 index 00000000..fd129526 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200203_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200203 STATION NETCDFs +0.03696647087732951 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200203_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200203_M_GLOBAL.out new file mode 100644 index 00000000..8fd9e174 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200203_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200203 STATION NETCDFs +0.059418749809265134 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200204_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200204_D_GLOBAL.out new file mode 100644 index 00000000..563e831e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200204_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200204 STATION NETCDFs +0.22496754328409832 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200204_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200204_H_GLOBAL.out new file mode 100644 index 00000000..6304e92c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200204_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200204 STATION NETCDFs +0.031002330780029296 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200204_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200204_M_GLOBAL.out new file mode 100644 index 00000000..b601e83f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200204_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200204 STATION NETCDFs +0.036172072092692055 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200205_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200205_D_GLOBAL.out new file mode 100644 index 00000000..ed2ac3f0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200205_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200205 STATION NETCDFs +0.19262881676355997 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200205_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200205_H_GLOBAL.out new file mode 100644 index 00000000..69c8be12 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200205_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200205 STATION NETCDFs +0.03141090869903564 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200205_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200205_M_GLOBAL.out new file mode 100644 index 00000000..6dd399d5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200205_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200205 STATION NETCDFs +0.12937545379002888 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200206_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200206_D_GLOBAL.out new file mode 100644 index 00000000..6477c144 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200206_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200206 STATION NETCDFs +0.119819974899292 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200206_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200206_H_GLOBAL.out new file mode 100644 index 00000000..79307f5d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200206_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200206 STATION NETCDFs +0.03093059460322062 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200206_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200206_M_GLOBAL.out new file mode 100644 index 00000000..8e26ca9f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200206_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200206 STATION NETCDFs +0.031942387421925865 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200207_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200207_D_GLOBAL.out new file mode 100644 index 00000000..6fa9d34d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200207_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200207 STATION NETCDFs +0.04447605609893799 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200207_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200207_H_GLOBAL.out new file mode 100644 index 00000000..b17c3914 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200207_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200207 STATION NETCDFs +0.19177345434824625 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200207_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200207_M_GLOBAL.out new file mode 100644 index 00000000..53c1b2af --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200207_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200207 STATION NETCDFs +0.037695070107777916 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200208_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200208_D_GLOBAL.out new file mode 100644 index 00000000..51281014 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200208_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200208 STATION NETCDFs +0.05570346514383952 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200208_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200208_H_GLOBAL.out new file mode 100644 index 00000000..cc2437f6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200208_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200208 STATION NETCDFs +0.036006851991017656 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200208_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200208_M_GLOBAL.out new file mode 100644 index 00000000..1800db82 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200208_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200208 STATION NETCDFs +0.04097990989685059 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200209_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200209_D_GLOBAL.out new file mode 100644 index 00000000..5a08ec34 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200209_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200209 STATION NETCDFs +0.03119585116704305 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200209_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200209_H_GLOBAL.out new file mode 100644 index 00000000..565daa9f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200209_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200209 STATION NETCDFs +0.035024563471476235 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200209_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200209_M_GLOBAL.out new file mode 100644 index 00000000..0df454c1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200209_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200209 STATION NETCDFs +0.17440278927485148 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200210_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200210_D_GLOBAL.out new file mode 100644 index 00000000..bd80bbb3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200210_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200210 STATION NETCDFs +0.041609032948811846 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200210_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200210_H_GLOBAL.out new file mode 100644 index 00000000..aa40a265 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200210_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200210 STATION NETCDFs +0.03456887006759644 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200210_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200210_M_GLOBAL.out new file mode 100644 index 00000000..bae3d747 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200210_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200210 STATION NETCDFs +0.20794032017389932 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200211_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200211_D_GLOBAL.out new file mode 100644 index 00000000..69eb3bbb --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200211_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200211 STATION NETCDFs +0.11273199319839478 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200211_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200211_H_GLOBAL.out new file mode 100644 index 00000000..8536a175 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200211_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200211 STATION NETCDFs +0.034285354614257815 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200211_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200211_M_GLOBAL.out new file mode 100644 index 00000000..58da5d78 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200211_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200211 STATION NETCDFs +0.20443499088287354 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200212_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200212_D_GLOBAL.out new file mode 100644 index 00000000..1a98e5e6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200212_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200212 STATION NETCDFs +0.21562280654907226 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200212_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200212_H_GLOBAL.out new file mode 100644 index 00000000..f94a1b17 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200212_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200212 STATION NETCDFs +0.11987227201461792 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200212_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200212_M_GLOBAL.out new file mode 100644 index 00000000..eafcd2c6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200212_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200212 STATION NETCDFs +0.04169055223464966 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200301_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200301_D_GLOBAL.out new file mode 100644 index 00000000..272caed4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200301_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200301 STATION NETCDFs +0.03948513666788737 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200301_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200301_H_GLOBAL.out new file mode 100644 index 00000000..51196ef2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200301_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200301 STATION NETCDFs +0.12483612696329753 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200301_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200301_M_GLOBAL.out new file mode 100644 index 00000000..65ae6058 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200301_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200301 STATION NETCDFs +0.1959822138150533 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200302_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200302_D_GLOBAL.out new file mode 100644 index 00000000..bbae3e2c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200302_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200302 STATION NETCDFs +0.04253467321395874 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200302_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200302_H_GLOBAL.out new file mode 100644 index 00000000..a21ebb50 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200302_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200302 STATION NETCDFs +0.03888542652130127 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200302_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200302_M_GLOBAL.out new file mode 100644 index 00000000..9e6cf72a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200302_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200302 STATION NETCDFs +0.04903658231099447 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200303_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200303_D_GLOBAL.out new file mode 100644 index 00000000..a8711ac7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200303_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200303 STATION NETCDFs +0.03460441827774048 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200303_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200303_H_GLOBAL.out new file mode 100644 index 00000000..18d36eea --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200303_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200303 STATION NETCDFs +0.037947332859039305 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200303_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200303_M_GLOBAL.out new file mode 100644 index 00000000..b66aff39 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200303_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200303 STATION NETCDFs +0.036417094866434734 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200304_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200304_D_GLOBAL.out new file mode 100644 index 00000000..806f5a02 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200304_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200304 STATION NETCDFs +0.18947807153065999 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200304_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200304_H_GLOBAL.out new file mode 100644 index 00000000..1505ecff --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200304_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200304 STATION NETCDFs +0.039849011103312175 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200304_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200304_M_GLOBAL.out new file mode 100644 index 00000000..ea13816c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200304_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200304 STATION NETCDFs +0.05094563166300456 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200305_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200305_D_GLOBAL.out new file mode 100644 index 00000000..85752842 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200305_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200305 STATION NETCDFs +0.04779558579126994 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200305_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200305_H_GLOBAL.out new file mode 100644 index 00000000..a2c52fbe --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200305_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200305 STATION NETCDFs +0.03897002935409546 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200305_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200305_M_GLOBAL.out new file mode 100644 index 00000000..182ea13d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200305_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200305 STATION NETCDFs +0.04271376132965088 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200306_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200306_D_GLOBAL.out new file mode 100644 index 00000000..bb0639ce --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200306_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200306 STATION NETCDFs +0.04745351870854696 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200306_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200306_H_GLOBAL.out new file mode 100644 index 00000000..84464f5d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200306_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200306 STATION NETCDFs +0.10621612071990967 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200306_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200306_M_GLOBAL.out new file mode 100644 index 00000000..bcbca44a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200306_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200306 STATION NETCDFs +0.04377388159434001 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200307_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200307_D_GLOBAL.out new file mode 100644 index 00000000..0b60e088 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200307_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200307 STATION NETCDFs +0.037687277793884276 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200307_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200307_H_GLOBAL.out new file mode 100644 index 00000000..2e9bdf29 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200307_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200307 STATION NETCDFs +0.13959651788075764 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200307_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200307_M_GLOBAL.out new file mode 100644 index 00000000..5306deef --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200307_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200307 STATION NETCDFs +0.037765657901763915 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200308_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200308_D_GLOBAL.out new file mode 100644 index 00000000..98e2143c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200308_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200308 STATION NETCDFs +0.2265713651974996 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200308_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200308_H_GLOBAL.out new file mode 100644 index 00000000..b220d2ca --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200308_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200308 STATION NETCDFs +0.039189879099527994 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200308_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200308_M_GLOBAL.out new file mode 100644 index 00000000..e10b9427 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200308_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200308 STATION NETCDFs +0.045945457617441815 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200309_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200309_D_GLOBAL.out new file mode 100644 index 00000000..8e299a45 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200309_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200309 STATION NETCDFs +0.12393420934677124 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200309_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200309_H_GLOBAL.out new file mode 100644 index 00000000..f8ba6888 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200309_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200309 STATION NETCDFs +0.18395164410273235 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200309_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200309_M_GLOBAL.out new file mode 100644 index 00000000..d38c6f1b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200309_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200309 STATION NETCDFs +0.03360102574030558 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200310_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200310_D_GLOBAL.out new file mode 100644 index 00000000..3fdbfe8b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200310_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200310 STATION NETCDFs +0.21091806888580322 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200310_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200310_H_GLOBAL.out new file mode 100644 index 00000000..04b30785 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200310_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200310 STATION NETCDFs +0.037626437346140545 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200310_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200310_M_GLOBAL.out new file mode 100644 index 00000000..2d8e05aa --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200310_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200310 STATION NETCDFs +0.03938734928766886 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200311_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200311_D_GLOBAL.out new file mode 100644 index 00000000..75a7ed08 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200311_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200311 STATION NETCDFs +0.054831687609354654 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200311_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200311_H_GLOBAL.out new file mode 100644 index 00000000..32a2ee51 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200311_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200311 STATION NETCDFs +0.041581539312998454 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200311_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200311_M_GLOBAL.out new file mode 100644 index 00000000..80885d75 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200311_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200311 STATION NETCDFs +0.055047885576883955 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200312_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200312_D_GLOBAL.out new file mode 100644 index 00000000..0517dbe4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200312_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200312 STATION NETCDFs +0.03644278049468994 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200312_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200312_H_GLOBAL.out new file mode 100644 index 00000000..ca2f769d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200312_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200312 STATION NETCDFs +0.04871346950531006 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200312_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200312_M_GLOBAL.out new file mode 100644 index 00000000..bbd1b229 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200312_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200312 STATION NETCDFs +0.05288620392481486 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200401_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200401_D_GLOBAL.out new file mode 100644 index 00000000..acde92ff --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200401_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200401 STATION NETCDFs +0.04086159467697144 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200401_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200401_H_GLOBAL.out new file mode 100644 index 00000000..745e52e1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200401_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200401 STATION NETCDFs +0.04713821808497111 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200401_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200401_M_GLOBAL.out new file mode 100644 index 00000000..81d1a662 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200401_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200401 STATION NETCDFs +0.19571774005889891 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200402_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200402_D_GLOBAL.out new file mode 100644 index 00000000..0781eb0b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200402_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200402 STATION NETCDFs +0.1355984409650167 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200402_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200402_H_GLOBAL.out new file mode 100644 index 00000000..137b180b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200402_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200402 STATION NETCDFs +0.03033880392710368 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200402_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200402_M_GLOBAL.out new file mode 100644 index 00000000..704b472c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200402_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200402 STATION NETCDFs +0.18239785035451253 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200403_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200403_D_GLOBAL.out new file mode 100644 index 00000000..388744fa --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200403_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200403 STATION NETCDFs +0.035773269335428876 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200403_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200403_H_GLOBAL.out new file mode 100644 index 00000000..3066544c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200403_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200403 STATION NETCDFs +0.12062377532323201 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200403_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200403_M_GLOBAL.out new file mode 100644 index 00000000..936b1e09 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200403_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200403 STATION NETCDFs +0.12965667645136517 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200404_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200404_D_GLOBAL.out new file mode 100644 index 00000000..4af8a0ec --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200404_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200404 STATION NETCDFs +0.17249079942703247 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200404_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200404_H_GLOBAL.out new file mode 100644 index 00000000..51456f82 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200404_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200404 STATION NETCDFs +0.16018331050872803 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200404_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200404_M_GLOBAL.out new file mode 100644 index 00000000..b49af845 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200404_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200404 STATION NETCDFs +0.038670551776885984 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200405_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200405_D_GLOBAL.out new file mode 100644 index 00000000..68d8589b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200405_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200405 STATION NETCDFs +0.17216887871424358 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200405_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200405_H_GLOBAL.out new file mode 100644 index 00000000..adcd980a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200405_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200405 STATION NETCDFs +0.12075649897257487 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200405_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200405_M_GLOBAL.out new file mode 100644 index 00000000..09d1e286 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200405_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200405 STATION NETCDFs +0.18534650007883707 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200406_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200406_D_GLOBAL.out new file mode 100644 index 00000000..698991c0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200406_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200406 STATION NETCDFs +0.15572288433710735 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200406_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200406_H_GLOBAL.out new file mode 100644 index 00000000..64972240 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200406_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200406 STATION NETCDFs +0.03619523445765178 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200406_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200406_M_GLOBAL.out new file mode 100644 index 00000000..70296e5f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200406_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200406 STATION NETCDFs +0.1226763129234314 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200407_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200407_D_GLOBAL.out new file mode 100644 index 00000000..1da6e48f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200407_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200407 STATION NETCDFs +0.039553070068359376 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200407_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200407_H_GLOBAL.out new file mode 100644 index 00000000..2d0fcb17 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200407_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200407 STATION NETCDFs +0.17773554722468057 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200407_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200407_M_GLOBAL.out new file mode 100644 index 00000000..5269d21e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200407_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200407 STATION NETCDFs +0.04187431732813517 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200408_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200408_D_GLOBAL.out new file mode 100644 index 00000000..68ced3a4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200408_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200408 STATION NETCDFs +0.036357545852661134 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200408_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200408_H_GLOBAL.out new file mode 100644 index 00000000..06273509 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200408_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200408 STATION NETCDFs +0.04463663101196289 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200408_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200408_M_GLOBAL.out new file mode 100644 index 00000000..d3abd5a3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200408_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200408 STATION NETCDFs +0.03827324310938517 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200409_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200409_D_GLOBAL.out new file mode 100644 index 00000000..d87b87f2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200409_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200409 STATION NETCDFs +0.06087946097056071 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200409_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200409_H_GLOBAL.out new file mode 100644 index 00000000..c19f078b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200409_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200409 STATION NETCDFs +0.11704018910725912 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200409_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200409_M_GLOBAL.out new file mode 100644 index 00000000..9ebfa543 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200409_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200409 STATION NETCDFs +0.03587272564570109 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200410_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200410_D_GLOBAL.out new file mode 100644 index 00000000..6b434506 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200410_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200410 STATION NETCDFs +0.0342167337735494 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200410_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200410_H_GLOBAL.out new file mode 100644 index 00000000..8c15b6f7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200410_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200410 STATION NETCDFs +0.03723292748133342 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200410_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200410_M_GLOBAL.out new file mode 100644 index 00000000..2e7c5f3a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200410_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200410 STATION NETCDFs +0.041532599925994874 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200411_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200411_D_GLOBAL.out new file mode 100644 index 00000000..51198aac --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200411_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200411 STATION NETCDFs +0.04363997379938762 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200411_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200411_H_GLOBAL.out new file mode 100644 index 00000000..6cc7d9fd --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200411_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200411 STATION NETCDFs +0.030510167280832928 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200411_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200411_M_GLOBAL.out new file mode 100644 index 00000000..24386145 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200411_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200411 STATION NETCDFs +0.03320534229278564 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200412_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200412_D_GLOBAL.out new file mode 100644 index 00000000..56017330 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200412_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200412 STATION NETCDFs +0.041121041774749754 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200412_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200412_H_GLOBAL.out new file mode 100644 index 00000000..56d93bae --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200412_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200412 STATION NETCDFs +0.0323173721631368 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200412_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200412_M_GLOBAL.out new file mode 100644 index 00000000..1ba002f9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200412_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200412 STATION NETCDFs +0.046000345547993975 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200501_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200501_D_GLOBAL.out new file mode 100644 index 00000000..567da01f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200501_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200501 STATION NETCDFs +0.10466899077097574 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200501_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200501_H_GLOBAL.out new file mode 100644 index 00000000..bc62964c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200501_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200501 STATION NETCDFs +0.029153358936309815 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200501_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200501_M_GLOBAL.out new file mode 100644 index 00000000..fbbbf338 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200501_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200501 STATION NETCDFs +0.05094031492869059 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200502_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200502_D_GLOBAL.out new file mode 100644 index 00000000..67f7f35c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200502_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200502 STATION NETCDFs +0.030611666043599446 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200502_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200502_H_GLOBAL.out new file mode 100644 index 00000000..39d510fe --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200502_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200502 STATION NETCDFs +0.03997182051340739 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200502_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200502_M_GLOBAL.out new file mode 100644 index 00000000..688d673d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200502_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200502 STATION NETCDFs +0.044379440943400066 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200503_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200503_D_GLOBAL.out new file mode 100644 index 00000000..75799db9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200503_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200503 STATION NETCDFs +0.041759057839711504 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200503_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200503_H_GLOBAL.out new file mode 100644 index 00000000..3cf73a37 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200503_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200503 STATION NETCDFs +0.03337525526682536 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200503_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200503_M_GLOBAL.out new file mode 100644 index 00000000..3a3f15a8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200503_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200503 STATION NETCDFs +0.05617683331171672 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200504_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200504_D_GLOBAL.out new file mode 100644 index 00000000..86adbe25 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200504_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200504 STATION NETCDFs +0.04589442412058512 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200504_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200504_H_GLOBAL.out new file mode 100644 index 00000000..afe14d27 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200504_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200504 STATION NETCDFs +0.12968150774637857 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200504_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200504_M_GLOBAL.out new file mode 100644 index 00000000..2faf9464 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200504_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200504 STATION NETCDFs +0.1926194151242574 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200505_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200505_D_GLOBAL.out new file mode 100644 index 00000000..bb517ce5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200505_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200505 STATION NETCDFs +0.1675079623858134 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200505_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200505_H_GLOBAL.out new file mode 100644 index 00000000..363faf14 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200505_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200505 STATION NETCDFs +0.11296488841374715 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200505_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200505_M_GLOBAL.out new file mode 100644 index 00000000..37d1e217 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200505_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200505 STATION NETCDFs +0.030187992254892985 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200506_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200506_D_GLOBAL.out new file mode 100644 index 00000000..50732a3b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200506_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200506 STATION NETCDFs +0.17968769470850626 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200506_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200506_H_GLOBAL.out new file mode 100644 index 00000000..0abcf3cd --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200506_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200506 STATION NETCDFs +0.1457326094309489 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200506_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200506_M_GLOBAL.out new file mode 100644 index 00000000..37285057 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200506_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200506 STATION NETCDFs +0.2006399114926656 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200507_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200507_D_GLOBAL.out new file mode 100644 index 00000000..9b2af725 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200507_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200507 STATION NETCDFs +0.05127800703048706 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200507_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200507_H_GLOBAL.out new file mode 100644 index 00000000..a796affe --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200507_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200507 STATION NETCDFs +0.12096447149912516 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200507_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200507_M_GLOBAL.out new file mode 100644 index 00000000..d19d51d5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200507_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200507 STATION NETCDFs +0.039690534273783364 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200508_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200508_D_GLOBAL.out new file mode 100644 index 00000000..9d8d0b97 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200508_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200508 STATION NETCDFs +0.15472978353500366 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200508_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200508_H_GLOBAL.out new file mode 100644 index 00000000..c7a6b834 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200508_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200508 STATION NETCDFs +0.0246157964070638 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200508_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200508_M_GLOBAL.out new file mode 100644 index 00000000..6ed2899f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200508_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200508 STATION NETCDFs +0.05652426878611247 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200509_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200509_D_GLOBAL.out new file mode 100644 index 00000000..59749896 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200509_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200509 STATION NETCDFs +0.04437472422917684 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200509_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200509_H_GLOBAL.out new file mode 100644 index 00000000..c24bc155 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200509_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200509 STATION NETCDFs +0.03664751052856445 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200509_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200509_M_GLOBAL.out new file mode 100644 index 00000000..a15b70a4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200509_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200509 STATION NETCDFs +0.0395005186398824 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200510_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200510_D_GLOBAL.out new file mode 100644 index 00000000..cbce196f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200510_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200510 STATION NETCDFs +0.19110194444656373 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200510_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200510_H_GLOBAL.out new file mode 100644 index 00000000..d4d00795 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200510_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200510 STATION NETCDFs +0.03518847624460856 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200510_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200510_M_GLOBAL.out new file mode 100644 index 00000000..b280bcf0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200510_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200510 STATION NETCDFs +0.046501874923706055 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200511_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200511_D_GLOBAL.out new file mode 100644 index 00000000..38574469 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200511_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200511 STATION NETCDFs +0.040693215529123944 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200511_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200511_H_GLOBAL.out new file mode 100644 index 00000000..fa12f9e6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200511_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200511 STATION NETCDFs +0.14232658147811889 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200511_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200511_M_GLOBAL.out new file mode 100644 index 00000000..a16a14f0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200511_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200511 STATION NETCDFs +0.04065391222635905 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200512_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200512_D_GLOBAL.out new file mode 100644 index 00000000..c716820e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200512_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200512 STATION NETCDFs +0.10041724840799968 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200512_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200512_H_GLOBAL.out new file mode 100644 index 00000000..867a6d58 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200512_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200512 STATION NETCDFs +0.20504484176635743 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200512_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200512_M_GLOBAL.out new file mode 100644 index 00000000..3e2b4b83 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200512_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200512 STATION NETCDFs +0.16851582924524944 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200601_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200601_D_GLOBAL.out new file mode 100644 index 00000000..77633173 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200601_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200601 STATION NETCDFs +0.03138845761617025 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200601_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200601_H_GLOBAL.out new file mode 100644 index 00000000..05239fa1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200601_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200601 STATION NETCDFs +0.031851545969645186 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200601_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200601_M_GLOBAL.out new file mode 100644 index 00000000..7919465a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200601_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200601 STATION NETCDFs +0.12974066734313966 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200602_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200602_D_GLOBAL.out new file mode 100644 index 00000000..e31ef048 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200602_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200602 STATION NETCDFs +0.053128353754679364 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200602_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200602_H_GLOBAL.out new file mode 100644 index 00000000..e681633d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200602_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200602 STATION NETCDFs +0.04491132100423177 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200602_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200602_M_GLOBAL.out new file mode 100644 index 00000000..f2ca852d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200602_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200602 STATION NETCDFs +0.051225459575653075 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200603_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200603_D_GLOBAL.out new file mode 100644 index 00000000..7be64f30 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200603_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200603 STATION NETCDFs +0.03669800360997518 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200603_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200603_H_GLOBAL.out new file mode 100644 index 00000000..45700517 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200603_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200603 STATION NETCDFs +0.04713704983393351 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200603_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200603_M_GLOBAL.out new file mode 100644 index 00000000..e4a0abd2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200603_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200603 STATION NETCDFs +0.0320966362953186 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200604_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200604_D_GLOBAL.out new file mode 100644 index 00000000..e73f9c83 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200604_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200604 STATION NETCDFs +0.05311114390691121 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200604_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200604_H_GLOBAL.out new file mode 100644 index 00000000..d9b83401 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200604_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200604 STATION NETCDFs +0.03013112147649129 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200604_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200604_M_GLOBAL.out new file mode 100644 index 00000000..e5a7a50d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200604_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200604 STATION NETCDFs +0.12343428532282512 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200605_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200605_D_GLOBAL.out new file mode 100644 index 00000000..7c18a64c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200605_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200605 STATION NETCDFs +0.21689060131708782 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200605_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200605_H_GLOBAL.out new file mode 100644 index 00000000..55700b5f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200605_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200605 STATION NETCDFs +0.1863357663154602 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200605_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200605_M_GLOBAL.out new file mode 100644 index 00000000..feaa87cb --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200605_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200605 STATION NETCDFs +0.03750648101170858 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200606_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200606_D_GLOBAL.out new file mode 100644 index 00000000..be1df341 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200606_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200606 STATION NETCDFs +0.04042601982752482 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200606_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200606_H_GLOBAL.out new file mode 100644 index 00000000..2be3df79 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200606_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200606 STATION NETCDFs +0.032706499099731445 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200606_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200606_M_GLOBAL.out new file mode 100644 index 00000000..79f6465b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200606_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200606 STATION NETCDFs +0.0422255794207255 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200607_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200607_D_GLOBAL.out new file mode 100644 index 00000000..1edd668d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200607_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200607 STATION NETCDFs +0.04409491221110026 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200607_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200607_H_GLOBAL.out new file mode 100644 index 00000000..011369e1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200607_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200607 STATION NETCDFs +0.050500635306040445 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200607_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200607_M_GLOBAL.out new file mode 100644 index 00000000..fd5847c0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200607_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200607 STATION NETCDFs +0.03159502347310384 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200608_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200608_D_GLOBAL.out new file mode 100644 index 00000000..4d0ddabb --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200608_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200608 STATION NETCDFs +0.1882807691891988 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200608_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200608_H_GLOBAL.out new file mode 100644 index 00000000..dc6b438e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200608_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200608 STATION NETCDFs +0.12667374610900878 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200608_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200608_M_GLOBAL.out new file mode 100644 index 00000000..025a6987 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200608_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200608 STATION NETCDFs +0.03563005924224853 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200609_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200609_D_GLOBAL.out new file mode 100644 index 00000000..b01da14b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200609_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200609 STATION NETCDFs +0.1710953752199809 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200609_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200609_H_GLOBAL.out new file mode 100644 index 00000000..b677571b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200609_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200609 STATION NETCDFs +0.036387427647908525 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200609_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200609_M_GLOBAL.out new file mode 100644 index 00000000..1236d703 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200609_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200609 STATION NETCDFs +0.0409446120262146 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200610_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200610_D_GLOBAL.out new file mode 100644 index 00000000..b0e35e8a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200610_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200610 STATION NETCDFs +0.04215797980626424 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200610_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200610_H_GLOBAL.out new file mode 100644 index 00000000..1d828dc2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200610_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200610 STATION NETCDFs +0.040801008542378746 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200610_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200610_M_GLOBAL.out new file mode 100644 index 00000000..e296b71e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200610_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200610 STATION NETCDFs +0.12025593121846517 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200611_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200611_D_GLOBAL.out new file mode 100644 index 00000000..22dd05c8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200611_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200611 STATION NETCDFs +0.05043163299560547 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200611_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200611_H_GLOBAL.out new file mode 100644 index 00000000..13b8b4d7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200611_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200611 STATION NETCDFs +0.033698666095733645 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200611_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200611_M_GLOBAL.out new file mode 100644 index 00000000..8f37790c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200611_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200611 STATION NETCDFs +0.0424779733022054 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200612_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200612_D_GLOBAL.out new file mode 100644 index 00000000..6cef4705 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200612_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200612 STATION NETCDFs +0.20957245031992594 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200612_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200612_H_GLOBAL.out new file mode 100644 index 00000000..4906d078 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200612_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200612 STATION NETCDFs +0.055767250061035153 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200612_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200612_M_GLOBAL.out new file mode 100644 index 00000000..2e40579b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200612_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200612 STATION NETCDFs +0.13361085653305055 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200701_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200701_D_GLOBAL.out new file mode 100644 index 00000000..56487c45 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200701_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200701 STATION NETCDFs +0.12612022558848063 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200701_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200701_H_GLOBAL.out new file mode 100644 index 00000000..83cacdcb --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200701_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200701 STATION NETCDFs +0.20802081823349 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200701_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200701_M_GLOBAL.out new file mode 100644 index 00000000..0534b1db --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200701_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200701 STATION NETCDFs +0.03851288159688314 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200702_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200702_D_GLOBAL.out new file mode 100644 index 00000000..d05455a0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200702_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200702 STATION NETCDFs +0.19365113576253254 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200702_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200702_H_GLOBAL.out new file mode 100644 index 00000000..a2711d51 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200702_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200702 STATION NETCDFs +0.04700189034144084 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200702_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200702_M_GLOBAL.out new file mode 100644 index 00000000..3476b1b0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200702_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200702 STATION NETCDFs +0.039561506112416586 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200703_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200703_D_GLOBAL.out new file mode 100644 index 00000000..655faeb9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200703_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200703 STATION NETCDFs +0.04932886759440104 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200703_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200703_H_GLOBAL.out new file mode 100644 index 00000000..281805f1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200703_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200703 STATION NETCDFs +0.043342840671539304 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200703_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200703_M_GLOBAL.out new file mode 100644 index 00000000..72597d6c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200703_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200703 STATION NETCDFs +0.042333062489827475 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200704_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200704_D_GLOBAL.out new file mode 100644 index 00000000..2e05808f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200704_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200704 STATION NETCDFs +0.05645275910695394 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200704_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200704_H_GLOBAL.out new file mode 100644 index 00000000..557e3564 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200704_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200704 STATION NETCDFs +0.04110165039698283 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200704_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200704_M_GLOBAL.out new file mode 100644 index 00000000..cee10a01 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200704_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200704 STATION NETCDFs +0.10419634580612183 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200705_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200705_D_GLOBAL.out new file mode 100644 index 00000000..690d0ebf --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200705_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200705 STATION NETCDFs +0.03443724314371745 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200705_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200705_H_GLOBAL.out new file mode 100644 index 00000000..6d614f7a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200705_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200705 STATION NETCDFs +0.041170704364776614 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200705_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200705_M_GLOBAL.out new file mode 100644 index 00000000..02e9055b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200705_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200705 STATION NETCDFs +0.21514676411946615 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200706_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200706_D_GLOBAL.out new file mode 100644 index 00000000..2b04bb47 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200706_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200706 STATION NETCDFs +0.05093773603439331 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200706_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200706_H_GLOBAL.out new file mode 100644 index 00000000..cc1d30db --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200706_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200706 STATION NETCDFs +0.14236375490824382 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200706_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200706_M_GLOBAL.out new file mode 100644 index 00000000..2e3c4094 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200706_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200706 STATION NETCDFs +0.032526961962382 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200707_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200707_D_GLOBAL.out new file mode 100644 index 00000000..8ba6c69d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200707_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200707 STATION NETCDFs +0.040692118803660075 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200707_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200707_H_GLOBAL.out new file mode 100644 index 00000000..3d461f13 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200707_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200707 STATION NETCDFs +0.15734833081563313 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200707_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200707_M_GLOBAL.out new file mode 100644 index 00000000..169274c9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200707_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200707 STATION NETCDFs +0.05421484311421712 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200708_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200708_D_GLOBAL.out new file mode 100644 index 00000000..f51f480b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200708_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200708 STATION NETCDFs +0.05006174246470133 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200708_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200708_H_GLOBAL.out new file mode 100644 index 00000000..99a3e1a4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200708_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200708 STATION NETCDFs +0.1472511132558187 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200708_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200708_M_GLOBAL.out new file mode 100644 index 00000000..3634643c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200708_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200708 STATION NETCDFs +0.1105351209640503 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200709_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200709_D_GLOBAL.out new file mode 100644 index 00000000..5399506f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200709_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200709 STATION NETCDFs +0.12039737701416016 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200709_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200709_H_GLOBAL.out new file mode 100644 index 00000000..94fa34fb --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200709_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200709 STATION NETCDFs +0.13106707334518433 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200709_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200709_M_GLOBAL.out new file mode 100644 index 00000000..ead4cf44 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200709_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200709 STATION NETCDFs +0.040456358591715494 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200710_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200710_D_GLOBAL.out new file mode 100644 index 00000000..2547f7fc --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200710_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200710 STATION NETCDFs +0.16270848512649536 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200710_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200710_H_GLOBAL.out new file mode 100644 index 00000000..f8a9e388 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200710_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200710 STATION NETCDFs +0.05577898422876994 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200710_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200710_M_GLOBAL.out new file mode 100644 index 00000000..32cba768 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200710_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200710 STATION NETCDFs +0.13977283239364624 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200711_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200711_D_GLOBAL.out new file mode 100644 index 00000000..618ad4b2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200711_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200711 STATION NETCDFs +0.04561560153961182 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200711_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200711_H_GLOBAL.out new file mode 100644 index 00000000..8f1a827e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200711_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200711 STATION NETCDFs +0.1137713352839152 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200711_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200711_M_GLOBAL.out new file mode 100644 index 00000000..be431da1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200711_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200711 STATION NETCDFs +0.15782613356908162 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200712_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200712_D_GLOBAL.out new file mode 100644 index 00000000..558ba3c4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200712_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200712 STATION NETCDFs +0.19811014731725057 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200712_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200712_H_GLOBAL.out new file mode 100644 index 00000000..36add2d7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200712_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200712 STATION NETCDFs +0.033508757750193276 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200712_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200712_M_GLOBAL.out new file mode 100644 index 00000000..4ad2586c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200712_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200712 STATION NETCDFs +0.035997899373372395 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200801_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200801_D_GLOBAL.out new file mode 100644 index 00000000..9398ec9b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200801_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200801 STATION NETCDFs +0.05721751054128011 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200801_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200801_H_GLOBAL.out new file mode 100644 index 00000000..2d58d206 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200801_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200801 STATION NETCDFs +0.2058267871538798 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200801_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200801_M_GLOBAL.out new file mode 100644 index 00000000..d5abcbee --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200801_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200801 STATION NETCDFs +0.12847286065419514 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200802_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200802_D_GLOBAL.out new file mode 100644 index 00000000..6d1f9463 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200802_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200802 STATION NETCDFs +0.1345840613047282 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200802_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200802_H_GLOBAL.out new file mode 100644 index 00000000..11d62c96 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200802_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200802 STATION NETCDFs +0.03077903191248576 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200802_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200802_M_GLOBAL.out new file mode 100644 index 00000000..3f5ad1f5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200802_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200802 STATION NETCDFs +0.13632975419362386 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200803_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200803_D_GLOBAL.out new file mode 100644 index 00000000..24075cd6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200803_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200803 STATION NETCDFs +0.13910568952560426 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200803_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200803_H_GLOBAL.out new file mode 100644 index 00000000..e92f6e50 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200803_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200803 STATION NETCDFs +0.043014713128407794 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200803_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200803_M_GLOBAL.out new file mode 100644 index 00000000..cacb1ccd --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200803_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200803 STATION NETCDFs +0.05579177141189575 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200804_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200804_D_GLOBAL.out new file mode 100644 index 00000000..ba5cb12b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200804_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200804 STATION NETCDFs +0.19268635114034016 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200804_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200804_H_GLOBAL.out new file mode 100644 index 00000000..1dc040be --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200804_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200804 STATION NETCDFs +0.03277009725570679 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200804_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200804_M_GLOBAL.out new file mode 100644 index 00000000..1a5863b4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200804_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200804 STATION NETCDFs +0.03139864206314087 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200805_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200805_D_GLOBAL.out new file mode 100644 index 00000000..6bb54e68 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200805_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200805 STATION NETCDFs +0.046784961223602296 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200805_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200805_H_GLOBAL.out new file mode 100644 index 00000000..863e3b79 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200805_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200805 STATION NETCDFs +0.03085892597834269 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200805_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200805_M_GLOBAL.out new file mode 100644 index 00000000..9fb3f2c6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200805_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200805 STATION NETCDFs +0.17308173576990762 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200806_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200806_D_GLOBAL.out new file mode 100644 index 00000000..f9afb292 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200806_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200806 STATION NETCDFs +0.036464766661326094 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200806_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200806_H_GLOBAL.out new file mode 100644 index 00000000..935dd837 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200806_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200806 STATION NETCDFs +0.03590534130732218 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200806_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200806_M_GLOBAL.out new file mode 100644 index 00000000..97a15241 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200806_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200806 STATION NETCDFs +0.2222632050514221 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200807_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200807_D_GLOBAL.out new file mode 100644 index 00000000..ea0792f3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200807_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200807 STATION NETCDFs +0.031038777033487955 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200807_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200807_H_GLOBAL.out new file mode 100644 index 00000000..c917f7d5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200807_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200807 STATION NETCDFs +0.028916807969411214 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200807_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200807_M_GLOBAL.out new file mode 100644 index 00000000..1085aca1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200807_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200807 STATION NETCDFs +0.05244914690653483 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200808_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200808_D_GLOBAL.out new file mode 100644 index 00000000..c9dea0f4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200808_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200808 STATION NETCDFs +0.19096992015838624 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200808_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200808_H_GLOBAL.out new file mode 100644 index 00000000..33ffda3a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200808_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200808 STATION NETCDFs +0.040120689074198405 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200808_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200808_M_GLOBAL.out new file mode 100644 index 00000000..2b33fc67 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200808_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200808 STATION NETCDFs +0.18927241961161295 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200809_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200809_D_GLOBAL.out new file mode 100644 index 00000000..e5d28b47 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200809_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200809 STATION NETCDFs +0.04037445386250814 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200809_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200809_H_GLOBAL.out new file mode 100644 index 00000000..bbccfa9c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200809_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200809 STATION NETCDFs +0.12771284182866413 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200809_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200809_M_GLOBAL.out new file mode 100644 index 00000000..2f6984fa --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200809_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200809 STATION NETCDFs +0.04203088680903117 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200810_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200810_D_GLOBAL.out new file mode 100644 index 00000000..570ec0f0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200810_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200810 STATION NETCDFs +0.04154143730799357 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200810_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200810_H_GLOBAL.out new file mode 100644 index 00000000..b2301163 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200810_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200810 STATION NETCDFs +0.03270736535390218 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200810_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200810_M_GLOBAL.out new file mode 100644 index 00000000..fcd7ca38 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200810_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200810 STATION NETCDFs +0.04154684146245321 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200811_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200811_D_GLOBAL.out new file mode 100644 index 00000000..06e8177b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200811_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200811 STATION NETCDFs +0.05631584326426188 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200811_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200811_H_GLOBAL.out new file mode 100644 index 00000000..f2226631 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200811_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200811 STATION NETCDFs +0.03401240905125936 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200811_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200811_M_GLOBAL.out new file mode 100644 index 00000000..b758b30b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200811_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200811 STATION NETCDFs +0.03904145161310832 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200812_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200812_D_GLOBAL.out new file mode 100644 index 00000000..737d5d34 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200812_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200812 STATION NETCDFs +0.1525306820869446 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200812_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200812_H_GLOBAL.out new file mode 100644 index 00000000..3d100a75 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200812_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200812 STATION NETCDFs +0.03790236711502075 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200812_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200812_M_GLOBAL.out new file mode 100644 index 00000000..3647cb39 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200812_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200812 STATION NETCDFs +0.0326926867167155 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200901_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200901_D_GLOBAL.out new file mode 100644 index 00000000..839a6677 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200901_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200901 STATION NETCDFs +0.1887922167778015 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200901_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200901_H_GLOBAL.out new file mode 100644 index 00000000..c098011b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200901_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200901 STATION NETCDFs +0.11871755917867025 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200901_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200901_M_GLOBAL.out new file mode 100644 index 00000000..55915ebb --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200901_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200901 STATION NETCDFs +0.04697509606679281 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200902_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200902_D_GLOBAL.out new file mode 100644 index 00000000..8cdab97a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200902_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200902 STATION NETCDFs +0.04183378219604492 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200902_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200902_H_GLOBAL.out new file mode 100644 index 00000000..836b9f1f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200902_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200902 STATION NETCDFs +0.03775809605916341 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200902_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200902_M_GLOBAL.out new file mode 100644 index 00000000..2b72a3c1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200902_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200902 STATION NETCDFs +0.1461647629737854 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200903_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200903_D_GLOBAL.out new file mode 100644 index 00000000..9decc669 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200903_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200903 STATION NETCDFs +0.042272675037384036 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200903_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200903_H_GLOBAL.out new file mode 100644 index 00000000..59430437 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200903_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200903 STATION NETCDFs +0.03597126007080078 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200903_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200903_M_GLOBAL.out new file mode 100644 index 00000000..41ad6ded --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200903_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200903 STATION NETCDFs +0.03460255066553752 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200904_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200904_D_GLOBAL.out new file mode 100644 index 00000000..c673dc55 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200904_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200904 STATION NETCDFs +0.17128098408381146 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200904_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200904_H_GLOBAL.out new file mode 100644 index 00000000..51b515dd --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200904_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200904 STATION NETCDFs +0.03233099778493245 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200904_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200904_M_GLOBAL.out new file mode 100644 index 00000000..303a3c66 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200904_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200904 STATION NETCDFs +0.042924582958221436 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200905_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200905_D_GLOBAL.out new file mode 100644 index 00000000..874e2612 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200905_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200905 STATION NETCDFs +0.03570921421051025 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200905_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200905_H_GLOBAL.out new file mode 100644 index 00000000..791ccbea --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200905_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200905 STATION NETCDFs +0.04089188973108927 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200905_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200905_M_GLOBAL.out new file mode 100644 index 00000000..49495132 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200905_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200905 STATION NETCDFs +0.05057570536931356 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200906_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200906_D_GLOBAL.out new file mode 100644 index 00000000..25c0b809 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200906_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200906 STATION NETCDFs +0.04119948546091715 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200906_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200906_H_GLOBAL.out new file mode 100644 index 00000000..54f66b18 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200906_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200906 STATION NETCDFs +0.1713855783144633 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200906_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200906_M_GLOBAL.out new file mode 100644 index 00000000..a8ef02f8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200906_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200906 STATION NETCDFs +0.028728298346201577 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200907_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200907_D_GLOBAL.out new file mode 100644 index 00000000..818535f2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200907_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200907 STATION NETCDFs +0.1243009606997172 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200907_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200907_H_GLOBAL.out new file mode 100644 index 00000000..5afa91f9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200907_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200907 STATION NETCDFs +0.030191667874654136 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200907_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200907_M_GLOBAL.out new file mode 100644 index 00000000..fe100f31 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200907_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200907 STATION NETCDFs +0.04646290143330892 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200908_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200908_D_GLOBAL.out new file mode 100644 index 00000000..3e9d4288 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200908_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200908 STATION NETCDFs +0.04547405242919922 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200908_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200908_H_GLOBAL.out new file mode 100644 index 00000000..718a4af7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200908_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200908 STATION NETCDFs +0.03058275779088338 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200908_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200908_M_GLOBAL.out new file mode 100644 index 00000000..c566aad7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200908_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200908 STATION NETCDFs +0.19004499117533366 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200909_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200909_D_GLOBAL.out new file mode 100644 index 00000000..8944866e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200909_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200909 STATION NETCDFs +0.20092899004618328 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200909_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200909_H_GLOBAL.out new file mode 100644 index 00000000..7f802730 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200909_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200909 STATION NETCDFs +0.038853844006856285 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200909_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200909_M_GLOBAL.out new file mode 100644 index 00000000..72cde2f7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200909_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200909 STATION NETCDFs +0.21733880440394085 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200910_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200910_D_GLOBAL.out new file mode 100644 index 00000000..7ae89582 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200910_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200910 STATION NETCDFs +0.21682055791219076 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200910_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200910_H_GLOBAL.out new file mode 100644 index 00000000..0511dcbb --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200910_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200910 STATION NETCDFs +0.1386041522026062 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200910_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200910_M_GLOBAL.out new file mode 100644 index 00000000..a34f4900 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200910_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200910 STATION NETCDFs +0.036270276705423994 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200911_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200911_D_GLOBAL.out new file mode 100644 index 00000000..0b8af658 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200911_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200911 STATION NETCDFs +0.04998781681060791 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200911_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200911_H_GLOBAL.out new file mode 100644 index 00000000..374bfac8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200911_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200911 STATION NETCDFs +0.04740525086720784 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200911_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200911_M_GLOBAL.out new file mode 100644 index 00000000..a19ed373 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200911_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200911 STATION NETCDFs +0.03400824467341105 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200912_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200912_D_GLOBAL.out new file mode 100644 index 00000000..42783657 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200912_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200912 STATION NETCDFs +0.06423266331354777 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200912_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200912_H_GLOBAL.out new file mode 100644 index 00000000..405789c0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200912_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200912 STATION NETCDFs +0.0511389414469401 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_200912_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_200912_M_GLOBAL.out new file mode 100644 index 00000000..650c5441 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_200912_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200912 STATION NETCDFs +0.07902771631876628 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201001_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201001_D_GLOBAL.out new file mode 100644 index 00000000..6b03433e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201001_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201001 STATION NETCDFs +0.06602973143259684 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201001_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201001_H_GLOBAL.out new file mode 100644 index 00000000..011a9ca4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201001_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201001 STATION NETCDFs +0.045688156286875406 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201001_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201001_M_GLOBAL.out new file mode 100644 index 00000000..4fdaff5a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201001_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201001 STATION NETCDFs +0.31140880584716796 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201002_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201002_D_GLOBAL.out new file mode 100644 index 00000000..50f2f34a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201002_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201002 STATION NETCDFs +0.21628623803456623 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201002_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201002_H_GLOBAL.out new file mode 100644 index 00000000..ca4619b0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201002_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201002 STATION NETCDFs +0.1453589121500651 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201002_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201002_M_GLOBAL.out new file mode 100644 index 00000000..5fd775f3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201002_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201002 STATION NETCDFs +0.2151251514752706 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201003_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201003_D_GLOBAL.out new file mode 100644 index 00000000..14e96a15 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201003_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201003 STATION NETCDFs +0.19984089930852253 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201003_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201003_H_GLOBAL.out new file mode 100644 index 00000000..cf07c156 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201003_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201003 STATION NETCDFs +0.042221216360727946 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201003_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201003_M_GLOBAL.out new file mode 100644 index 00000000..c2ee4b09 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201003_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201003 STATION NETCDFs +0.2104223847389221 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201004_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201004_D_GLOBAL.out new file mode 100644 index 00000000..aa5fd401 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201004_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201004 STATION NETCDFs +0.060923322041829424 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201004_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201004_H_GLOBAL.out new file mode 100644 index 00000000..9b97c0fc --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201004_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201004 STATION NETCDFs +0.04905024766921997 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201004_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201004_M_GLOBAL.out new file mode 100644 index 00000000..d7b2812b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201004_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201004 STATION NETCDFs +0.05993140935897827 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201005_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201005_D_GLOBAL.out new file mode 100644 index 00000000..2c231df9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201005_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201005 STATION NETCDFs +0.06261711517969767 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201005_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201005_H_GLOBAL.out new file mode 100644 index 00000000..d73f3d3c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201005_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201005 STATION NETCDFs +0.1987546642621358 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201005_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201005_M_GLOBAL.out new file mode 100644 index 00000000..d20f7d7b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201005_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201005 STATION NETCDFs +0.07134228547414144 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201006_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201006_D_GLOBAL.out new file mode 100644 index 00000000..c48b607e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201006_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201006 STATION NETCDFs +0.18880394697189332 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201006_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201006_H_GLOBAL.out new file mode 100644 index 00000000..a7540f40 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201006_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201006 STATION NETCDFs +0.0570048451423645 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201006_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201006_M_GLOBAL.out new file mode 100644 index 00000000..54a53196 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201006_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201006 STATION NETCDFs +0.0636082927385966 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201007_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201007_D_GLOBAL.out new file mode 100644 index 00000000..d46c9c37 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201007_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201007 STATION NETCDFs +0.07555296421051025 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201007_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201007_H_GLOBAL.out new file mode 100644 index 00000000..d6b6eccb --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201007_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201007 STATION NETCDFs +0.046931382020314535 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201007_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201007_M_GLOBAL.out new file mode 100644 index 00000000..e5934022 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201007_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201007 STATION NETCDFs +0.062275298436482746 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201008_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201008_D_GLOBAL.out new file mode 100644 index 00000000..5ca06fc9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201008_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201008 STATION NETCDFs +0.07936855951944986 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201008_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201008_H_GLOBAL.out new file mode 100644 index 00000000..31a3d39b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201008_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201008 STATION NETCDFs +0.03809022108713786 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201008_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201008_M_GLOBAL.out new file mode 100644 index 00000000..69a59551 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201008_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201008 STATION NETCDFs +0.06856159369150798 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201009_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201009_D_GLOBAL.out new file mode 100644 index 00000000..e5ef42ae --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201009_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201009 STATION NETCDFs +0.062402081489562986 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201009_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201009_H_GLOBAL.out new file mode 100644 index 00000000..5c6a7358 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201009_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201009 STATION NETCDFs +0.043001242478688556 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201009_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201009_M_GLOBAL.out new file mode 100644 index 00000000..1ef09151 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201009_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201009 STATION NETCDFs +0.06994003852208455 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201010_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201010_D_GLOBAL.out new file mode 100644 index 00000000..8db47c85 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201010_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201010 STATION NETCDFs +0.2444956143697103 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201010_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201010_H_GLOBAL.out new file mode 100644 index 00000000..fe523536 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201010_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201010 STATION NETCDFs +0.16893260876337687 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201010_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201010_M_GLOBAL.out new file mode 100644 index 00000000..dec7d79a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201010_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201010 STATION NETCDFs +0.2422322948773702 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201011_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201011_D_GLOBAL.out new file mode 100644 index 00000000..f39e8848 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201011_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201011 STATION NETCDFs +0.07138907512029012 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201011_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201011_H_GLOBAL.out new file mode 100644 index 00000000..109c3778 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201011_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201011 STATION NETCDFs +0.04234797954559326 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201011_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201011_M_GLOBAL.out new file mode 100644 index 00000000..da928c3f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201011_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201011 STATION NETCDFs +0.0711879054705302 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201012_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201012_D_GLOBAL.out new file mode 100644 index 00000000..dd6d2e06 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201012_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201012 STATION NETCDFs +0.07881606817245483 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201012_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201012_H_GLOBAL.out new file mode 100644 index 00000000..7440af0d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201012_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201012 STATION NETCDFs +0.054163769880930586 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201012_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201012_M_GLOBAL.out new file mode 100644 index 00000000..f510059a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201012_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201012 STATION NETCDFs +0.1008127252260844 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201101_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201101_D_GLOBAL.out new file mode 100644 index 00000000..fccf7d79 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201101_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201101 STATION NETCDFs +0.24767088095347087 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201101_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201101_H_GLOBAL.out new file mode 100644 index 00000000..f5b77249 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201101_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201101 STATION NETCDFs +0.14969464540481567 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201101_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201101_M_GLOBAL.out new file mode 100644 index 00000000..6ae8071d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201101_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201101 STATION NETCDFs +0.25205702781677247 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201102_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201102_D_GLOBAL.out new file mode 100644 index 00000000..ecfd2d33 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201102_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201102 STATION NETCDFs +0.20763737758000692 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201102_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201102_H_GLOBAL.out new file mode 100644 index 00000000..394f52cd --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201102_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201102 STATION NETCDFs +0.06554233233133952 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201102_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201102_M_GLOBAL.out new file mode 100644 index 00000000..cdd3b24b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201102_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201102 STATION NETCDFs +0.06918992201487223 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201103_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201103_D_GLOBAL.out new file mode 100644 index 00000000..04bb701b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201103_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201103 STATION NETCDFs +0.22621510028839112 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201103_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201103_H_GLOBAL.out new file mode 100644 index 00000000..d45e6f55 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201103_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201103 STATION NETCDFs +0.22714126110076904 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201103_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201103_M_GLOBAL.out new file mode 100644 index 00000000..14fc1525 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201103_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201103 STATION NETCDFs +0.2672243277231852 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201104_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201104_D_GLOBAL.out new file mode 100644 index 00000000..ca516d12 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201104_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201104 STATION NETCDFs +0.2451398770014445 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201104_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201104_H_GLOBAL.out new file mode 100644 index 00000000..7cd5fe9c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201104_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201104 STATION NETCDFs +0.15103299220403035 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201104_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201104_M_GLOBAL.out new file mode 100644 index 00000000..3e147574 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201104_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201104 STATION NETCDFs +0.07083382209142049 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201105_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201105_D_GLOBAL.out new file mode 100644 index 00000000..0ed133de --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201105_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201105 STATION NETCDFs +0.07783011198043824 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201105_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201105_H_GLOBAL.out new file mode 100644 index 00000000..36848fe1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201105_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201105 STATION NETCDFs +0.20393699407577515 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201105_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201105_M_GLOBAL.out new file mode 100644 index 00000000..d74b23b3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201105_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201105 STATION NETCDFs +0.06954123576482137 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201106_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201106_D_GLOBAL.out new file mode 100644 index 00000000..2b4e56b8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201106_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201106 STATION NETCDFs +0.23301665782928466 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201106_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201106_H_GLOBAL.out new file mode 100644 index 00000000..7997193c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201106_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201106 STATION NETCDFs +0.04848177035649617 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201106_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201106_M_GLOBAL.out new file mode 100644 index 00000000..fc2485d9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201106_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201106 STATION NETCDFs +0.24517626365025838 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201107_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201107_D_GLOBAL.out new file mode 100644 index 00000000..25b2b725 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201107_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201107 STATION NETCDFs +0.07330806652704874 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201107_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201107_H_GLOBAL.out new file mode 100644 index 00000000..65487e1a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201107_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201107 STATION NETCDFs +0.049992533524831136 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201107_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201107_M_GLOBAL.out new file mode 100644 index 00000000..7063d4dc --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201107_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201107 STATION NETCDFs +0.2474374731381734 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201108_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201108_D_GLOBAL.out new file mode 100644 index 00000000..ac78907c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201108_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201108 STATION NETCDFs +0.2092726469039917 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201108_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201108_H_GLOBAL.out new file mode 100644 index 00000000..ebfcbcc9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201108_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201108 STATION NETCDFs +0.1981712857882182 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201108_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201108_M_GLOBAL.out new file mode 100644 index 00000000..3b3f3caf --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201108_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201108 STATION NETCDFs +0.23797310988108317 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201109_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201109_D_GLOBAL.out new file mode 100644 index 00000000..18a11c1d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201109_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201109 STATION NETCDFs +0.22805020809173585 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201109_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201109_H_GLOBAL.out new file mode 100644 index 00000000..7eb073d6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201109_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201109 STATION NETCDFs +0.05267692406972249 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201109_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201109_M_GLOBAL.out new file mode 100644 index 00000000..a3ec6e37 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201109_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201109 STATION NETCDFs +0.07550381422042847 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201110_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201110_D_GLOBAL.out new file mode 100644 index 00000000..aca40fca --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201110_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201110 STATION NETCDFs +0.06644476652145385 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201110_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201110_H_GLOBAL.out new file mode 100644 index 00000000..ef6ac0f9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201110_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201110 STATION NETCDFs +0.22443371613820393 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201110_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201110_M_GLOBAL.out new file mode 100644 index 00000000..995602cf --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201110_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201110 STATION NETCDFs +0.06983820994695028 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201111_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201111_D_GLOBAL.out new file mode 100644 index 00000000..5de000ba --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201111_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201111 STATION NETCDFs +0.06884264548619588 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201111_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201111_H_GLOBAL.out new file mode 100644 index 00000000..4a5e9864 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201111_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201111 STATION NETCDFs +0.20106436411539713 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201111_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201111_M_GLOBAL.out new file mode 100644 index 00000000..282b3263 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201111_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201111 STATION NETCDFs +0.26622504790623985 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201112_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201112_D_GLOBAL.out new file mode 100644 index 00000000..1683b13b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201112_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201112 STATION NETCDFs +0.0713134765625 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201112_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201112_H_GLOBAL.out new file mode 100644 index 00000000..5e039a56 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201112_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201112 STATION NETCDFs +0.05847112735112508 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201112_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201112_M_GLOBAL.out new file mode 100644 index 00000000..eacd6337 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201112_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201112 STATION NETCDFs +0.08015153010686239 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201201_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201201_D_GLOBAL.out new file mode 100644 index 00000000..f5bcd9d9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201201_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201201 STATION NETCDFs +0.26076683203379314 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201201_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201201_H_GLOBAL.out new file mode 100644 index 00000000..f3fb29de --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201201_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201201 STATION NETCDFs +0.05529167254765829 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201201_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201201_M_GLOBAL.out new file mode 100644 index 00000000..8cfa9c19 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201201_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201201 STATION NETCDFs +0.07878438234329224 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201202_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201202_D_GLOBAL.out new file mode 100644 index 00000000..ccd5fec2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201202_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201202 STATION NETCDFs +0.24609116315841675 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201202_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201202_H_GLOBAL.out new file mode 100644 index 00000000..c6783ed5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201202_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201202 STATION NETCDFs +0.06544287204742431 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201202_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201202_M_GLOBAL.out new file mode 100644 index 00000000..6e9f2a02 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201202_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201202 STATION NETCDFs +0.06803577343622844 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201203_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201203_D_GLOBAL.out new file mode 100644 index 00000000..617e562d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201203_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201203 STATION NETCDFs +0.0718464732170105 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201203_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201203_H_GLOBAL.out new file mode 100644 index 00000000..cf0faf29 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201203_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201203 STATION NETCDFs +0.046959360440572105 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201203_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201203_M_GLOBAL.out new file mode 100644 index 00000000..474d4c01 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201203_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201203 STATION NETCDFs +0.2377157688140869 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201204_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201204_D_GLOBAL.out new file mode 100644 index 00000000..8de64066 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201204_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201204 STATION NETCDFs +0.0771987795829773 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201204_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201204_H_GLOBAL.out new file mode 100644 index 00000000..caa63e35 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201204_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201204 STATION NETCDFs +0.05575608809789022 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201204_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201204_M_GLOBAL.out new file mode 100644 index 00000000..d44c0177 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201204_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201204 STATION NETCDFs +0.06838488181432088 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201205_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201205_D_GLOBAL.out new file mode 100644 index 00000000..5b10e46e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201205_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201205 STATION NETCDFs +0.07857205073038737 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201205_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201205_H_GLOBAL.out new file mode 100644 index 00000000..3bf55b54 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201205_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201205 STATION NETCDFs +0.049299967288970944 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201205_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201205_M_GLOBAL.out new file mode 100644 index 00000000..8f65cf41 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201205_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201205 STATION NETCDFs +0.08278703689575195 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201206_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201206_D_GLOBAL.out new file mode 100644 index 00000000..2eaaa08d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201206_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201206 STATION NETCDFs +0.07871365547180176 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201206_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201206_H_GLOBAL.out new file mode 100644 index 00000000..05fdabbf --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201206_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201206 STATION NETCDFs +0.16754047473271688 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201206_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201206_M_GLOBAL.out new file mode 100644 index 00000000..2757b9e3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201206_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201206 STATION NETCDFs +0.07470315297444662 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201207_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201207_D_GLOBAL.out new file mode 100644 index 00000000..7a85d98d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201207_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201207 STATION NETCDFs +0.07875890334447225 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201207_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201207_H_GLOBAL.out new file mode 100644 index 00000000..6e6e953b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201207_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201207 STATION NETCDFs +0.22806982596715292 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201207_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201207_M_GLOBAL.out new file mode 100644 index 00000000..3e07658c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201207_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201207 STATION NETCDFs +0.25598603089650473 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201208_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201208_D_GLOBAL.out new file mode 100644 index 00000000..72802c24 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201208_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201208 STATION NETCDFs +0.0822570522626241 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201208_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201208_H_GLOBAL.out new file mode 100644 index 00000000..3eeec3c5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201208_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201208 STATION NETCDFs +0.15299499432245892 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201208_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201208_M_GLOBAL.out new file mode 100644 index 00000000..7e3ba268 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201208_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201208 STATION NETCDFs +0.07536421219507854 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201209_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201209_D_GLOBAL.out new file mode 100644 index 00000000..81663060 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201209_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201209 STATION NETCDFs +0.24470940828323365 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201209_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201209_H_GLOBAL.out new file mode 100644 index 00000000..3b4a7164 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201209_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201209 STATION NETCDFs +0.055774966875712075 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201209_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201209_M_GLOBAL.out new file mode 100644 index 00000000..02c01d50 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201209_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201209 STATION NETCDFs +0.08042022784550985 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201210_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201210_D_GLOBAL.out new file mode 100644 index 00000000..491d68e4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201210_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201210 STATION NETCDFs +0.08876558939615885 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201210_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201210_H_GLOBAL.out new file mode 100644 index 00000000..7c48a4d2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201210_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201210 STATION NETCDFs +0.23393929799397786 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201210_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201210_M_GLOBAL.out new file mode 100644 index 00000000..00208dcc --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201210_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201210 STATION NETCDFs +0.22900200287501019 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201211_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201211_D_GLOBAL.out new file mode 100644 index 00000000..820a01bf --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201211_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201211 STATION NETCDFs +0.07345096270243327 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201211_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201211_H_GLOBAL.out new file mode 100644 index 00000000..4cbb5a42 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201211_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201211 STATION NETCDFs +0.05635717312494914 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201211_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201211_M_GLOBAL.out new file mode 100644 index 00000000..9ee2402d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201211_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201211 STATION NETCDFs +0.08936292330423991 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201212_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201212_D_GLOBAL.out new file mode 100644 index 00000000..a42d67c6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201212_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201212 STATION NETCDFs +0.09178711970647176 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201212_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201212_H_GLOBAL.out new file mode 100644 index 00000000..601b791f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201212_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201212 STATION NETCDFs +0.059201339880625405 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201212_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201212_M_GLOBAL.out new file mode 100644 index 00000000..c6f55a95 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201212_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201212 STATION NETCDFs +0.09135218063990275 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201301_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201301_D_GLOBAL.out new file mode 100644 index 00000000..de780297 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201301_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201301 STATION NETCDFs +0.27072305281956993 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201301_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201301_H_GLOBAL.out new file mode 100644 index 00000000..f8a0093c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201301_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201301 STATION NETCDFs +0.06568632125854493 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201301_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201301_M_GLOBAL.out new file mode 100644 index 00000000..04266278 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201301_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201301 STATION NETCDFs +0.09712005058924357 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201302_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201302_D_GLOBAL.out new file mode 100644 index 00000000..18fb34ab --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201302_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201302 STATION NETCDFs +0.08763752381006877 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201302_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201302_H_GLOBAL.out new file mode 100644 index 00000000..dfe94f6c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201302_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201302 STATION NETCDFs +0.07388307253519694 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201302_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201302_M_GLOBAL.out new file mode 100644 index 00000000..24ec17be --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201302_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201302 STATION NETCDFs +0.25876628955205283 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201303_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201303_D_GLOBAL.out new file mode 100644 index 00000000..fb56d81a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201303_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201303 STATION NETCDFs +0.27413348356882733 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201303_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201303_H_GLOBAL.out new file mode 100644 index 00000000..89aefb36 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201303_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201303 STATION NETCDFs +0.05352693796157837 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201303_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201303_M_GLOBAL.out new file mode 100644 index 00000000..537542c5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201303_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201303 STATION NETCDFs +0.28997364044189455 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201304_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201304_D_GLOBAL.out new file mode 100644 index 00000000..02321bbd --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201304_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201304 STATION NETCDFs +0.08489696184794109 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201304_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201304_H_GLOBAL.out new file mode 100644 index 00000000..08f4e17d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201304_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201304 STATION NETCDFs +0.060540962219238284 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201304_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201304_M_GLOBAL.out new file mode 100644 index 00000000..ef10dddf --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201304_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201304 STATION NETCDFs +0.09225163459777833 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201305_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201305_D_GLOBAL.out new file mode 100644 index 00000000..606e9b88 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201305_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201305 STATION NETCDFs +0.08438502152760824 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201305_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201305_H_GLOBAL.out new file mode 100644 index 00000000..f2d1dca8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201305_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201305 STATION NETCDFs +0.22570332686106365 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201305_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201305_M_GLOBAL.out new file mode 100644 index 00000000..b9e29c1d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201305_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201305 STATION NETCDFs +0.08382407426834107 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201306_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201306_D_GLOBAL.out new file mode 100644 index 00000000..17913232 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201306_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201306 STATION NETCDFs +0.09626053174336752 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201306_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201306_H_GLOBAL.out new file mode 100644 index 00000000..9ebf7fc8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201306_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201306 STATION NETCDFs +0.05529115597407023 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201306_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201306_M_GLOBAL.out new file mode 100644 index 00000000..544bf4ad --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201306_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201306 STATION NETCDFs +0.09493929545084635 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201307_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201307_D_GLOBAL.out new file mode 100644 index 00000000..bf1118aa --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201307_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201307 STATION NETCDFs +0.08111356496810913 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201307_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201307_H_GLOBAL.out new file mode 100644 index 00000000..0ab6c567 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201307_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201307 STATION NETCDFs +0.05687746604283651 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201307_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201307_M_GLOBAL.out new file mode 100644 index 00000000..dfe94f4d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201307_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201307 STATION NETCDFs +0.27431360880533856 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201308_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201308_D_GLOBAL.out new file mode 100644 index 00000000..04d75c02 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201308_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201308 STATION NETCDFs +0.09462254047393799 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201308_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201308_H_GLOBAL.out new file mode 100644 index 00000000..2485e2fc --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201308_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201308 STATION NETCDFs +0.05124659140904744 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201308_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201308_M_GLOBAL.out new file mode 100644 index 00000000..b3e0c000 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201308_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201308 STATION NETCDFs +0.28649831215540567 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201309_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201309_D_GLOBAL.out new file mode 100644 index 00000000..515651fd --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201309_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201309 STATION NETCDFs +0.29514655272165935 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201309_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201309_H_GLOBAL.out new file mode 100644 index 00000000..fddfb052 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201309_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201309 STATION NETCDFs +0.23431907097498575 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201309_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201309_M_GLOBAL.out new file mode 100644 index 00000000..13204ef0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201309_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201309 STATION NETCDFs +0.08962232669194539 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201310_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201310_D_GLOBAL.out new file mode 100644 index 00000000..ea13d2ca --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201310_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201310 STATION NETCDFs +0.08190360069274902 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201310_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201310_H_GLOBAL.out new file mode 100644 index 00000000..60b883d5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201310_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201310 STATION NETCDFs +0.06122158368428548 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201310_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201310_M_GLOBAL.out new file mode 100644 index 00000000..25779ab5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201310_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201310 STATION NETCDFs +0.08376288016637166 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201311_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201311_D_GLOBAL.out new file mode 100644 index 00000000..1d476db8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201311_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201311 STATION NETCDFs +0.2670092781384786 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201311_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201311_H_GLOBAL.out new file mode 100644 index 00000000..a39f8a52 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201311_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201311 STATION NETCDFs +0.05554513533910115 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201311_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201311_M_GLOBAL.out new file mode 100644 index 00000000..47f2e569 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201311_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201311 STATION NETCDFs +0.08466287453969319 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201312_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201312_D_GLOBAL.out new file mode 100644 index 00000000..2df8c707 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201312_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201312 STATION NETCDFs +0.09075065851211547 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201312_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201312_H_GLOBAL.out new file mode 100644 index 00000000..6c24d811 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201312_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201312 STATION NETCDFs +0.0549068808555603 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201312_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201312_M_GLOBAL.out new file mode 100644 index 00000000..f71b6f63 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201312_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201312 STATION NETCDFs +0.27903804381688435 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201401_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201401_D_GLOBAL.out new file mode 100644 index 00000000..a69d9cec --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201401_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201401 STATION NETCDFs +0.262806244691213 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201401_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201401_H_GLOBAL.out new file mode 100644 index 00000000..c98be3e3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201401_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201401 STATION NETCDFs +0.05450758934020996 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201401_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201401_M_GLOBAL.out new file mode 100644 index 00000000..80c6d39b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201401_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201401 STATION NETCDFs +0.08022658824920655 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201402_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201402_D_GLOBAL.out new file mode 100644 index 00000000..b45ee554 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201402_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201402 STATION NETCDFs +0.09654739300409952 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201402_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201402_H_GLOBAL.out new file mode 100644 index 00000000..373ea4c8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201402_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201402 STATION NETCDFs +0.0554086963335673 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201402_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201402_M_GLOBAL.out new file mode 100644 index 00000000..656d370c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201402_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201402 STATION NETCDFs +0.09437774022420248 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201403_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201403_D_GLOBAL.out new file mode 100644 index 00000000..a3333de1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201403_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201403 STATION NETCDFs +0.1002129077911377 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201403_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201403_H_GLOBAL.out new file mode 100644 index 00000000..26418719 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201403_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201403 STATION NETCDFs +0.06394702593485514 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201403_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201403_M_GLOBAL.out new file mode 100644 index 00000000..aa9476a8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201403_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201403 STATION NETCDFs +0.28163432677586875 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201404_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201404_D_GLOBAL.out new file mode 100644 index 00000000..6be192e0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201404_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201404 STATION NETCDFs +0.10335952838261922 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201404_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201404_H_GLOBAL.out new file mode 100644 index 00000000..87829667 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201404_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201404 STATION NETCDFs +0.09025188287099202 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201404_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201404_M_GLOBAL.out new file mode 100644 index 00000000..dab472c8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201404_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201404 STATION NETCDFs +0.3274501363436381 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201405_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201405_D_GLOBAL.out new file mode 100644 index 00000000..d44b5fab --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201405_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201405 STATION NETCDFs +0.09491339921951295 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201405_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201405_H_GLOBAL.out new file mode 100644 index 00000000..a9d0f057 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201405_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201405 STATION NETCDFs +0.06226992607116699 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201405_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201405_M_GLOBAL.out new file mode 100644 index 00000000..8ed27322 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201405_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201405 STATION NETCDFs +0.09156233072280884 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201406_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201406_D_GLOBAL.out new file mode 100644 index 00000000..e96ed18a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201406_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201406 STATION NETCDFs +0.29952431122461953 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201406_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201406_H_GLOBAL.out new file mode 100644 index 00000000..f3d7b2e5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201406_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201406 STATION NETCDFs +0.24759242137273152 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201406_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201406_M_GLOBAL.out new file mode 100644 index 00000000..d0e46a83 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201406_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201406 STATION NETCDFs +0.27167549133300783 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201407_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201407_D_GLOBAL.out new file mode 100644 index 00000000..a4e15830 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201407_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201407 STATION NETCDFs +0.10830243825912475 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201407_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201407_H_GLOBAL.out new file mode 100644 index 00000000..656530fb --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201407_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201407 STATION NETCDFs +0.23444969256718953 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201407_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201407_M_GLOBAL.out new file mode 100644 index 00000000..b1d61537 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201407_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201407 STATION NETCDFs +0.09517194827397664 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201408_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201408_D_GLOBAL.out new file mode 100644 index 00000000..4075ba43 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201408_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201408 STATION NETCDFs +0.37507767279942833 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201408_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201408_H_GLOBAL.out new file mode 100644 index 00000000..f77777c2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201408_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201408 STATION NETCDFs +0.06677093505859374 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201408_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201408_M_GLOBAL.out new file mode 100644 index 00000000..bc48443e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201408_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201408 STATION NETCDFs +0.0982366402943929 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201409_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201409_D_GLOBAL.out new file mode 100644 index 00000000..93499ba7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201409_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201409 STATION NETCDFs +0.11078648567199707 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201409_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201409_H_GLOBAL.out new file mode 100644 index 00000000..6334082c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201409_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201409 STATION NETCDFs +0.24243880112965902 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201409_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201409_M_GLOBAL.out new file mode 100644 index 00000000..58bddc36 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201409_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201409 STATION NETCDFs +0.294758669535319 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201410_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201410_D_GLOBAL.out new file mode 100644 index 00000000..751973eb --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201410_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201410 STATION NETCDFs +0.1241647481918335 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201410_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201410_H_GLOBAL.out new file mode 100644 index 00000000..c29edd5c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201410_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201410 STATION NETCDFs +0.21744898557662964 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201410_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201410_M_GLOBAL.out new file mode 100644 index 00000000..2646b1f7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201410_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201410 STATION NETCDFs +0.11282375653584799 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201411_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201411_D_GLOBAL.out new file mode 100644 index 00000000..d8df7730 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201411_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201411 STATION NETCDFs +0.10466241439183553 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201411_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201411_H_GLOBAL.out new file mode 100644 index 00000000..d6c29161 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201411_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201411 STATION NETCDFs +0.23592558701833088 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201411_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201411_M_GLOBAL.out new file mode 100644 index 00000000..51098768 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201411_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201411 STATION NETCDFs +0.32631468772888184 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201412_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201412_D_GLOBAL.out new file mode 100644 index 00000000..6e33b8be --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201412_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201412 STATION NETCDFs +0.09251567522684732 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201412_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201412_H_GLOBAL.out new file mode 100644 index 00000000..dc2cf363 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201412_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201412 STATION NETCDFs +0.23815814654032388 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201412_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201412_M_GLOBAL.out new file mode 100644 index 00000000..10431f53 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201412_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201412 STATION NETCDFs +0.10151975552241008 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201501_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201501_D_GLOBAL.out new file mode 100644 index 00000000..ce9d21be --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201501_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201501 STATION NETCDFs +0.33261905511220297 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201501_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201501_H_GLOBAL.out new file mode 100644 index 00000000..cf849493 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201501_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201501 STATION NETCDFs +0.07205971082051595 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201501_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201501_M_GLOBAL.out new file mode 100644 index 00000000..09de8ba1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201501_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201501 STATION NETCDFs +0.10703093608220418 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201502_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201502_D_GLOBAL.out new file mode 100644 index 00000000..f2701ee1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201502_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201502 STATION NETCDFs +0.29960730075836184 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201502_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201502_H_GLOBAL.out new file mode 100644 index 00000000..674a691a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201502_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201502 STATION NETCDFs +0.07848787705103556 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201502_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201502_M_GLOBAL.out new file mode 100644 index 00000000..b2205a20 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201502_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201502 STATION NETCDFs +0.14170045057932537 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201503_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201503_D_GLOBAL.out new file mode 100644 index 00000000..e7ccab3d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201503_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201503 STATION NETCDFs +0.10625830491383871 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201503_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201503_H_GLOBAL.out new file mode 100644 index 00000000..3d831f9d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201503_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201503 STATION NETCDFs +0.22596593300501505 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201503_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201503_M_GLOBAL.out new file mode 100644 index 00000000..3d9b91bb --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201503_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201503 STATION NETCDFs +0.1130467693010966 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201504_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201504_D_GLOBAL.out new file mode 100644 index 00000000..7cfbd94f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201504_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201504 STATION NETCDFs +0.3219728390375773 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201504_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201504_H_GLOBAL.out new file mode 100644 index 00000000..334d0472 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201504_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201504 STATION NETCDFs +0.24532772699991862 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201504_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201504_M_GLOBAL.out new file mode 100644 index 00000000..a38d29d8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201504_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201504 STATION NETCDFs +0.10562047958374024 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201505_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201505_D_GLOBAL.out new file mode 100644 index 00000000..b20569a4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201505_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201505 STATION NETCDFs +0.10895182689030965 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201505_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201505_H_GLOBAL.out new file mode 100644 index 00000000..1d437880 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201505_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201505 STATION NETCDFs +0.06667507489522298 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201505_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201505_M_GLOBAL.out new file mode 100644 index 00000000..0e042fe6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201505_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201505 STATION NETCDFs +0.3873770634333293 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201506_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201506_D_GLOBAL.out new file mode 100644 index 00000000..c4f77fd9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201506_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201506 STATION NETCDFs +0.31472839911778766 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201506_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201506_H_GLOBAL.out new file mode 100644 index 00000000..8202ffdd --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201506_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201506 STATION NETCDFs +0.06887481609980266 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201506_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201506_M_GLOBAL.out new file mode 100644 index 00000000..13a5becf --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201506_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201506 STATION NETCDFs +0.10270890792210897 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201507_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201507_D_GLOBAL.out new file mode 100644 index 00000000..156d4b78 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201507_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201507 STATION NETCDFs +0.11203227837880453 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201507_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201507_H_GLOBAL.out new file mode 100644 index 00000000..bf48802d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201507_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201507 STATION NETCDFs +0.24085632960001627 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201507_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201507_M_GLOBAL.out new file mode 100644 index 00000000..17fac8a5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201507_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201507 STATION NETCDFs +0.11103067795435588 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201508_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201508_D_GLOBAL.out new file mode 100644 index 00000000..36f40d82 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201508_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201508 STATION NETCDFs +0.3212705612182617 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201508_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201508_H_GLOBAL.out new file mode 100644 index 00000000..c5c17193 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201508_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201508 STATION NETCDFs +0.08011934757232667 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201508_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201508_M_GLOBAL.out new file mode 100644 index 00000000..1374bd04 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201508_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201508 STATION NETCDFs +0.10969179073969523 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201509_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201509_D_GLOBAL.out new file mode 100644 index 00000000..4a07fa75 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201509_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201509 STATION NETCDFs +0.40761590003967285 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201509_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201509_H_GLOBAL.out new file mode 100644 index 00000000..1043aed5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201509_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201509 STATION NETCDFs +0.25226399501164753 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201509_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201509_M_GLOBAL.out new file mode 100644 index 00000000..86568310 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201509_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201509 STATION NETCDFs +0.10322134892145793 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201510_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201510_D_GLOBAL.out new file mode 100644 index 00000000..dc202829 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201510_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201510 STATION NETCDFs +0.1025182048479716 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201510_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201510_H_GLOBAL.out new file mode 100644 index 00000000..6d5cb90a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201510_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201510 STATION NETCDFs +0.22055901686350504 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201510_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201510_M_GLOBAL.out new file mode 100644 index 00000000..20a40087 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201510_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201510 STATION NETCDFs +0.11717200676600138 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201511_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201511_D_GLOBAL.out new file mode 100644 index 00000000..792cafeb --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201511_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201511 STATION NETCDFs +0.1160021980603536 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201511_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201511_H_GLOBAL.out new file mode 100644 index 00000000..2a536386 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201511_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201511 STATION NETCDFs +0.07191530068715414 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201511_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201511_M_GLOBAL.out new file mode 100644 index 00000000..842c9a43 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201511_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201511 STATION NETCDFs +0.1045738180478414 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201512_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201512_D_GLOBAL.out new file mode 100644 index 00000000..78b760bb --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201512_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201512 STATION NETCDFs +0.11716856956481933 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201512_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201512_H_GLOBAL.out new file mode 100644 index 00000000..8431a8d2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201512_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201512 STATION NETCDFs +0.08206803798675537 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201512_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201512_M_GLOBAL.out new file mode 100644 index 00000000..f8ff7ef6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201512_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201512 STATION NETCDFs +0.4345852812131246 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201601_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201601_D_GLOBAL.out new file mode 100644 index 00000000..edd1465a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201601_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201601 STATION NETCDFs +0.11778326829274495 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201601_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201601_H_GLOBAL.out new file mode 100644 index 00000000..6ddec3c4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201601_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201601 STATION NETCDFs +0.08278636932373047 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201601_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201601_M_GLOBAL.out new file mode 100644 index 00000000..bdb66af1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201601_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201601 STATION NETCDFs +0.3540420651435852 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201602_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201602_D_GLOBAL.out new file mode 100644 index 00000000..3db2ed89 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201602_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201602 STATION NETCDFs +0.33095061779022217 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201602_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201602_H_GLOBAL.out new file mode 100644 index 00000000..b19bb581 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201602_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201602 STATION NETCDFs +0.08426812489827475 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201602_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201602_M_GLOBAL.out new file mode 100644 index 00000000..aa3a3f52 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201602_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201602 STATION NETCDFs +0.11024367411931356 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201603_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201603_D_GLOBAL.out new file mode 100644 index 00000000..6dff447c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201603_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201603 STATION NETCDFs +0.14694352944691977 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201603_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201603_H_GLOBAL.out new file mode 100644 index 00000000..f1648c37 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201603_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201603 STATION NETCDFs +0.09624224901199341 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201603_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201603_M_GLOBAL.out new file mode 100644 index 00000000..b32c895a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201603_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201603 STATION NETCDFs +0.11188269058863322 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201604_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201604_D_GLOBAL.out new file mode 100644 index 00000000..026d9a50 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201604_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201604 STATION NETCDFs +0.11877171595891317 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201604_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201604_H_GLOBAL.out new file mode 100644 index 00000000..51ae4ec4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201604_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201604 STATION NETCDFs +0.09748032490412394 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201604_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201604_M_GLOBAL.out new file mode 100644 index 00000000..1ee5f386 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201604_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201604 STATION NETCDFs +0.11714860995610556 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201605_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201605_D_GLOBAL.out new file mode 100644 index 00000000..467d7b42 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201605_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201605 STATION NETCDFs +0.12358051935831706 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201605_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201605_H_GLOBAL.out new file mode 100644 index 00000000..5de57b92 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201605_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201605 STATION NETCDFs +0.2649388313293457 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201605_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201605_M_GLOBAL.out new file mode 100644 index 00000000..1ceb818a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201605_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201605 STATION NETCDFs +0.11763421694437663 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201606_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201606_D_GLOBAL.out new file mode 100644 index 00000000..bae927b1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201606_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201606 STATION NETCDFs +0.14189696311950684 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201606_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201606_H_GLOBAL.out new file mode 100644 index 00000000..df2b780a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201606_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201606 STATION NETCDFs +0.08354166746139527 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201606_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201606_M_GLOBAL.out new file mode 100644 index 00000000..7684278c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201606_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201606 STATION NETCDFs +0.34560659726460774 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201607_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201607_D_GLOBAL.out new file mode 100644 index 00000000..2182a8c1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201607_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201607 STATION NETCDFs +0.1234200398127238 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201607_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201607_H_GLOBAL.out new file mode 100644 index 00000000..a21f145d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201607_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201607 STATION NETCDFs +0.2865241010983785 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201607_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201607_M_GLOBAL.out new file mode 100644 index 00000000..34f0ada6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201607_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201607 STATION NETCDFs +0.39460883537928265 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201608_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201608_D_GLOBAL.out new file mode 100644 index 00000000..a605e181 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201608_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201608 STATION NETCDFs +0.37943119208017984 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201608_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201608_H_GLOBAL.out new file mode 100644 index 00000000..e4229441 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201608_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201608 STATION NETCDFs +0.08460747400919597 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201608_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201608_M_GLOBAL.out new file mode 100644 index 00000000..cdb0da46 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201608_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201608 STATION NETCDFs +0.11566860675811767 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201609_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201609_D_GLOBAL.out new file mode 100644 index 00000000..223accb1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201609_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201609 STATION NETCDFs +0.11916444698969524 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201609_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201609_H_GLOBAL.out new file mode 100644 index 00000000..f69322f4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201609_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201609 STATION NETCDFs +0.0802029530207316 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201609_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201609_M_GLOBAL.out new file mode 100644 index 00000000..41b6f288 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201609_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201609 STATION NETCDFs +0.12398316462834676 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201610_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201610_D_GLOBAL.out new file mode 100644 index 00000000..74377d67 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201610_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201610 STATION NETCDFs +0.38966902494430544 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201610_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201610_H_GLOBAL.out new file mode 100644 index 00000000..2ad904d9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201610_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201610 STATION NETCDFs +0.08509016036987305 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201610_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201610_M_GLOBAL.out new file mode 100644 index 00000000..67d34135 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201610_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201610 STATION NETCDFs +0.11106634934743245 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201611_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201611_D_GLOBAL.out new file mode 100644 index 00000000..c80f2e45 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201611_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201611 STATION NETCDFs +0.36762314240137733 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201611_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201611_H_GLOBAL.out new file mode 100644 index 00000000..ed3394de --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201611_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201611 STATION NETCDFs +0.08301699956258138 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201611_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201611_M_GLOBAL.out new file mode 100644 index 00000000..a9cff678 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201611_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201611 STATION NETCDFs +0.12785078684488932 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201612_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201612_D_GLOBAL.out new file mode 100644 index 00000000..4ad99ffc --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201612_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201612 STATION NETCDFs +0.13019687334696453 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201612_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201612_H_GLOBAL.out new file mode 100644 index 00000000..74e1ccbb --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201612_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201612 STATION NETCDFs +0.09184021949768066 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201612_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201612_M_GLOBAL.out new file mode 100644 index 00000000..f27fe6f7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201612_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201612 STATION NETCDFs +0.11977947950363159 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201701_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201701_D_GLOBAL.out new file mode 100644 index 00000000..15998639 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201701_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201701 STATION NETCDFs +0.3415348887443542 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201701_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201701_H_GLOBAL.out new file mode 100644 index 00000000..76580d5c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201701_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201701 STATION NETCDFs +0.09482752482096354 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201701_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201701_M_GLOBAL.out new file mode 100644 index 00000000..e0ab2a45 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201701_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201701 STATION NETCDFs +0.12353012164433798 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201702_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201702_D_GLOBAL.out new file mode 100644 index 00000000..3b9ff96f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201702_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201702 STATION NETCDFs +0.11143912076950073 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201702_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201702_H_GLOBAL.out new file mode 100644 index 00000000..eebf2f7b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201702_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201702 STATION NETCDFs +0.1136927048365275 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201702_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201702_M_GLOBAL.out new file mode 100644 index 00000000..a539d0f3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201702_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201702 STATION NETCDFs +0.13292792240778606 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201703_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201703_D_GLOBAL.out new file mode 100644 index 00000000..d6ca3a90 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201703_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201703 STATION NETCDFs +0.11408145427703857 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201703_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201703_H_GLOBAL.out new file mode 100644 index 00000000..ac21f555 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201703_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201703 STATION NETCDFs +0.28538802862167356 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201703_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201703_M_GLOBAL.out new file mode 100644 index 00000000..2c67f699 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201703_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201703 STATION NETCDFs +0.12653587261835733 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201704_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201704_D_GLOBAL.out new file mode 100644 index 00000000..eaa87a95 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201704_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201704 STATION NETCDFs +0.13310877879460653 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201704_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201704_H_GLOBAL.out new file mode 100644 index 00000000..886de858 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201704_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201704 STATION NETCDFs +0.09003039598464965 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201704_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201704_M_GLOBAL.out new file mode 100644 index 00000000..fad9f25a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201704_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201704 STATION NETCDFs +0.12211902538935343 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201705_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201705_D_GLOBAL.out new file mode 100644 index 00000000..1cc6400f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201705_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201705 STATION NETCDFs +0.12345004479090373 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201705_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201705_H_GLOBAL.out new file mode 100644 index 00000000..b2a05e7f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201705_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201705 STATION NETCDFs +0.08482306003570557 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201705_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201705_M_GLOBAL.out new file mode 100644 index 00000000..3c0ef27c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201705_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201705 STATION NETCDFs +0.13139182329177856 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201706_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201706_D_GLOBAL.out new file mode 100644 index 00000000..f643eeb9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201706_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201706 STATION NETCDFs +0.11800886392593384 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201706_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201706_H_GLOBAL.out new file mode 100644 index 00000000..a51a9551 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201706_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201706 STATION NETCDFs +0.0869922916094462 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201706_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201706_M_GLOBAL.out new file mode 100644 index 00000000..a9c51745 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201706_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201706 STATION NETCDFs +0.40054800510406496 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201707_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201707_D_GLOBAL.out new file mode 100644 index 00000000..18a06b58 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201707_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201707 STATION NETCDFs +0.15885993242263793 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201707_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201707_H_GLOBAL.out new file mode 100644 index 00000000..58e82b76 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201707_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201707 STATION NETCDFs +0.09827619791030884 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201707_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201707_M_GLOBAL.out new file mode 100644 index 00000000..fe0828fe --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201707_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201707 STATION NETCDFs +0.12098872661590576 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201708_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201708_D_GLOBAL.out new file mode 100644 index 00000000..e6c67d71 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201708_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201708 STATION NETCDFs +0.1448058565457662 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201708_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201708_H_GLOBAL.out new file mode 100644 index 00000000..f2d0b0ae --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201708_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201708 STATION NETCDFs +0.4038984457651774 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201708_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201708_M_GLOBAL.out new file mode 100644 index 00000000..60f0c516 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201708_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201708 STATION NETCDFs +0.14414809147516885 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201709_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201709_D_GLOBAL.out new file mode 100644 index 00000000..49feb709 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201709_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201709 STATION NETCDFs +0.1269850214322408 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201709_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201709_H_GLOBAL.out new file mode 100644 index 00000000..af9c9359 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201709_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201709 STATION NETCDFs +0.10107894341150919 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201709_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201709_M_GLOBAL.out new file mode 100644 index 00000000..2fef07ef --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201709_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201709 STATION NETCDFs +0.1316869378089905 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201710_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201710_D_GLOBAL.out new file mode 100644 index 00000000..4da14d25 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201710_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201710 STATION NETCDFs +0.13945953845977782 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201710_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201710_H_GLOBAL.out new file mode 100644 index 00000000..138a8afd --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201710_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201710 STATION NETCDFs +0.29760167598724363 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201710_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201710_M_GLOBAL.out new file mode 100644 index 00000000..7267c8aa --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201710_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201710 STATION NETCDFs +0.13122974236806234 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201711_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201711_D_GLOBAL.out new file mode 100644 index 00000000..eb84e157 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201711_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201711 STATION NETCDFs +0.18224581480026245 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201711_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201711_H_GLOBAL.out new file mode 100644 index 00000000..8a1318dc --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201711_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201711 STATION NETCDFs +0.12208831310272217 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201711_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201711_M_GLOBAL.out new file mode 100644 index 00000000..3bc8dc17 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201711_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201711 STATION NETCDFs +0.4867619355519613 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201712_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201712_D_GLOBAL.out new file mode 100644 index 00000000..4c57e94b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201712_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201712 STATION NETCDFs +0.15925205151240032 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201712_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201712_H_GLOBAL.out new file mode 100644 index 00000000..dfb47ccf --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201712_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201712 STATION NETCDFs +0.10817999839782715 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201712_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201712_M_GLOBAL.out new file mode 100644 index 00000000..06b4d607 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201712_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201712 STATION NETCDFs +0.1262810468673706 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201801_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201801_D_GLOBAL.out new file mode 100644 index 00000000..8b9ad276 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201801_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201801 STATION NETCDFs +0.14295740524927775 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201801_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201801_H_GLOBAL.out new file mode 100644 index 00000000..a9724f7a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201801_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201801 STATION NETCDFs +0.31468039751052856 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201801_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201801_M_GLOBAL.out new file mode 100644 index 00000000..cb3fa760 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201801_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201801 STATION NETCDFs +0.42819779316584267 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201802_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201802_D_GLOBAL.out new file mode 100644 index 00000000..18b98663 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201802_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201802 STATION NETCDFs +0.45141468445460003 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201802_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201802_H_GLOBAL.out new file mode 100644 index 00000000..53af1ad5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201802_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201802 STATION NETCDFs +0.33274641036987307 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201802_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201802_M_GLOBAL.out new file mode 100644 index 00000000..a590f50f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201802_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201802 STATION NETCDFs +0.4689849416414897 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201803_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201803_D_GLOBAL.out new file mode 100644 index 00000000..e5ef2336 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201803_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201803 STATION NETCDFs +0.15476734638214112 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201803_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201803_H_GLOBAL.out new file mode 100644 index 00000000..57580d21 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201803_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201803 STATION NETCDFs +0.09788293838500976 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201803_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201803_M_GLOBAL.out new file mode 100644 index 00000000..a599e69f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201803_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201803 STATION NETCDFs +0.15409046808878582 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201804_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201804_D_GLOBAL.out new file mode 100644 index 00000000..feb24d58 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201804_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201804 STATION NETCDFs +0.4367516915003459 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201804_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201804_H_GLOBAL.out new file mode 100644 index 00000000..8c970a0c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201804_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201804 STATION NETCDFs +0.10718847513198852 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201804_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201804_M_GLOBAL.out new file mode 100644 index 00000000..e974e12e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201804_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201804 STATION NETCDFs +0.1429721713066101 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201805_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201805_D_GLOBAL.out new file mode 100644 index 00000000..97db1595 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201805_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201805 STATION NETCDFs +0.1577903946240743 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201805_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201805_H_GLOBAL.out new file mode 100644 index 00000000..76541154 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201805_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201805 STATION NETCDFs +0.30743290583292643 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201805_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201805_M_GLOBAL.out new file mode 100644 index 00000000..520f9780 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201805_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201805 STATION NETCDFs +0.1622013529141744 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201806_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201806_D_GLOBAL.out new file mode 100644 index 00000000..5019c8f6 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201806_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201806 STATION NETCDFs +0.48323789437611897 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201806_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201806_H_GLOBAL.out new file mode 100644 index 00000000..d9a35d98 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201806_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201806 STATION NETCDFs +0.3343073089917501 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201806_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201806_M_GLOBAL.out new file mode 100644 index 00000000..e2e2d70c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201806_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201806 STATION NETCDFs +0.4618371327718099 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201807_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201807_D_GLOBAL.out new file mode 100644 index 00000000..5f4cb1f8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201807_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201807 STATION NETCDFs +0.4275582631429036 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201807_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201807_H_GLOBAL.out new file mode 100644 index 00000000..6cd177f9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201807_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201807 STATION NETCDFs +0.3230661948521932 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201807_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201807_M_GLOBAL.out new file mode 100644 index 00000000..2acee0f4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201807_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201807 STATION NETCDFs +0.43985714117685953 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201808_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201808_D_GLOBAL.out new file mode 100644 index 00000000..b5f98084 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201808_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201808 STATION NETCDFs +0.4388911565144857 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201808_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201808_H_GLOBAL.out new file mode 100644 index 00000000..671517bd --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201808_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201808 STATION NETCDFs +0.33451061646143593 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201808_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201808_M_GLOBAL.out new file mode 100644 index 00000000..616a82b4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201808_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201808 STATION NETCDFs +0.46580178340276085 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201809_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201809_D_GLOBAL.out new file mode 100644 index 00000000..8a8fd785 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201809_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201809 STATION NETCDFs +0.13993869622548422 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201809_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201809_H_GLOBAL.out new file mode 100644 index 00000000..208aa1c0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201809_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201809 STATION NETCDFs +0.12987075646718343 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201809_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201809_M_GLOBAL.out new file mode 100644 index 00000000..d376261b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201809_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201809 STATION NETCDFs +0.4409501870473226 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201810_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201810_D_GLOBAL.out new file mode 100644 index 00000000..6ac2c88d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201810_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201810 STATION NETCDFs +0.13193511168162028 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201810_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201810_H_GLOBAL.out new file mode 100644 index 00000000..8b72bdae --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201810_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201810 STATION NETCDFs +0.4359336972236633 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201810_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201810_M_GLOBAL.out new file mode 100644 index 00000000..856f9e2e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201810_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201810 STATION NETCDFs +0.16468634208043417 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201811_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201811_D_GLOBAL.out new file mode 100644 index 00000000..ba1cbc0f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201811_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201811 STATION NETCDFs +0.13869619369506836 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201811_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201811_H_GLOBAL.out new file mode 100644 index 00000000..6e3a889a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201811_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201811 STATION NETCDFs +0.09607184330622355 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201811_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201811_M_GLOBAL.out new file mode 100644 index 00000000..e7a38e73 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201811_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201811 STATION NETCDFs +0.3906569957733154 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201812_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201812_D_GLOBAL.out new file mode 100644 index 00000000..eca23e10 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201812_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201812 STATION NETCDFs +0.1619438846906026 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201812_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201812_H_GLOBAL.out new file mode 100644 index 00000000..75d0a841 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201812_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201812 STATION NETCDFs +0.11340311765670777 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201812_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201812_M_GLOBAL.out new file mode 100644 index 00000000..55569471 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201812_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201812 STATION NETCDFs +0.1400268832842509 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201901_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201901_D_GLOBAL.out new file mode 100644 index 00000000..a02c0fc8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201901_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201901 STATION NETCDFs +0.07152305444081625 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201901_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201901_M_GLOBAL.out new file mode 100644 index 00000000..03cb0c30 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201901_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201901 STATION NETCDFs +0.07247892220815023 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201902_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201902_D_GLOBAL.out new file mode 100644 index 00000000..b2d48eba --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201902_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201902 STATION NETCDFs +0.07097827593485515 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201902_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201902_M_GLOBAL.out new file mode 100644 index 00000000..45bacc65 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201902_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201902 STATION NETCDFs +0.05665556987126668 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201903_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201903_D_GLOBAL.out new file mode 100644 index 00000000..c9cda761 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201903_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201903 STATION NETCDFs +0.0659328579902649 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201903_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201903_M_GLOBAL.out new file mode 100644 index 00000000..f09c38ad --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201903_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201903 STATION NETCDFs +0.2314885457356771 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201904_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201904_D_GLOBAL.out new file mode 100644 index 00000000..ea46f179 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201904_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201904 STATION NETCDFs +0.05725550651550293 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201904_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201904_M_GLOBAL.out new file mode 100644 index 00000000..27fd1d10 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201904_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201904 STATION NETCDFs +0.062131985028584795 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201905_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201905_D_GLOBAL.out new file mode 100644 index 00000000..f6dea1b0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201905_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201905 STATION NETCDFs +0.0523076335589091 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201905_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201905_M_GLOBAL.out new file mode 100644 index 00000000..8a336703 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201905_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201905 STATION NETCDFs +0.054563041528066 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201906_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201906_D_GLOBAL.out new file mode 100644 index 00000000..f2136396 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201906_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201906 STATION NETCDFs +0.23328882058461506 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201906_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201906_M_GLOBAL.out new file mode 100644 index 00000000..35241309 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201906_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201906 STATION NETCDFs +0.05607128938039144 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201907_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201907_D_GLOBAL.out new file mode 100644 index 00000000..945243c2 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201907_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201907 STATION NETCDFs +0.2350592255592346 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201907_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201907_M_GLOBAL.out new file mode 100644 index 00000000..bda8851a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201907_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201907 STATION NETCDFs +0.06634591817855835 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201908_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201908_D_GLOBAL.out new file mode 100644 index 00000000..58ef8f4c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201908_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201908 STATION NETCDFs +0.053874893983205156 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201908_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201908_M_GLOBAL.out new file mode 100644 index 00000000..d71230d0 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201908_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201908 STATION NETCDFs +0.2036379337310791 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201909_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201909_D_GLOBAL.out new file mode 100644 index 00000000..7bde9c23 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201909_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201909 STATION NETCDFs +0.05942709843317668 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201909_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201909_M_GLOBAL.out new file mode 100644 index 00000000..51f1e8dc --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201909_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201909 STATION NETCDFs +0.2317446231842041 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201910_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201910_D_GLOBAL.out new file mode 100644 index 00000000..f698da4d --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201910_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201910 STATION NETCDFs +0.058720688025156655 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201910_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201910_M_GLOBAL.out new file mode 100644 index 00000000..533c66df --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201910_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201910 STATION NETCDFs +0.1886424422264099 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201911_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201911_D_GLOBAL.out new file mode 100644 index 00000000..793dacb9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201911_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201911 STATION NETCDFs +0.21853436628977457 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201911_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201911_M_GLOBAL.out new file mode 100644 index 00000000..32844827 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201911_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201911 STATION NETCDFs +0.06596636374791463 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201912_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201912_D_GLOBAL.out new file mode 100644 index 00000000..16b23d83 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201912_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201912 STATION NETCDFs +0.5535594463348389 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201912_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201912_H_GLOBAL.out new file mode 100644 index 00000000..2ab9e232 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201912_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201912 STATION NETCDFs +0.14145255088806152 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_201912_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_201912_M_GLOBAL.out new file mode 100644 index 00000000..2e0e3a91 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_201912_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201912 STATION NETCDFs +0.1920617659886678 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202001_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202001_D_GLOBAL.out new file mode 100644 index 00000000..27516640 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202001_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202001 STATION NETCDFs +0.1991123914718628 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202001_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202001_H_GLOBAL.out new file mode 100644 index 00000000..7dbebe48 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202001_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202001 STATION NETCDFs +0.13611958026885987 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202001_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202001_M_GLOBAL.out new file mode 100644 index 00000000..042e694c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202001_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202001 STATION NETCDFs +0.535367755095164 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202002_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202002_D_GLOBAL.out new file mode 100644 index 00000000..1f7c29cc --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202002_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202002 STATION NETCDFs +0.18808531761169434 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202002_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202002_H_GLOBAL.out new file mode 100644 index 00000000..6179b7ce --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202002_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202002 STATION NETCDFs +0.17124955654144286 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202002_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202002_M_GLOBAL.out new file mode 100644 index 00000000..5918e1e4 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202002_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202002 STATION NETCDFs +0.5151265382766723 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202003_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202003_D_GLOBAL.out new file mode 100644 index 00000000..526c7c60 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202003_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202003 STATION NETCDFs +0.19332442283630372 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202003_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202003_H_GLOBAL.out new file mode 100644 index 00000000..a4bf782b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202003_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202003 STATION NETCDFs +0.43635839223861694 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202003_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202003_M_GLOBAL.out new file mode 100644 index 00000000..b5512d9e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202003_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202003 STATION NETCDFs +0.5368809580802918 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202004_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202004_D_GLOBAL.out new file mode 100644 index 00000000..1b7ec9b5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202004_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202004 STATION NETCDFs +0.6017443736394247 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202004_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202004_H_GLOBAL.out new file mode 100644 index 00000000..1139e74a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202004_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202004 STATION NETCDFs +0.14530593554178875 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202004_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202004_M_GLOBAL.out new file mode 100644 index 00000000..2d2ed1c1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202004_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202004 STATION NETCDFs +0.17795273462931316 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202005_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202005_D_GLOBAL.out new file mode 100644 index 00000000..6b80fc99 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202005_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202005 STATION NETCDFs +0.20702361265818278 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202005_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202005_H_GLOBAL.out new file mode 100644 index 00000000..d518f6ab --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202005_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202005 STATION NETCDFs +0.4350886344909668 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202005_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202005_M_GLOBAL.out new file mode 100644 index 00000000..d30c67d7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202005_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202005 STATION NETCDFs +0.17096030314763386 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202006_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202006_D_GLOBAL.out new file mode 100644 index 00000000..8ad97ad7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202006_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202006 STATION NETCDFs +0.1626254399617513 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202006_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202006_H_GLOBAL.out new file mode 100644 index 00000000..0cdb4133 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202006_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202006 STATION NETCDFs +0.4359041730562846 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202006_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202006_M_GLOBAL.out new file mode 100644 index 00000000..420fe902 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202006_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202006 STATION NETCDFs +0.5520835200945536 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202007_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202007_D_GLOBAL.out new file mode 100644 index 00000000..1d55aec7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202007_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202007 STATION NETCDFs +0.1890782078107198 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202007_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202007_H_GLOBAL.out new file mode 100644 index 00000000..3e7a9522 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202007_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202007 STATION NETCDFs +0.13136833906173706 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202007_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202007_M_GLOBAL.out new file mode 100644 index 00000000..b76bc679 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202007_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202007 STATION NETCDFs +0.18228136301040648 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202008_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202008_D_GLOBAL.out new file mode 100644 index 00000000..1c98d5cd --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202008_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202008 STATION NETCDFs +0.20101166963577272 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202008_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202008_H_GLOBAL.out new file mode 100644 index 00000000..10349639 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202008_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202008 STATION NETCDFs +0.12905529737472535 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202008_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202008_M_GLOBAL.out new file mode 100644 index 00000000..f23ff1e8 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202008_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202008 STATION NETCDFs +0.1799806237220764 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202009_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202009_D_GLOBAL.out new file mode 100644 index 00000000..7b6c1f30 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202009_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202009 STATION NETCDFs +0.5876090248425802 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202009_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202009_H_GLOBAL.out new file mode 100644 index 00000000..9b7eb9ad --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202009_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202009 STATION NETCDFs +0.4405332922935486 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202009_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202009_M_GLOBAL.out new file mode 100644 index 00000000..0fb7579e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202009_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202009 STATION NETCDFs +0.1885513385136922 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202010_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202010_D_GLOBAL.out new file mode 100644 index 00000000..4ff5ed3b --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202010_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202010 STATION NETCDFs +0.5250361164410909 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202010_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202010_H_GLOBAL.out new file mode 100644 index 00000000..eb3d7ead --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202010_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202010 STATION NETCDFs +0.42638506889343264 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202010_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202010_M_GLOBAL.out new file mode 100644 index 00000000..9e147bdd --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202010_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202010 STATION NETCDFs +0.1679548740386963 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202011_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202011_D_GLOBAL.out new file mode 100644 index 00000000..ad3eb340 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202011_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202011 STATION NETCDFs +0.1755480209986369 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202011_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202011_H_GLOBAL.out new file mode 100644 index 00000000..d16997b3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202011_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202011 STATION NETCDFs +0.13905593554178874 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202011_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202011_M_GLOBAL.out new file mode 100644 index 00000000..d42b03b1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202011_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202011 STATION NETCDFs +0.5238684415817261 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202012_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202012_D_GLOBAL.out new file mode 100644 index 00000000..2fda0325 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202012_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202012 STATION NETCDFs +0.21500439643859864 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202012_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202012_H_GLOBAL.out new file mode 100644 index 00000000..e3480b64 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202012_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202012 STATION NETCDFs +0.13683434327443442 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202012_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202012_M_GLOBAL.out new file mode 100644 index 00000000..cb2e619a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202012_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202012 STATION NETCDFs +0.17834546168645224 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202101_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202101_D_GLOBAL.out new file mode 100644 index 00000000..de10c059 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202101_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202101 STATION NETCDFs +0.12815815210342407 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202101_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202101_H_GLOBAL.out new file mode 100644 index 00000000..53f6f6ed --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202101_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202101 STATION NETCDFs +0.12367144028345743 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202101_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202101_M_GLOBAL.out new file mode 100644 index 00000000..a16fc310 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202101_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202101 STATION NETCDFs +0.11371796131134033 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202102_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202102_D_GLOBAL.out new file mode 100644 index 00000000..92322453 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202102_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202102 STATION NETCDFs +0.1319637139638265 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202102_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202102_H_GLOBAL.out new file mode 100644 index 00000000..d31d4b5f --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202102_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202102 STATION NETCDFs +0.035465304056803384 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202102_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202102_M_GLOBAL.out new file mode 100644 index 00000000..202d0319 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202102_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202102 STATION NETCDFs +0.034543104966481525 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202103_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202103_D_GLOBAL.out new file mode 100644 index 00000000..ed4d159c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202103_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202103 STATION NETCDFs +0.04742261966069539 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202103_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202103_H_GLOBAL.out new file mode 100644 index 00000000..62abdf31 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202103_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202103 STATION NETCDFs +0.11879758437474569 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202103_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202103_M_GLOBAL.out new file mode 100644 index 00000000..c23fa03a --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202103_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202103 STATION NETCDFs +0.028887983163197836 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202104_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202104_D_GLOBAL.out new file mode 100644 index 00000000..801c8ee5 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202104_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202104 STATION NETCDFs +0.03275680939356486 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202104_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202104_H_GLOBAL.out new file mode 100644 index 00000000..9b063ae7 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202104_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202104 STATION NETCDFs +0.08914483388264974 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202104_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202104_M_GLOBAL.out new file mode 100644 index 00000000..dfc52ed3 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202104_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202104 STATION NETCDFs +0.04321075677871704 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202105_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202105_D_GLOBAL.out new file mode 100644 index 00000000..4b2bec5c --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202105_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202105 STATION NETCDFs +0.15805368026097616 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202105_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202105_H_GLOBAL.out new file mode 100644 index 00000000..f44720c1 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202105_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202105 STATION NETCDFs +0.024403067429860432 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202105_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202105_M_GLOBAL.out new file mode 100644 index 00000000..09d31e66 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202105_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202105 STATION NETCDFs +0.07979311148325602 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202106_D_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202106_D_GLOBAL.out new file mode 100644 index 00000000..a05e0493 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202106_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202106 STATION NETCDFs +0.19540080626805623 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202106_H_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202106_H_GLOBAL.out new file mode 100644 index 00000000..cf897a7e --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202106_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202106 STATION NETCDFs +0.02806477944056193 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_PM2.5/T2/0_202106_M_GLOBAL.out b/run/stage_logs/NAPMD_PM2.5/T2/0_202106_M_GLOBAL.out new file mode 100644 index 00000000..cad188d9 --- /dev/null +++ b/run/stage_logs/NAPMD_PM2.5/T2/0_202106_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202106 STATION NETCDFs +0.024862722555796305 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/S1/0_1990.out b/run/stage_logs/NAPMD_Pb/S1/0_1990.out new file mode 100644 index 00000000..2a54d657 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/S1/0_1990.out @@ -0,0 +1,5 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/daily/1990/Pb_1990.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +339 -- PARSING RAW DATA +0.008151320616404216 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/S1/0_1991.out b/run/stage_logs/NAPMD_Pb/S1/0_1991.out new file mode 100644 index 00000000..73ea7f9a --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/S1/0_1991.out @@ -0,0 +1,5 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/daily/1991/Pb_1991.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +339 -- PARSING RAW DATA +0.007857243220011393 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/S1/0_1992.out b/run/stage_logs/NAPMD_Pb/S1/0_1992.out new file mode 100644 index 00000000..56aad6ad --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/S1/0_1992.out @@ -0,0 +1,5 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/daily/1992/Pb_1992.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +339 -- PARSING RAW DATA +0.007663599650065104 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/S1/0_1993.out b/run/stage_logs/NAPMD_Pb/S1/0_1993.out new file mode 100644 index 00000000..ff722e68 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/S1/0_1993.out @@ -0,0 +1,4 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/daily/1993/Pb_1993.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +0.006744162241617838 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/S1/0_1994.out b/run/stage_logs/NAPMD_Pb/S1/0_1994.out new file mode 100644 index 00000000..d7e1bd29 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/S1/0_1994.out @@ -0,0 +1,4 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/daily/1994/Pb_1994.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +0.006913888454437256 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/S1/0_1995.out b/run/stage_logs/NAPMD_Pb/S1/0_1995.out new file mode 100644 index 00000000..3924323f --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/S1/0_1995.out @@ -0,0 +1,3 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/daily/1995/Pb_1995.csv +325 -- PARSING RAW DATA +0.005391256014506022 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/S2/0_325_ICP-AES.out b/run/stage_logs/NAPMD_Pb/S2/0_325_ICP-AES.out new file mode 100644 index 00000000..dc0c0580 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/S2/0_325_ICP-AES.out @@ -0,0 +1,4 @@ +325_ICP-AES -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0034913142522176106 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/S2/0_326_ICP-AES.out b/run/stage_logs/NAPMD_Pb/S2/0_326_ICP-AES.out new file mode 100644 index 00000000..9700198f --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/S2/0_326_ICP-AES.out @@ -0,0 +1,4 @@ +326_ICP-AES -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.002861988544464111 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/S2/0_339_ICP-AES.out b/run/stage_logs/NAPMD_Pb/S2/0_339_ICP-AES.out new file mode 100644 index 00000000..5660306d --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/S2/0_339_ICP-AES.out @@ -0,0 +1,4 @@ +339_ICP-AES -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0027417461077372234 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/S3/0_325_ICP-AES.out b/run/stage_logs/NAPMD_Pb/S3/0_325_ICP-AES.out new file mode 100644 index 00000000..8785e675 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/S3/0_325_ICP-AES.out @@ -0,0 +1,23 @@ +325_ICP-AES -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5274784763654073 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/S3/0_326_ICP-AES.out b/run/stage_logs/NAPMD_Pb/S3/0_326_ICP-AES.out new file mode 100644 index 00000000..259e3e71 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/S3/0_326_ICP-AES.out @@ -0,0 +1,23 @@ +326_ICP-AES -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6782504399617513 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/S3/0_339_ICP-AES.out b/run/stage_logs/NAPMD_Pb/S3/0_339_ICP-AES.out new file mode 100644 index 00000000..d1a5800c --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/S3/0_339_ICP-AES.out @@ -0,0 +1,23 @@ +339_ICP-AES -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6822079380353292 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T1/0_325_ICP-AES_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T1/0_325_ICP-AES_D_GLOBAL.out new file mode 100644 index 00000000..a47041b2 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T1/0_325_ICP-AES_D_GLOBAL.out @@ -0,0 +1,3 @@ +325_ICP-AES -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2087438980738322 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T1/0_325_ICP-AES_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T1/0_325_ICP-AES_M_GLOBAL.out new file mode 100644 index 00000000..ae93645f --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T1/0_325_ICP-AES_M_GLOBAL.out @@ -0,0 +1,3 @@ +325_ICP-AES -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.18500491380691528 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T1/0_326_ICP-AES_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T1/0_326_ICP-AES_D_GLOBAL.out new file mode 100644 index 00000000..26162b62 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T1/0_326_ICP-AES_D_GLOBAL.out @@ -0,0 +1,3 @@ +326_ICP-AES -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.14327183564503987 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T1/0_326_ICP-AES_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T1/0_326_ICP-AES_M_GLOBAL.out new file mode 100644 index 00000000..199fa6ae --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T1/0_326_ICP-AES_M_GLOBAL.out @@ -0,0 +1,3 @@ +326_ICP-AES -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.13252631028493245 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T1/0_339_ICP-AES_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T1/0_339_ICP-AES_D_GLOBAL.out new file mode 100644 index 00000000..8fb48f15 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T1/0_339_ICP-AES_D_GLOBAL.out @@ -0,0 +1,3 @@ +339_ICP-AES -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.0902730147043864 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T1/0_339_ICP-AES_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T1/0_339_ICP-AES_M_GLOBAL.out new file mode 100644 index 00000000..4133d493 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T1/0_339_ICP-AES_M_GLOBAL.out @@ -0,0 +1,3 @@ +339_ICP-AES -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.08707237243652344 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T1/1_325_ICP-AES_H_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T1/1_325_ICP-AES_H_GLOBAL.out new file mode 100644 index 00000000..25946824 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T1/1_325_ICP-AES_H_GLOBAL.out @@ -0,0 +1,2 @@ +325_ICP-AES -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T1/1_326_ICP-AES_H_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T1/1_326_ICP-AES_H_GLOBAL.out new file mode 100644 index 00000000..35c1dc83 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T1/1_326_ICP-AES_H_GLOBAL.out @@ -0,0 +1,2 @@ +326_ICP-AES -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T1/1_339_ICP-AES_H_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T1/1_339_ICP-AES_H_GLOBAL.out new file mode 100644 index 00000000..0d716f33 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T1/1_339_ICP-AES_H_GLOBAL.out @@ -0,0 +1,2 @@ +339_ICP-AES -- TEMPORALLY AVERAGE DATA +AFTER REMOVING COARSE RESOLUTION DATA, NO VALID DATA TO TEMPORALLY GRID \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199001_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199001_D_GLOBAL.out new file mode 100644 index 00000000..5df4210b --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199001_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199001 STATION NETCDFs +0.028793021043141683 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199001_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199001_M_GLOBAL.out new file mode 100644 index 00000000..4e21bb4b --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199001_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199001 STATION NETCDFs +0.03395861784617106 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199002_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199002_D_GLOBAL.out new file mode 100644 index 00000000..c958f43f --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199002_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199002 STATION NETCDFs +0.03768632411956787 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199002_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199002_M_GLOBAL.out new file mode 100644 index 00000000..c938f82e --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199002_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199002 STATION NETCDFs +0.022400987148284913 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199003_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199003_D_GLOBAL.out new file mode 100644 index 00000000..a2c8f026 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199003_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199003 STATION NETCDFs +0.03741032282511393 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199003_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199003_M_GLOBAL.out new file mode 100644 index 00000000..913517b9 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199003_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199003 STATION NETCDFs +0.045418715476989745 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199004_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199004_D_GLOBAL.out new file mode 100644 index 00000000..88a4cf8f --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199004_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199004 STATION NETCDFs +0.020446391900380452 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199004_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199004_M_GLOBAL.out new file mode 100644 index 00000000..d85d4c73 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199004_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199004 STATION NETCDFs +0.030153989791870117 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199005_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199005_D_GLOBAL.out new file mode 100644 index 00000000..dd90badc --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199005_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199005 STATION NETCDFs +0.040004408359527587 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199005_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199005_M_GLOBAL.out new file mode 100644 index 00000000..42dc0dc4 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199005_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199005 STATION NETCDFs +0.02721316417058309 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199006_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199006_D_GLOBAL.out new file mode 100644 index 00000000..8df11bd6 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199006_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199006 STATION NETCDFs +0.03762052059173584 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199006_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199006_M_GLOBAL.out new file mode 100644 index 00000000..71c8e36b --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199006_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199006 STATION NETCDFs +0.030500181516011558 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199007_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199007_D_GLOBAL.out new file mode 100644 index 00000000..54ae9234 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199007_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199007 STATION NETCDFs +0.02413837512334188 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199007_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199007_M_GLOBAL.out new file mode 100644 index 00000000..04ad48f4 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199007_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199007 STATION NETCDFs +0.037491484483083086 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199008_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199008_D_GLOBAL.out new file mode 100644 index 00000000..d889c0a8 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199008_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199008 STATION NETCDFs +0.027538355191548666 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199008_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199008_M_GLOBAL.out new file mode 100644 index 00000000..b8f7556b --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199008_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199008 STATION NETCDFs +0.03191967407862346 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199009_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199009_D_GLOBAL.out new file mode 100644 index 00000000..903faf80 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199009_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199009 STATION NETCDFs +0.03893237113952637 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199009_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199009_M_GLOBAL.out new file mode 100644 index 00000000..f4b5a74b --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199009_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199009 STATION NETCDFs +0.037665983041127525 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199010_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199010_D_GLOBAL.out new file mode 100644 index 00000000..03dd2f30 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199010_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199010 STATION NETCDFs +0.03492432435353597 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199010_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199010_M_GLOBAL.out new file mode 100644 index 00000000..d26ab117 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199010_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199010 STATION NETCDFs +0.03709251483281453 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199011_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199011_D_GLOBAL.out new file mode 100644 index 00000000..e96e3c09 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199011_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199011 STATION NETCDFs +0.03057142496109009 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199011_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199011_M_GLOBAL.out new file mode 100644 index 00000000..a6ede736 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199011_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199011 STATION NETCDFs +0.037653791904449466 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199012_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199012_D_GLOBAL.out new file mode 100644 index 00000000..a32eccf0 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199012_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199012 STATION NETCDFs +0.04659157196680705 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199012_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199012_M_GLOBAL.out new file mode 100644 index 00000000..a1e518bf --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199012_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199012 STATION NETCDFs +0.020547783374786376 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199101_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199101_D_GLOBAL.out new file mode 100644 index 00000000..2b27dea5 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199101_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199101 STATION NETCDFs +0.03338347276051839 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199101_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199101_M_GLOBAL.out new file mode 100644 index 00000000..036e47f8 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199101_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199101 STATION NETCDFs +0.03915117979049683 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199102_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199102_D_GLOBAL.out new file mode 100644 index 00000000..b5b864b1 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199102_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199102 STATION NETCDFs +0.043045707543691 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199102_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199102_M_GLOBAL.out new file mode 100644 index 00000000..fda1f448 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199102_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199102 STATION NETCDFs +0.037847526868184406 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199103_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199103_D_GLOBAL.out new file mode 100644 index 00000000..cce01fd8 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199103_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199103 STATION NETCDFs +0.03669883410135905 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199103_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199103_M_GLOBAL.out new file mode 100644 index 00000000..5fcb05c7 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199103_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199103 STATION NETCDFs +0.03618946472803752 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199104_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199104_D_GLOBAL.out new file mode 100644 index 00000000..45c0d6b2 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199104_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199104 STATION NETCDFs +0.03208873669306437 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199104_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199104_M_GLOBAL.out new file mode 100644 index 00000000..68b3ea76 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199104_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199104 STATION NETCDFs +0.04337505499521891 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199105_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199105_D_GLOBAL.out new file mode 100644 index 00000000..67a0c7da --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199105_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199105 STATION NETCDFs +0.03733901977539063 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199105_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199105_M_GLOBAL.out new file mode 100644 index 00000000..0d509e68 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199105_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199105 STATION NETCDFs +0.037546408176422116 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199106_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199106_D_GLOBAL.out new file mode 100644 index 00000000..f197609a --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199106_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199106 STATION NETCDFs +0.04487003087997436 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199106_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199106_M_GLOBAL.out new file mode 100644 index 00000000..31ce6833 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199106_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199106 STATION NETCDFs +0.045338797569274905 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199107_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199107_D_GLOBAL.out new file mode 100644 index 00000000..603492bc --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199107_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199107 STATION NETCDFs +0.030016895135243735 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199107_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199107_M_GLOBAL.out new file mode 100644 index 00000000..0221fc74 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199107_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199107 STATION NETCDFs +0.037638326485951744 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199108_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199108_D_GLOBAL.out new file mode 100644 index 00000000..408863c8 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199108_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199108 STATION NETCDFs +0.02215635379155477 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199108_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199108_M_GLOBAL.out new file mode 100644 index 00000000..afac92fc --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199108_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199108 STATION NETCDFs +0.01988904078801473 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199109_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199109_D_GLOBAL.out new file mode 100644 index 00000000..d8875099 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199109_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199109 STATION NETCDFs +0.046210511525472 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199109_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199109_M_GLOBAL.out new file mode 100644 index 00000000..238cfb4e --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199109_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199109 STATION NETCDFs +0.025786149501800536 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199110_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199110_D_GLOBAL.out new file mode 100644 index 00000000..ab6c21f2 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199110_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199110 STATION NETCDFs +0.04765370686848958 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199110_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199110_M_GLOBAL.out new file mode 100644 index 00000000..51c88ba9 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199110_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199110 STATION NETCDFs +0.024407788117726644 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199111_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199111_D_GLOBAL.out new file mode 100644 index 00000000..257a61ed --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199111_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199111 STATION NETCDFs +0.03895835876464844 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199111_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199111_M_GLOBAL.out new file mode 100644 index 00000000..c1cdc078 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199111_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199111 STATION NETCDFs +0.03686339060465495 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199112_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199112_D_GLOBAL.out new file mode 100644 index 00000000..12f43735 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199112_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199112 STATION NETCDFs +0.04581009944279989 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199112_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199112_M_GLOBAL.out new file mode 100644 index 00000000..d038b0b1 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199112_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199112 STATION NETCDFs +0.025270219643910727 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199201_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199201_D_GLOBAL.out new file mode 100644 index 00000000..da9741b6 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199201_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199201 STATION NETCDFs +0.020354044437408448 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199201_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199201_M_GLOBAL.out new file mode 100644 index 00000000..55791c6a --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199201_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199201 STATION NETCDFs +0.03894612391789754 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199202_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199202_D_GLOBAL.out new file mode 100644 index 00000000..658833f1 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199202_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199202 STATION NETCDFs +0.04599000215530395 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199202_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199202_M_GLOBAL.out new file mode 100644 index 00000000..2212e00a --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199202_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199202 STATION NETCDFs +0.04733120600382487 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199203_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199203_D_GLOBAL.out new file mode 100644 index 00000000..1e3995c5 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199203_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199203 STATION NETCDFs +0.03780961036682129 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199203_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199203_M_GLOBAL.out new file mode 100644 index 00000000..8cdae163 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199203_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199203 STATION NETCDFs +0.038269007205963136 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199204_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199204_D_GLOBAL.out new file mode 100644 index 00000000..cfbe01c8 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199204_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199204 STATION NETCDFs +0.04700008233388265 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199204_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199204_M_GLOBAL.out new file mode 100644 index 00000000..0de87c73 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199204_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199204 STATION NETCDFs +0.03749786218007405 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199205_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199205_D_GLOBAL.out new file mode 100644 index 00000000..9b54a64b --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199205_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199205 STATION NETCDFs +0.035593068599700926 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199205_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199205_M_GLOBAL.out new file mode 100644 index 00000000..84adc6b5 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199205_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199205 STATION NETCDFs +0.03788771231969198 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199206_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199206_D_GLOBAL.out new file mode 100644 index 00000000..3c9ddfe2 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199206_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199206 STATION NETCDFs +0.03786065975824992 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199206_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199206_M_GLOBAL.out new file mode 100644 index 00000000..c5eb3ebe --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199206_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199206 STATION NETCDFs +0.03869250218073527 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199207_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199207_D_GLOBAL.out new file mode 100644 index 00000000..aed09bb7 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199207_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199207 STATION NETCDFs +0.030545767148335776 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199207_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199207_M_GLOBAL.out new file mode 100644 index 00000000..4cd81c41 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199207_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199207 STATION NETCDFs +0.04567291339238485 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199208_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199208_D_GLOBAL.out new file mode 100644 index 00000000..335d4f88 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199208_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199208 STATION NETCDFs +0.038475978374481204 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199208_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199208_M_GLOBAL.out new file mode 100644 index 00000000..8569b0af --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199208_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199208 STATION NETCDFs +0.02035087744394938 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199209_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199209_D_GLOBAL.out new file mode 100644 index 00000000..dcfb73f4 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199209_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199209 STATION NETCDFs +0.027489125728607178 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199209_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199209_M_GLOBAL.out new file mode 100644 index 00000000..2a5c470e --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199209_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199209 STATION NETCDFs +0.019738956292470296 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199210_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199210_D_GLOBAL.out new file mode 100644 index 00000000..75f533b6 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199210_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199210 STATION NETCDFs +0.03110519250233968 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199210_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199210_M_GLOBAL.out new file mode 100644 index 00000000..73796afe --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199210_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199210 STATION NETCDFs +0.023584369818369547 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199211_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199211_D_GLOBAL.out new file mode 100644 index 00000000..6edbd633 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199211_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199211 STATION NETCDFs +0.027908150355021158 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199211_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199211_M_GLOBAL.out new file mode 100644 index 00000000..c0f6089d --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199211_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199211 STATION NETCDFs +0.04260044892628988 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199212_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199212_D_GLOBAL.out new file mode 100644 index 00000000..b2ee0268 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199212_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199212 STATION NETCDFs +0.039185718695322676 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199212_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199212_M_GLOBAL.out new file mode 100644 index 00000000..8e7e97c3 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199212_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199212 STATION NETCDFs +0.026254220803578695 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199301_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199301_D_GLOBAL.out new file mode 100644 index 00000000..c6ae4625 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199301_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199301 STATION NETCDFs +0.0315059224764506 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199301_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199301_M_GLOBAL.out new file mode 100644 index 00000000..f3abf960 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199301_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199301 STATION NETCDFs +0.031299245357513425 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199302_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199302_D_GLOBAL.out new file mode 100644 index 00000000..2524b0fc --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199302_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199302 STATION NETCDFs +0.04452872276306152 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199302_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199302_M_GLOBAL.out new file mode 100644 index 00000000..6dc0fde2 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199302_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199302 STATION NETCDFs +0.039411747455596925 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199303_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199303_D_GLOBAL.out new file mode 100644 index 00000000..ac161144 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199303_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199303 STATION NETCDFs +0.020878597100575765 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199303_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199303_M_GLOBAL.out new file mode 100644 index 00000000..8c36eba5 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199303_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199303 STATION NETCDFs +0.03615028460820516 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199304_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199304_D_GLOBAL.out new file mode 100644 index 00000000..af637ec1 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199304_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199304 STATION NETCDFs +0.024821619192759197 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199304_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199304_M_GLOBAL.out new file mode 100644 index 00000000..838e9d17 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199304_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199304 STATION NETCDFs +0.02131874163945516 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199305_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199305_D_GLOBAL.out new file mode 100644 index 00000000..4a1eeaf9 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199305_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199305 STATION NETCDFs +0.02320971091588338 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199305_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199305_M_GLOBAL.out new file mode 100644 index 00000000..1b27cedf --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199305_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199305 STATION NETCDFs +0.01913166046142578 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199306_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199306_D_GLOBAL.out new file mode 100644 index 00000000..a3ddcff3 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199306_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199306 STATION NETCDFs +0.02795716921488444 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199306_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199306_M_GLOBAL.out new file mode 100644 index 00000000..79faf025 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199306_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199306 STATION NETCDFs +0.017376697063446044 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199307_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199307_D_GLOBAL.out new file mode 100644 index 00000000..0b9de53e --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199307_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199307 STATION NETCDFs +0.02020643949508667 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199307_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199307_M_GLOBAL.out new file mode 100644 index 00000000..82938e36 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199307_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199307 STATION NETCDFs +0.04319967826207479 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199308_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199308_D_GLOBAL.out new file mode 100644 index 00000000..ba3f2799 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199308_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199308 STATION NETCDFs +0.037804245948791504 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199308_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199308_M_GLOBAL.out new file mode 100644 index 00000000..1b88270a --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199308_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199308 STATION NETCDFs +0.03248204787572225 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199309_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199309_D_GLOBAL.out new file mode 100644 index 00000000..1b990df2 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199309_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199309 STATION NETCDFs +0.01976910432179769 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199309_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199309_M_GLOBAL.out new file mode 100644 index 00000000..acf52e8a --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199309_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199309 STATION NETCDFs +0.02578084866205851 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199310_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199310_D_GLOBAL.out new file mode 100644 index 00000000..43b66943 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199310_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199310 STATION NETCDFs +0.03670099178949992 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199310_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199310_M_GLOBAL.out new file mode 100644 index 00000000..246cc9f2 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199310_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199310 STATION NETCDFs +0.03011835813522339 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199311_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199311_D_GLOBAL.out new file mode 100644 index 00000000..6cce05c9 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199311_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199311 STATION NETCDFs +0.04542710781097412 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199311_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199311_M_GLOBAL.out new file mode 100644 index 00000000..d3c6d982 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199311_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199311 STATION NETCDFs +0.037135303020477295 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199312_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199312_D_GLOBAL.out new file mode 100644 index 00000000..56bca110 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199312_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199312 STATION NETCDFs +0.02044799327850342 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199312_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199312_M_GLOBAL.out new file mode 100644 index 00000000..fab4e8b9 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199312_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199312 STATION NETCDFs +0.017635432879130046 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199401_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199401_D_GLOBAL.out new file mode 100644 index 00000000..fb6bcc9f --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199401_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199401 STATION NETCDFs +0.03503156503041585 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199401_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199401_M_GLOBAL.out new file mode 100644 index 00000000..0d32ee84 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199401_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199401 STATION NETCDFs +0.046532134215037026 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199402_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199402_D_GLOBAL.out new file mode 100644 index 00000000..09d70242 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199402_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199402 STATION NETCDFs +0.03528118928273519 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199402_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199402_M_GLOBAL.out new file mode 100644 index 00000000..6eccabee --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199402_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199402 STATION NETCDFs +0.03608519236246745 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199403_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199403_D_GLOBAL.out new file mode 100644 index 00000000..1c279601 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199403_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199403 STATION NETCDFs +0.035637263456980386 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199403_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199403_M_GLOBAL.out new file mode 100644 index 00000000..a536640f --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199403_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199403 STATION NETCDFs +0.0340149720509847 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199404_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199404_D_GLOBAL.out new file mode 100644 index 00000000..6d509783 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199404_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199404 STATION NETCDFs +0.0306142528851827 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199404_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199404_M_GLOBAL.out new file mode 100644 index 00000000..4d9a397d --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199404_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199404 STATION NETCDFs +0.02977150281270345 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199405_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199405_D_GLOBAL.out new file mode 100644 index 00000000..4863f44c --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199405_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199405 STATION NETCDFs +0.02016376256942749 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199405_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199405_M_GLOBAL.out new file mode 100644 index 00000000..c358b9fe --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199405_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199405 STATION NETCDFs +0.026040311654408774 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199406_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199406_D_GLOBAL.out new file mode 100644 index 00000000..d38ddfd3 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199406_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199406 STATION NETCDFs +0.03999275763829549 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199406_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199406_M_GLOBAL.out new file mode 100644 index 00000000..2ecb45c0 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199406_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199406 STATION NETCDFs +0.021669236818949382 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199407_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199407_D_GLOBAL.out new file mode 100644 index 00000000..1c2f879e --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199407_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199407 STATION NETCDFs +0.03506586154301961 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199407_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199407_M_GLOBAL.out new file mode 100644 index 00000000..85170300 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199407_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199407 STATION NETCDFs +0.04149986902872722 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199408_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199408_D_GLOBAL.out new file mode 100644 index 00000000..3e46f2cf --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199408_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199408 STATION NETCDFs +0.036513630549112955 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199408_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199408_M_GLOBAL.out new file mode 100644 index 00000000..6bb94e0f --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199408_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199408 STATION NETCDFs +0.030656735102335613 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199409_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199409_D_GLOBAL.out new file mode 100644 index 00000000..8bfb95b2 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199409_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199409 STATION NETCDFs +0.02353959878285726 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199409_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199409_M_GLOBAL.out new file mode 100644 index 00000000..acd83e26 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199409_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199409 STATION NETCDFs +0.03563952445983887 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199410_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199410_D_GLOBAL.out new file mode 100644 index 00000000..9a06c913 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199410_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199410 STATION NETCDFs +0.02104308605194092 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199410_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199410_M_GLOBAL.out new file mode 100644 index 00000000..178461c0 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199410_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199410 STATION NETCDFs +0.024773812294006346 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199411_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199411_D_GLOBAL.out new file mode 100644 index 00000000..12ee5c15 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199411_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199411 STATION NETCDFs +0.03151788314183553 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199411_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199411_M_GLOBAL.out new file mode 100644 index 00000000..cccf50a0 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199411_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199411 STATION NETCDFs +0.038250195980072024 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199412_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199412_D_GLOBAL.out new file mode 100644 index 00000000..f125284d --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199412_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199412 STATION NETCDFs +0.02014455000559489 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199412_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199412_M_GLOBAL.out new file mode 100644 index 00000000..ba324b66 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199412_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199412 STATION NETCDFs +0.043364826838175455 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199501_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199501_D_GLOBAL.out new file mode 100644 index 00000000..347c37b1 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199501_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199501 STATION NETCDFs +0.036027113596598305 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199501_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199501_M_GLOBAL.out new file mode 100644 index 00000000..d58d2915 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199501_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199501 STATION NETCDFs +0.017652622858683267 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199502_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199502_D_GLOBAL.out new file mode 100644 index 00000000..70179240 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199502_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199502 STATION NETCDFs +0.04464520215988159 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199502_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199502_M_GLOBAL.out new file mode 100644 index 00000000..16d43ff3 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199502_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199502 STATION NETCDFs +0.027731696764628094 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199503_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199503_D_GLOBAL.out new file mode 100644 index 00000000..a36b7aa8 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199503_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199503 STATION NETCDFs +0.03411786158879598 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199503_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199503_M_GLOBAL.out new file mode 100644 index 00000000..14760aba --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199503_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199503 STATION NETCDFs +0.033960787455240886 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199504_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199504_D_GLOBAL.out new file mode 100644 index 00000000..97847c52 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199504_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199504 STATION NETCDFs +0.02146072785059611 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199504_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199504_M_GLOBAL.out new file mode 100644 index 00000000..a99758d8 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199504_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199504 STATION NETCDFs +0.03649901151657105 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199505_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199505_D_GLOBAL.out new file mode 100644 index 00000000..95a19433 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199505_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199505 STATION NETCDFs +0.035936176776885986 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199505_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199505_M_GLOBAL.out new file mode 100644 index 00000000..784ba5f4 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199505_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199505 STATION NETCDFs +0.04465624491373698 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199506_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199506_D_GLOBAL.out new file mode 100644 index 00000000..20e89e0b --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199506_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199506 STATION NETCDFs +0.027352360884348552 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199506_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199506_M_GLOBAL.out new file mode 100644 index 00000000..09ade8fe --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199506_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199506 STATION NETCDFs +0.019037282466888426 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199507_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199507_D_GLOBAL.out new file mode 100644 index 00000000..6dac6e30 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199507_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199507 STATION NETCDFs +0.04304257233937581 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199507_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199507_M_GLOBAL.out new file mode 100644 index 00000000..e25f347e --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199507_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199507 STATION NETCDFs +0.01790364980697632 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199508_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199508_D_GLOBAL.out new file mode 100644 index 00000000..1a1c0e68 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199508_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199508 STATION NETCDFs +0.04021139939626058 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199508_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199508_M_GLOBAL.out new file mode 100644 index 00000000..e622253d --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199508_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199508 STATION NETCDFs +0.03183577060699463 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199509_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199509_D_GLOBAL.out new file mode 100644 index 00000000..e624f04f --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199509_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199509 STATION NETCDFs +0.038194453716278075 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199509_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199509_M_GLOBAL.out new file mode 100644 index 00000000..8a6a1d3f --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199509_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199509 STATION NETCDFs +0.04118533531824748 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199510_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199510_D_GLOBAL.out new file mode 100644 index 00000000..28bb57b3 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199510_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199510 STATION NETCDFs +0.03480638265609741 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199510_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199510_M_GLOBAL.out new file mode 100644 index 00000000..cdd6ec2c --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199510_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199510 STATION NETCDFs +0.030412522951761882 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199511_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199511_D_GLOBAL.out new file mode 100644 index 00000000..51b26bae --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199511_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199511 STATION NETCDFs +0.030382057030995686 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199511_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199511_M_GLOBAL.out new file mode 100644 index 00000000..cb3fc76d --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199511_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199511 STATION NETCDFs +0.034536345799763994 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199512_D_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199512_D_GLOBAL.out new file mode 100644 index 00000000..7555f1b6 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199512_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199512 STATION NETCDFs +0.036108068625132245 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_Pb/T2/0_199512_M_GLOBAL.out b/run/stage_logs/NAPMD_Pb/T2/0_199512_M_GLOBAL.out new file mode 100644 index 00000000..a0a134f8 --- /dev/null +++ b/run/stage_logs/NAPMD_Pb/T2/0_199512_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199512 STATION NETCDFs +0.032868675390879315 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S1/0_1990.out b/run/stage_logs/NAPMD_SO2/S1/0_1990.out new file mode 100644 index 00000000..55c32333 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S1/0_1990.out @@ -0,0 +1,6 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1990/SO2_1990.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +331 -- PARSING RAW DATA +340 -- PARSING RAW DATA +0.023410836855570476 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S1/0_1991.out b/run/stage_logs/NAPMD_SO2/S1/0_1991.out new file mode 100644 index 00000000..5ae4d874 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S1/0_1991.out @@ -0,0 +1,6 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1991/SO2_1991.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +331 -- PARSING RAW DATA +340 -- PARSING RAW DATA +0.022194103399912516 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S1/0_1992.out b/run/stage_logs/NAPMD_SO2/S1/0_1992.out new file mode 100644 index 00000000..0773936c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S1/0_1992.out @@ -0,0 +1,6 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1992/SO2_1992.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +331 -- PARSING RAW DATA +340 -- PARSING RAW DATA +0.024953027566274006 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S1/0_1993.out b/run/stage_logs/NAPMD_SO2/S1/0_1993.out new file mode 100644 index 00000000..b44c024c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S1/0_1993.out @@ -0,0 +1,6 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1993/SO2_1993.csv +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +331 -- PARSING RAW DATA +340 -- PARSING RAW DATA +0.022930169105529787 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S1/0_1994.out b/run/stage_logs/NAPMD_SO2/S1/0_1994.out new file mode 100644 index 00000000..4000011f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S1/0_1994.out @@ -0,0 +1,15 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1994/SO2_1994.csv +13 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +331 -- PARSING RAW DATA +340 -- PARSING RAW DATA +40 -- PARSING RAW DATA +45 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +0.05227541923522949 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S1/0_1995.out b/run/stage_logs/NAPMD_SO2/S1/0_1995.out new file mode 100644 index 00000000..1fecbc44 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S1/0_1995.out @@ -0,0 +1,13 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1995/SO2_1995.csv +13 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +331 -- PARSING RAW DATA +340 -- PARSING RAW DATA +342 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +0.06060367425282796 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S1/0_1996.out b/run/stage_logs/NAPMD_SO2/S1/0_1996.out new file mode 100644 index 00000000..d55d1a5e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S1/0_1996.out @@ -0,0 +1,15 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1996/SO2_1996.csv +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +29 -- PARSING RAW DATA +362 -- PARSING RAW DATA +363 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +0.054931116104125974 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S1/0_1997.out b/run/stage_logs/NAPMD_SO2/S1/0_1997.out new file mode 100644 index 00000000..adbcbf35 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S1/0_1997.out @@ -0,0 +1,16 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1997/SO2_1997.csv +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +29 -- PARSING RAW DATA +362 -- PARSING RAW DATA +363 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.07513858477274576 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S1/0_1998.out b/run/stage_logs/NAPMD_SO2/S1/0_1998.out new file mode 100644 index 00000000..c248d895 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S1/0_1998.out @@ -0,0 +1,17 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1998/SO2_1998.csv +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +29 -- PARSING RAW DATA +362 -- PARSING RAW DATA +363 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.09365744988123575 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S1/0_1999.out b/run/stage_logs/NAPMD_SO2/S1/0_1999.out new file mode 100644 index 00000000..f682b1bb --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S1/0_1999.out @@ -0,0 +1,17 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/1999/SO2_1999.csv +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +29 -- PARSING RAW DATA +362 -- PARSING RAW DATA +363 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.08857930103937785 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S1/0_2000.out b/run/stage_logs/NAPMD_SO2/S1/0_2000.out new file mode 100644 index 00000000..57f0933f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S1/0_2000.out @@ -0,0 +1,19 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2000/SO2_2000.csv +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +27 -- PARSING RAW DATA +29 -- PARSING RAW DATA +360 -- PARSING RAW DATA +362 -- PARSING RAW DATA +363 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.100095268090566 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S1/0_2001.out b/run/stage_logs/NAPMD_SO2/S1/0_2001.out new file mode 100644 index 00000000..2fc38764 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S1/0_2001.out @@ -0,0 +1,19 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2001/SO2_2001.csv +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +27 -- PARSING RAW DATA +29 -- PARSING RAW DATA +360 -- PARSING RAW DATA +362 -- PARSING RAW DATA +363 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.09759935935338339 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S1/0_2002.out b/run/stage_logs/NAPMD_SO2/S1/0_2002.out new file mode 100644 index 00000000..1a68fa84 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S1/0_2002.out @@ -0,0 +1,28 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2002/SO2_2002.csv +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +27 -- PARSING RAW DATA +275 -- PARSING RAW DATA +29 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +340 -- PARSING RAW DATA +342 -- PARSING RAW DATA +343 -- PARSING RAW DATA +360 -- PARSING RAW DATA +362 -- PARSING RAW DATA +363 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.1436680316925049 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S1/0_2003.out b/run/stage_logs/NAPMD_SO2/S1/0_2003.out new file mode 100644 index 00000000..ea0555b3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S1/0_2003.out @@ -0,0 +1,27 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2003/SO2_2003.csv +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +27 -- PARSING RAW DATA +275 -- PARSING RAW DATA +29 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +340 -- PARSING RAW DATA +342 -- PARSING RAW DATA +360 -- PARSING RAW DATA +362 -- PARSING RAW DATA +363 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.15603755712509154 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S1/0_2004.out b/run/stage_logs/NAPMD_SO2/S1/0_2004.out new file mode 100644 index 00000000..256a8726 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S1/0_2004.out @@ -0,0 +1,26 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2004/SO2_2004.csv +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +14 -- PARSING RAW DATA +15 -- PARSING RAW DATA +275 -- PARSING RAW DATA +29 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +340 -- PARSING RAW DATA +342 -- PARSING RAW DATA +360 -- PARSING RAW DATA +362 -- PARSING RAW DATA +363 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +62 -- PARSING RAW DATA +63 -- PARSING RAW DATA +8 -- PARSING RAW DATA +0.16505339940388997 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S1/0_2005.out b/run/stage_logs/NAPMD_SO2/S1/0_2005.out new file mode 100644 index 00000000..5ec0420c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S1/0_2005.out @@ -0,0 +1,28 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2005/SO2_2005.csv +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +275 -- PARSING RAW DATA +29 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +340 -- PARSING RAW DATA +342 -- PARSING RAW DATA +360 -- PARSING RAW DATA +362 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +62 -- PARSING RAW DATA +8 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.14391972621281943 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S1/0_2006.out b/run/stage_logs/NAPMD_SO2/S1/0_2006.out new file mode 100644 index 00000000..3ce2481f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S1/0_2006.out @@ -0,0 +1,26 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2006/SO2_2006.csv +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +275 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +340 -- PARSING RAW DATA +342 -- PARSING RAW DATA +360 -- PARSING RAW DATA +362 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +59 -- PARSING RAW DATA +62 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.14361339410146076 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S1/0_2007.out b/run/stage_logs/NAPMD_SO2/S1/0_2007.out new file mode 100644 index 00000000..dd16a931 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S1/0_2007.out @@ -0,0 +1,26 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2007/SO2_2007.csv +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +275 -- PARSING RAW DATA +29 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +340 -- PARSING RAW DATA +360 -- PARSING RAW DATA +362 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.1488727291425069 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S1/0_2008.out b/run/stage_logs/NAPMD_SO2/S1/0_2008.out new file mode 100644 index 00000000..8e01ff5d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S1/0_2008.out @@ -0,0 +1,26 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2008/SO2_2008.csv +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +275 -- PARSING RAW DATA +29 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +340 -- PARSING RAW DATA +360 -- PARSING RAW DATA +362 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.14852787256240846 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S1/0_2009.out b/run/stage_logs/NAPMD_SO2/S1/0_2009.out new file mode 100644 index 00000000..52d2dc9d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S1/0_2009.out @@ -0,0 +1,26 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2009/SO2_2009.csv +11 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +275 -- PARSING RAW DATA +29 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +340 -- PARSING RAW DATA +360 -- PARSING RAW DATA +362 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +9 -- PARSING RAW DATA +0.13970235188802083 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S1/0_2010.out b/run/stage_logs/NAPMD_SO2/S1/0_2010.out new file mode 100644 index 00000000..46796f24 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S1/0_2010.out @@ -0,0 +1,41 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2010/SO2_2010.csv +104 -- PARSING RAW DATA +105 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +111 -- PARSING RAW DATA +113 -- PARSING RAW DATA +114 -- PARSING RAW DATA +119 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +275 -- PARSING RAW DATA +29 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +340 -- PARSING RAW DATA +360 -- PARSING RAW DATA +362 -- PARSING RAW DATA +363 -- PARSING RAW DATA +40 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +77 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +96 -- PARSING RAW DATA +97 -- PARSING RAW DATA +0.22107835610707602 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S1/0_2011.out b/run/stage_logs/NAPMD_SO2/S1/0_2011.out new file mode 100644 index 00000000..17e62d8e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S1/0_2011.out @@ -0,0 +1,45 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2011/SO2_2011.csv +104 -- PARSING RAW DATA +105 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +111 -- PARSING RAW DATA +113 -- PARSING RAW DATA +114 -- PARSING RAW DATA +119 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +22 -- PARSING RAW DATA +275 -- PARSING RAW DATA +29 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +340 -- PARSING RAW DATA +352 -- PARSING RAW DATA +360 -- PARSING RAW DATA +362 -- PARSING RAW DATA +363 -- PARSING RAW DATA +37 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +48 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +77 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +96 -- PARSING RAW DATA +97 -- PARSING RAW DATA +0.2639557878176371 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S1/0_2012.out b/run/stage_logs/NAPMD_SO2/S1/0_2012.out new file mode 100644 index 00000000..cfdb1f61 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S1/0_2012.out @@ -0,0 +1,50 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2012/SO2_2012.csv +104 -- PARSING RAW DATA +105 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +111 -- PARSING RAW DATA +113 -- PARSING RAW DATA +114 -- PARSING RAW DATA +119 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +20 -- PARSING RAW DATA +22 -- PARSING RAW DATA +275 -- PARSING RAW DATA +29 -- PARSING RAW DATA +31 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +336 -- PARSING RAW DATA +340 -- PARSING RAW DATA +352 -- PARSING RAW DATA +360 -- PARSING RAW DATA +362 -- PARSING RAW DATA +363 -- PARSING RAW DATA +37 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +48 -- PARSING RAW DATA +5 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +61 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +77 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +96 -- PARSING RAW DATA +97 -- PARSING RAW DATA +0.2666445255279541 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S1/0_2013.out b/run/stage_logs/NAPMD_SO2/S1/0_2013.out new file mode 100644 index 00000000..07f75bd5 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S1/0_2013.out @@ -0,0 +1,46 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2013/SO2_2013.csv +104 -- PARSING RAW DATA +105 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +111 -- PARSING RAW DATA +113 -- PARSING RAW DATA +114 -- PARSING RAW DATA +119 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +20 -- PARSING RAW DATA +22 -- PARSING RAW DATA +275 -- PARSING RAW DATA +29 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +336 -- PARSING RAW DATA +340 -- PARSING RAW DATA +360 -- PARSING RAW DATA +362 -- PARSING RAW DATA +363 -- PARSING RAW DATA +37 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +48 -- PARSING RAW DATA +5 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +96 -- PARSING RAW DATA +97 -- PARSING RAW DATA +0.23985366821289061 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S1/0_2014.out b/run/stage_logs/NAPMD_SO2/S1/0_2014.out new file mode 100644 index 00000000..8fa31234 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S1/0_2014.out @@ -0,0 +1,51 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2014/SO2_2014.csv +104 -- PARSING RAW DATA +105 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +111 -- PARSING RAW DATA +113 -- PARSING RAW DATA +114 -- PARSING RAW DATA +119 -- PARSING RAW DATA +120 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +20 -- PARSING RAW DATA +21 -- PARSING RAW DATA +22 -- PARSING RAW DATA +29 -- PARSING RAW DATA +324 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +336 -- PARSING RAW DATA +337 -- PARSING RAW DATA +34 -- PARSING RAW DATA +340 -- PARSING RAW DATA +360 -- PARSING RAW DATA +362 -- PARSING RAW DATA +363 -- PARSING RAW DATA +37 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +48 -- PARSING RAW DATA +5 -- PARSING RAW DATA +52 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +95 -- PARSING RAW DATA +96 -- PARSING RAW DATA +97 -- PARSING RAW DATA +0.2866273085276286 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S1/0_2015.out b/run/stage_logs/NAPMD_SO2/S1/0_2015.out new file mode 100644 index 00000000..2ab39fe2 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S1/0_2015.out @@ -0,0 +1,54 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2015/SO2_2015.csv +104 -- PARSING RAW DATA +105 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +111 -- PARSING RAW DATA +113 -- PARSING RAW DATA +114 -- PARSING RAW DATA +119 -- PARSING RAW DATA +120 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +20 -- PARSING RAW DATA +21 -- PARSING RAW DATA +22 -- PARSING RAW DATA +275 -- PARSING RAW DATA +276 -- PARSING RAW DATA +278 -- PARSING RAW DATA +29 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +331 -- PARSING RAW DATA +332 -- PARSING RAW DATA +336 -- PARSING RAW DATA +337 -- PARSING RAW DATA +34 -- PARSING RAW DATA +340 -- PARSING RAW DATA +360 -- PARSING RAW DATA +362 -- PARSING RAW DATA +363 -- PARSING RAW DATA +37 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +48 -- PARSING RAW DATA +5 -- PARSING RAW DATA +52 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +95 -- PARSING RAW DATA +96 -- PARSING RAW DATA +97 -- PARSING RAW DATA +0.3205956260363261 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S1/0_2016.out b/run/stage_logs/NAPMD_SO2/S1/0_2016.out new file mode 100644 index 00000000..24ba3fda --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S1/0_2016.out @@ -0,0 +1,54 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2016/SO2_2016.csv +104 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +111 -- PARSING RAW DATA +113 -- PARSING RAW DATA +114 -- PARSING RAW DATA +119 -- PARSING RAW DATA +120 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +20 -- PARSING RAW DATA +21 -- PARSING RAW DATA +22 -- PARSING RAW DATA +275 -- PARSING RAW DATA +276 -- PARSING RAW DATA +278 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +332 -- PARSING RAW DATA +336 -- PARSING RAW DATA +337 -- PARSING RAW DATA +34 -- PARSING RAW DATA +340 -- PARSING RAW DATA +360 -- PARSING RAW DATA +362 -- PARSING RAW DATA +363 -- PARSING RAW DATA +37 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +48 -- PARSING RAW DATA +5 -- PARSING RAW DATA +52 -- PARSING RAW DATA +54 -- PARSING RAW DATA +57 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +65 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +95 -- PARSING RAW DATA +96 -- PARSING RAW DATA +97 -- PARSING RAW DATA +0.3280487577120463 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S1/0_2017.out b/run/stage_logs/NAPMD_SO2/S1/0_2017.out new file mode 100644 index 00000000..498f08e3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S1/0_2017.out @@ -0,0 +1,56 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2017/SO2_2017.csv +103 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +111 -- PARSING RAW DATA +113 -- PARSING RAW DATA +114 -- PARSING RAW DATA +119 -- PARSING RAW DATA +120 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +20 -- PARSING RAW DATA +21 -- PARSING RAW DATA +22 -- PARSING RAW DATA +275 -- PARSING RAW DATA +276 -- PARSING RAW DATA +278 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +32 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +332 -- PARSING RAW DATA +336 -- PARSING RAW DATA +337 -- PARSING RAW DATA +34 -- PARSING RAW DATA +340 -- PARSING RAW DATA +360 -- PARSING RAW DATA +362 -- PARSING RAW DATA +363 -- PARSING RAW DATA +37 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +42 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +48 -- PARSING RAW DATA +5 -- PARSING RAW DATA +52 -- PARSING RAW DATA +57 -- PARSING RAW DATA +6 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +65 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +95 -- PARSING RAW DATA +96 -- PARSING RAW DATA +97 -- PARSING RAW DATA +0.3123135924339294 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S1/0_2018.out b/run/stage_logs/NAPMD_SO2/S1/0_2018.out new file mode 100644 index 00000000..65ddf251 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S1/0_2018.out @@ -0,0 +1,60 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2018/SO2_2018.csv +103 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +111 -- PARSING RAW DATA +113 -- PARSING RAW DATA +114 -- PARSING RAW DATA +119 -- PARSING RAW DATA +120 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +20 -- PARSING RAW DATA +21 -- PARSING RAW DATA +22 -- PARSING RAW DATA +24 -- PARSING RAW DATA +275 -- PARSING RAW DATA +276 -- PARSING RAW DATA +278 -- PARSING RAW DATA +29 -- PARSING RAW DATA +30 -- PARSING RAW DATA +32 -- PARSING RAW DATA +325 -- PARSING RAW DATA +326 -- PARSING RAW DATA +332 -- PARSING RAW DATA +336 -- PARSING RAW DATA +337 -- PARSING RAW DATA +34 -- PARSING RAW DATA +340 -- PARSING RAW DATA +356 -- PARSING RAW DATA +360 -- PARSING RAW DATA +362 -- PARSING RAW DATA +363 -- PARSING RAW DATA +37 -- PARSING RAW DATA +370 -- PARSING RAW DATA +375 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +42 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +48 -- PARSING RAW DATA +5 -- PARSING RAW DATA +52 -- PARSING RAW DATA +57 -- PARSING RAW DATA +6 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +65 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +95 -- PARSING RAW DATA +96 -- PARSING RAW DATA +97 -- PARSING RAW DATA +0.3401142676671346 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S1/0_2019.out b/run/stage_logs/NAPMD_SO2/S1/0_2019.out new file mode 100644 index 00000000..0744209b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S1/0_2019.out @@ -0,0 +1,2 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2019/SO2_2019.csv +0.14085827271143594 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S1/0_2020.out b/run/stage_logs/NAPMD_SO2/S1/0_2020.out new file mode 100644 index 00000000..701c8b92 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S1/0_2020.out @@ -0,0 +1,66 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2020/SO2_2020.csv +103 -- PARSING RAW DATA +109 -- PARSING RAW DATA +11 -- PARSING RAW DATA +110 -- PARSING RAW DATA +113 -- PARSING RAW DATA +114 -- PARSING RAW DATA +119 -- PARSING RAW DATA +120 -- PARSING RAW DATA +13 -- PARSING RAW DATA +15 -- PARSING RAW DATA +20 -- PARSING RAW DATA +21 -- PARSING RAW DATA +22 -- PARSING RAW DATA +275 -- PARSING RAW DATA +276 -- PARSING RAW DATA +278 -- PARSING RAW DATA +28 -- PARSING RAW DATA +30 -- PARSING RAW DATA +32 -- PARSING RAW DATA +325 -- PARSING RAW DATA +332 -- PARSING RAW DATA +336 -- PARSING RAW DATA +337 -- PARSING RAW DATA +34 -- PARSING RAW DATA +340 -- PARSING RAW DATA +35 -- PARSING RAW DATA +356 -- PARSING RAW DATA +358 -- PARSING RAW DATA +360 -- PARSING RAW DATA +362 -- PARSING RAW DATA +363 -- PARSING RAW DATA +368 -- PARSING RAW DATA +369 -- PARSING RAW DATA +37 -- PARSING RAW DATA +370 -- PARSING RAW DATA +372 -- PARSING RAW DATA +373 -- PARSING RAW DATA +375 -- PARSING RAW DATA +4 -- PARSING RAW DATA +40 -- PARSING RAW DATA +42 -- PARSING RAW DATA +43 -- PARSING RAW DATA +44 -- PARSING RAW DATA +45 -- PARSING RAW DATA +46 -- PARSING RAW DATA +48 -- PARSING RAW DATA +5 -- PARSING RAW DATA +52 -- PARSING RAW DATA +534 -- PARSING RAW DATA +540 -- PARSING RAW DATA +551 -- PARSING RAW DATA +57 -- PARSING RAW DATA +6 -- PARSING RAW DATA +62 -- PARSING RAW DATA +64 -- PARSING RAW DATA +65 -- PARSING RAW DATA +79 -- PARSING RAW DATA +80 -- PARSING RAW DATA +84 -- PARSING RAW DATA +87 -- PARSING RAW DATA +9 -- PARSING RAW DATA +95 -- PARSING RAW DATA +96 -- PARSING RAW DATA +97 -- PARSING RAW DATA +0.3194756269454956 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S1/0_2021.out b/run/stage_logs/NAPMD_SO2/S1/0_2021.out new file mode 100644 index 00000000..9d198a91 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S1/0_2021.out @@ -0,0 +1,5 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2021/SO2_2021.csv +360 -- PARSING RAW DATA +362 -- PARSING RAW DATA +363 -- PARSING RAW DATA +0.00992505153020223 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_103_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_103_UVF.out new file mode 100644 index 00000000..b7a1f885 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_103_UVF.out @@ -0,0 +1,4 @@ +103_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.005968244870503744 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_104_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_104_UVF.out new file mode 100644 index 00000000..567064d4 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_104_UVF.out @@ -0,0 +1,4 @@ +104_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.014698028564453125 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_105_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_105_UVF.out new file mode 100644 index 00000000..013e43ce --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_105_UVF.out @@ -0,0 +1,4 @@ +105_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01003497838973999 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_109_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_109_UVF.out new file mode 100644 index 00000000..1dbad590 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_109_UVF.out @@ -0,0 +1,4 @@ +109_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.023772438367207844 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_110_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_110_UVF.out new file mode 100644 index 00000000..65b02989 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_110_UVF.out @@ -0,0 +1,4 @@ +110_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.03022671937942505 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_111_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_111_UVF.out new file mode 100644 index 00000000..82c26455 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_111_UVF.out @@ -0,0 +1,4 @@ +111_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.020648030440012614 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_113_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_113_UVF.out new file mode 100644 index 00000000..a24dff12 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_113_UVF.out @@ -0,0 +1,4 @@ +113_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0260875940322876 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_114_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_114_UVF.out new file mode 100644 index 00000000..9afa23f8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_114_UVF.out @@ -0,0 +1,4 @@ +114_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.025298555692036945 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_119_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_119_UVF.out new file mode 100644 index 00000000..38b9dda3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_119_UVF.out @@ -0,0 +1,4 @@ +119_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.02399458090464274 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_11_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_11_UVF.out new file mode 100644 index 00000000..df5c070b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_11_UVF.out @@ -0,0 +1,32 @@ +11_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1996-01-17 13:00:00 1996-12-19 15:00:00 1049291340 1049776740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/11_UVF_1049291340_1049776740.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/11_UVF_1049793840_1050319440.npz'] +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/11_UVF_1050319440_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/11_UVF_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/11_UVF_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/11_UVF_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/11_UVF_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-23 19:00:00 1052948880 1053463380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/11_UVF_1052948880_1053463380.npz'] +2004-01-05 23:00:00 2004-12-31 12:00:00 1053482340 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/11_UVF_1053482340_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/11_UVF_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/11_UVF_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/11_UVF_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/11_UVF_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/11_UVF_1055578260_1056101940.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/11_UVF_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-29 03:00:00 1055578320 1056101940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/11_UVF_1055578260_1056101940.npz'] +2008-12-31 15:00:00 2009-12-31 12:00:00 1056105540 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/11_UVF_1056105540_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/11_UVF_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/11_UVF_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/11_UVF_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/11_UVF_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/11_UVF_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/11_UVF_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/11_UVF_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/11_UVF_1060313040_1060838640.npz'] +2017-12-31 13:00:00 2018-12-31 13:00:00 1060838700 1061364300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/11_UVF_1060838700_1061364300.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/11_UVF_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.19337134758631389 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_120_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_120_UVF.out new file mode 100644 index 00000000..a3fff509 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_120_UVF.out @@ -0,0 +1,4 @@ +120_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.012231083710988362 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_13_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_13_UVF.out new file mode 100644 index 00000000..397df954 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_13_UVF.out @@ -0,0 +1,34 @@ +13_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1993-12-31 13:00:00 1994-06-01 15:00:00 1048215660 1048434660 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/13_UVF_1048215660_1048434660.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1995-01-04 19:00:00 1995-09-03 15:00:00 1048747380 1049095620 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/13_UVF_1048747380_1049095620.npz'] +1996-06-24 04:00:00 1996-11-19 20:00:00 1049519760 1049733840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/13_UVF_1049519760_1049733840.npz'] +1997-11-20 03:00:00 1997-12-31 12:00:00 1050259860 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/13_UVF_1050259860_1050319440.npz'] +1997-12-31 13:00:00 1998-12-31 12:00:00 1050319500 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/13_UVF_1050319500_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/13_UVF_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/13_UVF_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/13_UVF_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/13_UVF_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/13_UVF_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/13_UVF_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/13_UVF_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/13_UVF_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/13_UVF_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/13_UVF_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/13_UVF_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/13_UVF_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/13_UVF_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/13_UVF_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/13_UVF_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/13_UVF_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/13_UVF_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/13_UVF_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/13_UVF_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/13_UVF_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/13_UVF_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/13_UVF_1060313040_1060838640.npz'] +2017-12-31 13:00:00 2018-12-31 13:00:00 1060838700 1061364300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/13_UVF_1060838700_1061364300.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/13_UVF_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.12842648824055988 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_14_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_14_UVF.out new file mode 100644 index 00000000..29ef87a2 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_14_UVF.out @@ -0,0 +1,4 @@ +14_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.020535647869110107 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_15_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_15_UVF.out new file mode 100644 index 00000000..8adf8f61 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_15_UVF.out @@ -0,0 +1,32 @@ +15_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1996-03-15 03:00:00 1996-12-31 12:00:00 1049374260 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/15_UVF_1049374260_1049793840.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/15_UVF_1049793840_1050319440.npz'] +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/15_UVF_1050319440_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/15_UVF_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/15_UVF_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/15_UVF_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/15_UVF_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/15_UVF_1052948880_1053474480.npz'] +2003-12-31 14:00:00 2004-12-31 12:00:00 1053474600 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/15_UVF_1053474600_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/15_UVF_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-29 02:00:00 1054527120 1055049240 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/15_UVF_1054527120_1055049240.npz'] +2007-01-04 03:00:00 2007-12-31 11:00:00 1055057940 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/15_UVF_1055057940_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/15_UVF_1055057940_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/15_UVF_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/15_UVF_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/15_UVF_1055578260_1056105300.npz'] +2008-12-31 15:00:00 2009-12-31 12:00:00 1056105540 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/15_UVF_1056105540_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/15_UVF_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/15_UVF_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/15_UVF_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/15_UVF_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/15_UVF_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/15_UVF_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/15_UVF_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/15_UVF_1060313040_1060838640.npz'] +2017-12-31 13:00:00 2018-12-31 13:00:00 1060838700 1061364300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/15_UVF_1060838700_1061364300.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/15_UVF_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.1705793341000875 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_20_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_20_UVF.out new file mode 100644 index 00000000..50e196a9 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_20_UVF.out @@ -0,0 +1,4 @@ +20_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.020793922742207847 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_21_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_21_UVF.out new file mode 100644 index 00000000..97e4cf4b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_21_UVF.out @@ -0,0 +1,4 @@ +21_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0133720596631368 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_22_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_22_UVF.out new file mode 100644 index 00000000..c96db3af --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_22_UVF.out @@ -0,0 +1,4 @@ +22_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.03931468725204468 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_275_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_275_UVF.out new file mode 100644 index 00000000..489ba2f6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_275_UVF.out @@ -0,0 +1,4 @@ +275_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.03793659607569377 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_276_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_276_UVF.out new file mode 100644 index 00000000..fd1394f1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_276_UVF.out @@ -0,0 +1,4 @@ +276_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.010081406434377034 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_278_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_278_UVF.out new file mode 100644 index 00000000..afb99bbd --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_278_UVF.out @@ -0,0 +1,4 @@ +278_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.013060184319814046 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_27_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_27_UVF.out new file mode 100644 index 00000000..513e7227 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_27_UVF.out @@ -0,0 +1,4 @@ +27_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.008512898286183675 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_28_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_28_UVF.out new file mode 100644 index 00000000..5f997b0b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_28_UVF.out @@ -0,0 +1,4 @@ +28_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0021430174509684246 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_29_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_29_UVF.out new file mode 100644 index 00000000..30ff6dae --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_29_UVF.out @@ -0,0 +1,4 @@ +29_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.05022857586542765 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_30_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_30_UVF.out new file mode 100644 index 00000000..ea2b6518 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_30_UVF.out @@ -0,0 +1,4 @@ +30_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.010682117938995362 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_31_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_31_UVF.out new file mode 100644 index 00000000..b6d798b6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_31_UVF.out @@ -0,0 +1,16 @@ +31_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2005-06-10 04:00:00 2005-12-31 12:00:00 1054232880 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/31_UVF_1054232880_1054527120.npz'] +'StationConcatenate' object has no attribute 'existing_data' +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/31_UVF_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/31_UVF_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/31_UVF_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/31_UVF_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/31_UVF_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/31_UVF_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/31_UVF_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/31_UVF_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/31_UVF_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-07-23 23:00:00 1057682160 1057978020 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/31_UVF_1057682160_1057978020.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.11961355209350585 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_324_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_324_UVF.out new file mode 100644 index 00000000..a178fee6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_324_UVF.out @@ -0,0 +1,4 @@ +324_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.05144927104314168 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_325_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_325_UVF.out new file mode 100644 index 00000000..83736c8c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_325_UVF.out @@ -0,0 +1,4 @@ +325_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.04989624818166097 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_326_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_326_UVF.out new file mode 100644 index 00000000..e7e743c6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_326_UVF.out @@ -0,0 +1,4 @@ +326_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.06443496147791544 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_32_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_32_UVF.out new file mode 100644 index 00000000..11c643d9 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_32_UVF.out @@ -0,0 +1,4 @@ +32_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.006337900956471761 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_331_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_331_UVF.out new file mode 100644 index 00000000..3485db2a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_331_UVF.out @@ -0,0 +1,4 @@ +331_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.04376088380813599 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_332_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_332_UVF.out new file mode 100644 index 00000000..b26363e7 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_332_UVF.out @@ -0,0 +1,4 @@ +332_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.04332945744196574 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_336_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_336_UVF.out new file mode 100644 index 00000000..7aa2d2b1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_336_UVF.out @@ -0,0 +1,4 @@ +336_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01822816530863444 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_337_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_337_UVF.out new file mode 100644 index 00000000..28bb5e4c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_337_UVF.out @@ -0,0 +1,4 @@ +337_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01392734448115031 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_340_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_340_UVF.out new file mode 100644 index 00000000..775dde48 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_340_UVF.out @@ -0,0 +1,4 @@ +340_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.060691515604654946 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_342_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_342_UVF.out new file mode 100644 index 00000000..328d4cd8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_342_UVF.out @@ -0,0 +1,4 @@ +342_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01328584353129069 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_343_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_343_UVF.out new file mode 100644 index 00000000..288686c3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_343_UVF.out @@ -0,0 +1,4 @@ +343_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.001390532652537028 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_34_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_34_UVF.out new file mode 100644 index 00000000..f9a3bbd9 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_34_UVF.out @@ -0,0 +1,4 @@ +34_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01397560437520345 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_352_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_352_UVF.out new file mode 100644 index 00000000..44a5d5b7 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_352_UVF.out @@ -0,0 +1,4 @@ +352_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.00408788522084554 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_356_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_356_UVF.out new file mode 100644 index 00000000..401352b4 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_356_UVF.out @@ -0,0 +1,4 @@ +356_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.004211537043253581 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_35_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_35_UVF.out new file mode 100644 index 00000000..e5ce5968 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_35_UVF.out @@ -0,0 +1,4 @@ +35_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0013812899589538575 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_360_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_360_UVF.out new file mode 100644 index 00000000..91eb00bb --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_360_UVF.out @@ -0,0 +1,4 @@ +360_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.057284446557362874 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_362_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_362_UVF.out new file mode 100644 index 00000000..7b81a642 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_362_UVF.out @@ -0,0 +1,4 @@ +362_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.05716245174407959 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_363_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_363_UVF.out new file mode 100644 index 00000000..fee7bb95 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_363_UVF.out @@ -0,0 +1,4 @@ +363_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.07043164571126302 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_368_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_368_UVF.out new file mode 100644 index 00000000..5a4d15ab --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_368_UVF.out @@ -0,0 +1,4 @@ +368_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0014492352803548178 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_369_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_369_UVF.out new file mode 100644 index 00000000..6ced8d28 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_369_UVF.out @@ -0,0 +1,4 @@ +369_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0012012998263041179 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_370_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_370_UVF.out new file mode 100644 index 00000000..f8c0915d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_370_UVF.out @@ -0,0 +1,4 @@ +370_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.00536958376566569 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_372_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_372_UVF.out new file mode 100644 index 00000000..47fd82cc --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_372_UVF.out @@ -0,0 +1,4 @@ +372_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0025151769320170083 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_373_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_373_UVF.out new file mode 100644 index 00000000..a55b7132 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_373_UVF.out @@ -0,0 +1,4 @@ +373_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0024542848269144693 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_375_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_375_UVF.out new file mode 100644 index 00000000..4e450790 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_375_UVF.out @@ -0,0 +1,4 @@ +375_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.002897910277048747 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_37_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_37_UVF.out new file mode 100644 index 00000000..97501741 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_37_UVF.out @@ -0,0 +1,4 @@ +37_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.020736002922058107 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_40_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_40_UVF.out new file mode 100644 index 00000000..563f7820 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_40_UVF.out @@ -0,0 +1,4 @@ +40_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.036931320031483965 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_42_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_42_UVF.out new file mode 100644 index 00000000..a9da45fe --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_42_UVF.out @@ -0,0 +1,4 @@ +42_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.005429490407307943 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_43_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_43_UVF.out new file mode 100644 index 00000000..1fdd3c61 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_43_UVF.out @@ -0,0 +1,21 @@ +43_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2007-02-25 12:00:00 2007-12-31 11:00:00 1055133360 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/43_UVF_1055133360_1055578320.npz'] +'StationConcatenate' object has no attribute 'existing_data' +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/43_UVF_1055133360_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/43_UVF_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/43_UVF_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/43_UVF_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/43_UVF_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/43_UVF_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/43_UVF_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/43_UVF_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/43_UVF_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/43_UVF_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/43_UVF_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/43_UVF_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/43_UVF_1060313040_1060838640.npz'] +2017-12-31 13:00:00 2018-12-31 13:00:00 1060838700 1061364300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/43_UVF_1060838700_1061364300.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/43_UVF_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.10515079895655315 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_44_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_44_UVF.out new file mode 100644 index 00000000..96e73e8e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_44_UVF.out @@ -0,0 +1,32 @@ +44_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1996-03-18 20:00:00 1996-12-31 11:00:00 1049379600 1049793780 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/44_UVF_1049379600_1049793780.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/44_UVF_1049793840_1050319440.npz'] +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/44_UVF_1050319440_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/44_UVF_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/44_UVF_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/44_UVF_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/44_UVF_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/44_UVF_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/44_UVF_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/44_UVF_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-30 15:00:00 1054527120 1055051460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/44_UVF_1054527120_1055051460.npz'] +2006-12-31 16:00:00 2007-12-31 11:00:00 1055052960 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/44_UVF_1055052960_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/44_UVF_1055052960_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/44_UVF_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/44_UVF_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/44_UVF_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/44_UVF_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/44_UVF_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/44_UVF_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/44_UVF_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/44_UVF_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/44_UVF_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/44_UVF_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/44_UVF_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/44_UVF_1060313040_1060838640.npz'] +2017-12-31 13:00:00 2018-12-31 13:00:00 1060838700 1061364300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/44_UVF_1060838700_1061364300.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/44_UVF_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.14570378462473552 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_45_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_45_UVF.out new file mode 100644 index 00000000..20e9c4dc --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_45_UVF.out @@ -0,0 +1,33 @@ +45_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1994-01-19 16:00:00 1994-02-15 20:00:00 1048243200 1048282320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/45_UVF_1048243200_1048282320.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1996-03-26 12:00:00 1996-12-31 12:00:00 1049390640 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/45_UVF_1049390640_1049793840.npz'] +1996-12-31 12:00:00 1997-12-28 22:00:00 1049793840 1050315720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/45_UVF_1049793840_1050315720.npz'] +1998-03-06 17:00:00 1998-12-31 12:00:00 1050413340 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/45_UVF_1050413340_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/45_UVF_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-19 15:00:00 1051370640 1051880580 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/45_UVF_1051370640_1051880580.npz'] +2001-01-16 16:00:00 2001-12-31 12:00:00 1051920960 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/45_UVF_1051920960_1052423280.npz'] +2001-12-31 12:00:00 2002-12-29 21:00:00 1052423280 1052946540 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/45_UVF_1052423280_1052946540.npz'] +2003-01-07 04:00:00 2003-12-31 12:00:00 1052958480 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/45_UVF_1052958480_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 11:00:00 1053474540 1054001460 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/45_UVF_1053474540_1054001460.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/45_UVF_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-29 03:00:00 1054527120 1055049300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/45_UVF_1054527120_1055049300.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/45_UVF_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/45_UVF_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/45_UVF_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/45_UVF_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/45_UVF_1055578260_1056105300.npz'] +2009-01-04 12:00:00 2009-12-31 12:00:00 1056111120 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/45_UVF_1056111120_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/45_UVF_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 11:00:00 1057156560 1057682100 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/45_UVF_1057156560_1057682100.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/45_UVF_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/45_UVF_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/45_UVF_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/45_UVF_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/45_UVF_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/45_UVF_1060313040_1060838640.npz'] +2017-12-31 13:00:00 2018-12-31 13:00:00 1060838700 1061364300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/45_UVF_1060838700_1061364300.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/45_UVF_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.13410956859588624 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_46_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_46_UVF.out new file mode 100644 index 00000000..d924064f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_46_UVF.out @@ -0,0 +1,4 @@ +46_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.012811489899953206 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_48_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_48_UVF.out new file mode 100644 index 00000000..fa6e1281 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_48_UVF.out @@ -0,0 +1,4 @@ +48_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.02054424285888672 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_4_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_4_UVF.out new file mode 100644 index 00000000..1f134341 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_4_UVF.out @@ -0,0 +1,4 @@ +4_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.023189719518025717 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_52_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_52_UVF.out new file mode 100644 index 00000000..332f2d24 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_52_UVF.out @@ -0,0 +1,4 @@ +52_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.013136104742685954 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_534_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_534_UVF.out new file mode 100644 index 00000000..5712ce7a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_534_UVF.out @@ -0,0 +1,4 @@ +534_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0014973521232604981 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_540_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_540_UVF.out new file mode 100644 index 00000000..37f1ca05 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_540_UVF.out @@ -0,0 +1,4 @@ +540_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.001436320940653483 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_54_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_54_UVF.out new file mode 100644 index 00000000..47028177 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_54_UVF.out @@ -0,0 +1,4 @@ +54_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.05296092430750529 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_551_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_551_UVF.out new file mode 100644 index 00000000..196a9daf --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_551_UVF.out @@ -0,0 +1,4 @@ +551_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0012345592180887858 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_57_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_57_UVF.out new file mode 100644 index 00000000..507d0c2b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_57_UVF.out @@ -0,0 +1,34 @@ +57_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1994-03-17 21:00:00 1994-12-31 10:00:00 1048325580 1048741080 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/57_UVF_1048325580_1048741080.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 16:00:00 1995-12-05 01:00:00 1048741440 1049228700 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/57_UVF_1048741440_1049228700.npz'] +1996-03-18 16:00:00 1996-12-31 12:00:00 1049379360 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/57_UVF_1049379360_1049793840.npz'] +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/57_UVF_1049793840_1050319440.npz'] +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/57_UVF_1050319440_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/57_UVF_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/57_UVF_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/57_UVF_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/57_UVF_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/57_UVF_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/57_UVF_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/57_UVF_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/57_UVF_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/57_UVF_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/57_UVF_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/57_UVF_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/57_UVF_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/57_UVF_1055578260_1056105300.npz'] +2008-12-31 12:00:00 2009-12-31 12:00:00 1056105360 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/57_UVF_1056105360_1056630960.npz'] +2009-12-31 12:00:00 2010-12-29 14:00:00 1056630960 1057153800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/57_UVF_1056630960_1057153800.npz'] +2010-12-31 16:00:00 2011-12-31 12:00:00 1057156800 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/57_UVF_1057156800_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/57_UVF_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/57_UVF_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/57_UVF_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/57_UVF_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 12:00:00 1059786000 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/57_UVF_1059786000_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/57_UVF_1060313040_1060838640.npz'] +2017-12-31 13:00:00 2018-12-31 13:00:00 1060838700 1061364300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/57_UVF_1060838700_1061364300.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/57_UVF_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.15364898840586344 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_59_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_59_UVF.out new file mode 100644 index 00000000..997ba8d6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_59_UVF.out @@ -0,0 +1,4 @@ +59_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.024445160230000814 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_5_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_5_UVF.out new file mode 100644 index 00000000..7ca26bfa --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_5_UVF.out @@ -0,0 +1,4 @@ +5_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01925913095474243 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_61_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_61_UVF.out new file mode 100644 index 00000000..c599cb06 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_61_UVF.out @@ -0,0 +1,4 @@ +61_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0011104941368103027 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_62_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_62_UVF.out new file mode 100644 index 00000000..37beac1f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_62_UVF.out @@ -0,0 +1,34 @@ +62_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +1994-01-18 04:00:00 1994-10-28 16:00:00 1048241040 1048649280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/62_UVF_1048241040_1048649280.npz'] +'StationConcatenate' object has no attribute 'existing_data' +1994-12-31 17:00:00 1995-12-31 12:00:00 1048741500 1049266800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/62_UVF_1048741500_1049266800.npz'] +1995-12-31 12:00:00 1996-12-31 12:00:00 1049266800 1049793840 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/62_UVF_1049266800_1049793840.npz'] +1996-12-31 12:00:00 1997-12-31 12:00:00 1049793840 1050319440 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/62_UVF_1049793840_1050319440.npz'] +1997-12-31 12:00:00 1998-12-31 12:00:00 1050319440 1050845040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/62_UVF_1050319440_1050845040.npz'] +1998-12-31 12:00:00 1999-12-31 12:00:00 1050845040 1051370640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/62_UVF_1050845040_1051370640.npz'] +1999-12-31 12:00:00 2000-12-31 12:00:00 1051370640 1051897680 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/62_UVF_1051370640_1051897680.npz'] +2000-12-31 12:00:00 2001-12-31 12:00:00 1051897680 1052423280 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/62_UVF_1051897680_1052423280.npz'] +2001-12-31 12:00:00 2002-12-31 12:00:00 1052423280 1052948880 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/62_UVF_1052423280_1052948880.npz'] +2002-12-31 12:00:00 2003-12-31 12:00:00 1052948880 1053474480 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/62_UVF_1052948880_1053474480.npz'] +2003-12-31 13:00:00 2004-12-31 12:00:00 1053474540 1054001520 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/62_UVF_1053474540_1054001520.npz'] +2004-12-31 12:00:00 2005-12-31 12:00:00 1054001520 1054527120 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/62_UVF_1054001520_1054527120.npz'] +2005-12-31 12:00:00 2006-12-31 12:00:00 1054527120 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/62_UVF_1054527120_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/62_UVF_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/62_UVF_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/62_UVF_1055578260_1056104940.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/62_UVF_1055052720_1055578320.npz +2007-12-31 12:00:00 2008-12-31 05:00:00 1055578320 1056104940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/62_UVF_1055578260_1056104940.npz'] +2008-12-31 15:00:00 2009-12-31 12:00:00 1056105540 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/62_UVF_1056105540_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/62_UVF_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/62_UVF_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/62_UVF_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/62_UVF_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/62_UVF_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-31 12:00:00 1059260400 1059786000 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/62_UVF_1059260400_1059786000.npz'] +2015-12-31 12:00:00 2016-12-31 03:00:00 1059786000 1060312500 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/62_UVF_1059786000_1060312500.npz'] +2017-01-03 01:00:00 2017-12-31 12:00:00 1060316700 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/62_UVF_1060316700_1060838640.npz'] +2017-12-31 13:00:00 2018-12-31 13:00:00 1060838700 1061364300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/62_UVF_1060838700_1061364300.npz'] +2019-12-31 13:00:00 2020-12-31 13:00:00 1061889900 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/62_UVF_1061889900_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.12997894287109374 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_63_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_63_UVF.out new file mode 100644 index 00000000..99a5349d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_63_UVF.out @@ -0,0 +1,4 @@ +63_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.028315500418345133 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_64_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_64_UVF.out new file mode 100644 index 00000000..47741e58 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_64_UVF.out @@ -0,0 +1,4 @@ +64_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.02065881888071696 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_65_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_65_UVF.out new file mode 100644 index 00000000..9f880faf --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_65_UVF.out @@ -0,0 +1,4 @@ +65_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.00900206963221232 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_6_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_6_UVF.out new file mode 100644 index 00000000..b8badd17 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_6_UVF.out @@ -0,0 +1,4 @@ +6_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0072032729784647625 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_77_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_77_UVF.out new file mode 100644 index 00000000..c878bb9f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_77_UVF.out @@ -0,0 +1,4 @@ +77_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.005657970905303955 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_79_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_79_UVF.out new file mode 100644 index 00000000..de14df1f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_79_UVF.out @@ -0,0 +1,4 @@ +79_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.020663901170094808 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_80_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_80_UVF.out new file mode 100644 index 00000000..68fd1c6c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_80_UVF.out @@ -0,0 +1,4 @@ +80_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.024510749181111655 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_84_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_84_UVF.out new file mode 100644 index 00000000..d7c1be3a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_84_UVF.out @@ -0,0 +1,4 @@ +84_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.02421354055404663 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_87_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_87_UVF.out new file mode 100644 index 00000000..21131004 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_87_UVF.out @@ -0,0 +1,4 @@ +87_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.027059264977773032 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_8_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_8_UVF.out new file mode 100644 index 00000000..62ffc45f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_8_UVF.out @@ -0,0 +1,4 @@ +8_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.016943331559499106 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_95_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_95_UVF.out new file mode 100644 index 00000000..0c5184d6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_95_UVF.out @@ -0,0 +1,4 @@ +95_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.01513821283976237 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_96_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_96_UVF.out new file mode 100644 index 00000000..cedefa6c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_96_UVF.out @@ -0,0 +1,4 @@ +96_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.021999033292134602 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_97_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_97_UVF.out new file mode 100644 index 00000000..8a8f33ef --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_97_UVF.out @@ -0,0 +1,4 @@ +97_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.021791732311248778 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/0_9_UVF.out b/run/stage_logs/NAPMD_SO2/S2/0_9_UVF.out new file mode 100644 index 00000000..04741e9b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/0_9_UVF.out @@ -0,0 +1,23 @@ +9_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, WITH OVERLAPS. CHOOSING BEST FILE FOR EACH OVERLAPPING PERIOD USING ALGORITHM. +2005-12-21 04:00:00 2005-12-21 23:00:00 1054512240 1054513380 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/9_UVF_1054512240_1054513380.npz'] +'StationConcatenate' object has no attribute 'existing_data' +2006-01-03 02:00:00 2006-12-31 12:00:00 1054530840 1055052720 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/9_UVF_1054530840_1055052720.npz'] +2006-12-31 12:00:00 2007-12-31 11:00:00 1055052720 1055578260 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/9_UVF_1055052720_1055578320.npz'] +2007-12-31 11:00:00 2007-12-31 12:00:00 1055578260 1055578320 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/9_UVF_1055052720_1055578320.npz', '/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/9_UVF_1055578260_1056105300.npz'] +OVERLAP RESOLVED BY "N VALID DATA" TIEBREAK +CHOSEN FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/9_UVF_1055578260_1056105300.npz +2007-12-31 12:00:00 2008-12-31 11:00:00 1055578320 1056105300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/9_UVF_1055578260_1056105300.npz'] +2008-12-31 15:00:00 2009-12-31 12:00:00 1056105540 1056630960 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/9_UVF_1056105540_1056630960.npz'] +2009-12-31 12:00:00 2010-12-31 12:00:00 1056630960 1057156560 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/9_UVF_1056630960_1057156560.npz'] +2010-12-31 12:00:00 2011-12-31 12:00:00 1057156560 1057682160 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/9_UVF_1057156560_1057682160.npz'] +2011-12-31 12:00:00 2012-12-31 12:00:00 1057682160 1058209200 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/9_UVF_1057682160_1058209200.npz'] +2012-12-31 12:00:00 2013-12-31 12:00:00 1058209200 1058734800 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/9_UVF_1058209200_1058734800.npz'] +2013-12-31 13:00:00 2014-12-31 12:00:00 1058734860 1059260400 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/9_UVF_1058734860_1059260400.npz'] +2014-12-31 12:00:00 2015-12-30 15:00:00 1059260400 1059784740 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/9_UVF_1059260400_1059784740.npz'] +2015-12-31 16:00:00 2016-12-31 12:00:00 1059786240 1060313040 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/9_UVF_1059786240_1060313040.npz'] +2016-12-31 12:00:00 2017-12-31 12:00:00 1060313040 1060838640 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/9_UVF_1060313040_1060838640.npz'] +2017-12-31 13:00:00 2018-12-31 13:00:00 1060838700 1061364300 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/9_UVF_1060838700_1061364300.npz'] +2020-01-03 16:00:00 2020-12-31 13:00:00 1061894400 1062416940 ['/gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/1.5.1/native/sconcso2/temporary_S1/9_UVF_1061894400_1062416940.npz'] +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.12667589982350666 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/1_24_UVF.out b/run/stage_logs/NAPMD_SO2/S2/1_24_UVF.out new file mode 100644 index 00000000..0c5ebcfd --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/1_24_UVF.out @@ -0,0 +1,5 @@ +24_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +NO VALID DATA TO WRITE OUT AFTER REMOVING UNIQUE STATION DATA WITH EXTENT < 31 DAYS. +STATION WILL NOT CONTINUE IN PIPELINE. \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S2/1_358_UVF.out b/run/stage_logs/NAPMD_SO2/S2/1_358_UVF.out new file mode 100644 index 00000000..620104d3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S2/1_358_UVF.out @@ -0,0 +1,5 @@ +358_UVF -- JOIN STATION SPECIFIC MEASUREMENTS +ONLY 1 FILE. NOTHING TO PROCESS. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +NO VALID DATA TO WRITE OUT AFTER REMOVING UNIQUE STATION DATA WITH EXTENT < 31 DAYS. +STATION WILL NOT CONTINUE IN PIPELINE. \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_103_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_103_UVF.out new file mode 100644 index 00000000..a3e998b2 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_103_UVF.out @@ -0,0 +1,23 @@ +103_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6052849849065145 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_104_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_104_UVF.out new file mode 100644 index 00000000..a1c3154c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_104_UVF.out @@ -0,0 +1,23 @@ +104_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8538193265597026 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_105_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_105_UVF.out new file mode 100644 index 00000000..85a4b9a1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_105_UVF.out @@ -0,0 +1,23 @@ +105_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.807201107343038 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_109_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_109_UVF.out new file mode 100644 index 00000000..d7278a44 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_109_UVF.out @@ -0,0 +1,23 @@ +109_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1733341415723164 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_110_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_110_UVF.out new file mode 100644 index 00000000..59df77f3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_110_UVF.out @@ -0,0 +1,23 @@ +110_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0403174002965292 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_111_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_111_UVF.out new file mode 100644 index 00000000..a7c35599 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_111_UVF.out @@ -0,0 +1,23 @@ +111_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0019697626431783 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_113_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_113_UVF.out new file mode 100644 index 00000000..8307f61d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_113_UVF.out @@ -0,0 +1,23 @@ +113_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.957819660504659 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_114_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_114_UVF.out new file mode 100644 index 00000000..900702b5 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_114_UVF.out @@ -0,0 +1,23 @@ +114_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.083647338549296 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_119_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_119_UVF.out new file mode 100644 index 00000000..4c51a0e6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_119_UVF.out @@ -0,0 +1,23 @@ +119_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0096935550371806 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_11_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_11_UVF.out new file mode 100644 index 00000000..d9af7ef4 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_11_UVF.out @@ -0,0 +1,23 @@ +11_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.9604086796442668 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_120_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_120_UVF.out new file mode 100644 index 00000000..767f0a01 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_120_UVF.out @@ -0,0 +1,23 @@ +120_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8375420331954956 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_13_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_13_UVF.out new file mode 100644 index 00000000..487e586a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_13_UVF.out @@ -0,0 +1,23 @@ +13_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.9654980500539143 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_14_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_14_UVF.out new file mode 100644 index 00000000..c205a715 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_14_UVF.out @@ -0,0 +1,23 @@ +14_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0367230256398519 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_15_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_15_UVF.out new file mode 100644 index 00000000..49ad863b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_15_UVF.out @@ -0,0 +1,23 @@ +15_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.8824656446774801 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_20_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_20_UVF.out new file mode 100644 index 00000000..a76bbef2 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_20_UVF.out @@ -0,0 +1,23 @@ +20_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9470864375432332 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_21_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_21_UVF.out new file mode 100644 index 00000000..a0901092 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_21_UVF.out @@ -0,0 +1,23 @@ +21_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7139445384343465 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_22_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_22_UVF.out new file mode 100644 index 00000000..60ec6be9 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_22_UVF.out @@ -0,0 +1,23 @@ +22_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.3944746335347493 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_275_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_275_UVF.out new file mode 100644 index 00000000..5fbb6ba9 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_275_UVF.out @@ -0,0 +1,23 @@ +275_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.5029363592465719 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_276_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_276_UVF.out new file mode 100644 index 00000000..2c79e166 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_276_UVF.out @@ -0,0 +1,23 @@ +276_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7471999565760294 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_278_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_278_UVF.out new file mode 100644 index 00000000..e3415ffc --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_278_UVF.out @@ -0,0 +1,23 @@ +278_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7725446303685506 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_27_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_27_UVF.out new file mode 100644 index 00000000..cbc4f474 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_27_UVF.out @@ -0,0 +1,23 @@ +27_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6499062339464824 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_28_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_28_UVF.out new file mode 100644 index 00000000..c7071261 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_28_UVF.out @@ -0,0 +1,23 @@ +28_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5125523885091146 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_29_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_29_UVF.out new file mode 100644 index 00000000..ba8e5854 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_29_UVF.out @@ -0,0 +1,23 @@ +29_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.7159427404403687 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_30_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_30_UVF.out new file mode 100644 index 00000000..38b42ae3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_30_UVF.out @@ -0,0 +1,23 @@ +30_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.669227667649587 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_31_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_31_UVF.out new file mode 100644 index 00000000..a3e7093b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_31_UVF.out @@ -0,0 +1,23 @@ +31_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0326329668362935 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_324_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_324_UVF.out new file mode 100644 index 00000000..324713b6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_324_UVF.out @@ -0,0 +1,23 @@ +324_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.562141227722168 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_325_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_325_UVF.out new file mode 100644 index 00000000..9fef208b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_325_UVF.out @@ -0,0 +1,23 @@ +325_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.240631306171417 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_326_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_326_UVF.out new file mode 100644 index 00000000..e9624067 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_326_UVF.out @@ -0,0 +1,23 @@ +326_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.4864561637242635 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_32_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_32_UVF.out new file mode 100644 index 00000000..42a3e196 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_32_UVF.out @@ -0,0 +1,23 @@ +32_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6083854118982951 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_331_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_331_UVF.out new file mode 100644 index 00000000..57b72046 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_331_UVF.out @@ -0,0 +1,23 @@ +331_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.7725995620091757 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_332_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_332_UVF.out new file mode 100644 index 00000000..e1c2d351 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_332_UVF.out @@ -0,0 +1,23 @@ +332_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.6168716510136922 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_336_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_336_UVF.out new file mode 100644 index 00000000..ad75ea43 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_336_UVF.out @@ -0,0 +1,23 @@ +336_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8078688025474549 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_337_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_337_UVF.out new file mode 100644 index 00000000..dcc207bb --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_337_UVF.out @@ -0,0 +1,23 @@ +337_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9125261028607686 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_340_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_340_UVF.out new file mode 100644 index 00000000..b0e6af68 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_340_UVF.out @@ -0,0 +1,23 @@ +340_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.061050760746002 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_342_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_342_UVF.out new file mode 100644 index 00000000..0e109f8a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_342_UVF.out @@ -0,0 +1,23 @@ +342_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9365511258443197 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_343_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_343_UVF.out new file mode 100644 index 00000000..a75ea4af --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_343_UVF.out @@ -0,0 +1,23 @@ +343_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5063647985458374 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_34_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_34_UVF.out new file mode 100644 index 00000000..9ee9e15e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_34_UVF.out @@ -0,0 +1,23 @@ +34_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7410678625106811 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_352_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_352_UVF.out new file mode 100644 index 00000000..95cc7fc0 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_352_UVF.out @@ -0,0 +1,23 @@ +352_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6707695126533508 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_356_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_356_UVF.out new file mode 100644 index 00000000..d134efba --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_356_UVF.out @@ -0,0 +1,23 @@ +356_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6999407251675923 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_35_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_35_UVF.out new file mode 100644 index 00000000..44e1d408 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_35_UVF.out @@ -0,0 +1,23 @@ +35_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6324198365211486 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_360_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_360_UVF.out new file mode 100644 index 00000000..ee143ff8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_360_UVF.out @@ -0,0 +1,23 @@ +360_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.722338032722473 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_362_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_362_UVF.out new file mode 100644 index 00000000..ff974fef --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_362_UVF.out @@ -0,0 +1,23 @@ +362_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.9399027665456137 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_363_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_363_UVF.out new file mode 100644 index 00000000..ffcec058 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_363_UVF.out @@ -0,0 +1,23 @@ +363_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.0134769082069397 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_368_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_368_UVF.out new file mode 100644 index 00000000..40495cf7 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_368_UVF.out @@ -0,0 +1,23 @@ +368_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.6427552143732707 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_369_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_369_UVF.out new file mode 100644 index 00000000..6d81ce23 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_369_UVF.out @@ -0,0 +1,23 @@ +369_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.4956015388170878 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_370_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_370_UVF.out new file mode 100644 index 00000000..132e9f3e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_370_UVF.out @@ -0,0 +1,23 @@ +370_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5836850523948669 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_372_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_372_UVF.out new file mode 100644 index 00000000..ba6c0ad3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_372_UVF.out @@ -0,0 +1,23 @@ +372_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5561595718065898 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_373_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_373_UVF.out new file mode 100644 index 00000000..56309ca5 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_373_UVF.out @@ -0,0 +1,23 @@ +373_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5023040652275086 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_375_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_375_UVF.out new file mode 100644 index 00000000..4b7739d5 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_375_UVF.out @@ -0,0 +1,23 @@ +375_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5380353530248007 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_37_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_37_UVF.out new file mode 100644 index 00000000..d1d9f030 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_37_UVF.out @@ -0,0 +1,23 @@ +37_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.032814876238505 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_40_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_40_UVF.out new file mode 100644 index 00000000..8407eb42 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_40_UVF.out @@ -0,0 +1,23 @@ +40_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.6913469274838766 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_42_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_42_UVF.out new file mode 100644 index 00000000..61a85c9a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_42_UVF.out @@ -0,0 +1,23 @@ +42_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5781857291857402 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_43_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_43_UVF.out new file mode 100644 index 00000000..f99d8c86 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_43_UVF.out @@ -0,0 +1,23 @@ +43_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.2222899119059245 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_44_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_44_UVF.out new file mode 100644 index 00000000..0a949477 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_44_UVF.out @@ -0,0 +1,23 @@ +44_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.8502810637156168 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_45_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_45_UVF.out new file mode 100644 index 00000000..fb61f9c7 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_45_UVF.out @@ -0,0 +1,23 @@ +45_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.9962034026781719 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_46_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_46_UVF.out new file mode 100644 index 00000000..e9276275 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_46_UVF.out @@ -0,0 +1,23 @@ +46_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7373636722564697 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_48_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_48_UVF.out new file mode 100644 index 00000000..c6577054 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_48_UVF.out @@ -0,0 +1,23 @@ +48_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9817591587702433 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_4_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_4_UVF.out new file mode 100644 index 00000000..6454a471 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_4_UVF.out @@ -0,0 +1,23 @@ +4_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0181698322296142 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_52_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_52_UVF.out new file mode 100644 index 00000000..4ff3a243 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_52_UVF.out @@ -0,0 +1,23 @@ +52_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7437878727912903 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_534_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_534_UVF.out new file mode 100644 index 00000000..ab46e5ee --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_534_UVF.out @@ -0,0 +1,23 @@ +534_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5010856588681539 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_540_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_540_UVF.out new file mode 100644 index 00000000..06daa766 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_540_UVF.out @@ -0,0 +1,23 @@ +540_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.49300012588500974 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_54_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_54_UVF.out new file mode 100644 index 00000000..03b67905 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_54_UVF.out @@ -0,0 +1,23 @@ +54_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.9581643223762513 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_551_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_551_UVF.out new file mode 100644 index 00000000..184b9e9c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_551_UVF.out @@ -0,0 +1,23 @@ +551_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.5396551926930745 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_57_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_57_UVF.out new file mode 100644 index 00000000..bd4ebd4c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_57_UVF.out @@ -0,0 +1,23 @@ +57_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.02266321182251 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_59_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_59_UVF.out new file mode 100644 index 00000000..3d1749d3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_59_UVF.out @@ -0,0 +1,23 @@ +59_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1818952798843383 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_5_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_5_UVF.out new file mode 100644 index 00000000..3b5b0c7d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_5_UVF.out @@ -0,0 +1,23 @@ +5_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9152781248092652 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_61_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_61_UVF.out new file mode 100644 index 00000000..16d56368 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_61_UVF.out @@ -0,0 +1,23 @@ +61_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.44703358014424643 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_62_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_62_UVF.out new file mode 100644 index 00000000..71964421 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_62_UVF.out @@ -0,0 +1,23 @@ +62_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +2.4741905609766643 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_63_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_63_UVF.out new file mode 100644 index 00000000..d68e592d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_63_UVF.out @@ -0,0 +1,23 @@ +63_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1665593067804971 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_64_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_64_UVF.out new file mode 100644 index 00000000..85222d00 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_64_UVF.out @@ -0,0 +1,23 @@ +64_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8814234217007955 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_65_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_65_UVF.out new file mode 100644 index 00000000..ea413500 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_65_UVF.out @@ -0,0 +1,23 @@ +65_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7494017283121744 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_6_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_6_UVF.out new file mode 100644 index 00000000..07b114c0 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_6_UVF.out @@ -0,0 +1,23 @@ +6_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.7485798875490824 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_77_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_77_UVF.out new file mode 100644 index 00000000..524c2151 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_77_UVF.out @@ -0,0 +1,23 @@ +77_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.615351156393687 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_79_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_79_UVF.out new file mode 100644 index 00000000..6acf6632 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_79_UVF.out @@ -0,0 +1,23 @@ +79_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0209223826726277 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_80_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_80_UVF.out new file mode 100644 index 00000000..febc2a27 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_80_UVF.out @@ -0,0 +1,23 @@ +80_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0551130890846252 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_84_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_84_UVF.out new file mode 100644 index 00000000..ba37dda8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_84_UVF.out @@ -0,0 +1,23 @@ +84_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9498157024383544 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_87_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_87_UVF.out new file mode 100644 index 00000000..7ebeb38b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_87_UVF.out @@ -0,0 +1,23 @@ +87_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9395042419433594 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_8_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_8_UVF.out new file mode 100644 index 00000000..cb110d47 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_8_UVF.out @@ -0,0 +1,23 @@ +8_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9908803979555766 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_95_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_95_UVF.out new file mode 100644 index 00000000..c00e326e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_95_UVF.out @@ -0,0 +1,23 @@ +95_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.827894918123881 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_96_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_96_UVF.out new file mode 100644 index 00000000..6ed526ee --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_96_UVF.out @@ -0,0 +1,23 @@ +96_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0136527180671693 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_97_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_97_UVF.out new file mode 100644 index 00000000..728cc668 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_97_UVF.out @@ -0,0 +1,23 @@ +97_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.0130462765693664 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/S3/0_9_UVF.out b/run/stage_logs/NAPMD_SO2/S3/0_9_UVF.out new file mode 100644 index 00000000..20eaa980 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/S3/0_9_UVF.out @@ -0,0 +1,23 @@ +9_UVF -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.380243170261383 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_103_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_103_UVF_D_GLOBAL.out new file mode 100644 index 00000000..99e74f37 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_103_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +103_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.33745275338490804 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_103_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_103_UVF_H_GLOBAL.out new file mode 100644 index 00000000..9e46b7a8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_103_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +103_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.38236021200815834 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_103_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_103_UVF_M_GLOBAL.out new file mode 100644 index 00000000..27372f09 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_103_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +103_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.05737223227818807 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_104_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_104_UVF_D_GLOBAL.out new file mode 100644 index 00000000..f253364e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_104_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +104_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6854141354560852 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_104_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_104_UVF_H_GLOBAL.out new file mode 100644 index 00000000..726adfb3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_104_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +104_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1125506162643433 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_104_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_104_UVF_M_GLOBAL.out new file mode 100644 index 00000000..68e6ffbe --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_104_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +104_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4171040932337443 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_105_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_105_UVF_D_GLOBAL.out new file mode 100644 index 00000000..b1f707e6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_105_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +105_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.70526655515035 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_105_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_105_UVF_H_GLOBAL.out new file mode 100644 index 00000000..1c35084f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_105_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +105_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.086322816212972 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_105_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_105_UVF_M_GLOBAL.out new file mode 100644 index 00000000..83321018 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_105_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +105_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2696450074513753 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_109_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_109_UVF_D_GLOBAL.out new file mode 100644 index 00000000..d532b710 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_109_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +109_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1796308159828186 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_109_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_109_UVF_H_GLOBAL.out new file mode 100644 index 00000000..4bbda17d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_109_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +109_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3480687379837035 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_109_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_109_UVF_M_GLOBAL.out new file mode 100644 index 00000000..27b703a9 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_109_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +109_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3288596630096436 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_110_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_110_UVF_D_GLOBAL.out new file mode 100644 index 00000000..632585d6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_110_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +110_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.025840703646342 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_110_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_110_UVF_H_GLOBAL.out new file mode 100644 index 00000000..87631a0c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_110_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +110_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8856467167536417 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_110_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_110_UVF_M_GLOBAL.out new file mode 100644 index 00000000..0f87cfbe --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_110_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +110_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9948879321416219 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_111_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_111_UVF_D_GLOBAL.out new file mode 100644 index 00000000..d5b81eb5 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_111_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +111_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.345951517422994 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_111_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_111_UVF_H_GLOBAL.out new file mode 100644 index 00000000..82dfbd84 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_111_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +111_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2130064646402994 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_111_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_111_UVF_M_GLOBAL.out new file mode 100644 index 00000000..87835d75 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_111_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +111_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9244634588559468 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_113_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_113_UVF_D_GLOBAL.out new file mode 100644 index 00000000..6f584285 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_113_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +113_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0369780778884887 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_113_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_113_UVF_H_GLOBAL.out new file mode 100644 index 00000000..58f21e37 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_113_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +113_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7755646109580994 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_113_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_113_UVF_M_GLOBAL.out new file mode 100644 index 00000000..d46f8132 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_113_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +113_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7389623840649923 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_114_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_114_UVF_D_GLOBAL.out new file mode 100644 index 00000000..26c798d1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_114_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +114_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0241065541903178 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_114_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_114_UVF_H_GLOBAL.out new file mode 100644 index 00000000..42025969 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_114_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +114_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9103498379389445 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_114_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_114_UVF_M_GLOBAL.out new file mode 100644 index 00000000..4281745f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_114_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +114_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0943018992741902 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_119_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_119_UVF_D_GLOBAL.out new file mode 100644 index 00000000..2b8a7aff --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_119_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +119_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.037880786259969 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_119_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_119_UVF_H_GLOBAL.out new file mode 100644 index 00000000..d3ab0c60 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_119_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +119_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5191330115000408 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_119_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_119_UVF_M_GLOBAL.out new file mode 100644 index 00000000..541ddac4 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_119_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +119_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9547268907229106 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_11_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_11_UVF_D_GLOBAL.out new file mode 100644 index 00000000..3232b842 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_11_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +11_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.7276400129000344 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_11_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_11_UVF_H_GLOBAL.out new file mode 100644 index 00000000..47ece71a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_11_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +11_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.30581925312678 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_11_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_11_UVF_M_GLOBAL.out new file mode 100644 index 00000000..5709696a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_11_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +11_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.7757959802945456 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_120_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_120_UVF_D_GLOBAL.out new file mode 100644 index 00000000..4fac3eef --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_120_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +120_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6064685781796774 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_120_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_120_UVF_H_GLOBAL.out new file mode 100644 index 00000000..0b3c4eee --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_120_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +120_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.023458445072174 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_120_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_120_UVF_M_GLOBAL.out new file mode 100644 index 00000000..69d7f6a4 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_120_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +120_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5556576808293661 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_13_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_13_UVF_D_GLOBAL.out new file mode 100644 index 00000000..72b53ced --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_13_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +13_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.053565553824107 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_13_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_13_UVF_H_GLOBAL.out new file mode 100644 index 00000000..587d1276 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_13_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +13_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.009421257177989 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_13_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_13_UVF_M_GLOBAL.out new file mode 100644 index 00000000..1b7e85b2 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_13_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +13_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.7232210556666057 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_14_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_14_UVF_D_GLOBAL.out new file mode 100644 index 00000000..b37a5e08 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_14_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +14_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2455563108126322 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_14_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_14_UVF_H_GLOBAL.out new file mode 100644 index 00000000..f7a93cdc --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_14_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +14_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6490554213523865 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_14_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_14_UVF_M_GLOBAL.out new file mode 100644 index 00000000..80824410 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_14_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +14_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1449768940607707 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_15_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_15_UVF_D_GLOBAL.out new file mode 100644 index 00000000..8972eae1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_15_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +15_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.79360435406367 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_15_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_15_UVF_H_GLOBAL.out new file mode 100644 index 00000000..06a5cd40 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_15_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +15_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.029755651950836 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_15_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_15_UVF_M_GLOBAL.out new file mode 100644 index 00000000..517210a5 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_15_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +15_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.593857292334239 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_20_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_20_UVF_D_GLOBAL.out new file mode 100644 index 00000000..ac404fa0 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_20_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +20_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.036100169022878 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_20_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_20_UVF_H_GLOBAL.out new file mode 100644 index 00000000..4c583e55 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_20_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +20_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2874269644419352 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_20_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_20_UVF_M_GLOBAL.out new file mode 100644 index 00000000..8ac4f6da --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_20_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +20_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7591767390569051 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_21_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_21_UVF_D_GLOBAL.out new file mode 100644 index 00000000..159dcbbf --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_21_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +21_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6151323517163595 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_21_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_21_UVF_H_GLOBAL.out new file mode 100644 index 00000000..241437ae --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_21_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +21_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9063030878702799 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_21_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_21_UVF_M_GLOBAL.out new file mode 100644 index 00000000..81b2a312 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_21_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +21_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3700950860977173 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_22_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_22_UVF_D_GLOBAL.out new file mode 100644 index 00000000..cc04c8f6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_22_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +22_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5688194592793783 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_22_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_22_UVF_H_GLOBAL.out new file mode 100644 index 00000000..91c8549f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_22_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +22_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6653718153635662 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_22_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_22_UVF_M_GLOBAL.out new file mode 100644 index 00000000..9e91b011 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_22_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +22_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.079123302300771 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_275_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_275_UVF_D_GLOBAL.out new file mode 100644 index 00000000..cfcd68d1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_275_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +275_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3405604004859923 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_275_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_275_UVF_H_GLOBAL.out new file mode 100644 index 00000000..4a593d18 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_275_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +275_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.865195365746816 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_275_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_275_UVF_M_GLOBAL.out new file mode 100644 index 00000000..77489231 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_275_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +275_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0143513758977254 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_276_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_276_UVF_D_GLOBAL.out new file mode 100644 index 00000000..239cf889 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_276_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +276_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7141467769940694 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_276_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_276_UVF_H_GLOBAL.out new file mode 100644 index 00000000..4b446685 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_276_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +276_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2827454090118409 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_276_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_276_UVF_M_GLOBAL.out new file mode 100644 index 00000000..fa31df94 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_276_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +276_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6180585781733196 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_278_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_278_UVF_D_GLOBAL.out new file mode 100644 index 00000000..e5b22cd4 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_278_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +278_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7238998532295227 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_278_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_278_UVF_H_GLOBAL.out new file mode 100644 index 00000000..2e703cd4 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_278_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +278_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2535820523897807 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_278_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_278_UVF_M_GLOBAL.out new file mode 100644 index 00000000..f8dceba8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_278_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +278_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.32362255652745564 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_27_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_27_UVF_D_GLOBAL.out new file mode 100644 index 00000000..9a97022f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_27_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +27_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.31101773579915365 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_27_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_27_UVF_H_GLOBAL.out new file mode 100644 index 00000000..15930559 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_27_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +27_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7831595857938131 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_27_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_27_UVF_M_GLOBAL.out new file mode 100644 index 00000000..b6bb89a3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_27_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +27_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.375398313999176 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_28_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_28_UVF_D_GLOBAL.out new file mode 100644 index 00000000..0676c753 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_28_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +28_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.048181362946828205 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_28_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_28_UVF_H_GLOBAL.out new file mode 100644 index 00000000..9964af57 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_28_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +28_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.24863348801930746 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_28_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_28_UVF_M_GLOBAL.out new file mode 100644 index 00000000..25c8b72d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_28_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +28_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.03950330813725789 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_29_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_29_UVF_D_GLOBAL.out new file mode 100644 index 00000000..91410c70 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_29_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +29_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.273703388373057 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_29_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_29_UVF_H_GLOBAL.out new file mode 100644 index 00000000..abbe5871 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_29_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +29_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.844126017888387 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_29_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_29_UVF_M_GLOBAL.out new file mode 100644 index 00000000..48e4bed1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_29_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +29_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5752874215443928 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_30_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_30_UVF_D_GLOBAL.out new file mode 100644 index 00000000..8ec7442d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_30_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +30_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.39309741258621217 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_30_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_30_UVF_H_GLOBAL.out new file mode 100644 index 00000000..aed4bf64 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_30_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +30_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5570250948270162 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_30_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_30_UVF_M_GLOBAL.out new file mode 100644 index 00000000..32da7f30 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_30_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +30_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.1501827836036682 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_31_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_31_UVF_D_GLOBAL.out new file mode 100644 index 00000000..e257a1d7 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_31_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +31_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0856951355934144 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_31_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_31_UVF_H_GLOBAL.out new file mode 100644 index 00000000..b155911f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_31_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +31_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0699266870816548 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_31_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_31_UVF_M_GLOBAL.out new file mode 100644 index 00000000..486fdf8d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_31_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +31_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7646499395370483 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_324_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_324_UVF_D_GLOBAL.out new file mode 100644 index 00000000..6f00ac5c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_324_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +324_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.953914745648702 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_324_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_324_UVF_H_GLOBAL.out new file mode 100644 index 00000000..b08d7c87 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_324_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +324_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.335053026676178 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_324_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_324_UVF_M_GLOBAL.out new file mode 100644 index 00000000..41260b48 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_324_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +324_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.139198390642802 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_325_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_325_UVF_D_GLOBAL.out new file mode 100644 index 00000000..e16aa3d6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_325_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +325_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.6457606752713523 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_325_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_325_UVF_H_GLOBAL.out new file mode 100644 index 00000000..8ab6a514 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_325_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +325_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0661447008450824 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_325_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_325_UVF_M_GLOBAL.out new file mode 100644 index 00000000..8bd75565 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_325_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +325_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9721024672190348 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_326_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_326_UVF_D_GLOBAL.out new file mode 100644 index 00000000..23dcdafa --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_326_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +326_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9962986747423808 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_326_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_326_UVF_H_GLOBAL.out new file mode 100644 index 00000000..1013f36a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_326_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +326_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0018834670384726 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_326_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_326_UVF_M_GLOBAL.out new file mode 100644 index 00000000..8f002152 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_326_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +326_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.962768308321635 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_32_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_32_UVF_D_GLOBAL.out new file mode 100644 index 00000000..e3f81735 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_32_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +32_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.23612610499064127 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_32_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_32_UVF_H_GLOBAL.out new file mode 100644 index 00000000..4b3e328b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_32_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +32_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6652706066767374 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_32_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_32_UVF_M_GLOBAL.out new file mode 100644 index 00000000..1bf493af --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_32_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +32_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.43779531717300413 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_331_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_331_UVF_D_GLOBAL.out new file mode 100644 index 00000000..ebd90cb4 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_331_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +331_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8097622235616049 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_331_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_331_UVF_H_GLOBAL.out new file mode 100644 index 00000000..e6bdab30 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_331_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +331_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8856317480405171 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_331_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_331_UVF_M_GLOBAL.out new file mode 100644 index 00000000..c775778a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_331_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +331_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7623795429865519 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_332_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_332_UVF_D_GLOBAL.out new file mode 100644 index 00000000..887b6368 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_332_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +332_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.2162891467412313 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_332_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_332_UVF_H_GLOBAL.out new file mode 100644 index 00000000..45d405a8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_332_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +332_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.6837684909502664 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_332_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_332_UVF_M_GLOBAL.out new file mode 100644 index 00000000..70af37e5 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_332_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +332_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6981325348218281 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_336_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_336_UVF_D_GLOBAL.out new file mode 100644 index 00000000..2015d51b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_336_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +336_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6142021298408509 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_336_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_336_UVF_H_GLOBAL.out new file mode 100644 index 00000000..6c483657 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_336_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +336_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8416519045829773 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_336_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_336_UVF_M_GLOBAL.out new file mode 100644 index 00000000..1843cf2d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_336_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +336_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.95864946047465 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_337_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_337_UVF_D_GLOBAL.out new file mode 100644 index 00000000..4ee9e945 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_337_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +337_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6614065289497375 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_337_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_337_UVF_H_GLOBAL.out new file mode 100644 index 00000000..801b1dd3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_337_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +337_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7578687707583109 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_337_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_337_UVF_M_GLOBAL.out new file mode 100644 index 00000000..ffce0d9f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_337_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +337_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8449094971021016 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_340_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_340_UVF_D_GLOBAL.out new file mode 100644 index 00000000..38f0df7d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_340_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +340_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9976808428764343 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_340_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_340_UVF_H_GLOBAL.out new file mode 100644 index 00000000..ef8f5e8b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_340_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +340_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.9242682337760924 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_340_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_340_UVF_M_GLOBAL.out new file mode 100644 index 00000000..7b3315e1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_340_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +340_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.6921473026275633 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_342_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_342_UVF_D_GLOBAL.out new file mode 100644 index 00000000..a392af2b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_342_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +342_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0113199909528097 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_342_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_342_UVF_H_GLOBAL.out new file mode 100644 index 00000000..aa95d99c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_342_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +342_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.037886142730713 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_342_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_342_UVF_M_GLOBAL.out new file mode 100644 index 00000000..2c6e848b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_342_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +342_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.490541402498881 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_343_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_343_UVF_D_GLOBAL.out new file mode 100644 index 00000000..d58e16dc --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_343_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +343_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.019006510575612385 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_343_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_343_UVF_H_GLOBAL.out new file mode 100644 index 00000000..cbfee077 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_343_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +343_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.18317837715148927 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_343_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_343_UVF_M_GLOBAL.out new file mode 100644 index 00000000..c6ced480 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_343_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +343_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.01384735107421875 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_34_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_34_UVF_D_GLOBAL.out new file mode 100644 index 00000000..9d42e63e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_34_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +34_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6266950408617655 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_34_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_34_UVF_H_GLOBAL.out new file mode 100644 index 00000000..257878bd --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_34_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +34_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0730586369832358 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_34_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_34_UVF_M_GLOBAL.out new file mode 100644 index 00000000..0143ac45 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_34_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +34_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5699331839879354 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_352_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_352_UVF_D_GLOBAL.out new file mode 100644 index 00000000..b23ba7e8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_352_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +352_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.0658046285311381 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_352_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_352_UVF_H_GLOBAL.out new file mode 100644 index 00000000..bfa823c9 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_352_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +352_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.24725199540456136 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_352_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_352_UVF_M_GLOBAL.out new file mode 100644 index 00000000..4542a253 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_352_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +352_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.030016477902730307 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_356_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_356_UVF_D_GLOBAL.out new file mode 100644 index 00000000..82194a1e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_356_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +356_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.15173675616582236 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_356_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_356_UVF_H_GLOBAL.out new file mode 100644 index 00000000..d5fdad34 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_356_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +356_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5297840793927511 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_356_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_356_UVF_M_GLOBAL.out new file mode 100644 index 00000000..5366ca82 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_356_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +356_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.18330666621526082 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_35_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_35_UVF_D_GLOBAL.out new file mode 100644 index 00000000..ef4f6a56 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_35_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +35_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.023266478379567464 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_35_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_35_UVF_H_GLOBAL.out new file mode 100644 index 00000000..8421ca5e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_35_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +35_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.19193639357884726 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_35_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_35_UVF_M_GLOBAL.out new file mode 100644 index 00000000..a563d934 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_35_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +35_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.022409478823343914 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_360_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_360_UVF_D_GLOBAL.out new file mode 100644 index 00000000..1719d86f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_360_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +360_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.5748064319292703 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_360_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_360_UVF_H_GLOBAL.out new file mode 100644 index 00000000..a320c629 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_360_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +360_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.852094757556915 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_360_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_360_UVF_M_GLOBAL.out new file mode 100644 index 00000000..08931990 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_360_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +360_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8074772278467814 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_362_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_362_UVF_D_GLOBAL.out new file mode 100644 index 00000000..b4db3258 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_362_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +362_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.080625049273173 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_362_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_362_UVF_H_GLOBAL.out new file mode 100644 index 00000000..fa744f29 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_362_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +362_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.272590494155884 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_362_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_362_UVF_M_GLOBAL.out new file mode 100644 index 00000000..f5541bf4 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_362_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +362_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.635354395707448 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_363_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_363_UVF_D_GLOBAL.out new file mode 100644 index 00000000..b260c696 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_363_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +363_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0331132809321084 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_363_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_363_UVF_H_GLOBAL.out new file mode 100644 index 00000000..05960ea0 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_363_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +363_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.9446504871050516 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_363_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_363_UVF_M_GLOBAL.out new file mode 100644 index 00000000..6694bc85 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_363_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +363_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.6161922852198285 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_368_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_368_UVF_D_GLOBAL.out new file mode 100644 index 00000000..22e700ac --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_368_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +368_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.03140886227289836 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_368_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_368_UVF_H_GLOBAL.out new file mode 100644 index 00000000..ebc602bf --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_368_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +368_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.21437150637308758 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_368_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_368_UVF_M_GLOBAL.out new file mode 100644 index 00000000..9d5eb74a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_368_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +368_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.02386016845703125 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_369_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_369_UVF_D_GLOBAL.out new file mode 100644 index 00000000..1f7f40ea --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_369_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +369_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.02346657117207845 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_369_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_369_UVF_H_GLOBAL.out new file mode 100644 index 00000000..1870ec4f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_369_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +369_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.18770599365234375 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_369_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_369_UVF_M_GLOBAL.out new file mode 100644 index 00000000..26244509 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_369_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +369_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.012855160236358642 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_370_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_370_UVF_D_GLOBAL.out new file mode 100644 index 00000000..3c66038b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_370_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +370_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.1467509388923645 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_370_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_370_UVF_H_GLOBAL.out new file mode 100644 index 00000000..304b1a82 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_370_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +370_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3625124414761861 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_370_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_370_UVF_M_GLOBAL.out new file mode 100644 index 00000000..019c6d58 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_370_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +370_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.13187189102172853 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_372_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_372_UVF_D_GLOBAL.out new file mode 100644 index 00000000..10c79c7e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_372_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +372_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.10434868335723876 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_372_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_372_UVF_H_GLOBAL.out new file mode 100644 index 00000000..8b91bbec --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_372_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +372_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3045487642288208 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_372_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_372_UVF_M_GLOBAL.out new file mode 100644 index 00000000..97c78b29 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_372_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +372_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.08737802505493164 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_373_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_373_UVF_D_GLOBAL.out new file mode 100644 index 00000000..4ee736c7 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_373_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +373_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.09623519579569499 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_373_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_373_UVF_H_GLOBAL.out new file mode 100644 index 00000000..6b61c2e4 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_373_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +373_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3008991201718648 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_373_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_373_UVF_M_GLOBAL.out new file mode 100644 index 00000000..cfa71839 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_373_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +373_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.0581089456876119 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_375_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_375_UVF_D_GLOBAL.out new file mode 100644 index 00000000..521a7be1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_375_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +375_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.15148146947224936 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_375_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_375_UVF_H_GLOBAL.out new file mode 100644 index 00000000..2d8d9aba --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_375_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +375_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3870622237523397 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_375_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_375_UVF_M_GLOBAL.out new file mode 100644 index 00000000..bb3c884e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_375_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +375_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.05137723286946615 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_37_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_37_UVF_D_GLOBAL.out new file mode 100644 index 00000000..8aca02d4 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_37_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +37_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2969655831654867 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_37_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_37_UVF_H_GLOBAL.out new file mode 100644 index 00000000..795c55c6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_37_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +37_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6958147406578064 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_37_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_37_UVF_M_GLOBAL.out new file mode 100644 index 00000000..ae794851 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_37_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +37_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.606440273920695 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_40_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_40_UVF_D_GLOBAL.out new file mode 100644 index 00000000..3d2f6b27 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_40_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +40_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.348974839846293 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_40_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_40_UVF_H_GLOBAL.out new file mode 100644 index 00000000..f1b773ea --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_40_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +40_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9384074370066324 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_40_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_40_UVF_M_GLOBAL.out new file mode 100644 index 00000000..250d972b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_40_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +40_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3713135123252869 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_42_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_42_UVF_D_GLOBAL.out new file mode 100644 index 00000000..76344108 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_42_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +42_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.26314725081125895 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_42_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_42_UVF_H_GLOBAL.out new file mode 100644 index 00000000..c9a10784 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_42_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +42_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.4769446611404419 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_42_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_42_UVF_M_GLOBAL.out new file mode 100644 index 00000000..ac5f72ec --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_42_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +42_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.11104768911997477 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_43_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_43_UVF_D_GLOBAL.out new file mode 100644 index 00000000..f2639ada --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_43_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +43_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.9264335989952088 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_43_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_43_UVF_H_GLOBAL.out new file mode 100644 index 00000000..7efdf1c5 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_43_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +43_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.2755520224571226 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_43_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_43_UVF_M_GLOBAL.out new file mode 100644 index 00000000..3b79b483 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_43_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +43_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3932326237360637 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_44_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_44_UVF_D_GLOBAL.out new file mode 100644 index 00000000..f76c02b2 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_44_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +44_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.746643861134847 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_44_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_44_UVF_H_GLOBAL.out new file mode 100644 index 00000000..fd338bfd --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_44_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +44_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.063016247749329 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_44_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_44_UVF_M_GLOBAL.out new file mode 100644 index 00000000..b9bc855d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_44_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +44_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.76006547609965 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_45_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_45_UVF_D_GLOBAL.out new file mode 100644 index 00000000..09ae4c04 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_45_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +45_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.6147186438242596 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_45_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_45_UVF_H_GLOBAL.out new file mode 100644 index 00000000..4b43fdfa --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_45_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +45_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.9438122749328612 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_45_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_45_UVF_M_GLOBAL.out new file mode 100644 index 00000000..a54cfb5e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_45_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +45_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.6464988946914674 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_46_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_46_UVF_D_GLOBAL.out new file mode 100644 index 00000000..1628714c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_46_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +46_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.6685809016227722 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_46_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_46_UVF_H_GLOBAL.out new file mode 100644 index 00000000..59801f41 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_46_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +46_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1068283200263977 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_46_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_46_UVF_M_GLOBAL.out new file mode 100644 index 00000000..f07d27a3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_46_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +46_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.41210930347442626 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_48_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_48_UVF_D_GLOBAL.out new file mode 100644 index 00000000..b61f84e6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_48_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +48_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9126483162244161 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_48_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_48_UVF_H_GLOBAL.out new file mode 100644 index 00000000..28b6ecf5 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_48_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +48_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.694438890616099 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_48_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_48_UVF_M_GLOBAL.out new file mode 100644 index 00000000..904aba2c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_48_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +48_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8547704974810283 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_4_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_4_UVF_D_GLOBAL.out new file mode 100644 index 00000000..55928cf4 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_4_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +4_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9606870134671529 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_4_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_4_UVF_H_GLOBAL.out new file mode 100644 index 00000000..2969c985 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_4_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +4_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4686720728874207 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_4_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_4_UVF_M_GLOBAL.out new file mode 100644 index 00000000..9d36c778 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_4_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +4_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5867841045061747 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_52_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_52_UVF_D_GLOBAL.out new file mode 100644 index 00000000..c39f2667 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_52_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +52_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.49285263220469155 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_52_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_52_UVF_H_GLOBAL.out new file mode 100644 index 00000000..78db2a90 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_52_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +52_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0295620997746786 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_52_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_52_UVF_M_GLOBAL.out new file mode 100644 index 00000000..461b9c5f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_52_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +52_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9515141844749451 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_534_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_534_UVF_D_GLOBAL.out new file mode 100644 index 00000000..f80ee288 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_534_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +534_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.02917222579320272 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_534_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_534_UVF_H_GLOBAL.out new file mode 100644 index 00000000..2af24ccd --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_534_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +534_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.19792638222376505 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_534_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_534_UVF_M_GLOBAL.out new file mode 100644 index 00000000..933b03b7 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_534_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +534_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.021699388821919758 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_540_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_540_UVF_D_GLOBAL.out new file mode 100644 index 00000000..dea862b8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_540_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +540_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.012214167912801107 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_540_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_540_UVF_H_GLOBAL.out new file mode 100644 index 00000000..1d69a818 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_540_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +540_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.15898987452189128 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_540_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_540_UVF_M_GLOBAL.out new file mode 100644 index 00000000..bc2ba956 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_540_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +540_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.004767688115437826 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_54_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_54_UVF_D_GLOBAL.out new file mode 100644 index 00000000..77e5e2d1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_54_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +54_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.7388901750246686 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_54_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_54_UVF_H_GLOBAL.out new file mode 100644 index 00000000..96e279b2 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_54_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +54_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8560072183609009 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_54_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_54_UVF_M_GLOBAL.out new file mode 100644 index 00000000..0d082c30 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_54_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +54_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.468381138642629 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_551_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_551_UVF_D_GLOBAL.out new file mode 100644 index 00000000..dfc84412 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_551_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +551_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.018988303343454995 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_551_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_551_UVF_H_GLOBAL.out new file mode 100644 index 00000000..7da92a8f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_551_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +551_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.18050400416056314 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_551_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_551_UVF_M_GLOBAL.out new file mode 100644 index 00000000..8407bfe9 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_551_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +551_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.009509754180908204 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_57_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_57_UVF_D_GLOBAL.out new file mode 100644 index 00000000..5d281a75 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_57_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +57_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0423739234606426 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_57_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_57_UVF_H_GLOBAL.out new file mode 100644 index 00000000..0196b3af --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_57_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +57_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +3.2162267645200093 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_57_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_57_UVF_M_GLOBAL.out new file mode 100644 index 00000000..b8f1524f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_57_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +57_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.6539923310279847 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_59_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_59_UVF_D_GLOBAL.out new file mode 100644 index 00000000..0a9aaccc --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_59_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +59_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.3044941306114197 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_59_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_59_UVF_H_GLOBAL.out new file mode 100644 index 00000000..f4215ca1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_59_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +59_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9695521195729574 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_59_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_59_UVF_M_GLOBAL.out new file mode 100644 index 00000000..ecc1a866 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_59_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +59_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4056294123331705 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_5_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_5_UVF_D_GLOBAL.out new file mode 100644 index 00000000..c9811375 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_5_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +5_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7747747699419657 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_5_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_5_UVF_H_GLOBAL.out new file mode 100644 index 00000000..4596950e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_5_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +5_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.014084796110789 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_5_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_5_UVF_M_GLOBAL.out new file mode 100644 index 00000000..e7d03fb3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_5_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +5_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7644158641497294 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_61_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_61_UVF_D_GLOBAL.out new file mode 100644 index 00000000..cfa28432 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_61_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +61_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.018975154558817545 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_61_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_61_UVF_H_GLOBAL.out new file mode 100644 index 00000000..b126788f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_61_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +61_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.16953138510386148 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_61_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_61_UVF_M_GLOBAL.out new file mode 100644 index 00000000..91587c24 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_61_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +61_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.011362763245900472 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_62_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_62_UVF_D_GLOBAL.out new file mode 100644 index 00000000..dfe0b939 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_62_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +62_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.903142535686493 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_62_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_62_UVF_H_GLOBAL.out new file mode 100644 index 00000000..60e57099 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_62_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +62_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.9153449654579164 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_62_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_62_UVF_M_GLOBAL.out new file mode 100644 index 00000000..39940604 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_62_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +62_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7618812084198 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_63_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_63_UVF_D_GLOBAL.out new file mode 100644 index 00000000..d4338762 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_63_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +63_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7876509070396424 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_63_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_63_UVF_H_GLOBAL.out new file mode 100644 index 00000000..df49a828 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_63_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +63_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5735131223996481 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_63_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_63_UVF_M_GLOBAL.out new file mode 100644 index 00000000..5966af52 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_63_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +63_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5993897596995035 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_64_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_64_UVF_D_GLOBAL.out new file mode 100644 index 00000000..2546a576 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_64_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +64_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2498554309209189 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_64_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_64_UVF_H_GLOBAL.out new file mode 100644 index 00000000..94b267ac --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_64_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +64_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8851793964703878 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_64_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_64_UVF_M_GLOBAL.out new file mode 100644 index 00000000..bc038111 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_64_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +64_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0232625484466553 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_65_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_65_UVF_D_GLOBAL.out new file mode 100644 index 00000000..70ec772d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_65_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +65_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7026739994684855 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_65_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_65_UVF_H_GLOBAL.out new file mode 100644 index 00000000..550df0df --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_65_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +65_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8406825065612793 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_65_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_65_UVF_M_GLOBAL.out new file mode 100644 index 00000000..0513643f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_65_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +65_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.32663158973058065 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_6_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_6_UVF_D_GLOBAL.out new file mode 100644 index 00000000..9a7d6017 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_6_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +6_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.3407190640767415 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_6_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_6_UVF_H_GLOBAL.out new file mode 100644 index 00000000..e7ae003e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_6_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +6_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7823495189348857 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_6_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_6_UVF_M_GLOBAL.out new file mode 100644 index 00000000..791cc10d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_6_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +6_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.1575308879216512 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_77_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_77_UVF_D_GLOBAL.out new file mode 100644 index 00000000..5dce3c35 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_77_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +77_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.15705243349075318 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_77_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_77_UVF_H_GLOBAL.out new file mode 100644 index 00000000..7e0792fe --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_77_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +77_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.60008358558019 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_77_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_77_UVF_M_GLOBAL.out new file mode 100644 index 00000000..c052041f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_77_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +77_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5666994214057922 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_79_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_79_UVF_D_GLOBAL.out new file mode 100644 index 00000000..f31671ed --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_79_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +79_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7194782853126527 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_79_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_79_UVF_H_GLOBAL.out new file mode 100644 index 00000000..749be2f4 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_79_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +79_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2753139058748881 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_79_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_79_UVF_M_GLOBAL.out new file mode 100644 index 00000000..ffea5eb3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_79_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +79_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.9750212828318278 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_80_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_80_UVF_D_GLOBAL.out new file mode 100644 index 00000000..3f5d6866 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_80_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +80_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0913137515385947 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_80_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_80_UVF_H_GLOBAL.out new file mode 100644 index 00000000..3efe1665 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_80_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +80_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2801387468973795 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_80_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_80_UVF_M_GLOBAL.out new file mode 100644 index 00000000..b84f4d9b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_80_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +80_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4511588295300801 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_84_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_84_UVF_D_GLOBAL.out new file mode 100644 index 00000000..8276a370 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_84_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +84_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.7224711179733276 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_84_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_84_UVF_H_GLOBAL.out new file mode 100644 index 00000000..b47b4a63 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_84_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +84_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.908912762006124 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_84_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_84_UVF_M_GLOBAL.out new file mode 100644 index 00000000..c3cfbbeb --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_84_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +84_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6878291249275208 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_87_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_87_UVF_D_GLOBAL.out new file mode 100644 index 00000000..458c80ed --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_87_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +87_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5079583724339802 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_87_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_87_UVF_H_GLOBAL.out new file mode 100644 index 00000000..e9b3f1b5 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_87_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +87_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8950253129005432 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_87_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_87_UVF_M_GLOBAL.out new file mode 100644 index 00000000..55cebe60 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_87_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +87_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.1130376935005188 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_8_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_8_UVF_D_GLOBAL.out new file mode 100644 index 00000000..11400989 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_8_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +8_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8252410292625427 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_8_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_8_UVF_H_GLOBAL.out new file mode 100644 index 00000000..8f26971d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_8_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +8_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2476128896077474 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_8_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_8_UVF_M_GLOBAL.out new file mode 100644 index 00000000..dcc2b8b1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_8_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +8_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.5187728722890218 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_95_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_95_UVF_D_GLOBAL.out new file mode 100644 index 00000000..990c4136 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_95_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +95_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.8097640752792359 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_95_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_95_UVF_H_GLOBAL.out new file mode 100644 index 00000000..eaac3ee6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_95_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +95_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2143068234125773 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_95_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_95_UVF_M_GLOBAL.out new file mode 100644 index 00000000..9048db0a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_95_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +95_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.0617530544598897 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_96_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_96_UVF_D_GLOBAL.out new file mode 100644 index 00000000..5b74bd98 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_96_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +96_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.5444634040196736 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_96_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_96_UVF_H_GLOBAL.out new file mode 100644 index 00000000..3639b031 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_96_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +96_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.7115003307660421 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_96_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_96_UVF_M_GLOBAL.out new file mode 100644 index 00000000..b5eca58b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_96_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +96_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.2708362579345702 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_97_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_97_UVF_D_GLOBAL.out new file mode 100644 index 00000000..6320e8b4 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_97_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +97_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.6877331217130025 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_97_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_97_UVF_H_GLOBAL.out new file mode 100644 index 00000000..311b3d67 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_97_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +97_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.4872715671857197 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_97_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_97_UVF_M_GLOBAL.out new file mode 100644 index 00000000..9c24ac00 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_97_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +97_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.063062059879303 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_9_UVF_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_9_UVF_D_GLOBAL.out new file mode 100644 index 00000000..2a7030c3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_9_UVF_D_GLOBAL.out @@ -0,0 +1,3 @@ +9_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.890202275911967 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_9_UVF_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_9_UVF_H_GLOBAL.out new file mode 100644 index 00000000..84164800 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_9_UVF_H_GLOBAL.out @@ -0,0 +1,3 @@ +9_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +1.8827086647351583 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T1/0_9_UVF_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T1/0_9_UVF_M_GLOBAL.out new file mode 100644 index 00000000..4252a507 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T1/0_9_UVF_M_GLOBAL.out @@ -0,0 +1,3 @@ +9_UVF -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +2.0066153089205425 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_198912_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_198912_D_GLOBAL.out new file mode 100644 index 00000000..59589915 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_198912_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198912 STATION NETCDFs +0.02918768326441447 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_198912_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_198912_H_GLOBAL.out new file mode 100644 index 00000000..caeb7ef7 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_198912_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198912 STATION NETCDFs +0.045072102546691896 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_198912_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_198912_M_GLOBAL.out new file mode 100644 index 00000000..5638735d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_198912_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 198912 STATION NETCDFs +0.04896845817565918 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199001_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199001_D_GLOBAL.out new file mode 100644 index 00000000..331500d5 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199001_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199001 STATION NETCDFs +0.04607761700948079 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199001_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199001_H_GLOBAL.out new file mode 100644 index 00000000..a71a6a04 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199001_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199001 STATION NETCDFs +0.02676865259806315 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199001_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199001_M_GLOBAL.out new file mode 100644 index 00000000..41a07fb7 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199001_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199001 STATION NETCDFs +0.03380043903986613 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199002_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199002_D_GLOBAL.out new file mode 100644 index 00000000..b03d3ca4 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199002_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199002 STATION NETCDFs +0.0437750776608785 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199002_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199002_H_GLOBAL.out new file mode 100644 index 00000000..5ee4bc60 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199002_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199002 STATION NETCDFs +0.028185280164082845 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199002_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199002_M_GLOBAL.out new file mode 100644 index 00000000..7e521885 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199002_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199002 STATION NETCDFs +0.026517593860626222 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199003_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199003_D_GLOBAL.out new file mode 100644 index 00000000..e38c314a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199003_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199003 STATION NETCDFs +0.034087483088175455 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199003_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199003_H_GLOBAL.out new file mode 100644 index 00000000..cd09e6ac --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199003_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199003 STATION NETCDFs +0.02368752161661784 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199003_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199003_M_GLOBAL.out new file mode 100644 index 00000000..00b56abf --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199003_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199003 STATION NETCDFs +0.022674524784088136 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199004_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199004_D_GLOBAL.out new file mode 100644 index 00000000..f79d4bbf --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199004_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199004 STATION NETCDFs +0.02703065872192383 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199004_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199004_H_GLOBAL.out new file mode 100644 index 00000000..6f59582c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199004_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199004 STATION NETCDFs +0.02295371691385905 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199004_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199004_M_GLOBAL.out new file mode 100644 index 00000000..64c78623 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199004_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199004 STATION NETCDFs +0.019700618584950765 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199005_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199005_D_GLOBAL.out new file mode 100644 index 00000000..cbee8ae7 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199005_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199005 STATION NETCDFs +0.02968086798985799 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199005_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199005_H_GLOBAL.out new file mode 100644 index 00000000..557d74bb --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199005_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199005 STATION NETCDFs +0.03315522273381551 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199005_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199005_M_GLOBAL.out new file mode 100644 index 00000000..e952b2fd --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199005_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199005 STATION NETCDFs +0.022754108905792235 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199006_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199006_D_GLOBAL.out new file mode 100644 index 00000000..be088917 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199006_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199006 STATION NETCDFs +0.051604163646697995 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199006_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199006_H_GLOBAL.out new file mode 100644 index 00000000..3306ae72 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199006_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199006 STATION NETCDFs +0.025189228852589927 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199006_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199006_M_GLOBAL.out new file mode 100644 index 00000000..4acde5d5 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199006_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199006 STATION NETCDFs +0.026845463116963706 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199007_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199007_D_GLOBAL.out new file mode 100644 index 00000000..b23e0ec6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199007_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199007 STATION NETCDFs +0.038676182428995766 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199007_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199007_H_GLOBAL.out new file mode 100644 index 00000000..4e737774 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199007_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199007 STATION NETCDFs +0.02977277437845866 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199007_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199007_M_GLOBAL.out new file mode 100644 index 00000000..d54fd2f8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199007_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199007 STATION NETCDFs +0.03161024649937948 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199008_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199008_D_GLOBAL.out new file mode 100644 index 00000000..63d60769 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199008_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199008 STATION NETCDFs +0.023090803623199464 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199008_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199008_H_GLOBAL.out new file mode 100644 index 00000000..0773b331 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199008_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199008 STATION NETCDFs +0.02549670139948527 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199008_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199008_M_GLOBAL.out new file mode 100644 index 00000000..cf611aab --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199008_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199008 STATION NETCDFs +0.04479761918385824 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199009_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199009_D_GLOBAL.out new file mode 100644 index 00000000..537081cb --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199009_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199009 STATION NETCDFs +0.022036194801330566 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199009_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199009_H_GLOBAL.out new file mode 100644 index 00000000..3cb49f5a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199009_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199009 STATION NETCDFs +0.04330447514851888 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199009_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199009_M_GLOBAL.out new file mode 100644 index 00000000..b3e453a7 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199009_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199009 STATION NETCDFs +0.02575681209564209 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199010_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199010_D_GLOBAL.out new file mode 100644 index 00000000..f3ecd898 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199010_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199010 STATION NETCDFs +0.04929735660552979 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199010_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199010_H_GLOBAL.out new file mode 100644 index 00000000..14d2ed5d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199010_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199010 STATION NETCDFs +0.022878801822662352 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199010_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199010_M_GLOBAL.out new file mode 100644 index 00000000..c1dba64b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199010_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199010 STATION NETCDFs +0.0231954296429952 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199011_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199011_D_GLOBAL.out new file mode 100644 index 00000000..8862431f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199011_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199011 STATION NETCDFs +0.02676616112391154 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199011_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199011_H_GLOBAL.out new file mode 100644 index 00000000..518a5a68 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199011_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199011 STATION NETCDFs +0.02417411804199219 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199011_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199011_M_GLOBAL.out new file mode 100644 index 00000000..bc2d0bf8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199011_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199011 STATION NETCDFs +0.036472837130228676 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199012_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199012_D_GLOBAL.out new file mode 100644 index 00000000..147e530d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199012_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199012 STATION NETCDFs +0.027501400311787924 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199012_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199012_H_GLOBAL.out new file mode 100644 index 00000000..fc604649 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199012_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199012 STATION NETCDFs +0.025743921597798664 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199012_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199012_M_GLOBAL.out new file mode 100644 index 00000000..a7638803 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199012_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199012 STATION NETCDFs +0.04620240926742554 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199101_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199101_D_GLOBAL.out new file mode 100644 index 00000000..a4b89aaf --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199101_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199101 STATION NETCDFs +0.026433817545572915 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199101_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199101_H_GLOBAL.out new file mode 100644 index 00000000..6f81a81e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199101_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199101 STATION NETCDFs +0.040057889620463055 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199101_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199101_M_GLOBAL.out new file mode 100644 index 00000000..9d54bd40 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199101_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199101 STATION NETCDFs +0.039378408590952554 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199102_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199102_D_GLOBAL.out new file mode 100644 index 00000000..3da6405e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199102_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199102 STATION NETCDFs +0.023640267054239907 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199102_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199102_H_GLOBAL.out new file mode 100644 index 00000000..a4946f19 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199102_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199102 STATION NETCDFs +0.021798717975616454 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199102_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199102_M_GLOBAL.out new file mode 100644 index 00000000..6d152c81 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199102_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199102 STATION NETCDFs +0.028246657053629557 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199103_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199103_D_GLOBAL.out new file mode 100644 index 00000000..47697823 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199103_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199103 STATION NETCDFs +0.027430697282155355 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199103_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199103_H_GLOBAL.out new file mode 100644 index 00000000..21ff0b86 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199103_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199103 STATION NETCDFs +0.03700364033381144 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199103_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199103_M_GLOBAL.out new file mode 100644 index 00000000..0d28e8f8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199103_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199103 STATION NETCDFs +0.03976683616638184 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199104_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199104_D_GLOBAL.out new file mode 100644 index 00000000..fcf39c45 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199104_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199104 STATION NETCDFs +0.025614078839619955 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199104_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199104_H_GLOBAL.out new file mode 100644 index 00000000..d9010953 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199104_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199104 STATION NETCDFs +0.04910427729288737 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199104_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199104_M_GLOBAL.out new file mode 100644 index 00000000..b28e1cbb --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199104_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199104 STATION NETCDFs +0.034643431504567467 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199105_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199105_D_GLOBAL.out new file mode 100644 index 00000000..b56bea6c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199105_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199105 STATION NETCDFs +0.023868815104166666 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199105_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199105_H_GLOBAL.out new file mode 100644 index 00000000..c7e76925 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199105_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199105 STATION NETCDFs +0.03603061040242513 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199105_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199105_M_GLOBAL.out new file mode 100644 index 00000000..9497ae01 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199105_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199105 STATION NETCDFs +0.032737608750661215 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199106_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199106_D_GLOBAL.out new file mode 100644 index 00000000..1f36c6f3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199106_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199106 STATION NETCDFs +0.027885818481445314 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199106_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199106_H_GLOBAL.out new file mode 100644 index 00000000..81fd8e8b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199106_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199106 STATION NETCDFs +0.02585516373316447 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199106_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199106_M_GLOBAL.out new file mode 100644 index 00000000..1873e1d3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199106_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199106 STATION NETCDFs +0.019128580888112385 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199107_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199107_D_GLOBAL.out new file mode 100644 index 00000000..2ea633da --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199107_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199107 STATION NETCDFs +0.04933487176895142 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199107_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199107_H_GLOBAL.out new file mode 100644 index 00000000..55e42c84 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199107_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199107 STATION NETCDFs +0.03234419027964274 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199107_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199107_M_GLOBAL.out new file mode 100644 index 00000000..4a9fa937 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199107_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199107 STATION NETCDFs +0.02655025323232015 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199108_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199108_D_GLOBAL.out new file mode 100644 index 00000000..fca3fa85 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199108_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199108 STATION NETCDFs +0.029413692156473794 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199108_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199108_H_GLOBAL.out new file mode 100644 index 00000000..072b291f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199108_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199108 STATION NETCDFs +0.04297143220901489 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199108_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199108_M_GLOBAL.out new file mode 100644 index 00000000..ef2aba8e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199108_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199108 STATION NETCDFs +0.03731834093729655 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199109_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199109_D_GLOBAL.out new file mode 100644 index 00000000..da3bbed8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199109_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199109 STATION NETCDFs +0.02233418623606364 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199109_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199109_H_GLOBAL.out new file mode 100644 index 00000000..574a0e6f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199109_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199109 STATION NETCDFs +0.022923727830251057 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199109_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199109_M_GLOBAL.out new file mode 100644 index 00000000..9348f09d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199109_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199109 STATION NETCDFs +0.024930910269419352 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199110_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199110_D_GLOBAL.out new file mode 100644 index 00000000..4643a89f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199110_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199110 STATION NETCDFs +0.03632030487060547 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199110_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199110_H_GLOBAL.out new file mode 100644 index 00000000..e4764f89 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199110_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199110 STATION NETCDFs +0.0321954091389974 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199110_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199110_M_GLOBAL.out new file mode 100644 index 00000000..bdb2032b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199110_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199110 STATION NETCDFs +0.022407559553782146 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199111_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199111_D_GLOBAL.out new file mode 100644 index 00000000..b7845c43 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199111_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199111 STATION NETCDFs +0.03126245737075806 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199111_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199111_H_GLOBAL.out new file mode 100644 index 00000000..9443d789 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199111_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199111 STATION NETCDFs +0.020934879779815674 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199111_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199111_M_GLOBAL.out new file mode 100644 index 00000000..f02750db --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199111_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199111 STATION NETCDFs +0.03949251969655355 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199112_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199112_D_GLOBAL.out new file mode 100644 index 00000000..1887c6ef --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199112_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199112 STATION NETCDFs +0.022294755776723227 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199112_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199112_H_GLOBAL.out new file mode 100644 index 00000000..9da4d272 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199112_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199112 STATION NETCDFs +0.03577799399693807 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199112_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199112_M_GLOBAL.out new file mode 100644 index 00000000..4691aa3a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199112_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199112 STATION NETCDFs +0.04851014614105224 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199201_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199201_D_GLOBAL.out new file mode 100644 index 00000000..435026c6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199201_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199201 STATION NETCDFs +0.024048248926798504 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199201_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199201_H_GLOBAL.out new file mode 100644 index 00000000..8402277c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199201_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199201 STATION NETCDFs +0.020948485533396403 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199201_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199201_M_GLOBAL.out new file mode 100644 index 00000000..5adcb7db --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199201_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199201 STATION NETCDFs +0.03977894385655721 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199202_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199202_D_GLOBAL.out new file mode 100644 index 00000000..9cae1d03 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199202_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199202 STATION NETCDFs +0.047734769185384114 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199202_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199202_H_GLOBAL.out new file mode 100644 index 00000000..4ec205e5 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199202_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199202 STATION NETCDFs +0.02188818057378133 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199202_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199202_M_GLOBAL.out new file mode 100644 index 00000000..2fa1c21f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199202_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199202 STATION NETCDFs +0.02251367171605428 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199203_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199203_D_GLOBAL.out new file mode 100644 index 00000000..0747633f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199203_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199203 STATION NETCDFs +0.03976444403330485 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199203_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199203_H_GLOBAL.out new file mode 100644 index 00000000..4a650747 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199203_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199203 STATION NETCDFs +0.02460845708847046 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199203_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199203_M_GLOBAL.out new file mode 100644 index 00000000..624eee9d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199203_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199203 STATION NETCDFs +0.026990628242492674 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199204_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199204_D_GLOBAL.out new file mode 100644 index 00000000..e5c7adae --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199204_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199204 STATION NETCDFs +0.029851003487904867 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199204_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199204_H_GLOBAL.out new file mode 100644 index 00000000..30221326 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199204_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199204 STATION NETCDFs +0.03319000005722046 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199204_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199204_M_GLOBAL.out new file mode 100644 index 00000000..90850ef3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199204_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199204 STATION NETCDFs +0.05148499409357707 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199205_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199205_D_GLOBAL.out new file mode 100644 index 00000000..6dc072ee --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199205_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199205 STATION NETCDFs +0.04521487156550089 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199205_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199205_H_GLOBAL.out new file mode 100644 index 00000000..2d77951a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199205_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199205 STATION NETCDFs +0.02294517755508423 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199205_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199205_M_GLOBAL.out new file mode 100644 index 00000000..0fbb010e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199205_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199205 STATION NETCDFs +0.031157859166463218 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199206_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199206_D_GLOBAL.out new file mode 100644 index 00000000..bc90e218 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199206_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199206 STATION NETCDFs +0.04645475149154663 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199206_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199206_H_GLOBAL.out new file mode 100644 index 00000000..a2d6a186 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199206_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199206 STATION NETCDFs +0.026276191075642902 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199206_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199206_M_GLOBAL.out new file mode 100644 index 00000000..a6901c71 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199206_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199206 STATION NETCDFs +0.031603562831878665 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199207_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199207_D_GLOBAL.out new file mode 100644 index 00000000..494fb5ab --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199207_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199207 STATION NETCDFs +0.02590051492055257 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199207_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199207_H_GLOBAL.out new file mode 100644 index 00000000..d7fb3bfe --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199207_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199207 STATION NETCDFs +0.045407966772715254 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199207_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199207_M_GLOBAL.out new file mode 100644 index 00000000..ca3590e7 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199207_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199207 STATION NETCDFs +0.022376048564910888 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199208_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199208_D_GLOBAL.out new file mode 100644 index 00000000..945eb9be --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199208_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199208 STATION NETCDFs +0.025106513500213624 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199208_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199208_H_GLOBAL.out new file mode 100644 index 00000000..ecec2d32 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199208_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199208 STATION NETCDFs +0.04525835514068603 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199208_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199208_M_GLOBAL.out new file mode 100644 index 00000000..6af400f8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199208_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199208 STATION NETCDFs +0.032046862443288165 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199209_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199209_D_GLOBAL.out new file mode 100644 index 00000000..32c1f37a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199209_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199209 STATION NETCDFs +0.04520214796066284 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199209_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199209_H_GLOBAL.out new file mode 100644 index 00000000..f9ac13c4 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199209_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199209 STATION NETCDFs +0.021787397066752114 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199209_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199209_M_GLOBAL.out new file mode 100644 index 00000000..0f5a0ba2 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199209_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199209 STATION NETCDFs +0.027774405479431153 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199210_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199210_D_GLOBAL.out new file mode 100644 index 00000000..d0d492a2 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199210_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199210 STATION NETCDFs +0.03629285891850789 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199210_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199210_H_GLOBAL.out new file mode 100644 index 00000000..6a1ed48d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199210_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199210 STATION NETCDFs +0.0456177830696106 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199210_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199210_M_GLOBAL.out new file mode 100644 index 00000000..601128b3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199210_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199210 STATION NETCDFs +0.020597441991170248 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199211_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199211_D_GLOBAL.out new file mode 100644 index 00000000..fc178a35 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199211_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199211 STATION NETCDFs +0.028391476472218832 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199211_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199211_H_GLOBAL.out new file mode 100644 index 00000000..96164544 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199211_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199211 STATION NETCDFs +0.045011452833811444 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199211_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199211_M_GLOBAL.out new file mode 100644 index 00000000..17f8f094 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199211_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199211 STATION NETCDFs +0.02891361713409424 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199212_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199212_D_GLOBAL.out new file mode 100644 index 00000000..0695a63c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199212_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199212 STATION NETCDFs +0.02961618105570475 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199212_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199212_H_GLOBAL.out new file mode 100644 index 00000000..a885802f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199212_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199212 STATION NETCDFs +0.03496468861897786 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199212_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199212_M_GLOBAL.out new file mode 100644 index 00000000..2656f620 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199212_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199212 STATION NETCDFs +0.025561277071634927 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199301_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199301_D_GLOBAL.out new file mode 100644 index 00000000..e39ae852 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199301_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199301 STATION NETCDFs +0.04553221861521403 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199301_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199301_H_GLOBAL.out new file mode 100644 index 00000000..b36eece6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199301_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199301 STATION NETCDFs +0.02489867607752482 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199301_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199301_M_GLOBAL.out new file mode 100644 index 00000000..ca587314 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199301_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199301 STATION NETCDFs +0.028510264555613198 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199302_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199302_D_GLOBAL.out new file mode 100644 index 00000000..f5c5b26d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199302_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199302 STATION NETCDFs +0.021375147501627605 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199302_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199302_H_GLOBAL.out new file mode 100644 index 00000000..464ddb70 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199302_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199302 STATION NETCDFs +0.03399162292480469 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199302_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199302_M_GLOBAL.out new file mode 100644 index 00000000..da3a343f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199302_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199302 STATION NETCDFs +0.0341896931330363 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199303_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199303_D_GLOBAL.out new file mode 100644 index 00000000..8382ad85 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199303_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199303 STATION NETCDFs +0.022880983352661134 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199303_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199303_H_GLOBAL.out new file mode 100644 index 00000000..2c1f7147 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199303_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199303 STATION NETCDFs +0.038375763098398845 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199303_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199303_M_GLOBAL.out new file mode 100644 index 00000000..0e379890 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199303_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199303 STATION NETCDFs +0.03707856734593709 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199304_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199304_D_GLOBAL.out new file mode 100644 index 00000000..4369db74 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199304_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199304 STATION NETCDFs +0.028041088581085206 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199304_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199304_H_GLOBAL.out new file mode 100644 index 00000000..96ea19f7 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199304_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199304 STATION NETCDFs +0.04719341198603312 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199304_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199304_M_GLOBAL.out new file mode 100644 index 00000000..780daed0 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199304_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199304 STATION NETCDFs +0.033012557029724124 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199305_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199305_D_GLOBAL.out new file mode 100644 index 00000000..939978af --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199305_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199305 STATION NETCDFs +0.04995044469833374 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199305_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199305_H_GLOBAL.out new file mode 100644 index 00000000..bcd74c20 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199305_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199305 STATION NETCDFs +0.04663344224294027 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199305_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199305_M_GLOBAL.out new file mode 100644 index 00000000..b8786595 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199305_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199305 STATION NETCDFs +0.02521752913792928 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199306_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199306_D_GLOBAL.out new file mode 100644 index 00000000..05aea53a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199306_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199306 STATION NETCDFs +0.022478274504343667 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199306_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199306_H_GLOBAL.out new file mode 100644 index 00000000..69a1186f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199306_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199306 STATION NETCDFs +0.04905813535054525 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199306_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199306_M_GLOBAL.out new file mode 100644 index 00000000..11b50782 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199306_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199306 STATION NETCDFs +0.020930083592732747 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199307_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199307_D_GLOBAL.out new file mode 100644 index 00000000..dde59dbe --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199307_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199307 STATION NETCDFs +0.021173171202341714 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199307_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199307_H_GLOBAL.out new file mode 100644 index 00000000..e59da654 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199307_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199307 STATION NETCDFs +0.02359190781911214 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199307_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199307_M_GLOBAL.out new file mode 100644 index 00000000..6af5697e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199307_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199307 STATION NETCDFs +0.03380499680836995 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199308_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199308_D_GLOBAL.out new file mode 100644 index 00000000..46e8be98 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199308_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199308 STATION NETCDFs +0.020852406819661457 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199308_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199308_H_GLOBAL.out new file mode 100644 index 00000000..2e9ae229 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199308_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199308 STATION NETCDFs +0.033471330006917314 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199308_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199308_M_GLOBAL.out new file mode 100644 index 00000000..4b4d294d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199308_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199308 STATION NETCDFs +0.036009013652801514 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199309_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199309_D_GLOBAL.out new file mode 100644 index 00000000..fb194ed9 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199309_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199309 STATION NETCDFs +0.026174883047739666 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199309_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199309_H_GLOBAL.out new file mode 100644 index 00000000..ec71284a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199309_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199309 STATION NETCDFs +0.026091225941975913 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199309_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199309_M_GLOBAL.out new file mode 100644 index 00000000..207f0e05 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199309_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199309 STATION NETCDFs +0.02623033126195272 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199310_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199310_D_GLOBAL.out new file mode 100644 index 00000000..c4f78996 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199310_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199310 STATION NETCDFs +0.049798786640167236 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199310_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199310_H_GLOBAL.out new file mode 100644 index 00000000..eafdca3a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199310_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199310 STATION NETCDFs +0.021555721759796143 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199310_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199310_M_GLOBAL.out new file mode 100644 index 00000000..716c3fc2 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199310_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199310 STATION NETCDFs +0.02059605121612549 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199311_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199311_D_GLOBAL.out new file mode 100644 index 00000000..1d65678c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199311_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199311 STATION NETCDFs +0.023833445707956948 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199311_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199311_H_GLOBAL.out new file mode 100644 index 00000000..2286bf5a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199311_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199311 STATION NETCDFs +0.025026373068491616 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199311_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199311_M_GLOBAL.out new file mode 100644 index 00000000..f53ea224 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199311_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199311 STATION NETCDFs +0.023648361365000408 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199312_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199312_D_GLOBAL.out new file mode 100644 index 00000000..d9ad22e0 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199312_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199312 STATION NETCDFs +0.02752028703689575 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199312_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199312_H_GLOBAL.out new file mode 100644 index 00000000..745625a2 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199312_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199312 STATION NETCDFs +0.0235358198483785 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199312_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199312_M_GLOBAL.out new file mode 100644 index 00000000..8fb00c2a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199312_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199312 STATION NETCDFs +0.029859169324239095 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199401_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199401_D_GLOBAL.out new file mode 100644 index 00000000..5b211c21 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199401_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199401 STATION NETCDFs +0.046624342600504555 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199401_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199401_H_GLOBAL.out new file mode 100644 index 00000000..debb5e78 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199401_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199401 STATION NETCDFs +0.03300663232803345 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199401_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199401_M_GLOBAL.out new file mode 100644 index 00000000..c3da0f04 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199401_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199401 STATION NETCDFs +0.049571375052134194 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199402_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199402_D_GLOBAL.out new file mode 100644 index 00000000..f88747fe --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199402_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199402 STATION NETCDFs +0.035487409432729086 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199402_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199402_H_GLOBAL.out new file mode 100644 index 00000000..46d180cd --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199402_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199402 STATION NETCDFs +0.04636152982711792 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199402_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199402_M_GLOBAL.out new file mode 100644 index 00000000..a85a8ecd --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199402_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199402 STATION NETCDFs +0.046329756577809654 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199403_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199403_D_GLOBAL.out new file mode 100644 index 00000000..f49c2420 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199403_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199403 STATION NETCDFs +0.061289095878601076 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199403_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199403_H_GLOBAL.out new file mode 100644 index 00000000..f37b8e0b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199403_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199403 STATION NETCDFs +0.05562169949213664 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199403_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199403_M_GLOBAL.out new file mode 100644 index 00000000..abd28b35 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199403_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199403 STATION NETCDFs +0.04074262777964274 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199404_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199404_D_GLOBAL.out new file mode 100644 index 00000000..5ec5cb4d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199404_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199404 STATION NETCDFs +0.040064239501953126 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199404_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199404_H_GLOBAL.out new file mode 100644 index 00000000..4d6312b8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199404_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199404 STATION NETCDFs +0.036776959896087646 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199404_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199404_M_GLOBAL.out new file mode 100644 index 00000000..21a5fd82 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199404_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199404 STATION NETCDFs +0.029232521851857502 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199405_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199405_D_GLOBAL.out new file mode 100644 index 00000000..15307f2f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199405_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199405 STATION NETCDFs +0.03216198682785034 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199405_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199405_H_GLOBAL.out new file mode 100644 index 00000000..9a5e1730 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199405_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199405 STATION NETCDFs +0.03297205766042074 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199405_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199405_M_GLOBAL.out new file mode 100644 index 00000000..f38e1238 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199405_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199405 STATION NETCDFs +0.042317577203114826 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199406_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199406_D_GLOBAL.out new file mode 100644 index 00000000..0ac6784b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199406_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199406 STATION NETCDFs +0.047934051354726157 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199406_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199406_H_GLOBAL.out new file mode 100644 index 00000000..a3175d34 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199406_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199406 STATION NETCDFs +0.04181327025095622 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199406_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199406_M_GLOBAL.out new file mode 100644 index 00000000..f33f73ba --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199406_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199406 STATION NETCDFs +0.03705947796503703 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199407_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199407_D_GLOBAL.out new file mode 100644 index 00000000..86251cbc --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199407_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199407 STATION NETCDFs +0.05177598794301351 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199407_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199407_H_GLOBAL.out new file mode 100644 index 00000000..078a0123 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199407_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199407 STATION NETCDFs +0.031946098804473876 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199407_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199407_M_GLOBAL.out new file mode 100644 index 00000000..7d72cb5a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199407_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199407 STATION NETCDFs +0.04049240748087565 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199408_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199408_D_GLOBAL.out new file mode 100644 index 00000000..37c14f43 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199408_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199408 STATION NETCDFs +0.03936714728673299 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199408_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199408_H_GLOBAL.out new file mode 100644 index 00000000..28410616 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199408_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199408 STATION NETCDFs +0.05537489652633667 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199408_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199408_M_GLOBAL.out new file mode 100644 index 00000000..90d06f41 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199408_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199408 STATION NETCDFs +0.061690203348795575 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199409_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199409_D_GLOBAL.out new file mode 100644 index 00000000..3c055096 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199409_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199409 STATION NETCDFs +0.040385639667510985 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199409_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199409_H_GLOBAL.out new file mode 100644 index 00000000..e4bb31b6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199409_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199409 STATION NETCDFs +0.03295841614405314 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199409_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199409_M_GLOBAL.out new file mode 100644 index 00000000..c1af78d1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199409_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199409 STATION NETCDFs +0.030373859405517577 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199410_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199410_D_GLOBAL.out new file mode 100644 index 00000000..495b05b0 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199410_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199410 STATION NETCDFs +0.033534153302510576 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199410_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199410_H_GLOBAL.out new file mode 100644 index 00000000..1c8a136a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199410_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199410 STATION NETCDFs +0.03066091537475586 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199410_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199410_M_GLOBAL.out new file mode 100644 index 00000000..a35c2ecc --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199410_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199410 STATION NETCDFs +0.04266274372736613 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199411_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199411_D_GLOBAL.out new file mode 100644 index 00000000..036e1c48 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199411_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199411 STATION NETCDFs +0.03163865009943644 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199411_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199411_H_GLOBAL.out new file mode 100644 index 00000000..42feea61 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199411_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199411 STATION NETCDFs +0.029552698135375977 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199411_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199411_M_GLOBAL.out new file mode 100644 index 00000000..bb56bfde --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199411_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199411 STATION NETCDFs +0.05268582503000895 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199412_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199412_D_GLOBAL.out new file mode 100644 index 00000000..ae12d379 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199412_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199412 STATION NETCDFs +0.030925822257995606 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199412_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199412_H_GLOBAL.out new file mode 100644 index 00000000..1e395a66 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199412_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199412 STATION NETCDFs +0.03997558355331421 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199412_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199412_M_GLOBAL.out new file mode 100644 index 00000000..899a877a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199412_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199412 STATION NETCDFs +0.04256605307261149 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199501_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199501_D_GLOBAL.out new file mode 100644 index 00000000..2f01c71c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199501_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199501 STATION NETCDFs +0.054293620586395266 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199501_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199501_H_GLOBAL.out new file mode 100644 index 00000000..c309ba7d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199501_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199501 STATION NETCDFs +0.03294546604156494 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199501_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199501_M_GLOBAL.out new file mode 100644 index 00000000..f52659b5 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199501_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199501 STATION NETCDFs +0.03530466953913371 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199502_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199502_D_GLOBAL.out new file mode 100644 index 00000000..882241e8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199502_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199502 STATION NETCDFs +0.028389251232147215 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199502_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199502_H_GLOBAL.out new file mode 100644 index 00000000..bcb82a59 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199502_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199502 STATION NETCDFs +0.033031141757965087 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199502_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199502_M_GLOBAL.out new file mode 100644 index 00000000..89eb5516 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199502_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199502 STATION NETCDFs +0.0479207714398702 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199503_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199503_D_GLOBAL.out new file mode 100644 index 00000000..01c706df --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199503_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199503 STATION NETCDFs +0.04872626066207886 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199503_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199503_H_GLOBAL.out new file mode 100644 index 00000000..20f72d49 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199503_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199503 STATION NETCDFs +0.030865554014841715 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199503_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199503_M_GLOBAL.out new file mode 100644 index 00000000..e9d253ac --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199503_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199503 STATION NETCDFs +0.042530544598897296 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199504_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199504_D_GLOBAL.out new file mode 100644 index 00000000..dd8605e8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199504_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199504 STATION NETCDFs +0.029134690761566162 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199504_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199504_H_GLOBAL.out new file mode 100644 index 00000000..7cd70f0e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199504_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199504 STATION NETCDFs +0.043322300910949706 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199504_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199504_M_GLOBAL.out new file mode 100644 index 00000000..e6df80ee --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199504_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199504 STATION NETCDFs +0.031089611848195395 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199505_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199505_D_GLOBAL.out new file mode 100644 index 00000000..4eef16a6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199505_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199505 STATION NETCDFs +0.04885607163111369 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199505_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199505_H_GLOBAL.out new file mode 100644 index 00000000..ba1288ce --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199505_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199505 STATION NETCDFs +0.051984270413716636 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199505_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199505_M_GLOBAL.out new file mode 100644 index 00000000..b9ccd1ad --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199505_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199505 STATION NETCDFs +0.03128422101338704 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199506_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199506_D_GLOBAL.out new file mode 100644 index 00000000..c6204015 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199506_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199506 STATION NETCDFs +0.03474806547164917 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199506_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199506_H_GLOBAL.out new file mode 100644 index 00000000..7950ef92 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199506_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199506 STATION NETCDFs +0.030289419492085776 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199506_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199506_M_GLOBAL.out new file mode 100644 index 00000000..141b9fa7 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199506_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199506 STATION NETCDFs +0.047612913449605304 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199507_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199507_D_GLOBAL.out new file mode 100644 index 00000000..f61d336f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199507_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199507 STATION NETCDFs +0.050071152051289876 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199507_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199507_H_GLOBAL.out new file mode 100644 index 00000000..6fb6675b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199507_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199507 STATION NETCDFs +0.05211814641952515 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199507_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199507_M_GLOBAL.out new file mode 100644 index 00000000..a8959281 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199507_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199507 STATION NETCDFs +0.038905787467956546 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199508_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199508_D_GLOBAL.out new file mode 100644 index 00000000..d4b9007c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199508_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199508 STATION NETCDFs +0.055790054798126223 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199508_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199508_H_GLOBAL.out new file mode 100644 index 00000000..ff18db0f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199508_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199508 STATION NETCDFs +0.026318363348642983 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199508_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199508_M_GLOBAL.out new file mode 100644 index 00000000..59b536fd --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199508_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199508 STATION NETCDFs +0.03416800896326701 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199509_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199509_D_GLOBAL.out new file mode 100644 index 00000000..6ffb2285 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199509_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199509 STATION NETCDFs +0.03986105521519979 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199509_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199509_H_GLOBAL.out new file mode 100644 index 00000000..87037fca --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199509_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199509 STATION NETCDFs +0.044782809416453045 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199509_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199509_M_GLOBAL.out new file mode 100644 index 00000000..e4db8f8d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199509_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199509 STATION NETCDFs +0.048149049282073975 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199510_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199510_D_GLOBAL.out new file mode 100644 index 00000000..f3158eb8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199510_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199510 STATION NETCDFs +0.03198918104171753 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199510_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199510_H_GLOBAL.out new file mode 100644 index 00000000..d7c0a244 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199510_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199510 STATION NETCDFs +0.04619698127110799 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199510_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199510_M_GLOBAL.out new file mode 100644 index 00000000..b5451d3e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199510_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199510 STATION NETCDFs +0.05533738931020101 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199511_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199511_D_GLOBAL.out new file mode 100644 index 00000000..14e20648 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199511_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199511 STATION NETCDFs +0.030348340670267742 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199511_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199511_H_GLOBAL.out new file mode 100644 index 00000000..36dc3b7b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199511_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199511 STATION NETCDFs +0.03688805103302002 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199511_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199511_M_GLOBAL.out new file mode 100644 index 00000000..d1b5658f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199511_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199511 STATION NETCDFs +0.04063394864400228 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199512_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199512_D_GLOBAL.out new file mode 100644 index 00000000..6bcb18ed --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199512_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199512 STATION NETCDFs +0.040727682908376056 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199512_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199512_H_GLOBAL.out new file mode 100644 index 00000000..21e50fb0 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199512_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199512 STATION NETCDFs +0.028616666793823242 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199512_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199512_M_GLOBAL.out new file mode 100644 index 00000000..f30c2a8d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199512_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199512 STATION NETCDFs +0.04262806574503581 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199601_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199601_D_GLOBAL.out new file mode 100644 index 00000000..146e2b7b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199601_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199601 STATION NETCDFs +0.04230635166168213 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199601_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199601_H_GLOBAL.out new file mode 100644 index 00000000..8c2e2bcf --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199601_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199601 STATION NETCDFs +0.03751579523086548 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199601_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199601_M_GLOBAL.out new file mode 100644 index 00000000..f007021a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199601_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199601 STATION NETCDFs +0.02715621789296468 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199602_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199602_D_GLOBAL.out new file mode 100644 index 00000000..9546365b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199602_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199602 STATION NETCDFs +0.029724419116973877 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199602_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199602_H_GLOBAL.out new file mode 100644 index 00000000..9f5d0429 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199602_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199602 STATION NETCDFs +0.027481035391489664 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199602_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199602_M_GLOBAL.out new file mode 100644 index 00000000..96f6695f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199602_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199602 STATION NETCDFs +0.03610390822092692 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199603_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199603_D_GLOBAL.out new file mode 100644 index 00000000..205a225a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199603_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199603 STATION NETCDFs +0.027466670672098795 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199603_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199603_H_GLOBAL.out new file mode 100644 index 00000000..2e69e2c5 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199603_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199603 STATION NETCDFs +0.026400522391001383 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199603_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199603_M_GLOBAL.out new file mode 100644 index 00000000..cf565a8c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199603_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199603 STATION NETCDFs +0.03573634624481201 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199604_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199604_D_GLOBAL.out new file mode 100644 index 00000000..3b11a884 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199604_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199604 STATION NETCDFs +0.02780119180679321 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199604_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199604_H_GLOBAL.out new file mode 100644 index 00000000..c1bff34e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199604_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199604 STATION NETCDFs +0.03447386423746745 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199604_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199604_M_GLOBAL.out new file mode 100644 index 00000000..e715f500 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199604_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199604 STATION NETCDFs +0.029543161392211914 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199605_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199605_D_GLOBAL.out new file mode 100644 index 00000000..c3295f17 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199605_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199605 STATION NETCDFs +0.0318867286046346 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199605_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199605_H_GLOBAL.out new file mode 100644 index 00000000..721de95f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199605_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199605 STATION NETCDFs +0.03049392302831014 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199605_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199605_M_GLOBAL.out new file mode 100644 index 00000000..1a41ffe9 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199605_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199605 STATION NETCDFs +0.05428027709325155 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199606_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199606_D_GLOBAL.out new file mode 100644 index 00000000..4e4a37f6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199606_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199606 STATION NETCDFs +0.04955516258875529 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199606_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199606_H_GLOBAL.out new file mode 100644 index 00000000..2191b501 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199606_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199606 STATION NETCDFs +0.04883086681365967 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199606_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199606_M_GLOBAL.out new file mode 100644 index 00000000..89ab1d2d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199606_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199606 STATION NETCDFs +0.034769920508066814 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199607_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199607_D_GLOBAL.out new file mode 100644 index 00000000..daeab0d6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199607_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199607 STATION NETCDFs +0.05508698225021362 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199607_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199607_H_GLOBAL.out new file mode 100644 index 00000000..b9726234 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199607_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199607 STATION NETCDFs +0.0438801646232605 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199607_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199607_M_GLOBAL.out new file mode 100644 index 00000000..459ff2ed --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199607_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199607 STATION NETCDFs +0.050216046969095866 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199608_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199608_D_GLOBAL.out new file mode 100644 index 00000000..448c762f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199608_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199608 STATION NETCDFs +0.0479665478070577 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199608_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199608_H_GLOBAL.out new file mode 100644 index 00000000..252051e7 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199608_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199608 STATION NETCDFs +0.038301976521809895 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199608_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199608_M_GLOBAL.out new file mode 100644 index 00000000..905bd2fd --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199608_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199608 STATION NETCDFs +0.05394152800242106 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199609_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199609_D_GLOBAL.out new file mode 100644 index 00000000..40c6ec14 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199609_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199609 STATION NETCDFs +0.05808282693227132 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199609_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199609_H_GLOBAL.out new file mode 100644 index 00000000..871aa558 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199609_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199609 STATION NETCDFs +0.04940149386723836 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199609_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199609_M_GLOBAL.out new file mode 100644 index 00000000..0e8aa820 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199609_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199609 STATION NETCDFs +0.032178831100463864 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199610_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199610_D_GLOBAL.out new file mode 100644 index 00000000..4e3bb98c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199610_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199610 STATION NETCDFs +0.042029424508412676 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199610_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199610_H_GLOBAL.out new file mode 100644 index 00000000..3c0af88e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199610_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199610 STATION NETCDFs +0.03845227559407552 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199610_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199610_M_GLOBAL.out new file mode 100644 index 00000000..9d45413e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199610_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199610 STATION NETCDFs +0.03685173193613688 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199611_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199611_D_GLOBAL.out new file mode 100644 index 00000000..4ef5c0fa --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199611_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199611 STATION NETCDFs +0.04631774028142293 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199611_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199611_H_GLOBAL.out new file mode 100644 index 00000000..ed98df5b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199611_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199611 STATION NETCDFs +0.037174904346466066 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199611_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199611_M_GLOBAL.out new file mode 100644 index 00000000..e4a4d087 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199611_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199611 STATION NETCDFs +0.04929185310999552 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199612_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199612_D_GLOBAL.out new file mode 100644 index 00000000..6db33349 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199612_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199612 STATION NETCDFs +0.040554551283518474 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199612_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199612_H_GLOBAL.out new file mode 100644 index 00000000..06654e6a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199612_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199612 STATION NETCDFs +0.04988041321436564 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199612_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199612_M_GLOBAL.out new file mode 100644 index 00000000..ba48521c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199612_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199612 STATION NETCDFs +0.04660717646280924 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199701_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199701_D_GLOBAL.out new file mode 100644 index 00000000..cf08c3bd --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199701_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199701 STATION NETCDFs +0.04725625514984131 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199701_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199701_H_GLOBAL.out new file mode 100644 index 00000000..00df5111 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199701_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199701 STATION NETCDFs +0.0333961288134257 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199701_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199701_M_GLOBAL.out new file mode 100644 index 00000000..298da7e1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199701_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199701 STATION NETCDFs +0.037060097853342695 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199702_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199702_D_GLOBAL.out new file mode 100644 index 00000000..a9ee8816 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199702_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199702 STATION NETCDFs +0.03633271455764771 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199702_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199702_H_GLOBAL.out new file mode 100644 index 00000000..f2d4466d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199702_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199702 STATION NETCDFs +0.05613113244374593 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199702_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199702_M_GLOBAL.out new file mode 100644 index 00000000..ea3931a2 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199702_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199702 STATION NETCDFs +0.04063345591227214 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199703_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199703_D_GLOBAL.out new file mode 100644 index 00000000..d8b1e767 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199703_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199703 STATION NETCDFs +0.032984912395477295 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199703_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199703_H_GLOBAL.out new file mode 100644 index 00000000..e29cd015 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199703_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199703 STATION NETCDFs +0.03836355606714884 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199703_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199703_M_GLOBAL.out new file mode 100644 index 00000000..825cbca1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199703_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199703 STATION NETCDFs +0.043976740042368574 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199704_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199704_D_GLOBAL.out new file mode 100644 index 00000000..57d8a970 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199704_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199704 STATION NETCDFs +0.04945693810780843 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199704_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199704_H_GLOBAL.out new file mode 100644 index 00000000..bf9a29b9 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199704_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199704 STATION NETCDFs +0.04675851265589396 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199704_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199704_M_GLOBAL.out new file mode 100644 index 00000000..e5cb3a1a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199704_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199704 STATION NETCDFs +0.04406776825586955 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199705_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199705_D_GLOBAL.out new file mode 100644 index 00000000..7d4132a8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199705_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199705 STATION NETCDFs +0.06533682743708293 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199705_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199705_H_GLOBAL.out new file mode 100644 index 00000000..dfcc280b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199705_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199705 STATION NETCDFs +0.03731357256571452 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199705_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199705_M_GLOBAL.out new file mode 100644 index 00000000..98738cbd --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199705_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199705 STATION NETCDFs +0.034169920285542804 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199706_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199706_D_GLOBAL.out new file mode 100644 index 00000000..b4c8b23a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199706_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199706 STATION NETCDFs +0.03635902404785156 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199706_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199706_H_GLOBAL.out new file mode 100644 index 00000000..f34df506 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199706_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199706 STATION NETCDFs +0.05214044650395711 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199706_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199706_M_GLOBAL.out new file mode 100644 index 00000000..f8d22f78 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199706_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199706 STATION NETCDFs +0.03141866127649943 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199707_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199707_D_GLOBAL.out new file mode 100644 index 00000000..186a98ff --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199707_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199707 STATION NETCDFs +0.053902538617451985 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199707_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199707_H_GLOBAL.out new file mode 100644 index 00000000..7baf2984 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199707_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199707 STATION NETCDFs +0.040549989541371664 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199707_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199707_M_GLOBAL.out new file mode 100644 index 00000000..77755a68 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199707_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199707 STATION NETCDFs +0.037189292907714847 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199708_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199708_D_GLOBAL.out new file mode 100644 index 00000000..c7c5e9ee --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199708_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199708 STATION NETCDFs +0.0418642520904541 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199708_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199708_H_GLOBAL.out new file mode 100644 index 00000000..3840aab7 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199708_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199708 STATION NETCDFs +0.03918223778406779 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199708_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199708_M_GLOBAL.out new file mode 100644 index 00000000..5f769ea6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199708_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199708 STATION NETCDFs +0.05312265157699585 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199709_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199709_D_GLOBAL.out new file mode 100644 index 00000000..0ca6eb6a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199709_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199709 STATION NETCDFs +0.03677788972854614 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199709_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199709_H_GLOBAL.out new file mode 100644 index 00000000..ab70e9e4 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199709_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199709 STATION NETCDFs +0.03147027095158895 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199709_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199709_M_GLOBAL.out new file mode 100644 index 00000000..25bfd8c1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199709_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199709 STATION NETCDFs +0.043025656541188555 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199710_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199710_D_GLOBAL.out new file mode 100644 index 00000000..e7a004fc --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199710_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199710 STATION NETCDFs +0.04519102573394775 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199710_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199710_H_GLOBAL.out new file mode 100644 index 00000000..88118874 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199710_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199710 STATION NETCDFs +0.057139885425567624 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199710_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199710_M_GLOBAL.out new file mode 100644 index 00000000..44d7f37c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199710_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199710 STATION NETCDFs +0.038246711095174156 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199711_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199711_D_GLOBAL.out new file mode 100644 index 00000000..3b81fd02 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199711_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199711 STATION NETCDFs +0.04695385694503784 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199711_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199711_H_GLOBAL.out new file mode 100644 index 00000000..7df17380 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199711_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199711 STATION NETCDFs +0.0343683918317159 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199711_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199711_M_GLOBAL.out new file mode 100644 index 00000000..74684c8a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199711_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199711 STATION NETCDFs +0.034770039717356364 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199712_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199712_D_GLOBAL.out new file mode 100644 index 00000000..1162cb5f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199712_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199712 STATION NETCDFs +0.05610112349192301 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199712_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199712_H_GLOBAL.out new file mode 100644 index 00000000..6be7005e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199712_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199712 STATION NETCDFs +0.03751033941904704 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199712_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199712_M_GLOBAL.out new file mode 100644 index 00000000..1fc2029b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199712_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199712 STATION NETCDFs +0.03815935850143433 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199801_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199801_D_GLOBAL.out new file mode 100644 index 00000000..fd1f0812 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199801_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199801 STATION NETCDFs +0.0484927773475647 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199801_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199801_H_GLOBAL.out new file mode 100644 index 00000000..2b64b89b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199801_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199801 STATION NETCDFs +0.041167863210042316 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199801_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199801_M_GLOBAL.out new file mode 100644 index 00000000..73b27fc9 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199801_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199801 STATION NETCDFs +0.04895018736521403 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199802_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199802_D_GLOBAL.out new file mode 100644 index 00000000..1a873838 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199802_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199802 STATION NETCDFs +0.04154036045074463 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199802_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199802_H_GLOBAL.out new file mode 100644 index 00000000..7336729c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199802_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199802 STATION NETCDFs +0.046900216738382974 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199802_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199802_M_GLOBAL.out new file mode 100644 index 00000000..0d741755 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199802_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199802 STATION NETCDFs +0.05474885702133179 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199803_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199803_D_GLOBAL.out new file mode 100644 index 00000000..35a4e86a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199803_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199803 STATION NETCDFs +0.05059629281361898 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199803_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199803_H_GLOBAL.out new file mode 100644 index 00000000..6adffa47 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199803_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199803 STATION NETCDFs +0.03403635025024414 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199803_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199803_M_GLOBAL.out new file mode 100644 index 00000000..74b4f267 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199803_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199803 STATION NETCDFs +0.05287339687347412 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199804_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199804_D_GLOBAL.out new file mode 100644 index 00000000..e6611c00 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199804_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199804 STATION NETCDFs +0.05244895617167155 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199804_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199804_H_GLOBAL.out new file mode 100644 index 00000000..acde24fb --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199804_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199804 STATION NETCDFs +0.04880990982055664 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199804_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199804_M_GLOBAL.out new file mode 100644 index 00000000..6be9adf3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199804_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199804 STATION NETCDFs +0.0573874831199646 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199805_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199805_D_GLOBAL.out new file mode 100644 index 00000000..715da2f6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199805_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199805 STATION NETCDFs +0.04452691078186035 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199805_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199805_H_GLOBAL.out new file mode 100644 index 00000000..45aea106 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199805_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199805 STATION NETCDFs +0.03820599714914958 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199805_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199805_M_GLOBAL.out new file mode 100644 index 00000000..9f2431f7 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199805_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199805 STATION NETCDFs +0.046311322848002115 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199806_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199806_D_GLOBAL.out new file mode 100644 index 00000000..525ceae1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199806_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199806 STATION NETCDFs +0.040997401873270674 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199806_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199806_H_GLOBAL.out new file mode 100644 index 00000000..76701e9c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199806_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199806 STATION NETCDFs +0.05391135613123576 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199806_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199806_M_GLOBAL.out new file mode 100644 index 00000000..2b21df59 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199806_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199806 STATION NETCDFs +0.03731480042139689 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199807_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199807_D_GLOBAL.out new file mode 100644 index 00000000..c18e5759 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199807_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199807 STATION NETCDFs +0.037662700812021895 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199807_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199807_H_GLOBAL.out new file mode 100644 index 00000000..1b133301 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199807_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199807 STATION NETCDFs +0.03530925909678141 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199807_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199807_M_GLOBAL.out new file mode 100644 index 00000000..ea0b4153 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199807_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199807 STATION NETCDFs +0.04346524477005005 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199808_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199808_D_GLOBAL.out new file mode 100644 index 00000000..beb2c870 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199808_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199808 STATION NETCDFs +0.05631411075592041 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199808_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199808_H_GLOBAL.out new file mode 100644 index 00000000..7f6525e3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199808_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199808 STATION NETCDFs +0.03364948034286499 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199808_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199808_M_GLOBAL.out new file mode 100644 index 00000000..c2446bc2 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199808_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199808 STATION NETCDFs +0.05563961267471314 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199809_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199809_D_GLOBAL.out new file mode 100644 index 00000000..c0ba6179 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199809_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199809 STATION NETCDFs +0.05492343902587891 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199809_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199809_H_GLOBAL.out new file mode 100644 index 00000000..4a16fadf --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199809_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199809 STATION NETCDFs +0.07029331127802531 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199809_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199809_M_GLOBAL.out new file mode 100644 index 00000000..eedbddb3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199809_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199809 STATION NETCDFs +0.04112577040990194 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199810_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199810_D_GLOBAL.out new file mode 100644 index 00000000..a4c79126 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199810_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199810 STATION NETCDFs +0.05779274304707845 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199810_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199810_H_GLOBAL.out new file mode 100644 index 00000000..52c52e28 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199810_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199810 STATION NETCDFs +0.04259850184122722 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199810_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199810_M_GLOBAL.out new file mode 100644 index 00000000..5b3a258c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199810_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199810 STATION NETCDFs +0.04322249889373779 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199811_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199811_D_GLOBAL.out new file mode 100644 index 00000000..dc324a18 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199811_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199811 STATION NETCDFs +0.04376566012700399 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199811_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199811_H_GLOBAL.out new file mode 100644 index 00000000..a547b1bd --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199811_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199811 STATION NETCDFs +0.047125248114267985 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199811_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199811_M_GLOBAL.out new file mode 100644 index 00000000..b4653bdd --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199811_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199811 STATION NETCDFs +0.04041275183359782 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199812_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199812_D_GLOBAL.out new file mode 100644 index 00000000..82fdf836 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199812_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199812 STATION NETCDFs +0.05765816370646159 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199812_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199812_H_GLOBAL.out new file mode 100644 index 00000000..6e109273 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199812_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199812 STATION NETCDFs +0.0424970547358195 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199812_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199812_M_GLOBAL.out new file mode 100644 index 00000000..8a4d7431 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199812_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199812 STATION NETCDFs +0.05757447878519694 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199901_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199901_D_GLOBAL.out new file mode 100644 index 00000000..678f49a1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199901_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199901 STATION NETCDFs +0.051171461741129555 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199901_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199901_H_GLOBAL.out new file mode 100644 index 00000000..aad8d128 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199901_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199901 STATION NETCDFs +0.03155218362808228 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199901_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199901_M_GLOBAL.out new file mode 100644 index 00000000..4067fae7 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199901_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199901 STATION NETCDFs +0.04304968516031901 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199902_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199902_D_GLOBAL.out new file mode 100644 index 00000000..11c23a65 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199902_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199902 STATION NETCDFs +0.03842995166778564 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199902_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199902_H_GLOBAL.out new file mode 100644 index 00000000..ab5f74df --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199902_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199902 STATION NETCDFs +0.03998330036799113 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199902_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199902_M_GLOBAL.out new file mode 100644 index 00000000..2b410efc --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199902_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199902 STATION NETCDFs +0.05542064905166626 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199903_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199903_D_GLOBAL.out new file mode 100644 index 00000000..170e730e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199903_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199903 STATION NETCDFs +0.03991786241531372 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199903_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199903_H_GLOBAL.out new file mode 100644 index 00000000..3d7101f8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199903_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199903 STATION NETCDFs +0.037045602003733316 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199903_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199903_M_GLOBAL.out new file mode 100644 index 00000000..3948cc4c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199903_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199903 STATION NETCDFs +0.034116689364115396 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199904_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199904_D_GLOBAL.out new file mode 100644 index 00000000..69001830 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199904_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199904 STATION NETCDFs +0.05736071268717448 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199904_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199904_H_GLOBAL.out new file mode 100644 index 00000000..fd6dc4f9 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199904_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199904 STATION NETCDFs +0.03881192207336426 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199904_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199904_M_GLOBAL.out new file mode 100644 index 00000000..0f6e8917 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199904_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199904 STATION NETCDFs +0.046311386426289874 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199905_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199905_D_GLOBAL.out new file mode 100644 index 00000000..552f3a2a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199905_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199905 STATION NETCDFs +0.05482085148493449 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199905_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199905_H_GLOBAL.out new file mode 100644 index 00000000..f38d6d7f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199905_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199905 STATION NETCDFs +0.06121761798858642 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199905_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199905_M_GLOBAL.out new file mode 100644 index 00000000..58cf79b8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199905_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199905 STATION NETCDFs +0.05846989154815674 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199906_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199906_D_GLOBAL.out new file mode 100644 index 00000000..7a1ada7a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199906_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199906 STATION NETCDFs +0.06140929857889811 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199906_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199906_H_GLOBAL.out new file mode 100644 index 00000000..6e748c4f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199906_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199906 STATION NETCDFs +0.040385607878367105 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199906_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199906_M_GLOBAL.out new file mode 100644 index 00000000..109538d4 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199906_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199906 STATION NETCDFs +0.05032831033070882 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199907_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199907_D_GLOBAL.out new file mode 100644 index 00000000..33db8e95 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199907_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199907 STATION NETCDFs +0.05299886465072632 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199907_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199907_H_GLOBAL.out new file mode 100644 index 00000000..05388d5f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199907_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199907 STATION NETCDFs +0.043735170364379884 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199907_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199907_M_GLOBAL.out new file mode 100644 index 00000000..985263f5 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199907_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199907 STATION NETCDFs +0.056140653292338055 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199908_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199908_D_GLOBAL.out new file mode 100644 index 00000000..8e570900 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199908_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199908 STATION NETCDFs +0.042176695664723714 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199908_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199908_H_GLOBAL.out new file mode 100644 index 00000000..e62a5a67 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199908_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199908 STATION NETCDFs +0.04745167891184489 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199908_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199908_M_GLOBAL.out new file mode 100644 index 00000000..f39bf9a9 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199908_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199908 STATION NETCDFs +0.039923628171284996 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199909_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199909_D_GLOBAL.out new file mode 100644 index 00000000..a5f3b9d9 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199909_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199909 STATION NETCDFs +0.061610313256581624 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199909_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199909_H_GLOBAL.out new file mode 100644 index 00000000..88b92c05 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199909_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199909 STATION NETCDFs +0.053028535842895505 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199909_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199909_M_GLOBAL.out new file mode 100644 index 00000000..8b746a68 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199909_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199909 STATION NETCDFs +0.0465691606203715 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199910_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199910_D_GLOBAL.out new file mode 100644 index 00000000..20d7ca3a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199910_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199910 STATION NETCDFs +0.051466759045918783 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199910_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199910_H_GLOBAL.out new file mode 100644 index 00000000..f8ab3266 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199910_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199910 STATION NETCDFs +0.05248110294342041 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199910_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199910_M_GLOBAL.out new file mode 100644 index 00000000..d462fa5e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199910_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199910 STATION NETCDFs +0.05655699173609416 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199911_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199911_D_GLOBAL.out new file mode 100644 index 00000000..7d475fd9 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199911_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199911 STATION NETCDFs +0.04122280279795329 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199911_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199911_H_GLOBAL.out new file mode 100644 index 00000000..a65d3317 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199911_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199911 STATION NETCDFs +0.049781835079193114 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199911_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199911_M_GLOBAL.out new file mode 100644 index 00000000..4db5bf54 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199911_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199911 STATION NETCDFs +0.048722330729166666 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199912_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199912_D_GLOBAL.out new file mode 100644 index 00000000..f9a63ae2 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199912_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199912 STATION NETCDFs +0.06501731872558594 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199912_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199912_H_GLOBAL.out new file mode 100644 index 00000000..758f5987 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199912_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199912 STATION NETCDFs +0.046890779336293535 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_199912_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_199912_M_GLOBAL.out new file mode 100644 index 00000000..aaf2f51c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_199912_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 199912 STATION NETCDFs +0.04990321397781372 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200001_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200001_D_GLOBAL.out new file mode 100644 index 00000000..4b3cb900 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200001_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200001 STATION NETCDFs +0.062148332595825195 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200001_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200001_H_GLOBAL.out new file mode 100644 index 00000000..1663faac --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200001_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200001 STATION NETCDFs +0.05172633727391561 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200001_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200001_M_GLOBAL.out new file mode 100644 index 00000000..a04c6e2b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200001_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200001 STATION NETCDFs +0.04174345334370931 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200002_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200002_D_GLOBAL.out new file mode 100644 index 00000000..f8ccc192 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200002_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200002 STATION NETCDFs +0.05772481362024943 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200002_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200002_H_GLOBAL.out new file mode 100644 index 00000000..d33e23d8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200002_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200002 STATION NETCDFs +0.07241637309392293 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200002_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200002_M_GLOBAL.out new file mode 100644 index 00000000..93e49d0d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200002_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200002 STATION NETCDFs +0.061047891775767006 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200003_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200003_D_GLOBAL.out new file mode 100644 index 00000000..653f6c1b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200003_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200003 STATION NETCDFs +0.05919029712677002 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200003_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200003_H_GLOBAL.out new file mode 100644 index 00000000..bc66e5a2 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200003_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200003 STATION NETCDFs +0.058464916547139485 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200003_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200003_M_GLOBAL.out new file mode 100644 index 00000000..e2e3f8f8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200003_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200003 STATION NETCDFs +0.05969359079996745 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200004_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200004_D_GLOBAL.out new file mode 100644 index 00000000..2a3aa986 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200004_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200004 STATION NETCDFs +0.05381023486455282 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200004_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200004_H_GLOBAL.out new file mode 100644 index 00000000..96ab9e8c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200004_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200004 STATION NETCDFs +0.05524522066116333 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200004_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200004_M_GLOBAL.out new file mode 100644 index 00000000..2e9f2cd1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200004_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200004 STATION NETCDFs +0.058954477310180664 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200005_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200005_D_GLOBAL.out new file mode 100644 index 00000000..9b76d827 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200005_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200005 STATION NETCDFs +0.06521014372507732 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200005_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200005_H_GLOBAL.out new file mode 100644 index 00000000..1066ee8d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200005_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200005 STATION NETCDFs +0.07245093584060669 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200005_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200005_M_GLOBAL.out new file mode 100644 index 00000000..86543558 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200005_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200005 STATION NETCDFs +0.05329369306564331 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200006_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200006_D_GLOBAL.out new file mode 100644 index 00000000..3fd8acdf --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200006_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200006 STATION NETCDFs +0.04252074162165324 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200006_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200006_H_GLOBAL.out new file mode 100644 index 00000000..499ed68d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200006_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200006 STATION NETCDFs +0.05901957750320434 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200006_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200006_M_GLOBAL.out new file mode 100644 index 00000000..c903aecb --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200006_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200006 STATION NETCDFs +0.07085882822672526 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200007_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200007_D_GLOBAL.out new file mode 100644 index 00000000..f6217db1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200007_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200007 STATION NETCDFs +0.056524749596913657 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200007_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200007_H_GLOBAL.out new file mode 100644 index 00000000..997d1180 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200007_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200007 STATION NETCDFs +0.03461186091105143 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200007_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200007_M_GLOBAL.out new file mode 100644 index 00000000..eb680253 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200007_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200007 STATION NETCDFs +0.038106365998586016 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200008_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200008_D_GLOBAL.out new file mode 100644 index 00000000..d5096737 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200008_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200008 STATION NETCDFs +0.03905941247940063 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200008_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200008_H_GLOBAL.out new file mode 100644 index 00000000..2cc937aa --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200008_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200008 STATION NETCDFs +0.07434454361597696 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200008_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200008_M_GLOBAL.out new file mode 100644 index 00000000..d726961a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200008_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200008 STATION NETCDFs +0.045378708839416505 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200009_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200009_D_GLOBAL.out new file mode 100644 index 00000000..09430136 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200009_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200009 STATION NETCDFs +0.057754913965861 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200009_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200009_H_GLOBAL.out new file mode 100644 index 00000000..581e94bd --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200009_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200009 STATION NETCDFs +0.04015316168467204 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200009_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200009_M_GLOBAL.out new file mode 100644 index 00000000..5330abd0 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200009_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200009 STATION NETCDFs +0.07451864083607991 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200010_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200010_D_GLOBAL.out new file mode 100644 index 00000000..ee044368 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200010_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200010 STATION NETCDFs +0.043488963445027666 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200010_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200010_H_GLOBAL.out new file mode 100644 index 00000000..4cc80a91 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200010_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200010 STATION NETCDFs +0.04967599312464396 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200010_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200010_M_GLOBAL.out new file mode 100644 index 00000000..a29ed15b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200010_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200010 STATION NETCDFs +0.07632441123326619 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200011_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200011_D_GLOBAL.out new file mode 100644 index 00000000..db451ca3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200011_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200011 STATION NETCDFs +0.07018224795659384 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200011_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200011_H_GLOBAL.out new file mode 100644 index 00000000..1de70092 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200011_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200011 STATION NETCDFs +0.0455941359202067 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200011_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200011_M_GLOBAL.out new file mode 100644 index 00000000..d9461f1e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200011_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200011 STATION NETCDFs +0.06363114118576049 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200012_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200012_D_GLOBAL.out new file mode 100644 index 00000000..307cf0e9 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200012_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200012 STATION NETCDFs +0.04846045176188151 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200012_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200012_H_GLOBAL.out new file mode 100644 index 00000000..fb819825 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200012_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200012 STATION NETCDFs +0.056384813785552976 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200012_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200012_M_GLOBAL.out new file mode 100644 index 00000000..53780f2e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200012_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200012 STATION NETCDFs +0.045679903030395506 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200101_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200101_D_GLOBAL.out new file mode 100644 index 00000000..609e9d8e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200101_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200101 STATION NETCDFs +0.05587435166041056 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200101_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200101_H_GLOBAL.out new file mode 100644 index 00000000..dedf5aaa --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200101_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200101 STATION NETCDFs +0.0424075444539388 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200101_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200101_M_GLOBAL.out new file mode 100644 index 00000000..53f3fc93 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200101_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200101 STATION NETCDFs +0.04042789538701375 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200102_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200102_D_GLOBAL.out new file mode 100644 index 00000000..0c679418 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200102_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200102 STATION NETCDFs +0.06488587061564127 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200102_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200102_H_GLOBAL.out new file mode 100644 index 00000000..7925baac --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200102_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200102 STATION NETCDFs +0.06468356450398763 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200102_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200102_M_GLOBAL.out new file mode 100644 index 00000000..ce0dca1a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200102_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200102 STATION NETCDFs +0.046979041894276936 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200103_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200103_D_GLOBAL.out new file mode 100644 index 00000000..f4737286 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200103_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200103 STATION NETCDFs +0.044029800097147624 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200103_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200103_H_GLOBAL.out new file mode 100644 index 00000000..2b30c629 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200103_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200103 STATION NETCDFs +0.039492313067118326 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200103_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200103_M_GLOBAL.out new file mode 100644 index 00000000..a6c641bd --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200103_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200103 STATION NETCDFs +0.06767828067143758 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200104_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200104_D_GLOBAL.out new file mode 100644 index 00000000..d6754cdd --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200104_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200104 STATION NETCDFs +0.06607255140940348 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200104_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200104_H_GLOBAL.out new file mode 100644 index 00000000..04731145 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200104_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200104 STATION NETCDFs +0.061268357435862224 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200104_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200104_M_GLOBAL.out new file mode 100644 index 00000000..562a1dcf --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200104_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200104 STATION NETCDFs +0.06026213169097901 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200105_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200105_D_GLOBAL.out new file mode 100644 index 00000000..b77fb729 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200105_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200105 STATION NETCDFs +0.05619039535522461 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200105_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200105_H_GLOBAL.out new file mode 100644 index 00000000..e4d8ee62 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200105_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200105 STATION NETCDFs +0.040019492308298744 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200105_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200105_M_GLOBAL.out new file mode 100644 index 00000000..9e824a3c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200105_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200105 STATION NETCDFs +0.05698259274164836 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200106_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200106_D_GLOBAL.out new file mode 100644 index 00000000..164a73c4 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200106_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200106 STATION NETCDFs +0.05071434179941813 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200106_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200106_H_GLOBAL.out new file mode 100644 index 00000000..1d0ef4ca --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200106_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200106 STATION NETCDFs +0.05976353089014689 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200106_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200106_M_GLOBAL.out new file mode 100644 index 00000000..f653c68a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200106_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200106 STATION NETCDFs +0.0476870854695638 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200107_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200107_D_GLOBAL.out new file mode 100644 index 00000000..920d312c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200107_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200107 STATION NETCDFs +0.061323551336924235 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200107_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200107_H_GLOBAL.out new file mode 100644 index 00000000..ca862ab8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200107_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200107 STATION NETCDFs +0.037079175313313804 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200107_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200107_M_GLOBAL.out new file mode 100644 index 00000000..1c0e30c8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200107_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200107 STATION NETCDFs +0.039726110299428304 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200108_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200108_D_GLOBAL.out new file mode 100644 index 00000000..ae91ea25 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200108_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200108 STATION NETCDFs +0.05963836113611857 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200108_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200108_H_GLOBAL.out new file mode 100644 index 00000000..333176ba --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200108_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200108 STATION NETCDFs +0.049613054593404135 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200108_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200108_M_GLOBAL.out new file mode 100644 index 00000000..4fb696d4 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200108_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200108 STATION NETCDFs +0.0664516568183899 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200109_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200109_D_GLOBAL.out new file mode 100644 index 00000000..a70bdc8a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200109_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200109 STATION NETCDFs +0.06227312882741292 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200109_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200109_H_GLOBAL.out new file mode 100644 index 00000000..09409aa9 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200109_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200109 STATION NETCDFs +0.064437735080719 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200109_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200109_M_GLOBAL.out new file mode 100644 index 00000000..ee8edb74 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200109_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200109 STATION NETCDFs +0.04158647060394287 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200110_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200110_D_GLOBAL.out new file mode 100644 index 00000000..fda7529c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200110_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200110 STATION NETCDFs +0.07856232722600301 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200110_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200110_H_GLOBAL.out new file mode 100644 index 00000000..6af91376 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200110_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200110 STATION NETCDFs +0.05758865276972453 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200110_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200110_M_GLOBAL.out new file mode 100644 index 00000000..eee9f86a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200110_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200110 STATION NETCDFs +0.04056069850921631 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200111_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200111_D_GLOBAL.out new file mode 100644 index 00000000..723917ee --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200111_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200111 STATION NETCDFs +0.06875335772832235 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200111_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200111_H_GLOBAL.out new file mode 100644 index 00000000..f4885ba6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200111_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200111 STATION NETCDFs +0.04079516728719076 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200111_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200111_M_GLOBAL.out new file mode 100644 index 00000000..1c914024 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200111_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200111 STATION NETCDFs +0.04750986893971761 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200112_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200112_D_GLOBAL.out new file mode 100644 index 00000000..e47575f1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200112_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200112 STATION NETCDFs +0.06290565729141236 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200112_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200112_H_GLOBAL.out new file mode 100644 index 00000000..e5f9d267 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200112_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200112 STATION NETCDFs +0.07047126690546672 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200112_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200112_M_GLOBAL.out new file mode 100644 index 00000000..8cc912ad --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200112_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200112 STATION NETCDFs +0.08322069644927979 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200201_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200201_D_GLOBAL.out new file mode 100644 index 00000000..b68f712a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200201_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200201 STATION NETCDFs +0.06468495527903238 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200201_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200201_H_GLOBAL.out new file mode 100644 index 00000000..8df4eac5 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200201_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200201 STATION NETCDFs +0.06731131871541342 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200201_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200201_M_GLOBAL.out new file mode 100644 index 00000000..467816f6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200201_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200201 STATION NETCDFs +0.08452176253000895 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200202_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200202_D_GLOBAL.out new file mode 100644 index 00000000..1493131c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200202_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200202 STATION NETCDFs +0.06390307744344076 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200202_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200202_H_GLOBAL.out new file mode 100644 index 00000000..cd1008bf --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200202_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200202 STATION NETCDFs +0.06157247225443522 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200202_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200202_M_GLOBAL.out new file mode 100644 index 00000000..2c89fb8e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200202_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200202 STATION NETCDFs +0.048467858632405596 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200203_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200203_D_GLOBAL.out new file mode 100644 index 00000000..78012c8e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200203_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200203 STATION NETCDFs +0.08429487943649291 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200203_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200203_H_GLOBAL.out new file mode 100644 index 00000000..3f415020 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200203_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200203 STATION NETCDFs +0.06317725181579589 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200203_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200203_M_GLOBAL.out new file mode 100644 index 00000000..6abfe679 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200203_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200203 STATION NETCDFs +0.05626580715179443 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200204_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200204_D_GLOBAL.out new file mode 100644 index 00000000..c9e625c6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200204_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200204 STATION NETCDFs +0.06556457281112671 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200204_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200204_H_GLOBAL.out new file mode 100644 index 00000000..10e5f995 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200204_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200204 STATION NETCDFs +0.05876094897588094 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200204_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200204_M_GLOBAL.out new file mode 100644 index 00000000..c4d8925a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200204_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200204 STATION NETCDFs +0.06452146371205648 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200205_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200205_D_GLOBAL.out new file mode 100644 index 00000000..ec466ab3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200205_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200205 STATION NETCDFs +0.050872798760732016 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200205_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200205_H_GLOBAL.out new file mode 100644 index 00000000..2f35d9cb --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200205_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200205 STATION NETCDFs +0.054379359881083174 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200205_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200205_M_GLOBAL.out new file mode 100644 index 00000000..2321e10e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200205_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200205 STATION NETCDFs +0.06356784105300903 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200206_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200206_D_GLOBAL.out new file mode 100644 index 00000000..4fcee37f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200206_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200206 STATION NETCDFs +0.06195510228474935 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200206_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200206_H_GLOBAL.out new file mode 100644 index 00000000..22e45206 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200206_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200206 STATION NETCDFs +0.050725611050923665 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200206_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200206_M_GLOBAL.out new file mode 100644 index 00000000..733fb8bf --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200206_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200206 STATION NETCDFs +0.07141593297322592 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200207_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200207_D_GLOBAL.out new file mode 100644 index 00000000..947a0d45 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200207_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200207 STATION NETCDFs +0.05460414886474609 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200207_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200207_H_GLOBAL.out new file mode 100644 index 00000000..f38577d6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200207_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200207 STATION NETCDFs +0.045207786560058597 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200207_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200207_M_GLOBAL.out new file mode 100644 index 00000000..e5306e19 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200207_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200207 STATION NETCDFs +0.046668012936909996 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200208_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200208_D_GLOBAL.out new file mode 100644 index 00000000..7e2fb246 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200208_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200208 STATION NETCDFs +0.05880349079767863 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200208_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200208_H_GLOBAL.out new file mode 100644 index 00000000..d6617e27 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200208_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200208 STATION NETCDFs +0.045684560139973955 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200208_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200208_M_GLOBAL.out new file mode 100644 index 00000000..b9ea1c95 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200208_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200208 STATION NETCDFs +0.04991390307744344 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200209_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200209_D_GLOBAL.out new file mode 100644 index 00000000..54a30dba --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200209_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200209 STATION NETCDFs +0.05421907504399617 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200209_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200209_H_GLOBAL.out new file mode 100644 index 00000000..97fdc5c4 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200209_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200209 STATION NETCDFs +0.04654062191645304 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200209_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200209_M_GLOBAL.out new file mode 100644 index 00000000..fdfb5b7a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200209_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200209 STATION NETCDFs +0.07055691480636597 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200210_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200210_D_GLOBAL.out new file mode 100644 index 00000000..22604b03 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200210_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200210 STATION NETCDFs +0.06549787521362305 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200210_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200210_H_GLOBAL.out new file mode 100644 index 00000000..0318e0aa --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200210_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200210 STATION NETCDFs +0.04379019339879354 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200210_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200210_M_GLOBAL.out new file mode 100644 index 00000000..22105609 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200210_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200210 STATION NETCDFs +0.05242412090301514 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200211_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200211_D_GLOBAL.out new file mode 100644 index 00000000..0a62c819 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200211_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200211 STATION NETCDFs +0.08528883059819539 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200211_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200211_H_GLOBAL.out new file mode 100644 index 00000000..c0af798a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200211_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200211 STATION NETCDFs +0.06440284649531046 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200211_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200211_M_GLOBAL.out new file mode 100644 index 00000000..0be5d97b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200211_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200211 STATION NETCDFs +0.06062546968460083 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200212_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200212_D_GLOBAL.out new file mode 100644 index 00000000..ebeafe95 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200212_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200212 STATION NETCDFs +0.07859094937642415 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200212_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200212_H_GLOBAL.out new file mode 100644 index 00000000..309ced8c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200212_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200212 STATION NETCDFs +0.05217487017313639 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200212_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200212_M_GLOBAL.out new file mode 100644 index 00000000..7795bda7 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200212_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200212 STATION NETCDFs +0.07503614823023479 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200301_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200301_D_GLOBAL.out new file mode 100644 index 00000000..65b39846 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200301_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200301 STATION NETCDFs +0.06582170724868774 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200301_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200301_H_GLOBAL.out new file mode 100644 index 00000000..017d3921 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200301_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200301 STATION NETCDFs +0.05058118502298991 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200301_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200301_M_GLOBAL.out new file mode 100644 index 00000000..c608cfb7 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200301_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200301 STATION NETCDFs +0.052750746409098305 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200302_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200302_D_GLOBAL.out new file mode 100644 index 00000000..ebbad8a0 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200302_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200302 STATION NETCDFs +0.05486777623494466 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200302_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200302_H_GLOBAL.out new file mode 100644 index 00000000..f0f888bc --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200302_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200302 STATION NETCDFs +0.08659388621648152 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200302_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200302_M_GLOBAL.out new file mode 100644 index 00000000..cf2d0d0b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200302_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200302 STATION NETCDFs +0.04833465417226156 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200303_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200303_D_GLOBAL.out new file mode 100644 index 00000000..7c85ebcb --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200303_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200303 STATION NETCDFs +0.06435173749923706 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200303_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200303_H_GLOBAL.out new file mode 100644 index 00000000..7781d5a4 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200303_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200303 STATION NETCDFs +0.04417927662531535 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200303_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200303_M_GLOBAL.out new file mode 100644 index 00000000..f2ded6ee --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200303_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200303 STATION NETCDFs +0.05599623521169027 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200304_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200304_D_GLOBAL.out new file mode 100644 index 00000000..d82d87c6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200304_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200304 STATION NETCDFs +0.05932643810908 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200304_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200304_H_GLOBAL.out new file mode 100644 index 00000000..4e2e53de --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200304_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200304 STATION NETCDFs +0.06322195529937744 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200304_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200304_M_GLOBAL.out new file mode 100644 index 00000000..b51115ab --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200304_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200304 STATION NETCDFs +0.06435559193293254 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200305_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200305_D_GLOBAL.out new file mode 100644 index 00000000..92ccc47f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200305_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200305 STATION NETCDFs +0.0710335373878479 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200305_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200305_H_GLOBAL.out new file mode 100644 index 00000000..7ec83132 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200305_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200305 STATION NETCDFs +0.041118029753367105 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200305_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200305_M_GLOBAL.out new file mode 100644 index 00000000..31367e4b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200305_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200305 STATION NETCDFs +0.06658436854680379 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200306_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200306_D_GLOBAL.out new file mode 100644 index 00000000..7dee16ad --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200306_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200306 STATION NETCDFs +0.08602263530095418 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200306_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200306_H_GLOBAL.out new file mode 100644 index 00000000..1200aa5f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200306_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200306 STATION NETCDFs +0.07921119928359985 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200306_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200306_M_GLOBAL.out new file mode 100644 index 00000000..c8d6d947 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200306_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200306 STATION NETCDFs +0.059628617763519284 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200307_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200307_D_GLOBAL.out new file mode 100644 index 00000000..62807c26 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200307_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200307 STATION NETCDFs +0.06464841763178507 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200307_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200307_H_GLOBAL.out new file mode 100644 index 00000000..bfc326ed --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200307_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200307 STATION NETCDFs +0.06776231129964193 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200307_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200307_M_GLOBAL.out new file mode 100644 index 00000000..6ec00d91 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200307_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200307 STATION NETCDFs +0.07623722553253173 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200308_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200308_D_GLOBAL.out new file mode 100644 index 00000000..65f8493c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200308_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200308 STATION NETCDFs +0.07148219347000122 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200308_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200308_H_GLOBAL.out new file mode 100644 index 00000000..b5bbfa10 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200308_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200308 STATION NETCDFs +0.04534160296122233 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200308_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200308_M_GLOBAL.out new file mode 100644 index 00000000..a2716666 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200308_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200308 STATION NETCDFs +0.07756101687749227 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200309_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200309_D_GLOBAL.out new file mode 100644 index 00000000..ed871253 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200309_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200309 STATION NETCDFs +0.08256729046503702 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200309_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200309_H_GLOBAL.out new file mode 100644 index 00000000..e9269968 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200309_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200309 STATION NETCDFs +0.06426875193913778 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200309_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200309_M_GLOBAL.out new file mode 100644 index 00000000..42369854 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200309_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200309 STATION NETCDFs +0.07292879819869995 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200310_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200310_D_GLOBAL.out new file mode 100644 index 00000000..4b18da42 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200310_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200310 STATION NETCDFs +0.06852842171986898 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200310_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200310_H_GLOBAL.out new file mode 100644 index 00000000..e3b2c1c6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200310_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200310 STATION NETCDFs +0.04412240982055664 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200310_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200310_M_GLOBAL.out new file mode 100644 index 00000000..fcd0cf2a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200310_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200310 STATION NETCDFs +0.06623602708180745 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200311_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200311_D_GLOBAL.out new file mode 100644 index 00000000..4ff66f0e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200311_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200311 STATION NETCDFs +0.060438764095306394 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200311_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200311_H_GLOBAL.out new file mode 100644 index 00000000..c3fa3926 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200311_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200311 STATION NETCDFs +0.08541075785954794 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200311_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200311_M_GLOBAL.out new file mode 100644 index 00000000..a1a8dcca --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200311_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200311 STATION NETCDFs +0.08696545362472534 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200312_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200312_D_GLOBAL.out new file mode 100644 index 00000000..8f4ac888 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200312_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200312 STATION NETCDFs +0.048973830540974934 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200312_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200312_H_GLOBAL.out new file mode 100644 index 00000000..ca89ec12 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200312_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200312 STATION NETCDFs +0.08322903315226236 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200312_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200312_M_GLOBAL.out new file mode 100644 index 00000000..522d8b8d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200312_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200312 STATION NETCDFs +0.06555926005045573 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200401_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200401_D_GLOBAL.out new file mode 100644 index 00000000..d4b7571d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200401_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200401 STATION NETCDFs +0.049681246280670166 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200401_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200401_H_GLOBAL.out new file mode 100644 index 00000000..6965bee6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200401_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200401 STATION NETCDFs +0.04496312936147054 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200401_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200401_M_GLOBAL.out new file mode 100644 index 00000000..f7d0861f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200401_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200401 STATION NETCDFs +0.0471867044766744 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200402_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200402_D_GLOBAL.out new file mode 100644 index 00000000..85a30df1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200402_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200402 STATION NETCDFs +0.07340719699859619 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200402_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200402_H_GLOBAL.out new file mode 100644 index 00000000..2060a8a2 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200402_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200402 STATION NETCDFs +0.06471784512201945 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200402_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200402_M_GLOBAL.out new file mode 100644 index 00000000..18f7badc --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200402_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200402 STATION NETCDFs +0.07756245136260986 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200403_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200403_D_GLOBAL.out new file mode 100644 index 00000000..06ff501a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200403_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200403 STATION NETCDFs +0.05068490505218506 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200403_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200403_H_GLOBAL.out new file mode 100644 index 00000000..171ef633 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200403_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200403 STATION NETCDFs +0.0604314128557841 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200403_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200403_M_GLOBAL.out new file mode 100644 index 00000000..7b94a45d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200403_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200403 STATION NETCDFs +0.06259154081344605 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200404_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200404_D_GLOBAL.out new file mode 100644 index 00000000..3ac3d97d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200404_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200404 STATION NETCDFs +0.06485716899236044 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200404_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200404_H_GLOBAL.out new file mode 100644 index 00000000..bc839872 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200404_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200404 STATION NETCDFs +0.08506035010019938 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200404_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200404_M_GLOBAL.out new file mode 100644 index 00000000..170fb2f5 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200404_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200404 STATION NETCDFs +0.07682409683863321 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200405_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200405_D_GLOBAL.out new file mode 100644 index 00000000..ee6ccb2e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200405_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200405 STATION NETCDFs +0.05057942072550456 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200405_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200405_H_GLOBAL.out new file mode 100644 index 00000000..354bda2b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200405_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200405 STATION NETCDFs +0.04925235509872437 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200405_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200405_M_GLOBAL.out new file mode 100644 index 00000000..448fb5ec --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200405_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200405 STATION NETCDFs +0.07221363385518392 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200406_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200406_D_GLOBAL.out new file mode 100644 index 00000000..f622fb99 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200406_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200406 STATION NETCDFs +0.06101042826970418 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200406_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200406_H_GLOBAL.out new file mode 100644 index 00000000..02ec2413 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200406_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200406 STATION NETCDFs +0.05743252436319987 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200406_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200406_M_GLOBAL.out new file mode 100644 index 00000000..29e28d7d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200406_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200406 STATION NETCDFs +0.0774886965751648 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200407_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200407_D_GLOBAL.out new file mode 100644 index 00000000..720d0d98 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200407_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200407 STATION NETCDFs +0.06923198699951172 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200407_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200407_H_GLOBAL.out new file mode 100644 index 00000000..93f19c83 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200407_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200407 STATION NETCDFs +0.06807908217112223 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200407_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200407_M_GLOBAL.out new file mode 100644 index 00000000..b1b81016 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200407_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200407 STATION NETCDFs +0.0736489454905192 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200408_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200408_D_GLOBAL.out new file mode 100644 index 00000000..fbecd647 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200408_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200408 STATION NETCDFs +0.047358938058217365 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200408_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200408_H_GLOBAL.out new file mode 100644 index 00000000..76cbe45d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200408_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200408 STATION NETCDFs +0.0628531813621521 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200408_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200408_M_GLOBAL.out new file mode 100644 index 00000000..8adede35 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200408_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200408 STATION NETCDFs +0.06529875596364339 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200409_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200409_D_GLOBAL.out new file mode 100644 index 00000000..9be4a7d8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200409_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200409 STATION NETCDFs +0.06799829006195068 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200409_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200409_H_GLOBAL.out new file mode 100644 index 00000000..cfa1e36c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200409_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200409 STATION NETCDFs +0.04343743721644084 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200409_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200409_M_GLOBAL.out new file mode 100644 index 00000000..6f1eeafc --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200409_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200409 STATION NETCDFs +0.04714825948079427 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200410_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200410_D_GLOBAL.out new file mode 100644 index 00000000..e163e33f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200410_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200410 STATION NETCDFs +0.06659096876780192 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200410_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200410_H_GLOBAL.out new file mode 100644 index 00000000..352894c1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200410_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200410 STATION NETCDFs +0.0802502711613973 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200410_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200410_M_GLOBAL.out new file mode 100644 index 00000000..2b4cb8ee --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200410_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200410 STATION NETCDFs +0.045958038171132407 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200411_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200411_D_GLOBAL.out new file mode 100644 index 00000000..253777f7 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200411_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200411 STATION NETCDFs +0.07066157261530558 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200411_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200411_H_GLOBAL.out new file mode 100644 index 00000000..cfa25813 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200411_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200411 STATION NETCDFs +0.06291526953379313 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200411_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200411_M_GLOBAL.out new file mode 100644 index 00000000..6c69438c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200411_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200411 STATION NETCDFs +0.06973590850830078 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200412_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200412_D_GLOBAL.out new file mode 100644 index 00000000..a6ef2fd5 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200412_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200412 STATION NETCDFs +0.07925820748011271 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200412_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200412_H_GLOBAL.out new file mode 100644 index 00000000..b23b913b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200412_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200412 STATION NETCDFs +0.06178164482116699 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200412_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200412_M_GLOBAL.out new file mode 100644 index 00000000..81acd6fd --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200412_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200412 STATION NETCDFs +0.04875104427337647 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200501_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200501_D_GLOBAL.out new file mode 100644 index 00000000..bba58893 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200501_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200501 STATION NETCDFs +0.052785170078277585 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200501_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200501_H_GLOBAL.out new file mode 100644 index 00000000..2030d9a8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200501_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200501 STATION NETCDFs +0.054783610502878825 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200501_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200501_M_GLOBAL.out new file mode 100644 index 00000000..41585a2a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200501_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200501 STATION NETCDFs +0.05346065362294515 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200502_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200502_D_GLOBAL.out new file mode 100644 index 00000000..251c532b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200502_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200502 STATION NETCDFs +0.07235856850941975 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200502_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200502_H_GLOBAL.out new file mode 100644 index 00000000..fa711ed2 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200502_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200502 STATION NETCDFs +0.06103376547495524 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200502_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200502_M_GLOBAL.out new file mode 100644 index 00000000..bec407e3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200502_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200502 STATION NETCDFs +0.05299371878306071 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200503_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200503_D_GLOBAL.out new file mode 100644 index 00000000..ca6f1aa1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200503_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200503 STATION NETCDFs +0.0569430152575175 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200503_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200503_H_GLOBAL.out new file mode 100644 index 00000000..125c3aa7 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200503_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200503 STATION NETCDFs +0.0580413818359375 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200503_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200503_M_GLOBAL.out new file mode 100644 index 00000000..d7a8fd7a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200503_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200503 STATION NETCDFs +0.058511575063069664 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200504_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200504_D_GLOBAL.out new file mode 100644 index 00000000..0bdfc561 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200504_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200504 STATION NETCDFs +0.06143671671549479 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200504_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200504_H_GLOBAL.out new file mode 100644 index 00000000..9f011815 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200504_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200504 STATION NETCDFs +0.061656673749287925 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200504_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200504_M_GLOBAL.out new file mode 100644 index 00000000..822fd468 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200504_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200504 STATION NETCDFs +0.061137561003367105 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200505_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200505_D_GLOBAL.out new file mode 100644 index 00000000..b3d7c6a2 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200505_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200505 STATION NETCDFs +0.046838752428690594 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200505_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200505_H_GLOBAL.out new file mode 100644 index 00000000..989446dc --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200505_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200505 STATION NETCDFs +0.049220112959543864 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200505_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200505_M_GLOBAL.out new file mode 100644 index 00000000..91987262 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200505_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200505 STATION NETCDFs +0.04512120882670085 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200506_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200506_D_GLOBAL.out new file mode 100644 index 00000000..29b39a57 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200506_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200506 STATION NETCDFs +0.06131217877070109 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200506_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200506_H_GLOBAL.out new file mode 100644 index 00000000..c4f7bd80 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200506_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200506 STATION NETCDFs +0.04429557720820109 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200506_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200506_M_GLOBAL.out new file mode 100644 index 00000000..3242e6bd --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200506_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200506 STATION NETCDFs +0.04986384312311808 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200507_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200507_D_GLOBAL.out new file mode 100644 index 00000000..a7fe9502 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200507_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200507 STATION NETCDFs +0.05292277733484904 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200507_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200507_H_GLOBAL.out new file mode 100644 index 00000000..95de6149 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200507_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200507 STATION NETCDFs +0.04376637538274129 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200507_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200507_M_GLOBAL.out new file mode 100644 index 00000000..5914d41c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200507_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200507 STATION NETCDFs +0.06315740744272867 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200508_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200508_D_GLOBAL.out new file mode 100644 index 00000000..9ec8f034 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200508_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200508 STATION NETCDFs +0.0714558998743693 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200508_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200508_H_GLOBAL.out new file mode 100644 index 00000000..f5864c01 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200508_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200508 STATION NETCDFs +0.08485173384348552 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200508_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200508_M_GLOBAL.out new file mode 100644 index 00000000..3c04324a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200508_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200508 STATION NETCDFs +0.06678434213002522 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200509_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200509_D_GLOBAL.out new file mode 100644 index 00000000..9019b2ab --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200509_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200509 STATION NETCDFs +0.06593384742736816 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200509_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200509_H_GLOBAL.out new file mode 100644 index 00000000..015f0448 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200509_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200509 STATION NETCDFs +0.0638707160949707 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200509_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200509_M_GLOBAL.out new file mode 100644 index 00000000..a48dc891 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200509_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200509 STATION NETCDFs +0.055723261833190915 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200510_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200510_D_GLOBAL.out new file mode 100644 index 00000000..cb49d07d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200510_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200510 STATION NETCDFs +0.055097468694051105 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200510_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200510_H_GLOBAL.out new file mode 100644 index 00000000..a75e90d0 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200510_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200510 STATION NETCDFs +0.057706940174102786 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200510_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200510_M_GLOBAL.out new file mode 100644 index 00000000..2d99bd41 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200510_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200510 STATION NETCDFs +0.0607461134592692 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200511_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200511_D_GLOBAL.out new file mode 100644 index 00000000..b63a6185 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200511_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200511 STATION NETCDFs +0.058842790126800534 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200511_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200511_H_GLOBAL.out new file mode 100644 index 00000000..4bf96907 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200511_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200511 STATION NETCDFs +0.05761593182881673 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200511_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200511_M_GLOBAL.out new file mode 100644 index 00000000..b739b229 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200511_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200511 STATION NETCDFs +0.08280196984608969 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200512_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200512_D_GLOBAL.out new file mode 100644 index 00000000..a5f64723 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200512_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200512 STATION NETCDFs +0.05930468241373698 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200512_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200512_H_GLOBAL.out new file mode 100644 index 00000000..88d07eff --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200512_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200512 STATION NETCDFs +0.062425100803375246 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200512_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200512_M_GLOBAL.out new file mode 100644 index 00000000..e70094cb --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200512_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200512 STATION NETCDFs +0.060669132073720294 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200601_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200601_D_GLOBAL.out new file mode 100644 index 00000000..67670d0a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200601_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200601 STATION NETCDFs +0.08693735996882121 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200601_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200601_H_GLOBAL.out new file mode 100644 index 00000000..ac8ca08d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200601_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200601 STATION NETCDFs +0.05694025754928589 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200601_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200601_M_GLOBAL.out new file mode 100644 index 00000000..9b4bb5a1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200601_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200601 STATION NETCDFs +0.04451892375946045 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200602_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200602_D_GLOBAL.out new file mode 100644 index 00000000..bfb5eeae --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200602_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200602 STATION NETCDFs +0.08568177223205567 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200602_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200602_H_GLOBAL.out new file mode 100644 index 00000000..18c8ff5a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200602_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200602 STATION NETCDFs +0.06103079716364543 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200602_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200602_M_GLOBAL.out new file mode 100644 index 00000000..8f138d58 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200602_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200602 STATION NETCDFs +0.05777579148610433 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200603_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200603_D_GLOBAL.out new file mode 100644 index 00000000..b15757a7 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200603_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200603 STATION NETCDFs +0.06478145122528076 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200603_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200603_H_GLOBAL.out new file mode 100644 index 00000000..ec2f1087 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200603_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200603 STATION NETCDFs +0.0505846381187439 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200603_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200603_M_GLOBAL.out new file mode 100644 index 00000000..2107e147 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200603_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200603 STATION NETCDFs +0.06826750834782919 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200604_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200604_D_GLOBAL.out new file mode 100644 index 00000000..5727ea38 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200604_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200604 STATION NETCDFs +0.048289565245310466 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200604_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200604_H_GLOBAL.out new file mode 100644 index 00000000..76a7af9b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200604_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200604 STATION NETCDFs +0.05078818400700887 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200604_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200604_M_GLOBAL.out new file mode 100644 index 00000000..8e67052c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200604_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200604 STATION NETCDFs +0.056562193234761554 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200605_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200605_D_GLOBAL.out new file mode 100644 index 00000000..b4f31f2a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200605_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200605 STATION NETCDFs +0.06878058910369873 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200605_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200605_H_GLOBAL.out new file mode 100644 index 00000000..e10f64e9 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200605_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200605 STATION NETCDFs +0.07139863967895507 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200605_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200605_M_GLOBAL.out new file mode 100644 index 00000000..a135e225 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200605_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200605 STATION NETCDFs +0.061273876825968424 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200606_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200606_D_GLOBAL.out new file mode 100644 index 00000000..4961782f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200606_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200606 STATION NETCDFs +0.06611780325571696 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200606_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200606_H_GLOBAL.out new file mode 100644 index 00000000..00ff8382 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200606_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200606 STATION NETCDFs +0.04830953280131022 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200606_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200606_M_GLOBAL.out new file mode 100644 index 00000000..1a2947f9 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200606_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200606 STATION NETCDFs +0.06259677410125733 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200607_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200607_D_GLOBAL.out new file mode 100644 index 00000000..eaa7e594 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200607_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200607 STATION NETCDFs +0.06647778352101644 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200607_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200607_H_GLOBAL.out new file mode 100644 index 00000000..58e313c4 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200607_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200607 STATION NETCDFs +0.06715389887491861 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200607_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200607_M_GLOBAL.out new file mode 100644 index 00000000..69ad85e1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200607_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200607 STATION NETCDFs +0.04830901225407918 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200608_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200608_D_GLOBAL.out new file mode 100644 index 00000000..6279bc62 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200608_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200608 STATION NETCDFs +0.062230277061462405 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200608_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200608_H_GLOBAL.out new file mode 100644 index 00000000..24f38e36 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200608_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200608 STATION NETCDFs +0.05417450269063314 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200608_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200608_M_GLOBAL.out new file mode 100644 index 00000000..f2b1d685 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200608_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200608 STATION NETCDFs +0.054156291484832766 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200609_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200609_D_GLOBAL.out new file mode 100644 index 00000000..eb9f9d63 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200609_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200609 STATION NETCDFs +0.07242457866668701 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200609_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200609_H_GLOBAL.out new file mode 100644 index 00000000..e5943300 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200609_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200609 STATION NETCDFs +0.060854800542195636 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200609_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200609_M_GLOBAL.out new file mode 100644 index 00000000..2d6f92a9 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200609_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200609 STATION NETCDFs +0.07461774746576945 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200610_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200610_D_GLOBAL.out new file mode 100644 index 00000000..db47f590 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200610_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200610 STATION NETCDFs +0.05133640766143799 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200610_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200610_H_GLOBAL.out new file mode 100644 index 00000000..a9884bb9 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200610_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200610 STATION NETCDFs +0.06888245344161988 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200610_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200610_M_GLOBAL.out new file mode 100644 index 00000000..75b62e03 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200610_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200610 STATION NETCDFs +0.06194870471954346 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200611_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200611_D_GLOBAL.out new file mode 100644 index 00000000..a91ed140 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200611_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200611 STATION NETCDFs +0.07257496118545533 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200611_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200611_H_GLOBAL.out new file mode 100644 index 00000000..e1f6d4d3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200611_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200611 STATION NETCDFs +0.0824063261349996 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200611_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200611_M_GLOBAL.out new file mode 100644 index 00000000..c449caf0 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200611_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200611 STATION NETCDFs +0.08299419085184732 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200612_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200612_D_GLOBAL.out new file mode 100644 index 00000000..d650ada4 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200612_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200612 STATION NETCDFs +0.05187005996704101 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200612_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200612_H_GLOBAL.out new file mode 100644 index 00000000..fae8a06e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200612_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200612 STATION NETCDFs +0.05795888106028239 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200612_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200612_M_GLOBAL.out new file mode 100644 index 00000000..0c6568f8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200612_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200612 STATION NETCDFs +0.06820272207260132 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200701_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200701_D_GLOBAL.out new file mode 100644 index 00000000..634a193f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200701_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200701 STATION NETCDFs +0.060387051105499266 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200701_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200701_H_GLOBAL.out new file mode 100644 index 00000000..9a6afa6f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200701_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200701 STATION NETCDFs +0.05063932736714681 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200701_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200701_M_GLOBAL.out new file mode 100644 index 00000000..38f3a9b1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200701_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200701 STATION NETCDFs +0.06782363653182984 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200702_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200702_D_GLOBAL.out new file mode 100644 index 00000000..420e602d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200702_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200702 STATION NETCDFs +0.06711452802022298 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200702_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200702_H_GLOBAL.out new file mode 100644 index 00000000..fce2d0df --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200702_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200702 STATION NETCDFs +0.054668553670247394 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200702_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200702_M_GLOBAL.out new file mode 100644 index 00000000..c9fe8f5a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200702_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200702 STATION NETCDFs +0.060772597789764404 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200703_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200703_D_GLOBAL.out new file mode 100644 index 00000000..a600df2d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200703_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200703 STATION NETCDFs +0.05509959061940511 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200703_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200703_H_GLOBAL.out new file mode 100644 index 00000000..d5c770b6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200703_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200703 STATION NETCDFs +0.042405104637145995 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200703_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200703_M_GLOBAL.out new file mode 100644 index 00000000..9696bf70 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200703_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200703 STATION NETCDFs +0.045344165960947674 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200704_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200704_D_GLOBAL.out new file mode 100644 index 00000000..3e926c9f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200704_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200704 STATION NETCDFs +0.061476794878641765 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200704_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200704_H_GLOBAL.out new file mode 100644 index 00000000..f130f214 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200704_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200704 STATION NETCDFs +0.06683450142542521 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200704_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200704_M_GLOBAL.out new file mode 100644 index 00000000..fcc2e761 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200704_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200704 STATION NETCDFs +0.04287092685699463 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200705_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200705_D_GLOBAL.out new file mode 100644 index 00000000..ba22a6ec --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200705_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200705 STATION NETCDFs +0.04732170104980469 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200705_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200705_H_GLOBAL.out new file mode 100644 index 00000000..b369395c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200705_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200705 STATION NETCDFs +0.0426090399424235 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200705_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200705_M_GLOBAL.out new file mode 100644 index 00000000..77f3c4bb --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200705_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200705 STATION NETCDFs +0.06241994301478068 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200706_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200706_D_GLOBAL.out new file mode 100644 index 00000000..82e05d8c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200706_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200706 STATION NETCDFs +0.06257800658543905 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200706_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200706_H_GLOBAL.out new file mode 100644 index 00000000..681a5a57 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200706_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200706 STATION NETCDFs +0.06627380847930908 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200706_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200706_M_GLOBAL.out new file mode 100644 index 00000000..29656d41 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200706_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200706 STATION NETCDFs +0.0507730762163798 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200707_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200707_D_GLOBAL.out new file mode 100644 index 00000000..bece69e0 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200707_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200707 STATION NETCDFs +0.04014641841252645 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200707_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200707_H_GLOBAL.out new file mode 100644 index 00000000..25469d63 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200707_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200707 STATION NETCDFs +0.05405213832855225 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200707_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200707_M_GLOBAL.out new file mode 100644 index 00000000..fa5c40a8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200707_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200707 STATION NETCDFs +0.055353037516276044 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200708_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200708_D_GLOBAL.out new file mode 100644 index 00000000..bf6ef3db --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200708_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200708 STATION NETCDFs +0.055703151226043704 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200708_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200708_H_GLOBAL.out new file mode 100644 index 00000000..cc4b1dc8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200708_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200708 STATION NETCDFs +0.05846300522486369 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200708_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200708_M_GLOBAL.out new file mode 100644 index 00000000..6fbeb6cb --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200708_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200708 STATION NETCDFs +0.07933978239695232 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200709_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200709_D_GLOBAL.out new file mode 100644 index 00000000..4eaf7c62 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200709_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200709 STATION NETCDFs +0.08141668637593587 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200709_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200709_H_GLOBAL.out new file mode 100644 index 00000000..ca6a27f9 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200709_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200709 STATION NETCDFs +0.05178676843643189 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200709_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200709_M_GLOBAL.out new file mode 100644 index 00000000..e261c122 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200709_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200709 STATION NETCDFs +0.06437648137410482 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200710_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200710_D_GLOBAL.out new file mode 100644 index 00000000..d5682c6f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200710_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200710 STATION NETCDFs +0.0642456849416097 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200710_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200710_H_GLOBAL.out new file mode 100644 index 00000000..47ee7078 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200710_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200710 STATION NETCDFs +0.05630108912785848 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200710_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200710_M_GLOBAL.out new file mode 100644 index 00000000..c85c165a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200710_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200710 STATION NETCDFs +0.062021493911743164 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200711_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200711_D_GLOBAL.out new file mode 100644 index 00000000..e151e487 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200711_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200711 STATION NETCDFs +0.06388405958811443 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200711_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200711_H_GLOBAL.out new file mode 100644 index 00000000..e01cae8c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200711_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200711 STATION NETCDFs +0.05698559284210205 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200711_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200711_M_GLOBAL.out new file mode 100644 index 00000000..ac0c22ab --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200711_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200711 STATION NETCDFs +0.06263550519943237 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200712_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200712_D_GLOBAL.out new file mode 100644 index 00000000..21dfdba7 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200712_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200712 STATION NETCDFs +0.06847193241119384 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200712_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200712_H_GLOBAL.out new file mode 100644 index 00000000..a7a1a96a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200712_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200712 STATION NETCDFs +0.06074591875076294 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200712_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200712_M_GLOBAL.out new file mode 100644 index 00000000..dc736666 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200712_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200712 STATION NETCDFs +0.07504197756449381 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200801_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200801_D_GLOBAL.out new file mode 100644 index 00000000..0e93667e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200801_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200801 STATION NETCDFs +0.046272961298624675 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200801_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200801_H_GLOBAL.out new file mode 100644 index 00000000..3ebb0f0d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200801_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200801 STATION NETCDFs +0.0801892360051473 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200801_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200801_M_GLOBAL.out new file mode 100644 index 00000000..927ab652 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200801_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200801 STATION NETCDFs +0.05290573835372925 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200802_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200802_D_GLOBAL.out new file mode 100644 index 00000000..6605c76b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200802_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200802 STATION NETCDFs +0.04490788777669271 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200802_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200802_H_GLOBAL.out new file mode 100644 index 00000000..6dc741db --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200802_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200802 STATION NETCDFs +0.06566557884216309 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200802_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200802_M_GLOBAL.out new file mode 100644 index 00000000..90442398 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200802_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200802 STATION NETCDFs +0.04669824043909709 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200803_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200803_D_GLOBAL.out new file mode 100644 index 00000000..f0479844 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200803_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200803 STATION NETCDFs +0.04691896041234334 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200803_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200803_H_GLOBAL.out new file mode 100644 index 00000000..f75b9a69 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200803_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200803 STATION NETCDFs +0.0646121621131897 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200803_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200803_M_GLOBAL.out new file mode 100644 index 00000000..b39423f3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200803_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200803 STATION NETCDFs +0.06845085620880127 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200804_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200804_D_GLOBAL.out new file mode 100644 index 00000000..87704aad --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200804_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200804 STATION NETCDFs +0.05411754449208577 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200804_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200804_H_GLOBAL.out new file mode 100644 index 00000000..1a4f68b3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200804_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200804 STATION NETCDFs +0.05197366078694662 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200804_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200804_M_GLOBAL.out new file mode 100644 index 00000000..0f6f6ebc --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200804_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200804 STATION NETCDFs +0.06525662740071615 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200805_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200805_D_GLOBAL.out new file mode 100644 index 00000000..63b41fbc --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200805_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200805 STATION NETCDFs +0.04477175871531169 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200805_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200805_H_GLOBAL.out new file mode 100644 index 00000000..2648e3dc --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200805_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200805 STATION NETCDFs +0.04378045399983724 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200805_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200805_M_GLOBAL.out new file mode 100644 index 00000000..ebf9a33e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200805_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200805 STATION NETCDFs +0.04620798031489055 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200806_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200806_D_GLOBAL.out new file mode 100644 index 00000000..51553bb8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200806_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200806 STATION NETCDFs +0.062406396865844725 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200806_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200806_H_GLOBAL.out new file mode 100644 index 00000000..c1854587 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200806_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200806 STATION NETCDFs +0.06250908374786376 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200806_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200806_M_GLOBAL.out new file mode 100644 index 00000000..0c46a324 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200806_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200806 STATION NETCDFs +0.06454804340998331 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200807_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200807_D_GLOBAL.out new file mode 100644 index 00000000..b1ccd268 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200807_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200807 STATION NETCDFs +0.060761924584706625 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200807_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200807_H_GLOBAL.out new file mode 100644 index 00000000..0a12b627 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200807_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200807 STATION NETCDFs +0.0582649310429891 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200807_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200807_M_GLOBAL.out new file mode 100644 index 00000000..ef325d6d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200807_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200807 STATION NETCDFs +0.05375016132990519 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200808_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200808_D_GLOBAL.out new file mode 100644 index 00000000..5b2e894f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200808_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200808 STATION NETCDFs +0.072640327612559 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200808_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200808_H_GLOBAL.out new file mode 100644 index 00000000..9cce11ac --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200808_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200808 STATION NETCDFs +0.06707285642623902 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200808_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200808_M_GLOBAL.out new file mode 100644 index 00000000..4e432803 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200808_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200808 STATION NETCDFs +0.056047614415486655 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200809_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200809_D_GLOBAL.out new file mode 100644 index 00000000..ed260215 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200809_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200809 STATION NETCDFs +0.07412716547648111 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200809_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200809_H_GLOBAL.out new file mode 100644 index 00000000..155176d8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200809_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200809 STATION NETCDFs +0.04852977196375529 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200809_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200809_M_GLOBAL.out new file mode 100644 index 00000000..d1446ccd --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200809_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200809 STATION NETCDFs +0.04599004586537679 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200810_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200810_D_GLOBAL.out new file mode 100644 index 00000000..44ab9a65 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200810_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200810 STATION NETCDFs +0.0660165786743164 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200810_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200810_H_GLOBAL.out new file mode 100644 index 00000000..eab49077 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200810_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200810 STATION NETCDFs +0.05907394886016846 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200810_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200810_M_GLOBAL.out new file mode 100644 index 00000000..b657147a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200810_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200810 STATION NETCDFs +0.04600172837575277 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200811_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200811_D_GLOBAL.out new file mode 100644 index 00000000..cbb30e3e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200811_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200811 STATION NETCDFs +0.06569182475407918 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200811_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200811_H_GLOBAL.out new file mode 100644 index 00000000..c403ae0e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200811_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200811 STATION NETCDFs +0.06284099022547404 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200811_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200811_M_GLOBAL.out new file mode 100644 index 00000000..2215febc --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200811_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200811 STATION NETCDFs +0.08504978020985922 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200812_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200812_D_GLOBAL.out new file mode 100644 index 00000000..0fecdf66 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200812_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200812 STATION NETCDFs +0.0699552853902181 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200812_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200812_H_GLOBAL.out new file mode 100644 index 00000000..6bbc0d37 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200812_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200812 STATION NETCDFs +0.05038181145985921 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200812_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200812_M_GLOBAL.out new file mode 100644 index 00000000..b194243b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200812_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200812 STATION NETCDFs +0.06403456926345825 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200901_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200901_D_GLOBAL.out new file mode 100644 index 00000000..42332366 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200901_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200901 STATION NETCDFs +0.07337106068929036 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200901_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200901_H_GLOBAL.out new file mode 100644 index 00000000..a50ffcfb --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200901_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200901 STATION NETCDFs +0.06624842087427775 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200901_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200901_M_GLOBAL.out new file mode 100644 index 00000000..3cb2cddd --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200901_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200901 STATION NETCDFs +0.07642764647801717 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200902_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200902_D_GLOBAL.out new file mode 100644 index 00000000..7308ff68 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200902_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200902 STATION NETCDFs +0.05363614956537883 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200902_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200902_H_GLOBAL.out new file mode 100644 index 00000000..9de0a24c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200902_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200902 STATION NETCDFs +0.039263224601745604 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200902_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200902_M_GLOBAL.out new file mode 100644 index 00000000..7f9b2c53 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200902_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200902 STATION NETCDFs +0.0601231058438619 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200903_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200903_D_GLOBAL.out new file mode 100644 index 00000000..cf40f9da --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200903_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200903 STATION NETCDFs +0.07040844360987346 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200903_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200903_H_GLOBAL.out new file mode 100644 index 00000000..cae850cc --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200903_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200903 STATION NETCDFs +0.07000906864802042 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200903_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200903_M_GLOBAL.out new file mode 100644 index 00000000..dc242fde --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200903_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200903 STATION NETCDFs +0.07241848309834799 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200904_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200904_D_GLOBAL.out new file mode 100644 index 00000000..a87228a5 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200904_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200904 STATION NETCDFs +0.0739067037900289 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200904_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200904_H_GLOBAL.out new file mode 100644 index 00000000..69804cb1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200904_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200904 STATION NETCDFs +0.05115386247634888 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200904_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200904_M_GLOBAL.out new file mode 100644 index 00000000..9fd2928f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200904_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200904 STATION NETCDFs +0.04564562638600667 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200905_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200905_D_GLOBAL.out new file mode 100644 index 00000000..40e3e7c6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200905_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200905 STATION NETCDFs +0.08631842533747355 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200905_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200905_H_GLOBAL.out new file mode 100644 index 00000000..e6c89008 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200905_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200905 STATION NETCDFs +0.05242859522501628 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200905_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200905_M_GLOBAL.out new file mode 100644 index 00000000..ab3037aa --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200905_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200905 STATION NETCDFs +0.05610926946004232 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200906_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200906_D_GLOBAL.out new file mode 100644 index 00000000..66a94025 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200906_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200906 STATION NETCDFs +0.046474746863047284 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200906_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200906_H_GLOBAL.out new file mode 100644 index 00000000..c472113f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200906_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200906 STATION NETCDFs +0.07400945027669271 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200906_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200906_M_GLOBAL.out new file mode 100644 index 00000000..365860b6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200906_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200906 STATION NETCDFs +0.06657733519872029 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200907_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200907_D_GLOBAL.out new file mode 100644 index 00000000..d18c542e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200907_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200907 STATION NETCDFs +0.07126375834147135 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200907_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200907_H_GLOBAL.out new file mode 100644 index 00000000..e9022350 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200907_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200907 STATION NETCDFs +0.06747358640034994 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200907_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200907_M_GLOBAL.out new file mode 100644 index 00000000..d51a7948 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200907_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200907 STATION NETCDFs +0.05430126587549845 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200908_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200908_D_GLOBAL.out new file mode 100644 index 00000000..a4320524 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200908_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200908 STATION NETCDFs +0.06368319193522136 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200908_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200908_H_GLOBAL.out new file mode 100644 index 00000000..62eeafa8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200908_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200908 STATION NETCDFs +0.04293198188145955 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200908_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200908_M_GLOBAL.out new file mode 100644 index 00000000..56c78999 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200908_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200908 STATION NETCDFs +0.06250909566879273 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200909_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200909_D_GLOBAL.out new file mode 100644 index 00000000..dac3bdbd --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200909_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200909 STATION NETCDFs +0.06335072120030721 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200909_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200909_H_GLOBAL.out new file mode 100644 index 00000000..4627a75b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200909_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200909 STATION NETCDFs +0.05576019287109375 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200909_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200909_M_GLOBAL.out new file mode 100644 index 00000000..c20d6b01 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200909_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200909 STATION NETCDFs +0.05619376500447591 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200910_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200910_D_GLOBAL.out new file mode 100644 index 00000000..b578454a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200910_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200910 STATION NETCDFs +0.0525131106376648 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200910_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200910_H_GLOBAL.out new file mode 100644 index 00000000..2b15f559 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200910_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200910 STATION NETCDFs +0.054734702905019125 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200910_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200910_M_GLOBAL.out new file mode 100644 index 00000000..26701047 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200910_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200910 STATION NETCDFs +0.06900701522827149 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200911_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200911_D_GLOBAL.out new file mode 100644 index 00000000..c9fe0a45 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200911_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200911 STATION NETCDFs +0.06564710934956869 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200911_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200911_H_GLOBAL.out new file mode 100644 index 00000000..836148fb --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200911_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200911 STATION NETCDFs +0.06564157803853353 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200911_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200911_M_GLOBAL.out new file mode 100644 index 00000000..1c4e5be0 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200911_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200911 STATION NETCDFs +0.0620314637819926 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200912_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200912_D_GLOBAL.out new file mode 100644 index 00000000..5e64f941 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200912_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200912 STATION NETCDFs +0.06547067562739055 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200912_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200912_H_GLOBAL.out new file mode 100644 index 00000000..56f2b6d8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200912_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200912 STATION NETCDFs +0.05978734493255615 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_200912_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_200912_M_GLOBAL.out new file mode 100644 index 00000000..e715fb7e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_200912_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 200912 STATION NETCDFs +0.08438518842061361 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201001_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201001_D_GLOBAL.out new file mode 100644 index 00000000..cf30fa12 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201001_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201001 STATION NETCDFs +0.064507528146108 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201001_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201001_H_GLOBAL.out new file mode 100644 index 00000000..cbe180c5 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201001_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201001 STATION NETCDFs +0.07352500756581624 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201001_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201001_M_GLOBAL.out new file mode 100644 index 00000000..5b1625cd --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201001_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201001 STATION NETCDFs +0.06335816383361817 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201002_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201002_D_GLOBAL.out new file mode 100644 index 00000000..dc1b3873 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201002_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201002 STATION NETCDFs +0.07650258938471476 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201002_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201002_H_GLOBAL.out new file mode 100644 index 00000000..b8d0e23d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201002_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201002 STATION NETCDFs +0.05740018685658773 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201002_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201002_M_GLOBAL.out new file mode 100644 index 00000000..5c6e20da --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201002_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201002 STATION NETCDFs +0.06463630199432373 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201003_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201003_D_GLOBAL.out new file mode 100644 index 00000000..2ae45fa7 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201003_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201003 STATION NETCDFs +0.07889554103215536 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201003_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201003_H_GLOBAL.out new file mode 100644 index 00000000..0b42ec2e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201003_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201003 STATION NETCDFs +0.06348569790522257 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201003_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201003_M_GLOBAL.out new file mode 100644 index 00000000..7960202a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201003_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201003 STATION NETCDFs +0.06798572142918904 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201004_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201004_D_GLOBAL.out new file mode 100644 index 00000000..cfde00e0 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201004_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201004 STATION NETCDFs +0.06446722745895386 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201004_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201004_H_GLOBAL.out new file mode 100644 index 00000000..94ae73c6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201004_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201004 STATION NETCDFs +0.08856444756189982 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201004_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201004_M_GLOBAL.out new file mode 100644 index 00000000..851b6898 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201004_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201004 STATION NETCDFs +0.06937274932861329 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201005_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201005_D_GLOBAL.out new file mode 100644 index 00000000..7eda9e00 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201005_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201005 STATION NETCDFs +0.08207271893819174 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201005_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201005_H_GLOBAL.out new file mode 100644 index 00000000..cfbf4ee0 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201005_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201005 STATION NETCDFs +0.08396267493565877 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201005_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201005_M_GLOBAL.out new file mode 100644 index 00000000..64942593 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201005_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201005 STATION NETCDFs +0.08059159914652507 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201006_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201006_D_GLOBAL.out new file mode 100644 index 00000000..e636e469 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201006_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201006 STATION NETCDFs +0.08376800219217936 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201006_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201006_H_GLOBAL.out new file mode 100644 index 00000000..b44d2a6b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201006_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201006 STATION NETCDFs +0.09118579626083374 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201006_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201006_M_GLOBAL.out new file mode 100644 index 00000000..5e7a920f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201006_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201006 STATION NETCDFs +0.08490241368611653 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201007_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201007_D_GLOBAL.out new file mode 100644 index 00000000..eca8129e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201007_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201007 STATION NETCDFs +0.07364108562469482 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201007_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201007_H_GLOBAL.out new file mode 100644 index 00000000..3a038cb8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201007_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201007 STATION NETCDFs +0.08569876750310262 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201007_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201007_M_GLOBAL.out new file mode 100644 index 00000000..b8cbba38 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201007_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201007 STATION NETCDFs +0.08286412159601847 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201008_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201008_D_GLOBAL.out new file mode 100644 index 00000000..ab17d5b4 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201008_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201008 STATION NETCDFs +0.0819126844406128 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201008_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201008_H_GLOBAL.out new file mode 100644 index 00000000..165cfa5d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201008_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201008 STATION NETCDFs +0.05963486830393473 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201008_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201008_M_GLOBAL.out new file mode 100644 index 00000000..87ffa1f7 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201008_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201008 STATION NETCDFs +0.06308103799819946 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201009_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201009_D_GLOBAL.out new file mode 100644 index 00000000..0db6da53 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201009_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201009 STATION NETCDFs +0.08608822027842204 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201009_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201009_H_GLOBAL.out new file mode 100644 index 00000000..a0366dbe --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201009_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201009 STATION NETCDFs +0.0769847591718038 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201009_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201009_M_GLOBAL.out new file mode 100644 index 00000000..6f5b692a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201009_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201009 STATION NETCDFs +0.08939733505249023 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201010_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201010_D_GLOBAL.out new file mode 100644 index 00000000..6e1852dc --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201010_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201010 STATION NETCDFs +0.08672890663146973 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201010_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201010_H_GLOBAL.out new file mode 100644 index 00000000..07dd7595 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201010_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201010 STATION NETCDFs +0.07507488330205282 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201010_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201010_M_GLOBAL.out new file mode 100644 index 00000000..bbda824d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201010_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201010 STATION NETCDFs +0.08169630368550619 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201011_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201011_D_GLOBAL.out new file mode 100644 index 00000000..0ba139d6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201011_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201011 STATION NETCDFs +0.08169416983922323 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201011_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201011_H_GLOBAL.out new file mode 100644 index 00000000..cc7538d8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201011_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201011 STATION NETCDFs +0.05866559743881226 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201011_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201011_M_GLOBAL.out new file mode 100644 index 00000000..9d1e514f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201011_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201011 STATION NETCDFs +0.08007978200912476 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201012_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201012_D_GLOBAL.out new file mode 100644 index 00000000..7878b2c1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201012_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201012 STATION NETCDFs +0.08378492593765259 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201012_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201012_H_GLOBAL.out new file mode 100644 index 00000000..0a28f77b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201012_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201012 STATION NETCDFs +0.07151784896850585 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201012_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201012_M_GLOBAL.out new file mode 100644 index 00000000..a10e11ee --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201012_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201012 STATION NETCDFs +0.09180699586868286 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201101_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201101_D_GLOBAL.out new file mode 100644 index 00000000..0338abf5 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201101_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201101 STATION NETCDFs +0.08599853118260702 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201101_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201101_H_GLOBAL.out new file mode 100644 index 00000000..e1b88624 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201101_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201101 STATION NETCDFs +0.06230260133743286 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201101_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201101_M_GLOBAL.out new file mode 100644 index 00000000..57fdc739 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201101_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201101 STATION NETCDFs +0.08523305257161458 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201102_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201102_D_GLOBAL.out new file mode 100644 index 00000000..5aa19096 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201102_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201102 STATION NETCDFs +0.08975557088851929 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201102_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201102_H_GLOBAL.out new file mode 100644 index 00000000..81107db2 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201102_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201102 STATION NETCDFs +0.06551304658253988 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201102_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201102_M_GLOBAL.out new file mode 100644 index 00000000..51152f28 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201102_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201102 STATION NETCDFs +0.07939995129903157 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201103_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201103_D_GLOBAL.out new file mode 100644 index 00000000..2bfd4e5f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201103_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201103 STATION NETCDFs +0.07161095142364501 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201103_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201103_H_GLOBAL.out new file mode 100644 index 00000000..fde6e1bf --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201103_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201103 STATION NETCDFs +0.07510608037312826 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201103_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201103_M_GLOBAL.out new file mode 100644 index 00000000..c86f2c52 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201103_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201103 STATION NETCDFs +0.10551771720250448 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201104_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201104_D_GLOBAL.out new file mode 100644 index 00000000..0ea30b36 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201104_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201104 STATION NETCDFs +0.07096351385116577 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201104_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201104_H_GLOBAL.out new file mode 100644 index 00000000..95be207e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201104_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201104 STATION NETCDFs +0.08420887788136801 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201104_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201104_M_GLOBAL.out new file mode 100644 index 00000000..8fa0d23d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201104_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201104 STATION NETCDFs +0.06333024501800537 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201105_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201105_D_GLOBAL.out new file mode 100644 index 00000000..992584d5 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201105_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201105 STATION NETCDFs +0.07928762833277385 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201105_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201105_H_GLOBAL.out new file mode 100644 index 00000000..f49a6fea --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201105_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201105 STATION NETCDFs +0.07678162654240926 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201105_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201105_M_GLOBAL.out new file mode 100644 index 00000000..8d475839 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201105_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201105 STATION NETCDFs +0.06426777839660644 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201106_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201106_D_GLOBAL.out new file mode 100644 index 00000000..90b21693 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201106_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201106 STATION NETCDFs +0.09382880528767903 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201106_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201106_H_GLOBAL.out new file mode 100644 index 00000000..6ea0af89 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201106_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201106 STATION NETCDFs +0.07475377321243286 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201106_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201106_M_GLOBAL.out new file mode 100644 index 00000000..e25e42ba --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201106_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201106 STATION NETCDFs +0.08335150480270385 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201107_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201107_D_GLOBAL.out new file mode 100644 index 00000000..93007368 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201107_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201107 STATION NETCDFs +0.06777328252792358 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201107_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201107_H_GLOBAL.out new file mode 100644 index 00000000..2c428f49 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201107_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201107 STATION NETCDFs +0.08670719067255656 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201107_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201107_M_GLOBAL.out new file mode 100644 index 00000000..1c9e5cc5 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201107_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201107 STATION NETCDFs +0.08015620708465576 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201108_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201108_D_GLOBAL.out new file mode 100644 index 00000000..ad381365 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201108_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201108 STATION NETCDFs +0.08084007104237874 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201108_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201108_H_GLOBAL.out new file mode 100644 index 00000000..fe990c9a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201108_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201108 STATION NETCDFs +0.07556427319844564 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201108_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201108_M_GLOBAL.out new file mode 100644 index 00000000..20e2213e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201108_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201108 STATION NETCDFs +0.06591808398564657 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201109_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201109_D_GLOBAL.out new file mode 100644 index 00000000..242f8698 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201109_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201109 STATION NETCDFs +0.08578492800394694 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201109_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201109_H_GLOBAL.out new file mode 100644 index 00000000..5e572c00 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201109_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201109 STATION NETCDFs +0.06046671470006307 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201109_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201109_M_GLOBAL.out new file mode 100644 index 00000000..54fa7387 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201109_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201109 STATION NETCDFs +0.08976021607716879 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201110_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201110_D_GLOBAL.out new file mode 100644 index 00000000..27e10d4c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201110_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201110 STATION NETCDFs +0.09289639790852865 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201110_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201110_H_GLOBAL.out new file mode 100644 index 00000000..111d34f6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201110_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201110 STATION NETCDFs +0.057882833480834964 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201110_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201110_M_GLOBAL.out new file mode 100644 index 00000000..00e861be --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201110_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201110 STATION NETCDFs +0.0810810685157776 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201111_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201111_D_GLOBAL.out new file mode 100644 index 00000000..6d682044 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201111_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201111 STATION NETCDFs +0.07915250857671102 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201111_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201111_H_GLOBAL.out new file mode 100644 index 00000000..cf55952d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201111_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201111 STATION NETCDFs +0.079233717918396 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201111_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201111_M_GLOBAL.out new file mode 100644 index 00000000..74a0ba38 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201111_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201111 STATION NETCDFs +0.08043691317240396 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201112_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201112_D_GLOBAL.out new file mode 100644 index 00000000..bd4a7e46 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201112_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201112 STATION NETCDFs +0.09905630350112915 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201112_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201112_H_GLOBAL.out new file mode 100644 index 00000000..52f5fe72 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201112_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201112 STATION NETCDFs +0.08182632128397624 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201112_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201112_M_GLOBAL.out new file mode 100644 index 00000000..60d7440c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201112_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201112 STATION NETCDFs +0.07635593811670939 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201201_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201201_D_GLOBAL.out new file mode 100644 index 00000000..839cf50e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201201_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201201 STATION NETCDFs +0.08494322299957276 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201201_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201201_H_GLOBAL.out new file mode 100644 index 00000000..adafb2a4 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201201_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201201 STATION NETCDFs +0.09034910599390665 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201201_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201201_M_GLOBAL.out new file mode 100644 index 00000000..5e5003cc --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201201_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201201 STATION NETCDFs +0.07733635107676189 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201202_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201202_D_GLOBAL.out new file mode 100644 index 00000000..8d60dc0b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201202_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201202 STATION NETCDFs +0.0901025652885437 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201202_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201202_H_GLOBAL.out new file mode 100644 index 00000000..95dfdb62 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201202_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201202 STATION NETCDFs +0.08655602931976318 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201202_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201202_M_GLOBAL.out new file mode 100644 index 00000000..c0571e0e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201202_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201202 STATION NETCDFs +0.07627090215682983 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201203_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201203_D_GLOBAL.out new file mode 100644 index 00000000..eb919dbd --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201203_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201203 STATION NETCDFs +0.08869921366373698 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201203_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201203_H_GLOBAL.out new file mode 100644 index 00000000..4b41dc1b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201203_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201203 STATION NETCDFs +0.06423858404159546 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201203_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201203_M_GLOBAL.out new file mode 100644 index 00000000..787a82e5 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201203_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201203 STATION NETCDFs +0.07683535019556681 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201204_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201204_D_GLOBAL.out new file mode 100644 index 00000000..23ffc05b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201204_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201204 STATION NETCDFs +0.06920176347096761 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201204_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201204_H_GLOBAL.out new file mode 100644 index 00000000..42938ee6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201204_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201204 STATION NETCDFs +0.06450508038202922 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201204_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201204_M_GLOBAL.out new file mode 100644 index 00000000..ec4bbb3c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201204_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201204 STATION NETCDFs +0.07298710346221923 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201205_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201205_D_GLOBAL.out new file mode 100644 index 00000000..a9895da1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201205_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201205 STATION NETCDFs +0.08123888572057088 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201205_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201205_H_GLOBAL.out new file mode 100644 index 00000000..c3563141 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201205_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201205 STATION NETCDFs +0.08527162075042724 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201205_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201205_M_GLOBAL.out new file mode 100644 index 00000000..e434a94b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201205_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201205 STATION NETCDFs +0.08486700455347697 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201206_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201206_D_GLOBAL.out new file mode 100644 index 00000000..0643a3c1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201206_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201206 STATION NETCDFs +0.0951319694519043 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201206_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201206_H_GLOBAL.out new file mode 100644 index 00000000..06f1383d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201206_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201206 STATION NETCDFs +0.09241145849227905 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201206_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201206_M_GLOBAL.out new file mode 100644 index 00000000..f0e4e79e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201206_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201206 STATION NETCDFs +0.06828622023264568 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201207_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201207_D_GLOBAL.out new file mode 100644 index 00000000..ca50b4aa --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201207_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201207 STATION NETCDFs +0.07377030452092488 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201207_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201207_H_GLOBAL.out new file mode 100644 index 00000000..6231c41c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201207_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201207 STATION NETCDFs +0.06797033548355103 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201207_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201207_M_GLOBAL.out new file mode 100644 index 00000000..59f87c3c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201207_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201207 STATION NETCDFs +0.08355383078257243 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201208_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201208_D_GLOBAL.out new file mode 100644 index 00000000..0d1a98c4 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201208_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201208 STATION NETCDFs +0.06591803232828776 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201208_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201208_H_GLOBAL.out new file mode 100644 index 00000000..e7b1ac4b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201208_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201208 STATION NETCDFs +0.07355316480000813 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201208_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201208_M_GLOBAL.out new file mode 100644 index 00000000..def253ec --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201208_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201208 STATION NETCDFs +0.06683745384216308 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201209_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201209_D_GLOBAL.out new file mode 100644 index 00000000..8e8cecb5 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201209_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201209 STATION NETCDFs +0.08270242611567179 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201209_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201209_H_GLOBAL.out new file mode 100644 index 00000000..e0b5ea25 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201209_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201209 STATION NETCDFs +0.08050003051757812 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201209_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201209_M_GLOBAL.out new file mode 100644 index 00000000..b30f8d67 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201209_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201209 STATION NETCDFs +0.08632516860961914 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201210_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201210_D_GLOBAL.out new file mode 100644 index 00000000..27ba81f9 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201210_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201210 STATION NETCDFs +0.09424335956573486 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201210_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201210_H_GLOBAL.out new file mode 100644 index 00000000..5c75879f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201210_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201210 STATION NETCDFs +0.08285826047261556 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201210_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201210_M_GLOBAL.out new file mode 100644 index 00000000..82ebdc87 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201210_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201210 STATION NETCDFs +0.09469629923502604 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201211_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201211_D_GLOBAL.out new file mode 100644 index 00000000..a3298bae --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201211_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201211 STATION NETCDFs +0.10016175111134847 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201211_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201211_H_GLOBAL.out new file mode 100644 index 00000000..94c20a9e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201211_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201211 STATION NETCDFs +0.06628483136494955 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201211_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201211_M_GLOBAL.out new file mode 100644 index 00000000..f09f9fe2 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201211_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201211 STATION NETCDFs +0.08283481200536093 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201212_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201212_D_GLOBAL.out new file mode 100644 index 00000000..19f21402 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201212_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201212 STATION NETCDFs +0.08256616989771524 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201212_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201212_H_GLOBAL.out new file mode 100644 index 00000000..0d7fb36e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201212_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201212 STATION NETCDFs +0.09190374612808228 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201212_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201212_M_GLOBAL.out new file mode 100644 index 00000000..beda28ee --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201212_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201212 STATION NETCDFs +0.07111696402231853 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201301_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201301_D_GLOBAL.out new file mode 100644 index 00000000..477ea392 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201301_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201301 STATION NETCDFs +0.08459659814834594 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201301_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201301_H_GLOBAL.out new file mode 100644 index 00000000..77f40a6b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201301_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201301 STATION NETCDFs +0.08969569206237793 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201301_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201301_M_GLOBAL.out new file mode 100644 index 00000000..8a1f45b7 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201301_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201301 STATION NETCDFs +0.09023200273513794 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201302_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201302_D_GLOBAL.out new file mode 100644 index 00000000..d3fda0ff --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201302_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201302 STATION NETCDFs +0.06528361241022745 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201302_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201302_H_GLOBAL.out new file mode 100644 index 00000000..b1fa7db4 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201302_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201302 STATION NETCDFs +0.08182848294576009 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201302_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201302_M_GLOBAL.out new file mode 100644 index 00000000..684aa129 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201302_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201302 STATION NETCDFs +0.08219416936238606 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201303_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201303_D_GLOBAL.out new file mode 100644 index 00000000..2321a210 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201303_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201303 STATION NETCDFs +0.08185405731201172 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201303_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201303_H_GLOBAL.out new file mode 100644 index 00000000..fb116473 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201303_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201303 STATION NETCDFs +0.08393578926722209 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201303_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201303_M_GLOBAL.out new file mode 100644 index 00000000..93cc0306 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201303_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201303 STATION NETCDFs +0.08309280474980672 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201304_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201304_D_GLOBAL.out new file mode 100644 index 00000000..0cbe2d0f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201304_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201304 STATION NETCDFs +0.0742702047030131 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201304_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201304_H_GLOBAL.out new file mode 100644 index 00000000..eb6acf6f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201304_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201304 STATION NETCDFs +0.0812459111213684 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201304_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201304_M_GLOBAL.out new file mode 100644 index 00000000..b8537bb6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201304_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201304 STATION NETCDFs +0.08062334458033243 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201305_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201305_D_GLOBAL.out new file mode 100644 index 00000000..b85d53cf --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201305_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201305 STATION NETCDFs +0.08604844411214192 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201305_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201305_H_GLOBAL.out new file mode 100644 index 00000000..d1576552 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201305_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201305 STATION NETCDFs +0.08748643795649211 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201305_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201305_M_GLOBAL.out new file mode 100644 index 00000000..b0fe7767 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201305_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201305 STATION NETCDFs +0.07558157444000244 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201306_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201306_D_GLOBAL.out new file mode 100644 index 00000000..c0e7600a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201306_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201306 STATION NETCDFs +0.09593750238418579 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201306_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201306_H_GLOBAL.out new file mode 100644 index 00000000..cf27583a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201306_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201306 STATION NETCDFs +0.06961149374643961 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201306_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201306_M_GLOBAL.out new file mode 100644 index 00000000..b152013e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201306_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201306 STATION NETCDFs +0.07346450885136922 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201307_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201307_D_GLOBAL.out new file mode 100644 index 00000000..b6097748 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201307_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201307 STATION NETCDFs +0.08001871109008789 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201307_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201307_H_GLOBAL.out new file mode 100644 index 00000000..ecf761ae --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201307_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201307 STATION NETCDFs +0.08363118171691894 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201307_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201307_M_GLOBAL.out new file mode 100644 index 00000000..d8994e71 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201307_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201307 STATION NETCDFs +0.06832204659779867 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201308_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201308_D_GLOBAL.out new file mode 100644 index 00000000..ccb0c988 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201308_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201308 STATION NETCDFs +0.10296658674875896 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201308_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201308_H_GLOBAL.out new file mode 100644 index 00000000..624813ea --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201308_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201308 STATION NETCDFs +0.07173055013020833 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201308_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201308_M_GLOBAL.out new file mode 100644 index 00000000..c5c2930d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201308_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201308 STATION NETCDFs +0.06880009174346924 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201309_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201309_D_GLOBAL.out new file mode 100644 index 00000000..d7f92e4a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201309_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201309 STATION NETCDFs +0.07514756917953491 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201309_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201309_H_GLOBAL.out new file mode 100644 index 00000000..027cbc9c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201309_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201309 STATION NETCDFs +0.07793310880661011 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201309_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201309_M_GLOBAL.out new file mode 100644 index 00000000..47e21408 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201309_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201309 STATION NETCDFs +0.07236331701278687 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201310_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201310_D_GLOBAL.out new file mode 100644 index 00000000..0127f9d6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201310_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201310 STATION NETCDFs +0.07123688856760661 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201310_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201310_H_GLOBAL.out new file mode 100644 index 00000000..93f977cb --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201310_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201310 STATION NETCDFs +0.06483834187189738 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201310_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201310_M_GLOBAL.out new file mode 100644 index 00000000..be6540c2 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201310_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201310 STATION NETCDFs +0.09626276890436808 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201311_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201311_D_GLOBAL.out new file mode 100644 index 00000000..bf851383 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201311_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201311 STATION NETCDFs +0.0850012222925822 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201311_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201311_H_GLOBAL.out new file mode 100644 index 00000000..6b42524f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201311_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201311 STATION NETCDFs +0.0931033174196879 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201311_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201311_M_GLOBAL.out new file mode 100644 index 00000000..e5a1ffd3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201311_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201311 STATION NETCDFs +0.07927876710891724 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201312_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201312_D_GLOBAL.out new file mode 100644 index 00000000..ecdefa3f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201312_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201312 STATION NETCDFs +0.07316922744115194 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201312_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201312_H_GLOBAL.out new file mode 100644 index 00000000..5539edbe --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201312_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201312 STATION NETCDFs +0.0875472903251648 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201312_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201312_M_GLOBAL.out new file mode 100644 index 00000000..dfc49f76 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201312_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201312 STATION NETCDFs +0.09523769617080688 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201401_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201401_D_GLOBAL.out new file mode 100644 index 00000000..91d9ad20 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201401_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201401 STATION NETCDFs +0.11004391113917032 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201401_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201401_H_GLOBAL.out new file mode 100644 index 00000000..c103e2ab --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201401_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201401 STATION NETCDFs +0.09115428924560547 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201401_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201401_M_GLOBAL.out new file mode 100644 index 00000000..ece9ba85 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201401_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201401 STATION NETCDFs +0.10169414679209392 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201402_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201402_D_GLOBAL.out new file mode 100644 index 00000000..8c4b08d9 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201402_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201402 STATION NETCDFs +0.09701360861460367 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201402_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201402_H_GLOBAL.out new file mode 100644 index 00000000..ace3cf49 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201402_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201402 STATION NETCDFs +0.09462996323903401 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201402_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201402_M_GLOBAL.out new file mode 100644 index 00000000..c241d163 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201402_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201402 STATION NETCDFs +0.0850503166516622 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201403_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201403_D_GLOBAL.out new file mode 100644 index 00000000..acb1d1b3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201403_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201403 STATION NETCDFs +0.07246565421422323 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201403_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201403_H_GLOBAL.out new file mode 100644 index 00000000..45c5d232 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201403_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201403 STATION NETCDFs +0.09541962146759034 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201403_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201403_M_GLOBAL.out new file mode 100644 index 00000000..9fb52f31 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201403_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201403 STATION NETCDFs +0.08522022167841593 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201404_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201404_D_GLOBAL.out new file mode 100644 index 00000000..e6d7ef81 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201404_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201404 STATION NETCDFs +0.0783064087231954 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201404_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201404_H_GLOBAL.out new file mode 100644 index 00000000..f8d72731 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201404_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201404 STATION NETCDFs +0.07485467592875163 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201404_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201404_M_GLOBAL.out new file mode 100644 index 00000000..ab732b9e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201404_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201404 STATION NETCDFs +0.08059149583180746 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201405_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201405_D_GLOBAL.out new file mode 100644 index 00000000..fbdf920b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201405_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201405 STATION NETCDFs +0.08684605360031128 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201405_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201405_H_GLOBAL.out new file mode 100644 index 00000000..1d025447 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201405_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201405 STATION NETCDFs +0.11584437290827433 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201405_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201405_M_GLOBAL.out new file mode 100644 index 00000000..adfd4a2b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201405_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201405 STATION NETCDFs +0.07450345357259115 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201406_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201406_D_GLOBAL.out new file mode 100644 index 00000000..cebcccca --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201406_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201406 STATION NETCDFs +0.09986127614974975 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201406_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201406_H_GLOBAL.out new file mode 100644 index 00000000..d062221c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201406_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201406 STATION NETCDFs +0.08401023944218954 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201406_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201406_M_GLOBAL.out new file mode 100644 index 00000000..f0e19105 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201406_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201406 STATION NETCDFs +0.07960367600123087 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201407_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201407_D_GLOBAL.out new file mode 100644 index 00000000..8b3e8e70 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201407_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201407 STATION NETCDFs +0.08608967463175456 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201407_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201407_H_GLOBAL.out new file mode 100644 index 00000000..a1462dc3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201407_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201407 STATION NETCDFs +0.08873041868209838 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201407_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201407_M_GLOBAL.out new file mode 100644 index 00000000..c0134712 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201407_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201407 STATION NETCDFs +0.07663993835449219 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201408_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201408_D_GLOBAL.out new file mode 100644 index 00000000..21df9fc5 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201408_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201408 STATION NETCDFs +0.09433685938517253 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201408_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201408_H_GLOBAL.out new file mode 100644 index 00000000..b5a0f0fc --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201408_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201408 STATION NETCDFs +0.0822773257891337 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201408_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201408_M_GLOBAL.out new file mode 100644 index 00000000..ff041a8a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201408_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201408 STATION NETCDFs +0.07751200993855795 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201409_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201409_D_GLOBAL.out new file mode 100644 index 00000000..15fa9fc2 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201409_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201409 STATION NETCDFs +0.08305445909500123 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201409_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201409_H_GLOBAL.out new file mode 100644 index 00000000..af274534 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201409_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201409 STATION NETCDFs +0.08535906871159872 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201409_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201409_M_GLOBAL.out new file mode 100644 index 00000000..dbd7b84f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201409_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201409 STATION NETCDFs +0.09306417306264242 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201410_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201410_D_GLOBAL.out new file mode 100644 index 00000000..c2c96d56 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201410_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201410 STATION NETCDFs +0.08916329542795817 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201410_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201410_H_GLOBAL.out new file mode 100644 index 00000000..351b634a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201410_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201410 STATION NETCDFs +0.09727139075597127 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201410_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201410_M_GLOBAL.out new file mode 100644 index 00000000..eb359f6c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201410_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201410 STATION NETCDFs +0.07801082928975424 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201411_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201411_D_GLOBAL.out new file mode 100644 index 00000000..94b8487e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201411_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201411 STATION NETCDFs +0.06939564148585002 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201411_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201411_H_GLOBAL.out new file mode 100644 index 00000000..e21da850 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201411_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201411 STATION NETCDFs +0.09495491981506347 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201411_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201411_M_GLOBAL.out new file mode 100644 index 00000000..89933335 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201411_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201411 STATION NETCDFs +0.08758509556452433 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201412_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201412_D_GLOBAL.out new file mode 100644 index 00000000..ef5d03e8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201412_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201412 STATION NETCDFs +0.10089402198791504 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201412_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201412_H_GLOBAL.out new file mode 100644 index 00000000..7a9caabb --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201412_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201412 STATION NETCDFs +0.07842158476511638 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201412_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201412_M_GLOBAL.out new file mode 100644 index 00000000..320c23bb --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201412_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201412 STATION NETCDFs +0.08686908880869547 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201501_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201501_D_GLOBAL.out new file mode 100644 index 00000000..93b06532 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201501_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201501 STATION NETCDFs +0.0980700174967448 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201501_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201501_H_GLOBAL.out new file mode 100644 index 00000000..629f8eec --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201501_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201501 STATION NETCDFs +0.07372287114461264 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201501_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201501_M_GLOBAL.out new file mode 100644 index 00000000..d4e7c227 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201501_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201501 STATION NETCDFs +0.08055343627929687 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201502_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201502_D_GLOBAL.out new file mode 100644 index 00000000..e1eb00e1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201502_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201502 STATION NETCDFs +0.08106850783030192 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201502_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201502_H_GLOBAL.out new file mode 100644 index 00000000..82cf237a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201502_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201502 STATION NETCDFs +0.07674316962560018 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201502_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201502_M_GLOBAL.out new file mode 100644 index 00000000..a7aee855 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201502_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201502 STATION NETCDFs +0.08869810899098714 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201503_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201503_D_GLOBAL.out new file mode 100644 index 00000000..e23898e4 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201503_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201503 STATION NETCDFs +0.07831255594889323 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201503_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201503_H_GLOBAL.out new file mode 100644 index 00000000..aa920c35 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201503_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201503 STATION NETCDFs +0.08820032278696696 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201503_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201503_M_GLOBAL.out new file mode 100644 index 00000000..16d2fbea --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201503_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201503 STATION NETCDFs +0.09770887692769369 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201504_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201504_D_GLOBAL.out new file mode 100644 index 00000000..5d5844f5 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201504_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201504 STATION NETCDFs +0.08903736273447672 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201504_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201504_H_GLOBAL.out new file mode 100644 index 00000000..10ea1077 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201504_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201504 STATION NETCDFs +0.08430796066919963 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201504_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201504_M_GLOBAL.out new file mode 100644 index 00000000..7a75fd5a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201504_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201504 STATION NETCDFs +0.08122177521387736 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201505_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201505_D_GLOBAL.out new file mode 100644 index 00000000..c34266f8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201505_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201505 STATION NETCDFs +0.09355503718058268 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201505_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201505_H_GLOBAL.out new file mode 100644 index 00000000..e1289aec --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201505_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201505 STATION NETCDFs +0.07271618445714315 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201505_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201505_M_GLOBAL.out new file mode 100644 index 00000000..09e734ba --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201505_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201505 STATION NETCDFs +0.07997928460439047 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201506_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201506_D_GLOBAL.out new file mode 100644 index 00000000..8ab9c0e8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201506_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201506 STATION NETCDFs +0.08002919753392537 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201506_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201506_H_GLOBAL.out new file mode 100644 index 00000000..7ef1416c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201506_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201506 STATION NETCDFs +0.07472344239552815 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201506_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201506_M_GLOBAL.out new file mode 100644 index 00000000..1ae3d844 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201506_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201506 STATION NETCDFs +0.09357786178588867 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201507_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201507_D_GLOBAL.out new file mode 100644 index 00000000..fce80138 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201507_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201507 STATION NETCDFs +0.08879810174306234 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201507_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201507_H_GLOBAL.out new file mode 100644 index 00000000..c39b5eda --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201507_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201507 STATION NETCDFs +0.1050209641456604 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201507_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201507_M_GLOBAL.out new file mode 100644 index 00000000..f8d346e2 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201507_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201507 STATION NETCDFs +0.07831728458404541 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201508_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201508_D_GLOBAL.out new file mode 100644 index 00000000..a7769ddd --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201508_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201508 STATION NETCDFs +0.07758217255274455 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201508_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201508_H_GLOBAL.out new file mode 100644 index 00000000..2b33febe --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201508_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201508 STATION NETCDFs +0.08332854111989339 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201508_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201508_M_GLOBAL.out new file mode 100644 index 00000000..ab8f3aad --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201508_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201508 STATION NETCDFs +0.08273634910583497 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201509_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201509_D_GLOBAL.out new file mode 100644 index 00000000..eedc9440 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201509_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201509 STATION NETCDFs +0.09180441697438559 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201509_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201509_H_GLOBAL.out new file mode 100644 index 00000000..361603f4 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201509_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201509 STATION NETCDFs +0.08933494885762533 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201509_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201509_M_GLOBAL.out new file mode 100644 index 00000000..d1ed9703 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201509_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201509 STATION NETCDFs +0.09041924476623535 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201510_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201510_D_GLOBAL.out new file mode 100644 index 00000000..09bc36d2 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201510_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201510 STATION NETCDFs +0.127375857035319 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201510_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201510_H_GLOBAL.out new file mode 100644 index 00000000..fe1a3150 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201510_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201510 STATION NETCDFs +0.08623118003209432 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201510_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201510_M_GLOBAL.out new file mode 100644 index 00000000..d1c30d7f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201510_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201510 STATION NETCDFs +0.10286379257837931 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201511_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201511_D_GLOBAL.out new file mode 100644 index 00000000..21204b9c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201511_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201511 STATION NETCDFs +0.08068151473999023 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201511_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201511_H_GLOBAL.out new file mode 100644 index 00000000..5438100a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201511_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201511 STATION NETCDFs +0.08107171456019084 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201511_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201511_M_GLOBAL.out new file mode 100644 index 00000000..f6dea02b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201511_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201511 STATION NETCDFs +0.09108306964238484 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201512_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201512_D_GLOBAL.out new file mode 100644 index 00000000..f744262e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201512_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201512 STATION NETCDFs +0.08851560354232788 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201512_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201512_H_GLOBAL.out new file mode 100644 index 00000000..0b6494f3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201512_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201512 STATION NETCDFs +0.1253745436668396 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201512_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201512_M_GLOBAL.out new file mode 100644 index 00000000..eb1c2c75 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201512_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201512 STATION NETCDFs +0.10144579807917277 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201601_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201601_D_GLOBAL.out new file mode 100644 index 00000000..2b218c73 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201601_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201601 STATION NETCDFs +0.0776632825533549 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201601_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201601_H_GLOBAL.out new file mode 100644 index 00000000..5a315eb1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201601_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201601 STATION NETCDFs +0.07739604711532592 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201601_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201601_M_GLOBAL.out new file mode 100644 index 00000000..e9d9768d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201601_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201601 STATION NETCDFs +0.08623738686243693 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201602_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201602_D_GLOBAL.out new file mode 100644 index 00000000..2d181c51 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201602_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201602 STATION NETCDFs +0.0976211428642273 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201602_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201602_H_GLOBAL.out new file mode 100644 index 00000000..3342aac2 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201602_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201602 STATION NETCDFs +0.07208387851715088 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201602_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201602_M_GLOBAL.out new file mode 100644 index 00000000..b8853db1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201602_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201602 STATION NETCDFs +0.07549840211868286 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201603_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201603_D_GLOBAL.out new file mode 100644 index 00000000..73371442 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201603_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201603 STATION NETCDFs +0.10523783365885417 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201603_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201603_H_GLOBAL.out new file mode 100644 index 00000000..a9963529 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201603_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201603 STATION NETCDFs +0.0832348903020223 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201603_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201603_M_GLOBAL.out new file mode 100644 index 00000000..ae310313 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201603_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201603 STATION NETCDFs +0.0797138253847758 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201604_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201604_D_GLOBAL.out new file mode 100644 index 00000000..5e71160d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201604_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201604 STATION NETCDFs +0.08954116900761923 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201604_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201604_H_GLOBAL.out new file mode 100644 index 00000000..516e97b3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201604_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201604 STATION NETCDFs +0.076007878780365 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201604_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201604_M_GLOBAL.out new file mode 100644 index 00000000..faf66696 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201604_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201604 STATION NETCDFs +0.09723974068959554 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201605_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201605_D_GLOBAL.out new file mode 100644 index 00000000..fde1df5b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201605_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201605 STATION NETCDFs +0.08868770599365235 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201605_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201605_H_GLOBAL.out new file mode 100644 index 00000000..2a8e88dc --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201605_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201605 STATION NETCDFs +0.07285605669021607 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201605_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201605_M_GLOBAL.out new file mode 100644 index 00000000..d8da2bc2 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201605_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201605 STATION NETCDFs +0.11959156195322672 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201606_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201606_D_GLOBAL.out new file mode 100644 index 00000000..147acadc --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201606_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201606 STATION NETCDFs +0.07985579172770182 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201606_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201606_H_GLOBAL.out new file mode 100644 index 00000000..a23afbd6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201606_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201606 STATION NETCDFs +0.07871102889378866 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201606_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201606_M_GLOBAL.out new file mode 100644 index 00000000..a8f8cb63 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201606_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201606 STATION NETCDFs +0.100166654586792 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201607_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201607_D_GLOBAL.out new file mode 100644 index 00000000..2f2aefd8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201607_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201607 STATION NETCDFs +0.08954710960388183 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201607_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201607_H_GLOBAL.out new file mode 100644 index 00000000..6519f1ba --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201607_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201607 STATION NETCDFs +0.09107094605763753 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201607_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201607_M_GLOBAL.out new file mode 100644 index 00000000..34f3a99c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201607_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201607 STATION NETCDFs +0.1095308780670166 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201608_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201608_D_GLOBAL.out new file mode 100644 index 00000000..4cd3421a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201608_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201608 STATION NETCDFs +0.07786248524983724 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201608_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201608_H_GLOBAL.out new file mode 100644 index 00000000..bf074079 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201608_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201608 STATION NETCDFs +0.07721062103907267 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201608_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201608_M_GLOBAL.out new file mode 100644 index 00000000..d091ec8c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201608_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201608 STATION NETCDFs +0.09884274403254191 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201609_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201609_D_GLOBAL.out new file mode 100644 index 00000000..2c6848f0 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201609_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201609 STATION NETCDFs +0.07760569651921591 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201609_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201609_H_GLOBAL.out new file mode 100644 index 00000000..5d402285 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201609_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201609 STATION NETCDFs +0.09766717751820882 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201609_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201609_M_GLOBAL.out new file mode 100644 index 00000000..59d01961 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201609_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201609 STATION NETCDFs +0.11580465237299602 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201610_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201610_D_GLOBAL.out new file mode 100644 index 00000000..e3ece292 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201610_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201610 STATION NETCDFs +0.10541949272155762 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201610_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201610_H_GLOBAL.out new file mode 100644 index 00000000..579c1531 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201610_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201610 STATION NETCDFs +0.08587834040323893 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201610_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201610_M_GLOBAL.out new file mode 100644 index 00000000..43b5c87b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201610_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201610 STATION NETCDFs +0.08713451623916627 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201611_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201611_D_GLOBAL.out new file mode 100644 index 00000000..6e7116b2 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201611_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201611 STATION NETCDFs +0.08950567642847697 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201611_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201611_H_GLOBAL.out new file mode 100644 index 00000000..497b3aff --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201611_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201611 STATION NETCDFs +0.09043767054875691 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201611_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201611_M_GLOBAL.out new file mode 100644 index 00000000..f4e60109 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201611_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201611 STATION NETCDFs +0.08129201730092367 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201612_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201612_D_GLOBAL.out new file mode 100644 index 00000000..16b768db --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201612_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201612 STATION NETCDFs +0.080812672773997 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201612_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201612_H_GLOBAL.out new file mode 100644 index 00000000..5ae38486 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201612_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201612 STATION NETCDFs +0.0955440878868103 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201612_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201612_M_GLOBAL.out new file mode 100644 index 00000000..9b94f93e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201612_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201612 STATION NETCDFs +0.07557975053787232 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201701_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201701_D_GLOBAL.out new file mode 100644 index 00000000..c0cb0411 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201701_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201701 STATION NETCDFs +0.08772861957550049 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201701_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201701_H_GLOBAL.out new file mode 100644 index 00000000..2d019a4d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201701_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201701 STATION NETCDFs +0.08660073677698771 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201701_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201701_M_GLOBAL.out new file mode 100644 index 00000000..f6990de0 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201701_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201701 STATION NETCDFs +0.07720805009206136 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201702_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201702_D_GLOBAL.out new file mode 100644 index 00000000..710850d5 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201702_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201702 STATION NETCDFs +0.09044212102890015 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201702_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201702_H_GLOBAL.out new file mode 100644 index 00000000..b2dbd413 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201702_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201702 STATION NETCDFs +0.06924126545588176 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201702_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201702_M_GLOBAL.out new file mode 100644 index 00000000..86b64e17 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201702_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201702 STATION NETCDFs +0.08530591726303101 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201703_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201703_D_GLOBAL.out new file mode 100644 index 00000000..aa25eaeb --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201703_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201703 STATION NETCDFs +0.1191176970799764 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201703_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201703_H_GLOBAL.out new file mode 100644 index 00000000..2d2c548d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201703_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201703 STATION NETCDFs +0.08915756146113078 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201703_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201703_M_GLOBAL.out new file mode 100644 index 00000000..d8b80698 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201703_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201703 STATION NETCDFs +0.08788203001022339 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201704_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201704_D_GLOBAL.out new file mode 100644 index 00000000..2a3965d4 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201704_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201704 STATION NETCDFs +0.0757329265276591 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201704_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201704_H_GLOBAL.out new file mode 100644 index 00000000..87ee9ff3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201704_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201704 STATION NETCDFs +0.07216140031814575 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201704_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201704_M_GLOBAL.out new file mode 100644 index 00000000..b5013d97 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201704_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201704 STATION NETCDFs +0.08946567376454671 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201705_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201705_D_GLOBAL.out new file mode 100644 index 00000000..b0d2e45c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201705_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201705 STATION NETCDFs +0.07907247543334961 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201705_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201705_H_GLOBAL.out new file mode 100644 index 00000000..27e84341 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201705_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201705 STATION NETCDFs +0.0868229866027832 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201705_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201705_M_GLOBAL.out new file mode 100644 index 00000000..e53a51b1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201705_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201705 STATION NETCDFs +0.08162701924641927 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201706_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201706_D_GLOBAL.out new file mode 100644 index 00000000..75325bbd --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201706_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201706 STATION NETCDFs +0.08752601544062297 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201706_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201706_H_GLOBAL.out new file mode 100644 index 00000000..eba9abf1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201706_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201706 STATION NETCDFs +0.08330618540445964 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201706_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201706_M_GLOBAL.out new file mode 100644 index 00000000..21dce3cc --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201706_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201706 STATION NETCDFs +0.08695015907287598 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201707_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201707_D_GLOBAL.out new file mode 100644 index 00000000..ab362a9c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201707_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201707 STATION NETCDFs +0.08678655624389649 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201707_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201707_H_GLOBAL.out new file mode 100644 index 00000000..a3401227 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201707_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201707 STATION NETCDFs +0.08796173731486003 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201707_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201707_M_GLOBAL.out new file mode 100644 index 00000000..d8b29900 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201707_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201707 STATION NETCDFs +0.09959009488423666 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201708_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201708_D_GLOBAL.out new file mode 100644 index 00000000..7f1d5d5c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201708_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201708 STATION NETCDFs +0.08058467706044516 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201708_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201708_H_GLOBAL.out new file mode 100644 index 00000000..a412f926 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201708_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201708 STATION NETCDFs +0.09440059264500936 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201708_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201708_M_GLOBAL.out new file mode 100644 index 00000000..3f4db5b1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201708_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201708 STATION NETCDFs +0.11020023028055827 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201709_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201709_D_GLOBAL.out new file mode 100644 index 00000000..d671c69e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201709_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201709 STATION NETCDFs +0.08135006427764893 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201709_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201709_H_GLOBAL.out new file mode 100644 index 00000000..74df71a3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201709_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201709 STATION NETCDFs +0.08936009009679159 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201709_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201709_M_GLOBAL.out new file mode 100644 index 00000000..5fd6d75a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201709_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201709 STATION NETCDFs +0.09163605372111003 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201710_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201710_D_GLOBAL.out new file mode 100644 index 00000000..48598295 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201710_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201710 STATION NETCDFs +0.08938246965408325 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201710_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201710_H_GLOBAL.out new file mode 100644 index 00000000..99fa09fe --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201710_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201710 STATION NETCDFs +0.08622357447942099 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201710_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201710_M_GLOBAL.out new file mode 100644 index 00000000..039a07fc --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201710_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201710 STATION NETCDFs +0.07863207260767618 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201711_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201711_D_GLOBAL.out new file mode 100644 index 00000000..13e966da --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201711_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201711 STATION NETCDFs +0.1080019474029541 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201711_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201711_H_GLOBAL.out new file mode 100644 index 00000000..3cd62853 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201711_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201711 STATION NETCDFs +0.09414469003677368 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201711_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201711_M_GLOBAL.out new file mode 100644 index 00000000..36a85eb7 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201711_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201711 STATION NETCDFs +0.093431822458903 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201712_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201712_D_GLOBAL.out new file mode 100644 index 00000000..f7c7caf7 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201712_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201712 STATION NETCDFs +0.09058839480082194 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201712_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201712_H_GLOBAL.out new file mode 100644 index 00000000..cb779288 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201712_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201712 STATION NETCDFs +0.08456003665924072 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201712_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201712_M_GLOBAL.out new file mode 100644 index 00000000..1ffed8d9 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201712_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201712 STATION NETCDFs +0.09452571868896484 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201801_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201801_D_GLOBAL.out new file mode 100644 index 00000000..719bc03e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201801_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201801 STATION NETCDFs +0.1046950658162435 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201801_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201801_H_GLOBAL.out new file mode 100644 index 00000000..04d9248c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201801_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201801 STATION NETCDFs +0.08792744477589926 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201801_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201801_M_GLOBAL.out new file mode 100644 index 00000000..13f5d0c5 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201801_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201801 STATION NETCDFs +0.08343732357025146 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201802_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201802_D_GLOBAL.out new file mode 100644 index 00000000..fb122975 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201802_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201802 STATION NETCDFs +0.10339247385660807 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201802_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201802_H_GLOBAL.out new file mode 100644 index 00000000..f82eb2ce --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201802_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201802 STATION NETCDFs +0.08826859792073567 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201802_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201802_M_GLOBAL.out new file mode 100644 index 00000000..659c741f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201802_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201802 STATION NETCDFs +0.08797306617101033 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201803_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201803_D_GLOBAL.out new file mode 100644 index 00000000..ec380fca --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201803_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201803 STATION NETCDFs +0.08879486719767253 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201803_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201803_H_GLOBAL.out new file mode 100644 index 00000000..ff0d9120 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201803_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201803 STATION NETCDFs +0.09039116303126017 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201803_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201803_M_GLOBAL.out new file mode 100644 index 00000000..72c2c993 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201803_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201803 STATION NETCDFs +0.09689311981201172 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201804_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201804_D_GLOBAL.out new file mode 100644 index 00000000..834a2abb --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201804_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201804 STATION NETCDFs +0.09679664373397827 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201804_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201804_H_GLOBAL.out new file mode 100644 index 00000000..ad90367f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201804_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201804 STATION NETCDFs +0.08856136401494344 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201804_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201804_M_GLOBAL.out new file mode 100644 index 00000000..141b30a3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201804_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201804 STATION NETCDFs +0.12076311111450196 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201805_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201805_D_GLOBAL.out new file mode 100644 index 00000000..46cd77e2 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201805_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201805 STATION NETCDFs +0.08764296770095825 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201805_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201805_H_GLOBAL.out new file mode 100644 index 00000000..e1017cfa --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201805_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201805 STATION NETCDFs +0.10282160441080729 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201805_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201805_M_GLOBAL.out new file mode 100644 index 00000000..a0d37f02 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201805_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201805 STATION NETCDFs +0.09671907424926758 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201806_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201806_D_GLOBAL.out new file mode 100644 index 00000000..fab0b1fd --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201806_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201806 STATION NETCDFs +0.09466728369394938 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201806_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201806_H_GLOBAL.out new file mode 100644 index 00000000..54fa60b1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201806_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201806 STATION NETCDFs +0.07902247508366902 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201806_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201806_M_GLOBAL.out new file mode 100644 index 00000000..0bd5f15c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201806_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201806 STATION NETCDFs +0.08172467549641928 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201807_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201807_D_GLOBAL.out new file mode 100644 index 00000000..1ee2b00e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201807_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201807 STATION NETCDFs +0.09544801712036133 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201807_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201807_H_GLOBAL.out new file mode 100644 index 00000000..d85930d5 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201807_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201807 STATION NETCDFs +0.087550950050354 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201807_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201807_M_GLOBAL.out new file mode 100644 index 00000000..4849b200 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201807_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201807 STATION NETCDFs +0.12252877950668335 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201808_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201808_D_GLOBAL.out new file mode 100644 index 00000000..da4bb550 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201808_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201808 STATION NETCDFs +0.0890632708867391 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201808_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201808_H_GLOBAL.out new file mode 100644 index 00000000..9c189622 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201808_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201808 STATION NETCDFs +0.09098043044408162 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201808_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201808_M_GLOBAL.out new file mode 100644 index 00000000..70ab9cbc --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201808_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201808 STATION NETCDFs +0.105979323387146 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201809_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201809_D_GLOBAL.out new file mode 100644 index 00000000..6d816b4c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201809_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201809 STATION NETCDFs +0.09812313318252563 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201809_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201809_H_GLOBAL.out new file mode 100644 index 00000000..dc45c1a1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201809_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201809 STATION NETCDFs +0.0870818297068278 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201809_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201809_M_GLOBAL.out new file mode 100644 index 00000000..1370d808 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201809_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201809 STATION NETCDFs +0.09457236925760905 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201810_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201810_D_GLOBAL.out new file mode 100644 index 00000000..06a78d4c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201810_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201810 STATION NETCDFs +0.08821231126785278 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201810_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201810_H_GLOBAL.out new file mode 100644 index 00000000..19241551 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201810_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201810 STATION NETCDFs +0.08403913180033366 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201810_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201810_M_GLOBAL.out new file mode 100644 index 00000000..f647b196 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201810_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201810 STATION NETCDFs +0.0948203166325887 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201811_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201811_D_GLOBAL.out new file mode 100644 index 00000000..828a58c1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201811_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201811 STATION NETCDFs +0.09083633422851563 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201811_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201811_H_GLOBAL.out new file mode 100644 index 00000000..169b4d12 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201811_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201811 STATION NETCDFs +0.08794401486714681 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201811_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201811_M_GLOBAL.out new file mode 100644 index 00000000..8c8ea2c3 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201811_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201811 STATION NETCDFs +0.09261144399642944 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201812_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201812_D_GLOBAL.out new file mode 100644 index 00000000..e2eef7bb --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201812_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201812 STATION NETCDFs +0.09149850209554036 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201812_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201812_H_GLOBAL.out new file mode 100644 index 00000000..7c7f2c50 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201812_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201812 STATION NETCDFs +0.0870922327041626 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201812_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201812_M_GLOBAL.out new file mode 100644 index 00000000..8e5e55bf --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201812_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201812 STATION NETCDFs +0.09671836694081624 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201912_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201912_D_GLOBAL.out new file mode 100644 index 00000000..98d26c3e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201912_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201912 STATION NETCDFs +0.09341471592585246 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201912_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201912_H_GLOBAL.out new file mode 100644 index 00000000..a42c9bc2 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201912_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201912 STATION NETCDFs +0.09250611861546834 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_201912_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_201912_M_GLOBAL.out new file mode 100644 index 00000000..af3d364b --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_201912_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201912 STATION NETCDFs +0.09986485242843628 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202001_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202001_D_GLOBAL.out new file mode 100644 index 00000000..6d6a826d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202001_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202001 STATION NETCDFs +0.09361646175384522 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202001_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202001_H_GLOBAL.out new file mode 100644 index 00000000..27029732 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202001_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202001 STATION NETCDFs +0.08029073079427083 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202001_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202001_M_GLOBAL.out new file mode 100644 index 00000000..3055b92a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202001_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202001 STATION NETCDFs +0.11409692366917928 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202002_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202002_D_GLOBAL.out new file mode 100644 index 00000000..9b7f8356 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202002_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202002 STATION NETCDFs +0.09568869272867839 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202002_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202002_H_GLOBAL.out new file mode 100644 index 00000000..2c25324c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202002_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202002 STATION NETCDFs +0.09577425320943196 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202002_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202002_M_GLOBAL.out new file mode 100644 index 00000000..08d4ce49 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202002_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202002 STATION NETCDFs +0.10234463612238566 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202003_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202003_D_GLOBAL.out new file mode 100644 index 00000000..7cdeddd5 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202003_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202003 STATION NETCDFs +0.09154539903004964 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202003_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202003_H_GLOBAL.out new file mode 100644 index 00000000..4f36c466 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202003_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202003 STATION NETCDFs +0.07905501921971639 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202003_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202003_M_GLOBAL.out new file mode 100644 index 00000000..ff5a1601 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202003_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202003 STATION NETCDFs +0.09809960524241129 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202004_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202004_D_GLOBAL.out new file mode 100644 index 00000000..330b1a83 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202004_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202004 STATION NETCDFs +0.09068113565444946 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202004_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202004_H_GLOBAL.out new file mode 100644 index 00000000..4c836fff --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202004_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202004 STATION NETCDFs +0.08845734596252441 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202004_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202004_M_GLOBAL.out new file mode 100644 index 00000000..150d1552 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202004_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202004 STATION NETCDFs +0.11297447284062703 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202005_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202005_D_GLOBAL.out new file mode 100644 index 00000000..34a9f4d5 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202005_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202005 STATION NETCDFs +0.08686946233113607 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202005_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202005_H_GLOBAL.out new file mode 100644 index 00000000..a29ec84a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202005_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202005 STATION NETCDFs +0.0816685438156128 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202005_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202005_M_GLOBAL.out new file mode 100644 index 00000000..5c9acc8c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202005_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202005 STATION NETCDFs +0.09152494668960572 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202006_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202006_D_GLOBAL.out new file mode 100644 index 00000000..53c389f6 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202006_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202006 STATION NETCDFs +0.08332897424697876 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202006_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202006_H_GLOBAL.out new file mode 100644 index 00000000..a9531b49 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202006_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202006 STATION NETCDFs +0.0841686209042867 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202006_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202006_M_GLOBAL.out new file mode 100644 index 00000000..cd022916 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202006_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202006 STATION NETCDFs +0.08108550707499186 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202007_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202007_D_GLOBAL.out new file mode 100644 index 00000000..e4c7d078 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202007_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202007 STATION NETCDFs +0.09409105777740479 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202007_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202007_H_GLOBAL.out new file mode 100644 index 00000000..2f71128a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202007_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202007 STATION NETCDFs +0.09295291105906169 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202007_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202007_M_GLOBAL.out new file mode 100644 index 00000000..e480d7a8 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202007_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202007 STATION NETCDFs +0.07869753440221151 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202008_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202008_D_GLOBAL.out new file mode 100644 index 00000000..f4fd2e1f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202008_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202008 STATION NETCDFs +0.08049118518829346 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202008_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202008_H_GLOBAL.out new file mode 100644 index 00000000..0fe18079 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202008_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202008 STATION NETCDFs +0.06963467597961426 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202008_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202008_M_GLOBAL.out new file mode 100644 index 00000000..4fdd0bd0 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202008_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202008 STATION NETCDFs +0.07677193880081176 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202009_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202009_D_GLOBAL.out new file mode 100644 index 00000000..4f50daca --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202009_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202009 STATION NETCDFs +0.07645152012507121 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202009_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202009_H_GLOBAL.out new file mode 100644 index 00000000..d204c812 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202009_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202009 STATION NETCDFs +0.09435596863428751 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202009_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202009_M_GLOBAL.out new file mode 100644 index 00000000..7fa2d1e7 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202009_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202009 STATION NETCDFs +0.09075127442677816 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202010_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202010_D_GLOBAL.out new file mode 100644 index 00000000..377c76cd --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202010_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202010 STATION NETCDFs +0.0773741086324056 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202010_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202010_H_GLOBAL.out new file mode 100644 index 00000000..573e16df --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202010_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202010 STATION NETCDFs +0.08015214204788208 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202010_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202010_M_GLOBAL.out new file mode 100644 index 00000000..104b23e2 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202010_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202010 STATION NETCDFs +0.07165056864420573 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202011_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202011_D_GLOBAL.out new file mode 100644 index 00000000..2fbfe616 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202011_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202011 STATION NETCDFs +0.09552942117055258 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202011_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202011_H_GLOBAL.out new file mode 100644 index 00000000..1915404a --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202011_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202011 STATION NETCDFs +0.08735905885696411 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202011_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202011_M_GLOBAL.out new file mode 100644 index 00000000..133d9f0e --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202011_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202011 STATION NETCDFs +0.087427286307017 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202012_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202012_D_GLOBAL.out new file mode 100644 index 00000000..a286488d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202012_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202012 STATION NETCDFs +0.08420639832814535 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202012_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202012_H_GLOBAL.out new file mode 100644 index 00000000..08220d16 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202012_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202012 STATION NETCDFs +0.09006033738454183 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202012_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202012_M_GLOBAL.out new file mode 100644 index 00000000..359abee7 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202012_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202012 STATION NETCDFs +0.0844126542409261 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202101_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202101_D_GLOBAL.out new file mode 100644 index 00000000..b6e117a4 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202101_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202101 STATION NETCDFs +0.05032498041788737 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202101_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202101_H_GLOBAL.out new file mode 100644 index 00000000..be3e40ea --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202101_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202101 STATION NETCDFs +0.04358071486155192 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202101_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202101_M_GLOBAL.out new file mode 100644 index 00000000..8d0273b9 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202101_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202101 STATION NETCDFs +0.030256219704945884 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202102_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202102_D_GLOBAL.out new file mode 100644 index 00000000..1dca1179 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202102_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202102 STATION NETCDFs +0.04604269663492839 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202102_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202102_H_GLOBAL.out new file mode 100644 index 00000000..f3811bfb --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202102_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202102 STATION NETCDFs +0.028288777669270834 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202102_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202102_M_GLOBAL.out new file mode 100644 index 00000000..473a13a1 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202102_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202102 STATION NETCDFs +0.017596375942230225 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202103_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202103_D_GLOBAL.out new file mode 100644 index 00000000..d3fc9292 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202103_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202103 STATION NETCDFs +0.029591047763824464 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202103_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202103_H_GLOBAL.out new file mode 100644 index 00000000..c39b020f --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202103_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202103 STATION NETCDFs +0.026082603136698405 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202103_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202103_M_GLOBAL.out new file mode 100644 index 00000000..9fa392fe --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202103_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202103 STATION NETCDFs +0.026708634694417317 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202104_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202104_D_GLOBAL.out new file mode 100644 index 00000000..8a241f53 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202104_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202104 STATION NETCDFs +0.020573552449544272 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202104_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202104_H_GLOBAL.out new file mode 100644 index 00000000..ce43a673 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202104_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202104 STATION NETCDFs +0.028926801681518555 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202104_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202104_M_GLOBAL.out new file mode 100644 index 00000000..23dda740 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202104_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202104 STATION NETCDFs +0.01910257339477539 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202105_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202105_D_GLOBAL.out new file mode 100644 index 00000000..45c9775c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202105_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202105 STATION NETCDFs +0.026102507114410402 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202105_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202105_H_GLOBAL.out new file mode 100644 index 00000000..b7ef6c09 --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202105_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202105 STATION NETCDFs +0.02517388661702474 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202105_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202105_M_GLOBAL.out new file mode 100644 index 00000000..3c8d069d --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202105_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202105 STATION NETCDFs +0.025044484933217367 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202106_D_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202106_D_GLOBAL.out new file mode 100644 index 00000000..0b67fbea --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202106_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202106 STATION NETCDFs +0.0356775959332784 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202106_H_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202106_H_GLOBAL.out new file mode 100644 index 00000000..7c6bcaba --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202106_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202106 STATION NETCDFs +0.03703003724416097 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_SO2/T2/0_202106_M_GLOBAL.out b/run/stage_logs/NAPMD_SO2/T2/0_202106_M_GLOBAL.out new file mode 100644 index 00000000..afc1f23c --- /dev/null +++ b/run/stage_logs/NAPMD_SO2/T2/0_202106_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202106 STATION NETCDFs +0.04797900120417277 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/S1/0_2019.out b/run/stage_logs/NAPMD_TOLUENE/S1/0_2019.out new file mode 100644 index 00000000..62ed1aed --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/S1/0_2019.out @@ -0,0 +1,4 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2019/TOLUENE_2019.csv +110 -- PARSING RAW DATA +96 -- PARSING RAW DATA +0.010087259610493978 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/S1/0_2020.out b/run/stage_logs/NAPMD_TOLUENE/S1/0_2020.out new file mode 100644 index 00000000..21646a65 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/S1/0_2020.out @@ -0,0 +1,4 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2020/TOLUENE_2020.csv +110 -- PARSING RAW DATA +96 -- PARSING RAW DATA +0.009103842576344808 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/S2/0_110_UNK.out b/run/stage_logs/NAPMD_TOLUENE/S2/0_110_UNK.out new file mode 100644 index 00000000..4daaa36f --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/S2/0_110_UNK.out @@ -0,0 +1,4 @@ +110_UNK -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.006400640805562337 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/S2/0_96_UNK.out b/run/stage_logs/NAPMD_TOLUENE/S2/0_96_UNK.out new file mode 100644 index 00000000..cf2e8c3c --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/S2/0_96_UNK.out @@ -0,0 +1,4 @@ +96_UNK -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.006246022383371989 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/S3/0_110_UNK.out b/run/stage_logs/NAPMD_TOLUENE/S3/0_110_UNK.out new file mode 100644 index 00000000..c3fa18c2 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/S3/0_110_UNK.out @@ -0,0 +1,23 @@ +110_UNK -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.8972682078679403 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/S3/0_96_UNK.out b/run/stage_logs/NAPMD_TOLUENE/S3/0_96_UNK.out new file mode 100644 index 00000000..7b43b8dc --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/S3/0_96_UNK.out @@ -0,0 +1,23 @@ +96_UNK -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.1882375319798788 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T1/0_110_UNK_D_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T1/0_110_UNK_D_GLOBAL.out new file mode 100644 index 00000000..10dcd68e --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T1/0_110_UNK_D_GLOBAL.out @@ -0,0 +1,3 @@ +110_UNK -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.26262427965799967 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T1/0_110_UNK_H_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T1/0_110_UNK_H_GLOBAL.out new file mode 100644 index 00000000..41b5451e --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T1/0_110_UNK_H_GLOBAL.out @@ -0,0 +1,3 @@ +110_UNK -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.26029334863026937 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T1/0_110_UNK_M_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T1/0_110_UNK_M_GLOBAL.out new file mode 100644 index 00000000..3efb2868 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T1/0_110_UNK_M_GLOBAL.out @@ -0,0 +1,3 @@ +110_UNK -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.0571868896484375 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T1/0_96_UNK_D_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T1/0_96_UNK_D_GLOBAL.out new file mode 100644 index 00000000..5ff70871 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T1/0_96_UNK_D_GLOBAL.out @@ -0,0 +1,3 @@ +96_UNK -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2171059211095174 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T1/0_96_UNK_H_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T1/0_96_UNK_H_GLOBAL.out new file mode 100644 index 00000000..c09a89d3 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T1/0_96_UNK_H_GLOBAL.out @@ -0,0 +1,3 @@ +96_UNK -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.23141106764475505 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T1/0_96_UNK_M_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T1/0_96_UNK_M_GLOBAL.out new file mode 100644 index 00000000..c340c5f3 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T1/0_96_UNK_M_GLOBAL.out @@ -0,0 +1,3 @@ +96_UNK -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.05595018068949382 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201812_D_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201812_D_GLOBAL.out new file mode 100644 index 00000000..5b1fe121 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201812_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201812 STATION NETCDFs +0.075478196144104 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201812_H_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201812_H_GLOBAL.out new file mode 100644 index 00000000..8359980c --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201812_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201812 STATION NETCDFs +0.043915176391601564 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201812_M_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201812_M_GLOBAL.out new file mode 100644 index 00000000..fac9ca12 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201812_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201812 STATION NETCDFs +0.07522368828455607 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201901_D_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201901_D_GLOBAL.out new file mode 100644 index 00000000..21871116 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201901_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201901 STATION NETCDFs +0.07318062782287597 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201901_H_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201901_H_GLOBAL.out new file mode 100644 index 00000000..2a3ee146 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201901_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201901 STATION NETCDFs +0.07525643110275268 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201901_M_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201901_M_GLOBAL.out new file mode 100644 index 00000000..9b45873c --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201901_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201901 STATION NETCDFs +0.05716026226679484 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201902_D_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201902_D_GLOBAL.out new file mode 100644 index 00000000..4f82fd9a --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201902_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201902 STATION NETCDFs +0.07241308689117432 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201902_H_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201902_H_GLOBAL.out new file mode 100644 index 00000000..a4d13387 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201902_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201902 STATION NETCDFs +0.07343512376149496 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201902_M_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201902_M_GLOBAL.out new file mode 100644 index 00000000..ec114f2b --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201902_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201902 STATION NETCDFs +0.07389358282089234 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201903_D_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201903_D_GLOBAL.out new file mode 100644 index 00000000..da04e056 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201903_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201903 STATION NETCDFs +0.06091479460398356 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201903_H_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201903_H_GLOBAL.out new file mode 100644 index 00000000..724f24e8 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201903_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201903 STATION NETCDFs +0.07350335518519084 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201903_M_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201903_M_GLOBAL.out new file mode 100644 index 00000000..5f877752 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201903_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201903 STATION NETCDFs +0.03624106248219808 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201904_D_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201904_D_GLOBAL.out new file mode 100644 index 00000000..2c634925 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201904_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201904 STATION NETCDFs +0.07482246160507203 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201904_H_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201904_H_GLOBAL.out new file mode 100644 index 00000000..de3ce6dc --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201904_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201904 STATION NETCDFs +0.07372475862503051 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201904_M_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201904_M_GLOBAL.out new file mode 100644 index 00000000..fed32735 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201904_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201904 STATION NETCDFs +0.03511757453282674 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201905_D_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201905_D_GLOBAL.out new file mode 100644 index 00000000..a4e7d348 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201905_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201905 STATION NETCDFs +0.07228709061940511 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201905_H_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201905_H_GLOBAL.out new file mode 100644 index 00000000..3e80198b --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201905_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201905 STATION NETCDFs +0.07231266895929972 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201905_M_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201905_M_GLOBAL.out new file mode 100644 index 00000000..38552473 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201905_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201905 STATION NETCDFs +0.03546467622121175 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201906_D_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201906_D_GLOBAL.out new file mode 100644 index 00000000..40d0966c --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201906_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201906 STATION NETCDFs +0.07495217720667521 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201906_H_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201906_H_GLOBAL.out new file mode 100644 index 00000000..27c9ac2a --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201906_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201906 STATION NETCDFs +0.07475169499715169 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201906_M_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201906_M_GLOBAL.out new file mode 100644 index 00000000..9e01d513 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201906_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201906 STATION NETCDFs +0.03146820068359375 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201907_D_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201907_D_GLOBAL.out new file mode 100644 index 00000000..fbbdef13 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201907_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201907 STATION NETCDFs +0.059649948279062906 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201907_H_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201907_H_GLOBAL.out new file mode 100644 index 00000000..ded13df3 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201907_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201907 STATION NETCDFs +0.07383403380711874 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201907_M_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201907_M_GLOBAL.out new file mode 100644 index 00000000..2e5f0f22 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201907_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201907 STATION NETCDFs +0.07353729804356893 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201908_D_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201908_D_GLOBAL.out new file mode 100644 index 00000000..bb809c0b --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201908_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201908 STATION NETCDFs +0.03129625717798869 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201908_H_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201908_H_GLOBAL.out new file mode 100644 index 00000000..86b1fa44 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201908_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201908 STATION NETCDFs +0.06068524122238159 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201908_M_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201908_M_GLOBAL.out new file mode 100644 index 00000000..57aa30f5 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201908_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201908 STATION NETCDFs +0.07111701170603434 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201909_D_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201909_D_GLOBAL.out new file mode 100644 index 00000000..8fdf858c --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201909_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201909 STATION NETCDFs +0.03172462383906047 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201909_H_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201909_H_GLOBAL.out new file mode 100644 index 00000000..1a372dd3 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201909_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201909 STATION NETCDFs +0.07324556907018026 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201909_M_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201909_M_GLOBAL.out new file mode 100644 index 00000000..4482f1c4 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201909_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201909 STATION NETCDFs +0.06106828848520915 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201910_D_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201910_D_GLOBAL.out new file mode 100644 index 00000000..f08a8040 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201910_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201910 STATION NETCDFs +0.029271177450815835 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201910_H_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201910_H_GLOBAL.out new file mode 100644 index 00000000..eaff16e4 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201910_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201910 STATION NETCDFs +0.05875653028488159 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201910_M_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201910_M_GLOBAL.out new file mode 100644 index 00000000..f789ffcb --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201910_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201910 STATION NETCDFs +0.0393739382425944 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201911_D_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201911_D_GLOBAL.out new file mode 100644 index 00000000..4a3d4e01 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201911_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201911 STATION NETCDFs +0.0761953075726827 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201911_H_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201911_H_GLOBAL.out new file mode 100644 index 00000000..6715f6ff --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201911_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201911 STATION NETCDFs +0.07398120562235515 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201911_M_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201911_M_GLOBAL.out new file mode 100644 index 00000000..7838b98a --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201911_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201911 STATION NETCDFs +0.0323722243309021 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201912_D_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201912_D_GLOBAL.out new file mode 100644 index 00000000..5e3436f9 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201912_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201912 STATION NETCDFs +0.06022040446599324 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201912_H_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201912_H_GLOBAL.out new file mode 100644 index 00000000..d75a618c --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201912_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201912 STATION NETCDFs +0.04410010576248169 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_201912_M_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_201912_M_GLOBAL.out new file mode 100644 index 00000000..0a01f623 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_201912_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201912 STATION NETCDFs +0.07784400383631389 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_202001_D_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_202001_D_GLOBAL.out new file mode 100644 index 00000000..e28c995e --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_202001_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202001 STATION NETCDFs +0.0745779832204183 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_202001_H_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_202001_H_GLOBAL.out new file mode 100644 index 00000000..abec83d3 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_202001_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202001 STATION NETCDFs +0.0732146143913269 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_202001_M_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_202001_M_GLOBAL.out new file mode 100644 index 00000000..0db78ffc --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_202001_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202001 STATION NETCDFs +0.03163508176803589 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_202002_D_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_202002_D_GLOBAL.out new file mode 100644 index 00000000..95d455f0 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_202002_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202002 STATION NETCDFs +0.04466093381245931 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_202002_H_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_202002_H_GLOBAL.out new file mode 100644 index 00000000..5dd1d8e1 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_202002_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202002 STATION NETCDFs +0.06728532314300537 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_202002_M_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_202002_M_GLOBAL.out new file mode 100644 index 00000000..4fccef0e --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_202002_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202002 STATION NETCDFs +0.03972368637720744 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_202003_D_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_202003_D_GLOBAL.out new file mode 100644 index 00000000..ed7159f7 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_202003_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202003 STATION NETCDFs +0.07302010854085286 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_202003_H_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_202003_H_GLOBAL.out new file mode 100644 index 00000000..1177af9e --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_202003_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202003 STATION NETCDFs +0.07461839516957601 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_202003_M_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_202003_M_GLOBAL.out new file mode 100644 index 00000000..bc412719 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_202003_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202003 STATION NETCDFs +0.07130929629007975 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_202004_D_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_202004_D_GLOBAL.out new file mode 100644 index 00000000..2a9478ab --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_202004_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202004 STATION NETCDFs +0.03198599815368652 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_202004_H_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_202004_H_GLOBAL.out new file mode 100644 index 00000000..f0b3d0f4 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_202004_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202004 STATION NETCDFs +0.07421692212422688 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_202004_M_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_202004_M_GLOBAL.out new file mode 100644 index 00000000..253cf36a --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_202004_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202004 STATION NETCDFs +0.02514272133509318 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_202005_D_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_202005_D_GLOBAL.out new file mode 100644 index 00000000..c7a85e92 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_202005_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202005 STATION NETCDFs +0.038414843877156574 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_202005_H_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_202005_H_GLOBAL.out new file mode 100644 index 00000000..d59b7d67 --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_202005_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202005 STATION NETCDFs +0.0627669334411621 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_TOLUENE/T2/0_202005_M_GLOBAL.out b/run/stage_logs/NAPMD_TOLUENE/T2/0_202005_M_GLOBAL.out new file mode 100644 index 00000000..92eaa73b --- /dev/null +++ b/run/stage_logs/NAPMD_TOLUENE/T2/0_202005_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202005 STATION NETCDFs +0.07467031478881836 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/S1/0_2019.out b/run/stage_logs/NAPMD_XYLENE/S1/0_2019.out new file mode 100644 index 00000000..8b0795f8 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/S1/0_2019.out @@ -0,0 +1,4 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2019/XYLENE_2019.csv +110 -- PARSING RAW DATA +96 -- PARSING RAW DATA +0.014780044555664062 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/S1/0_2020.out b/run/stage_logs/NAPMD_XYLENE/S1/0_2020.out new file mode 100644 index 00000000..4f74dd7e --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/S1/0_2020.out @@ -0,0 +1,4 @@ +PROCESSING FILE: /gpfs/projects/bsc32/AC_cache/obs/ghost/NAPMD/original_files/1.5.1/hourly/2020/XYLENE_2020.csv +110 -- PARSING RAW DATA +96 -- PARSING RAW DATA +0.012568175792694092 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/S2/0_110_UNK.out b/run/stage_logs/NAPMD_XYLENE/S2/0_110_UNK.out new file mode 100644 index 00000000..c63367c0 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/S2/0_110_UNK.out @@ -0,0 +1,4 @@ +110_UNK -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.005195677280426025 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/S2/0_96_UNK.out b/run/stage_logs/NAPMD_XYLENE/S2/0_96_UNK.out new file mode 100644 index 00000000..004cd09a --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/S2/0_96_UNK.out @@ -0,0 +1,4 @@ +96_UNK -- JOIN STATION SPECIFIC MEASUREMENTS +MULTIPLE FILES, BUT NO OVERLAPS. APPENDING FILES. +EVALUATING VARIABILITY OF REPORTED MEASUREMENT POSITION. +0.0029822548230489096 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/S3/0_110_UNK.out b/run/stage_logs/NAPMD_XYLENE/S3/0_110_UNK.out new file mode 100644 index 00000000..e7603f95 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/S3/0_110_UNK.out @@ -0,0 +1,23 @@ +110_UNK -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +0.9869797348976135 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/S3/0_96_UNK.out b/run/stage_logs/NAPMD_XYLENE/S3/0_96_UNK.out new file mode 100644 index 00000000..6abe2104 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/S3/0_96_UNK.out @@ -0,0 +1,23 @@ +96_UNK -- GLOBALLY GRIDDED METADATA +GETTING UMBC ANTHROME METADATA +GETTING ASTER v3 METADATA +GETTING ETOPO1 METADATA +GETTING GSFC COASTLINE PROXIMITY METADATA +GETTING KOPPEN-GEIGER CLASSIFICATION METADATA +GETTING MEYBECK TERRAIN CLASSIFICATION METADATA +GETTING IWAHASHI TERRAIN CLASSIFICATION METADATA +GETTING MODIS LAND USE/LAI METADATA +GETTING GHSL AREA/POPULATION DENSITIES AND SETTLEMENT MODEL CLASSIFICATIONS +GETTING NOAA DMSP OLS NIGHTTIME STABLE LIGHTS +GETTING GPW POPULATION DENSITY +GETTING OMI NO2 COLUMN DATA +GETTING EDGAR EMISSIONS DATA +GETTING JOLY-PEUCH CLASSIFICATION CODES +GETTING WWF TEOW CLASSIFICATION METADATA +GETTING WMO REGION METADATA +GETTING REVERSE GEOCODE STATION METADATA +GETTING STATION LOCAL TIMEZONE METADATA +GETTING WIGOS STATION IDENTIFIER METADATA +QUALITY CONTROL +TEMPORAL CODES +1.2732357740402223 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T1/0_110_UNK_D_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T1/0_110_UNK_D_GLOBAL.out new file mode 100644 index 00000000..cc4eb443 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T1/0_110_UNK_D_GLOBAL.out @@ -0,0 +1,3 @@ +110_UNK -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.18986556927363077 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T1/0_110_UNK_H_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T1/0_110_UNK_H_GLOBAL.out new file mode 100644 index 00000000..b8edc8e3 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T1/0_110_UNK_H_GLOBAL.out @@ -0,0 +1,3 @@ +110_UNK -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.28285767634709674 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T1/0_110_UNK_M_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T1/0_110_UNK_M_GLOBAL.out new file mode 100644 index 00000000..494bbb19 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T1/0_110_UNK_M_GLOBAL.out @@ -0,0 +1,3 @@ +110_UNK -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.057376023133595785 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T1/0_96_UNK_D_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T1/0_96_UNK_D_GLOBAL.out new file mode 100644 index 00000000..986a3712 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T1/0_96_UNK_D_GLOBAL.out @@ -0,0 +1,3 @@ +96_UNK -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.31868858337402345 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T1/0_96_UNK_H_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T1/0_96_UNK_H_GLOBAL.out new file mode 100644 index 00000000..4f12a5c4 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T1/0_96_UNK_H_GLOBAL.out @@ -0,0 +1,3 @@ +96_UNK -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.2865934451421102 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T1/0_96_UNK_M_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T1/0_96_UNK_M_GLOBAL.out new file mode 100644 index 00000000..5da0089f --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T1/0_96_UNK_M_GLOBAL.out @@ -0,0 +1,3 @@ +96_UNK -- TEMPORALLY AVERAGE DATA +WRITING TO MONTHLY STATION SPECIFIC TEMPORALLY GRIDDED netCDFs +0.057620410124460855 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201812_D_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201812_D_GLOBAL.out new file mode 100644 index 00000000..f4114e2f --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201812_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201812 STATION NETCDFs +0.033135036627451576 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201812_H_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201812_H_GLOBAL.out new file mode 100644 index 00000000..1f052190 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201812_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201812 STATION NETCDFs +0.019976500670115152 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201812_M_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201812_M_GLOBAL.out new file mode 100644 index 00000000..231f11e2 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201812_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201812 STATION NETCDFs +0.03004531462987264 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201901_D_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201901_D_GLOBAL.out new file mode 100644 index 00000000..00014735 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201901_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201901 STATION NETCDFs +0.03401256402333577 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201901_H_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201901_H_GLOBAL.out new file mode 100644 index 00000000..0ffad843 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201901_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201901 STATION NETCDFs +0.027433490753173827 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201901_M_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201901_M_GLOBAL.out new file mode 100644 index 00000000..172895ce --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201901_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201901 STATION NETCDFs +0.03429196278254191 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201902_D_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201902_D_GLOBAL.out new file mode 100644 index 00000000..fc60e269 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201902_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201902 STATION NETCDFs +0.01914056142171224 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201902_H_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201902_H_GLOBAL.out new file mode 100644 index 00000000..85d02871 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201902_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201902 STATION NETCDFs +0.020177904764811197 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201902_M_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201902_M_GLOBAL.out new file mode 100644 index 00000000..f17dea5f --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201902_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201902 STATION NETCDFs +0.03238375584284465 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201903_D_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201903_D_GLOBAL.out new file mode 100644 index 00000000..8cdec5b7 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201903_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201903 STATION NETCDFs +0.02472058137257894 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201903_H_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201903_H_GLOBAL.out new file mode 100644 index 00000000..18255330 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201903_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201903 STATION NETCDFs +0.033168951670328774 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201903_M_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201903_M_GLOBAL.out new file mode 100644 index 00000000..c34e8d6c --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201903_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201903 STATION NETCDFs +0.03452415068944295 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201904_D_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201904_D_GLOBAL.out new file mode 100644 index 00000000..c8110a64 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201904_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201904 STATION NETCDFs +0.03174459536870321 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201904_H_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201904_H_GLOBAL.out new file mode 100644 index 00000000..209f6fd7 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201904_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201904 STATION NETCDFs +0.021265820662180582 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201904_M_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201904_M_GLOBAL.out new file mode 100644 index 00000000..08ee6a34 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201904_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201904 STATION NETCDFs +0.019555715719858806 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201905_D_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201905_D_GLOBAL.out new file mode 100644 index 00000000..74bad4fd --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201905_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201905 STATION NETCDFs +0.02468344767888387 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201905_H_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201905_H_GLOBAL.out new file mode 100644 index 00000000..5e24c565 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201905_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201905 STATION NETCDFs +0.02297995090484619 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201905_M_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201905_M_GLOBAL.out new file mode 100644 index 00000000..17997c6a --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201905_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201905 STATION NETCDFs +0.030541956424713135 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201906_D_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201906_D_GLOBAL.out new file mode 100644 index 00000000..02f30a6f --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201906_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201906 STATION NETCDFs +0.023898688952128093 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201906_H_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201906_H_GLOBAL.out new file mode 100644 index 00000000..1fd5c0d9 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201906_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201906 STATION NETCDFs +0.033772762616475424 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201906_M_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201906_M_GLOBAL.out new file mode 100644 index 00000000..cee4d32b --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201906_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201906 STATION NETCDFs +0.01916613578796387 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201907_D_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201907_D_GLOBAL.out new file mode 100644 index 00000000..446ccf68 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201907_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201907 STATION NETCDFs +0.02462069590886434 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201907_H_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201907_H_GLOBAL.out new file mode 100644 index 00000000..8f5f408a --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201907_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201907 STATION NETCDFs +0.02531410058339437 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201907_M_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201907_M_GLOBAL.out new file mode 100644 index 00000000..4c0d684e --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201907_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201907 STATION NETCDFs +0.028877667586008706 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201908_D_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201908_D_GLOBAL.out new file mode 100644 index 00000000..e74d71e2 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201908_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201908 STATION NETCDFs +0.02826395829518636 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201908_H_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201908_H_GLOBAL.out new file mode 100644 index 00000000..326774d1 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201908_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201908 STATION NETCDFs +0.019872812430063884 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201908_M_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201908_M_GLOBAL.out new file mode 100644 index 00000000..a24597ec --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201908_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201908 STATION NETCDFs +0.03371312220891317 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201909_D_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201909_D_GLOBAL.out new file mode 100644 index 00000000..67878345 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201909_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201909 STATION NETCDFs +0.025039509932200114 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201909_H_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201909_H_GLOBAL.out new file mode 100644 index 00000000..fb7395b2 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201909_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201909 STATION NETCDFs +0.025048784414927163 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201909_M_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201909_M_GLOBAL.out new file mode 100644 index 00000000..e537c4ad --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201909_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201909 STATION NETCDFs +0.017439373334248862 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201910_D_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201910_D_GLOBAL.out new file mode 100644 index 00000000..a2330feb --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201910_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201910 STATION NETCDFs +0.03259564240773519 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201910_H_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201910_H_GLOBAL.out new file mode 100644 index 00000000..471e36b5 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201910_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201910 STATION NETCDFs +0.034855322043100996 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201910_M_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201910_M_GLOBAL.out new file mode 100644 index 00000000..281f3001 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201910_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201910 STATION NETCDFs +0.030400331815083823 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201911_D_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201911_D_GLOBAL.out new file mode 100644 index 00000000..2af76b0d --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201911_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201911 STATION NETCDFs +0.021372207005818687 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201911_H_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201911_H_GLOBAL.out new file mode 100644 index 00000000..2e5d399d --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201911_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201911 STATION NETCDFs +0.030506332715352375 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201911_M_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201911_M_GLOBAL.out new file mode 100644 index 00000000..fce43b8c --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201911_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201911 STATION NETCDFs +0.015022846062978108 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201912_D_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201912_D_GLOBAL.out new file mode 100644 index 00000000..adb0b8b1 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201912_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201912 STATION NETCDFs +0.024791244665781656 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201912_H_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201912_H_GLOBAL.out new file mode 100644 index 00000000..ef415df4 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201912_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201912 STATION NETCDFs +0.03148821194966634 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_201912_M_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_201912_M_GLOBAL.out new file mode 100644 index 00000000..aba05236 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_201912_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 201912 STATION NETCDFs +0.023864348729451496 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_202001_D_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_202001_D_GLOBAL.out new file mode 100644 index 00000000..1958dfb1 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_202001_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202001 STATION NETCDFs +0.032535831133524575 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_202001_H_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_202001_H_GLOBAL.out new file mode 100644 index 00000000..b2efac47 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_202001_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202001 STATION NETCDFs +0.029724403222401937 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_202001_M_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_202001_M_GLOBAL.out new file mode 100644 index 00000000..ff9a97fc --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_202001_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202001 STATION NETCDFs +0.03370581865310669 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_202002_D_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_202002_D_GLOBAL.out new file mode 100644 index 00000000..97f2f3ad --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_202002_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202002 STATION NETCDFs +0.03470508257548014 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_202002_H_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_202002_H_GLOBAL.out new file mode 100644 index 00000000..30083ec0 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_202002_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202002 STATION NETCDFs +0.01965819994608561 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_202002_M_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_202002_M_GLOBAL.out new file mode 100644 index 00000000..73dff54e --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_202002_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202002 STATION NETCDFs +0.034512738386789955 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_202003_D_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_202003_D_GLOBAL.out new file mode 100644 index 00000000..d7d0ddea --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_202003_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202003 STATION NETCDFs +0.02346482276916504 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_202003_H_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_202003_H_GLOBAL.out new file mode 100644 index 00000000..16e95cb4 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_202003_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202003 STATION NETCDFs +0.033844486872355146 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_202003_M_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_202003_M_GLOBAL.out new file mode 100644 index 00000000..e1e0c905 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_202003_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202003 STATION NETCDFs +0.034788894653320315 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_202004_D_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_202004_D_GLOBAL.out new file mode 100644 index 00000000..02399133 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_202004_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202004 STATION NETCDFs +0.03483025232950846 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_202004_H_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_202004_H_GLOBAL.out new file mode 100644 index 00000000..b6a4cd99 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_202004_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202004 STATION NETCDFs +0.019096529483795165 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_202004_M_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_202004_M_GLOBAL.out new file mode 100644 index 00000000..9b2956af --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_202004_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202004 STATION NETCDFs +0.020260481039683025 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_202005_D_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_202005_D_GLOBAL.out new file mode 100644 index 00000000..9df9c8cb --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_202005_D_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202005 STATION NETCDFs +0.032539220650990804 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_202005_H_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_202005_H_GLOBAL.out new file mode 100644 index 00000000..57d9aef0 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_202005_H_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202005 STATION NETCDFs +0.019570310910542805 \ No newline at end of file diff --git a/run/stage_logs/NAPMD_XYLENE/T2/0_202005_M_GLOBAL.out b/run/stage_logs/NAPMD_XYLENE/T2/0_202005_M_GLOBAL.out new file mode 100644 index 00000000..ec7a4e58 --- /dev/null +++ b/run/stage_logs/NAPMD_XYLENE/T2/0_202005_M_GLOBAL.out @@ -0,0 +1,2 @@ +CONCATENATING 202005 STATION NETCDFs +0.02455549637476603 \ No newline at end of file diff --git a/run/start_GHOST_submit.sh b/run/start_GHOST_submit.sh index 044bd6fc..68cbb17f 100644 --- a/run/start_GHOST_submit.sh +++ b/run/start_GHOST_submit.sh @@ -4,7 +4,7 @@ #SBATCH --ntasks=1 #SBATCH --output=/dev/null #SBATCH --error=/dev/null -#SBATCH --time=48:00:00 +#SBATCH --time=24:00:00 ##SBATCH --time=12:00:00 #SBATCH --qos=gp_bsces #gp_bsces #gp_resa #SBATCH --account=bsc32 #bsc32 #cns101 -- GitLab